diff --git a/cpp/ql/lib/change-notes/2026-02-03-windows-remote-flow-sources.md b/cpp/ql/lib/change-notes/2026-02-03-windows-remote-flow-sources.md new file mode 100644 index 00000000000..0a884df065a --- /dev/null +++ b/cpp/ql/lib/change-notes/2026-02-03-windows-remote-flow-sources.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Added remote flow source models for the `winhttp.h` windows header and the Azure SDK core library for C/C++. \ No newline at end of file diff --git a/cpp/ql/lib/ext/Windows.model.yml b/cpp/ql/lib/ext/Windows.model.yml index ccebfc9f340..a2ec30d95bd 100644 --- a/cpp/ql/lib/ext/Windows.model.yml +++ b/cpp/ql/lib/ext/Windows.model.yml @@ -24,6 +24,13 @@ extensions: - ["", "", False, "MapViewOfFileNuma2", "", "", "ReturnValue[*]", "local", "manual"] # ntifs.h - ["", "", False, "NtReadFile", "", "", "Argument[*5]", "local", "manual"] + # winhttp.h + - ["", "", False, "WinHttpReadData", "", "", "Argument[*1]", "remote", "manual"] + - ["", "", False, "WinHttpReadDataEx", "", "", "Argument[*1]", "remote", "manual"] + - ["", "", False, "WinHttpQueryHeaders", "", "", "Argument[*3]", "remote", "manual"] + - ["", "", False, "WinHttpQueryHeadersEx", "", "", "Argument[*5]", "remote", "manual"] + - ["", "", False, "WinHttpQueryHeadersEx", "", "", "Argument[*6]", "remote", "manual"] + - ["", "", False, "WinHttpQueryHeadersEx", "", "", "Argument[**8]", "remote", "manual"] - addsTo: pack: codeql/cpp-all extensible: summaryModel @@ -46,4 +53,6 @@ extensions: - ["", "", False, "RtlMoveMemory", "", "", "Argument[*@1]", "Argument[*@0]", "value", "manual"] - ["", "", False, "RtlMoveVolatileMemory", "", "", "Argument[*@1]", "Argument[*@0]", "value", "manual"] # winternl.h - - ["", "", False, "RtlInitUnicodeString", "", "", "Argument[*1]", "Argument[*0].Field[*Buffer]", "value", "manual"] \ No newline at end of file + - ["", "", False, "RtlInitUnicodeString", "", "", "Argument[*1]", "Argument[*0].Field[*Buffer]", "value", "manual"] + # winhttp.h + - ["", "", False, "WinHttpCrackUrl", "", "", "Argument[*0]", "Argument[*3]", "taint", "manual"] \ No newline at end of file diff --git a/cpp/ql/lib/ext/azure.core.model.yml b/cpp/ql/lib/ext/azure.core.model.yml new file mode 100644 index 00000000000..7c5280b0f18 --- /dev/null +++ b/cpp/ql/lib/ext/azure.core.model.yml @@ -0,0 +1,41 @@ +extensions: + - addsTo: + pack: codeql/cpp-all + extensible: sourceModel + data: # namespace, type, subtypes, name, signature, ext, output, kind, provenance + - ["Azure::Core::Http", "RawResponse", True, "GetHeaders", "", "", "ReturnValue[*]", "remote", "manual"] + - ["Azure::Core::Http", "RawResponse", True, "GetBody", "", "", "ReturnValue[*]", "remote", "manual"] + - ["Azure::Core::Http", "RawResponse", True, "ExtractBodyStream", "", "", "ReturnValue[*]", "remote", "manual"] + - ["Azure::Core::Http", "Request", True, "GetHeaders", "", "", "ReturnValue", "remote", "manual"] + - ["Azure::Core::Http", "Request", True, "GetHeader", "", "", "ReturnValue", "remote", "manual"] + - ["Azure::Core::Http", "Request", True, "GetBodyStream", "", "", "ReturnValue[*]", "remote", "manual"] + + - addsTo: + pack: codeql/cpp-all + extensible: summaryModel + data: # namespace, type, subtypes, name, signature, ext, input, output, kind, provenance + - ["Azure::Core", "Url", True, "Url", "", "", "Argument[*0]", "Argument[-1]", "taint", "manual"] + - ["Azure::Core", "Url", True, "SetScheme", "", "", "Argument[*0]", "Argument[-1]", "taint", "manual"] + - ["Azure::Core", "Url", True, "SetHost", "", "", "Argument[*0]", "Argument[-1]", "taint", "manual"] + - ["Azure::Core", "Url", True, "SetPort", "", "", "Argument[0]", "Argument[-1]", "taint", "manual"] + - ["Azure::Core", "Url", True, "SetPath", "", "", "Argument[*0]", "Argument[-1]", "taint", "manual"] + - ["Azure::Core", "Url", True, "SetQueryParameters", "", "", "Argument[0]", "Argument[-1]", "taint", "manual"] + - ["Azure::Core", "Url", True, "AppendPath", "", "", "Argument[*0]", "Argument[-1]", "taint", "manual"] + - ["Azure::Core", "Url", True, "AppendQueryParameter", "", "", "Argument[*1]", "Argument[-1]", "taint", "manual"] + - ["Azure::Core", "Url", True, "GetHost", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"] + - ["Azure::Core", "Url", True, "GetPath", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"] + - ["Azure::Core", "Url", True, "GetPort", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"] + - ["Azure::Core", "Url", True, "GetQueryParameters", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"] + - ["Azure::Core", "Url", True, "GetScheme", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"] + - ["Azure::Core", "Url", True, "GetRelativeUrl", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"] + - ["Azure::Core", "Url", True, "GetAbsoluteUrl", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"] + - ["Azure::Core", "Url", True, "Decode", "", "", "Argument[*0]", "ReturnValue", "taint", "manual"] + - ["Azure::Core", "Url", True, "Encode", "", "", "Argument[*0]", "ReturnValue", "taint", "manual"] + - ["Azure::Core::IO", "BodyStream", True, "Read", "", "", "Argument[-1]", "Argument[*0]", "taint", "manual"] + - ["Azure::Core::IO", "BodyStream", True, "ReadToCount", "", "", "Argument[-1]", "Argument[*0]", "taint", "manual"] + - ["Azure::Core::IO", "BodyStream", True, "ReadToEnd", "", "", "Argument[-1]", "ReturnValue.Element", "taint", "manual"] + - ["Azure", "Nullable", True, "Nullable", "", "", "Argument[0]", "Argument[-1]", "taint", "manual"] + - ["Azure", "Nullable", True, "operator=", "", "", "Argument[*0]", "Argument[-1]", "value", "manual"] + - ["Azure", "Nullable", True, "Value", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"] + - ["Azure", "Nullable", True, "operator->", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"] + - ["Azure", "Nullable", True, "operator*", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"] \ No newline at end of file diff --git a/cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll b/cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll index 8035a09809a..7e98177f323 100644 --- a/cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll +++ b/cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll @@ -64,17 +64,27 @@ private string getMultiLocationFilePath(@element e) { overlay[local] private predicate isBase() { not isOverlay() } +/** + * Holds if `path` was extracted in the overlay database. + */ +overlay[local] +private predicate overlayHasFile(string path) { + isOverlay() and + files(_, path) and + path != "" +} + /** * Discards an element from the base variant if: - * - It has a single location in a changed file, or - * - All of its locations are in changed files. + * - It has a single location in a file extracted in the overlay, or + * - All of its locations are in files extracted in the overlay. */ overlay[discard_entity] private predicate discardElement(@element e) { isBase() and ( - overlayChangedFiles(getSingleLocationFilePath(e)) + overlayHasFile(getSingleLocationFilePath(e)) or - forex(string path | path = getMultiLocationFilePath(e) | overlayChangedFiles(path)) + forex(string path | path = getMultiLocationFilePath(e) | overlayHasFile(path)) ) } diff --git a/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll b/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll index 83f19062b90..7dfebc56fe1 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll @@ -390,7 +390,7 @@ class TranslatedDeclStmt extends TranslatedStmt { override TranslatedElement getLastChild() { result = this.getChild(this.getChildCount() - 1) } - private int getChildCount() { result = count(this.getDeclarationEntry(_)) } + private int getChildCount() { result = count(int i | exists(this.getDeclarationEntry(i))) } IRDeclarationEntry getIRDeclarationEntry(int index) { result.hasIndex(index) and diff --git a/cpp/ql/lib/semmle/code/cpp/models/Models.qll b/cpp/ql/lib/semmle/code/cpp/models/Models.qll index 83bda3e2a44..09f0a0df966 100644 --- a/cpp/ql/lib/semmle/code/cpp/models/Models.qll +++ b/cpp/ql/lib/semmle/code/cpp/models/Models.qll @@ -57,3 +57,4 @@ private import implementations.CAtlFile private import implementations.CAtlFileMapping private import implementations.CAtlTemporaryFile private import implementations.CRegKey +private import implementations.WinHttp diff --git a/cpp/ql/lib/semmle/code/cpp/models/implementations/WinHttp.qll b/cpp/ql/lib/semmle/code/cpp/models/implementations/WinHttp.qll new file mode 100644 index 00000000000..fb28e6ebe45 --- /dev/null +++ b/cpp/ql/lib/semmle/code/cpp/models/implementations/WinHttp.qll @@ -0,0 +1,50 @@ +private import cpp +private import semmle.code.cpp.ir.dataflow.FlowSteps +private import semmle.code.cpp.dataflow.new.DataFlow + +/** The `WINHTTP_HEADER_NAME` class from `winhttp.h`. */ +class WinHttpHeaderName extends Class { + WinHttpHeaderName() { this.hasGlobalName("_WINHTTP_HEADER_NAME") } +} + +/** The `WINHTTP_EXTENDED_HEADER` class from `winhttp.h`. */ +class WinHttpExtendedHeader extends Class { + WinHttpExtendedHeader() { this.hasGlobalName("_WINHTTP_EXTENDED_HEADER") } +} + +private class WinHttpHeaderNameInheritingContent extends TaintInheritingContent, + DataFlow::FieldContent +{ + WinHttpHeaderNameInheritingContent() { + this.getIndirectionIndex() = 2 and + ( + this.getAField().getDeclaringType() instanceof WinHttpHeaderName + or + // The extended header looks like: + // struct WINHTTP_EXTENDED_HEADER { + // union { [...] }; + // union { [...] }; + // }; + // So the first declaring type is the anonymous unions, and the declaring + // type of those anonymous unions is the `WINHTTP_EXTENDED_HEADER` struct. + this.getAField().getDeclaringType().getDeclaringType() instanceof WinHttpExtendedHeader + ) + } +} + +/** The `URL_COMPONENTS` class from `winhttp.h`. */ +class WinHttpUrlComponents extends Class { + WinHttpUrlComponents() { this.hasGlobalName("_WINHTTP_URL_COMPONENTS") } +} + +private class WinHttpUrlComponentsInheritingContent extends TaintInheritingContent, + DataFlow::FieldContent +{ + WinHttpUrlComponentsInheritingContent() { + exists(Field f | f = this.getField() and f.getDeclaringType() instanceof WinHttpUrlComponents | + if f.getType().getUnspecifiedType() instanceof PointerType + then this.getIndirectionIndex() = 2 + else this.getIndirectionIndex() = 1 + ) + } +} diff --git a/cpp/ql/test/library-tests/dataflow/external-models/azure.cpp b/cpp/ql/test/library-tests/dataflow/external-models/azure.cpp new file mode 100644 index 00000000000..14407a8b5be --- /dev/null +++ b/cpp/ql/test/library-tests/dataflow/external-models/azure.cpp @@ -0,0 +1,297 @@ +using uint16_t = unsigned short; +using int64_t = long long; +using size_t = unsigned long; +using uint8_t = unsigned char; +using int32_t = int; +using uint32_t = unsigned int; + +namespace std +{ + class string + { + public: + string(); + string(const char *); + ~string(); + }; + + template + class map + { + public: + map(); + ~map(); + + V& operator[](const K& key); + }; + + template + class vector + { + public: + vector(); + ~vector(); + + T& operator[](size_t); + }; + + template + class unique_ptr { + public: + unique_ptr(); + ~unique_ptr(); + + T* get(); + }; +} + +namespace Azure +{ + template + class Nullable + { + public: + Nullable(); + Nullable(const T); + Nullable(const Nullable &); + ~Nullable(); + Nullable (Nullable &&); + Nullable & operator= (const Nullable &); + bool HasValue() const; + const T & Value () const; + T& Value (); + const T * operator-> () const; + T * operator-> (); + const T & operator* () const; + T & operator* (); + }; + + namespace Core + { + class Url + { + public: + Url(); + Url(const std::string &); + void AppendPath(const std::string &encodedPath); + void AppendQueryParameter(const std::string &encodedKey, + const std::string &encodedValue); + + static std::string Url::Decode(const std::string &value); + static std::string Url::Encode(const std::string &value, + const std::string &doNotEncodeSymbols = ""); + + std::string Url::GetAbsoluteUrl() const; + const std::string &GetHost() const; + const std::string &GetPath() const; + uint16_t GetPort() const; + std::map GetQueryParameters() const; + std::string Url::GetRelativeUrl() const; + const std::string &GetScheme() const; + void RemoveQueryParameter(const std::string &encodedKey); + void SetHost(const std::string &encodedHost); + void SetPath(const std::string &encodedPath); + void SetPort(uint16_t port); + void SetQueryParameters(std::map queryParameters); + void SetScheme(const std::string &scheme); + }; + + class Context + { + public: + Context(); + }; + + namespace IO + { + class BodyStream + { + public: + virtual ~BodyStream(); + virtual int64_t Length() const = 0; + virtual void Rewind(); + size_t Read(uint8_t *buffer, size_t count, Azure::Core::Context const &context = Azure::Core::Context()); + size_t ReadToCount(uint8_t *buffer, size_t count, Azure::Core::Context const &context = Azure::Core::Context()); + std::vector ReadToEnd(Azure::Core::Context const &context = Azure::Core::Context()); + }; + } + + enum class HttpStatusCode { + None = 0, + Continue = 100, + SwitchingProtocols = 101, + Processing = 102, + EarlyHints = 103, + OK = 200, + Created = 201, + Accepted = 202, + NonAuthoritativeInformation = 203, + NoContent = 204, + ResetContent = 205, + PartialContent = 206, + MultiStatus = 207, + AlreadyReported = 208, + IMUsed = 226, + MultipleChoices = 300, + MovedPermanently = 301, + Found = 302, + SeeOther = 303, + NotModified = 304, + UseProxy = 305, + TemporaryRedirect = 307, + PermanentRedirect = 308, + BadRequest = 400, + Unauthorized = 401, + PaymentRequired = 402, + Forbidden = 403, + NotFound = 404, + MethodNotAllowed = 405, + NotAcceptable = 406, + ProxyAuthenticationRequired = 407, + RequestTimeout = 408, + Conflict = 409, + Gone = 410, + LengthRequired = 411, + PreconditionFailed = 412, + PayloadTooLarge = 413, + URITooLong = 414, + UnsupportedMediaType = 415, + RangeNotSatisfiable = 416, + ExpectationFailed = 417, + MisdirectedRequest = 421, + UnprocessableEntity = 422, + Locked = 423, + FailedDependency = 424, + TooEarly = 425, + UpgradeRequired = 426, + PreconditionRequired = 428, + TooManyRequests = 429, + RequestHeaderFieldsTooLarge = 431, + UnavailableForLegalReasons = 451, + InternalServerError = 500, + NotImplemented = 501, + BadGateway = 502, + ServiceUnavailable = 503, + GatewayTimeout = 504, + HTTPVersionNotSupported = 505, + VariantAlsoNegotiates = 506, + InsufficientStorage = 507, + LoopDetected = 508, + NotExtended = 510, + NetworkAuthenticationRequired = 511 + }; + + namespace Http + { + class HttpMethod + { + public: + HttpMethod(std::string value); + bool operator==(const HttpMethod &other) const; + bool operator!=(const HttpMethod &other) const; + const std::string &ToString() const; + }; + + extern const HttpMethod Get; + extern const HttpMethod Head; + extern const HttpMethod Post; + extern const HttpMethod Put; + extern const HttpMethod Delete; + extern const HttpMethod Patch; + extern const HttpMethod Options; + + class Request + { + public: + explicit Request(HttpMethod httpMethod, + Url url); + explicit Request(HttpMethod httpMethod, + Url url, + bool shouldBufferResponse); + explicit Request(HttpMethod httpMethod, + Url url, + IO::BodyStream *bodyStream); + explicit Request(HttpMethod httpMethod, + Url url, + IO::BodyStream *bodyStream, + bool shouldBufferResponse); + std::map GetHeaders () const; + Azure::Nullable GetHeader(std::string const &name); + IO::BodyStream * GetBodyStream(); + Azure::Core::IO::BodyStream const* GetBodyStream () const; + }; + + class RawResponse { + public: + RawResponse (int32_t majorVersion, int32_t minorVersion, HttpStatusCode statusCode, std::string const &reasonPhrase); + RawResponse (RawResponse const &response); + RawResponse (RawResponse &&response); + ~RawResponse (); + void SetHeader (std::string const &name, std::string const &value); + void SetBodyStream (std::unique_ptr< Azure::Core::IO::BodyStream > stream); + void SetBody (std::vector< uint8_t > body); + uint32_t GetMajorVersion () const; + uint32_t GetMinorVersion () const; + HttpStatusCode GetStatusCode () const; + std::string const & GetReasonPhrase () const; + std::map& GetHeaders () const; + std::unique_ptr ExtractBodyStream (); + std::vector & GetBody (); + std::vector const& GetBody() const; + }; + } + } +} + +void sink(char); +void sink(std::string); +void sink(std::vector); +void sink(Azure::Nullable); + +void test_BodyStream() { + Azure::Core::Http::Request request(Azure::Core::Http::Get, Azure::Core::Url("http://example.com")); + Azure::Core::IO::BodyStream * resp = request.GetBodyStream(); + + { + unsigned char buffer[1024]; + resp->Read(buffer, sizeof(buffer)); + sink(*buffer); // $ ir + } + { + unsigned char buffer[1024]; + resp->ReadToCount(buffer, sizeof(buffer)); + sink(*buffer); // $ ir + } + { + std::vector vec = resp->ReadToEnd(); + sink(vec); // $ ir + } +} + +void test_RawResponse(Azure::Core::Http::RawResponse& resp) { + { + std::map body = resp.GetHeaders(); + sink(body["Content-Type"]); // $ ir + } + { + std::vector body = resp.GetBody(); + sink(body); // $ ir + } + { + std::unique_ptr bodyStream = resp.ExtractBodyStream(); + sink(bodyStream.get()->ReadToEnd()); // $ ir + } +} + +void test_GetHeader() { + Azure::Core::Http::Request request(Azure::Core::Http::Get, Azure::Core::Url("http://example.com")); + { + auto headerValue = request.GetHeader("Content-Type").Value(); + sink(headerValue); // $ ir + } + { + std::map headers = request.GetHeaders(); + std::string contentType = headers["Content-Type"]; + sink(contentType); // $ ir + } +} \ No newline at end of file diff --git a/cpp/ql/test/library-tests/dataflow/external-models/flow.expected b/cpp/ql/test/library-tests/dataflow/external-models/flow.expected index d47ae8950fb..1e46060c97e 100644 --- a/cpp/ql/test/library-tests/dataflow/external-models/flow.expected +++ b/cpp/ql/test/library-tests/dataflow/external-models/flow.expected @@ -14,45 +14,111 @@ models | 13 | Source: ; ; false; NtReadFile; ; ; Argument[*5]; local; manual | | 14 | Source: ; ; false; ReadFile; ; ; Argument[*1]; local; manual | | 15 | Source: ; ; false; ReadFileEx; ; ; Argument[*1]; local; manual | -| 16 | Source: ; ; false; ymlSource; ; ; ReturnValue; local; manual | -| 17 | Source: boost::asio; ; false; read_until; ; ; Argument[*1]; remote; manual | -| 18 | Summary: ; ; false; CommandLineToArgvA; ; ; Argument[*0]; ReturnValue[**]; taint; manual | -| 19 | Summary: ; ; false; CreateRemoteThread; ; ; Argument[@4]; Argument[3].Parameter[@0]; value; manual | -| 20 | Summary: ; ; false; CreateRemoteThreadEx; ; ; Argument[@4]; Argument[3].Parameter[@0]; value; manual | -| 21 | Summary: ; ; false; CreateThread; ; ; Argument[@3]; Argument[2].Parameter[@0]; value; manual | -| 22 | Summary: ; ; false; ReadFileEx; ; ; Argument[*3].Field[@hEvent]; Argument[4].Parameter[*2].Field[@hEvent]; value; manual | -| 23 | Summary: ; ; false; RtlCopyDeviceMemory; ; ; Argument[*@1]; Argument[*@0]; value; manual | -| 24 | Summary: ; ; false; RtlCopyMemory; ; ; Argument[*@1]; Argument[*@0]; value; manual | -| 25 | Summary: ; ; false; RtlCopyMemoryNonTemporal; ; ; Argument[*@1]; Argument[*@0]; value; manual | -| 26 | Summary: ; ; false; RtlCopyUnicodeString; ; ; Argument[*1].Field[*Buffer]; Argument[*0].Field[*Buffer]; value; manual | -| 27 | Summary: ; ; false; RtlCopyVolatileMemory; ; ; Argument[*@1]; Argument[*@0]; value; manual | -| 28 | Summary: ; ; false; RtlInitUnicodeString; ; ; Argument[*1]; Argument[*0].Field[*Buffer]; value; manual | -| 29 | Summary: ; ; false; RtlMoveMemory; ; ; Argument[*@1]; Argument[*@0]; value; manual | -| 30 | Summary: ; ; false; RtlMoveVolatileMemory; ; ; Argument[*@1]; Argument[*@0]; value; manual | -| 31 | Summary: ; ; false; callWithArgument; ; ; Argument[1]; Argument[0].Parameter[0]; value; manual | -| 32 | Summary: ; ; false; callWithNonTypeTemplate; (const T &); ; Argument[*0]; ReturnValue; value; manual | -| 33 | Summary: ; ; false; pthread_create; ; ; Argument[@3]; Argument[2].Parameter[@0]; value; manual | -| 34 | Summary: ; ; false; ymlStepGenerated; ; ; Argument[0]; ReturnValue; taint; df-generated | -| 35 | Summary: ; ; false; ymlStepManual; ; ; Argument[0]; ReturnValue; taint; manual | -| 36 | Summary: ; ; false; ymlStepManual_with_body; ; ; Argument[0]; ReturnValue; taint; manual | -| 37 | Summary: boost::asio; ; false; buffer; ; ; Argument[*0]; ReturnValue; taint; manual | +| 16 | Source: ; ; false; WinHttpQueryHeaders; ; ; Argument[*3]; remote; manual | +| 17 | Source: ; ; false; WinHttpQueryHeadersEx; ; ; Argument[**8]; remote; manual | +| 18 | Source: ; ; false; WinHttpQueryHeadersEx; ; ; Argument[*5]; remote; manual | +| 19 | Source: ; ; false; WinHttpQueryHeadersEx; ; ; Argument[*6]; remote; manual | +| 20 | Source: ; ; false; WinHttpReadData; ; ; Argument[*1]; remote; manual | +| 21 | Source: ; ; false; WinHttpReadDataEx; ; ; Argument[*1]; remote; manual | +| 22 | Source: ; ; false; ymlSource; ; ; ReturnValue; local; manual | +| 23 | Source: Azure::Core::Http; RawResponse; true; ExtractBodyStream; ; ; ReturnValue[*]; remote; manual | +| 24 | Source: Azure::Core::Http; RawResponse; true; GetBody; ; ; ReturnValue[*]; remote; manual | +| 25 | Source: Azure::Core::Http; RawResponse; true; GetHeaders; ; ; ReturnValue[*]; remote; manual | +| 26 | Source: Azure::Core::Http; Request; true; GetBodyStream; ; ; ReturnValue[*]; remote; manual | +| 27 | Source: Azure::Core::Http; Request; true; GetHeader; ; ; ReturnValue; remote; manual | +| 28 | Source: Azure::Core::Http; Request; true; GetHeaders; ; ; ReturnValue; remote; manual | +| 29 | Source: boost::asio; ; false; read_until; ; ; Argument[*1]; remote; manual | +| 30 | Summary: ; ; false; CommandLineToArgvA; ; ; Argument[*0]; ReturnValue[**]; taint; manual | +| 31 | Summary: ; ; false; CreateRemoteThread; ; ; Argument[@4]; Argument[3].Parameter[@0]; value; manual | +| 32 | Summary: ; ; false; CreateRemoteThreadEx; ; ; Argument[@4]; Argument[3].Parameter[@0]; value; manual | +| 33 | Summary: ; ; false; CreateThread; ; ; Argument[@3]; Argument[2].Parameter[@0]; value; manual | +| 34 | Summary: ; ; false; ReadFileEx; ; ; Argument[*3].Field[@hEvent]; Argument[4].Parameter[*2].Field[@hEvent]; value; manual | +| 35 | Summary: ; ; false; RtlCopyDeviceMemory; ; ; Argument[*@1]; Argument[*@0]; value; manual | +| 36 | Summary: ; ; false; RtlCopyMemory; ; ; Argument[*@1]; Argument[*@0]; value; manual | +| 37 | Summary: ; ; false; RtlCopyMemoryNonTemporal; ; ; Argument[*@1]; Argument[*@0]; value; manual | +| 38 | Summary: ; ; false; RtlCopyUnicodeString; ; ; Argument[*1].Field[*Buffer]; Argument[*0].Field[*Buffer]; value; manual | +| 39 | Summary: ; ; false; RtlCopyVolatileMemory; ; ; Argument[*@1]; Argument[*@0]; value; manual | +| 40 | Summary: ; ; false; RtlInitUnicodeString; ; ; Argument[*1]; Argument[*0].Field[*Buffer]; value; manual | +| 41 | Summary: ; ; false; RtlMoveMemory; ; ; Argument[*@1]; Argument[*@0]; value; manual | +| 42 | Summary: ; ; false; RtlMoveVolatileMemory; ; ; Argument[*@1]; Argument[*@0]; value; manual | +| 43 | Summary: ; ; false; WinHttpCrackUrl; ; ; Argument[*0]; Argument[*3]; taint; manual | +| 44 | Summary: ; ; false; callWithArgument; ; ; Argument[1]; Argument[0].Parameter[0]; value; manual | +| 45 | Summary: ; ; false; callWithNonTypeTemplate; (const T &); ; Argument[*0]; ReturnValue; value; manual | +| 46 | Summary: ; ; false; pthread_create; ; ; Argument[@3]; Argument[2].Parameter[@0]; value; manual | +| 47 | Summary: ; ; false; ymlStepGenerated; ; ; Argument[0]; ReturnValue; taint; df-generated | +| 48 | Summary: ; ; false; ymlStepManual; ; ; Argument[0]; ReturnValue; taint; manual | +| 49 | Summary: ; ; false; ymlStepManual_with_body; ; ; Argument[0]; ReturnValue; taint; manual | +| 50 | Summary: Azure::Core::IO; BodyStream; true; Read; ; ; Argument[-1]; Argument[*0]; taint; manual | +| 51 | Summary: Azure::Core::IO; BodyStream; true; ReadToCount; ; ; Argument[-1]; Argument[*0]; taint; manual | +| 52 | Summary: Azure::Core::IO; BodyStream; true; ReadToEnd; ; ; Argument[-1]; ReturnValue.Element; taint; manual | +| 53 | Summary: Azure; Nullable; true; Value; ; ; Argument[-1]; ReturnValue[*]; taint; manual | +| 54 | Summary: boost::asio; ; false; buffer; ; ; Argument[*0]; ReturnValue; taint; manual | edges -| asio_streams.cpp:56:18:56:23 | [summary param] *0 in buffer | asio_streams.cpp:56:18:56:23 | [summary] to write: ReturnValue in buffer | provenance | MaD:37 | -| asio_streams.cpp:87:34:87:44 | read_until output argument | asio_streams.cpp:91:7:91:17 | recv_buffer | provenance | Src:MaD:17 | -| asio_streams.cpp:87:34:87:44 | read_until output argument | asio_streams.cpp:93:29:93:39 | *recv_buffer | provenance | Src:MaD:17 Sink:MaD:2 | +| asio_streams.cpp:56:18:56:23 | [summary param] *0 in buffer | asio_streams.cpp:56:18:56:23 | [summary] to write: ReturnValue in buffer | provenance | MaD:54 | +| asio_streams.cpp:87:34:87:44 | read_until output argument | asio_streams.cpp:91:7:91:17 | recv_buffer | provenance | Src:MaD:29 | +| asio_streams.cpp:87:34:87:44 | read_until output argument | asio_streams.cpp:93:29:93:39 | *recv_buffer | provenance | Src:MaD:29 Sink:MaD:2 | | asio_streams.cpp:97:37:97:44 | call to source | asio_streams.cpp:98:7:98:14 | send_str | provenance | TaintFunction | | asio_streams.cpp:97:37:97:44 | call to source | asio_streams.cpp:100:64:100:71 | *send_str | provenance | TaintFunction | | asio_streams.cpp:100:44:100:62 | call to buffer | asio_streams.cpp:100:44:100:62 | call to buffer | provenance | | | asio_streams.cpp:100:44:100:62 | call to buffer | asio_streams.cpp:101:7:101:17 | send_buffer | provenance | | | asio_streams.cpp:100:44:100:62 | call to buffer | asio_streams.cpp:103:29:103:39 | *send_buffer | provenance | Sink:MaD:2 | | asio_streams.cpp:100:64:100:71 | *send_str | asio_streams.cpp:56:18:56:23 | [summary param] *0 in buffer | provenance | | -| asio_streams.cpp:100:64:100:71 | *send_str | asio_streams.cpp:100:44:100:62 | call to buffer | provenance | MaD:37 | -| test.cpp:4:5:4:17 | [summary param] 0 in ymlStepManual | test.cpp:4:5:4:17 | [summary] to write: ReturnValue in ymlStepManual | provenance | MaD:35 | -| test.cpp:5:5:5:20 | [summary param] 0 in ymlStepGenerated | test.cpp:5:5:5:20 | [summary] to write: ReturnValue in ymlStepGenerated | provenance | MaD:34 | -| test.cpp:6:5:6:27 | [summary param] 0 in ymlStepManual_with_body | test.cpp:6:5:6:27 | [summary] to write: ReturnValue in ymlStepManual_with_body | provenance | MaD:36 | +| asio_streams.cpp:100:64:100:71 | *send_str | asio_streams.cpp:100:44:100:62 | call to buffer | provenance | MaD:54 | +| azure.cpp:62:10:62:14 | [summary param] this in Value | azure.cpp:62:10:62:14 | [summary] to write: ReturnValue[*] in Value | provenance | MaD:53 | +| azure.cpp:113:16:113:19 | [summary param] this in Read | azure.cpp:113:16:113:19 | [summary param] *0 in Read [Return] | provenance | MaD:50 | +| azure.cpp:114:16:114:26 | [summary param] this in ReadToCount | azure.cpp:114:16:114:26 | [summary param] *0 in ReadToCount [Return] | provenance | MaD:51 | +| azure.cpp:115:30:115:38 | [summary param] this in ReadToEnd | azure.cpp:115:30:115:38 | [summary] to write: ReturnValue.Element in ReadToEnd | provenance | MaD:52 | +| azure.cpp:115:30:115:38 | [summary] to write: ReturnValue.Element in ReadToEnd | azure.cpp:115:30:115:38 | [summary] to write: ReturnValue in ReadToEnd [element] | provenance | | +| azure.cpp:253:48:253:60 | *call to GetBodyStream | azure.cpp:253:48:253:60 | *call to GetBodyStream | provenance | Src:MaD:26 | +| azure.cpp:253:48:253:60 | *call to GetBodyStream | azure.cpp:257:5:257:8 | *resp | provenance | | +| azure.cpp:253:48:253:60 | *call to GetBodyStream | azure.cpp:262:5:262:8 | *resp | provenance | | +| azure.cpp:253:48:253:60 | *call to GetBodyStream | azure.cpp:266:38:266:41 | *resp | provenance | | +| azure.cpp:257:5:257:8 | *resp | azure.cpp:113:16:113:19 | [summary param] this in Read | provenance | | +| azure.cpp:257:5:257:8 | *resp | azure.cpp:257:16:257:21 | Read output argument | provenance | MaD:50 | +| azure.cpp:257:16:257:21 | Read output argument | azure.cpp:258:10:258:16 | * ... | provenance | | +| azure.cpp:262:5:262:8 | *resp | azure.cpp:114:16:114:26 | [summary param] this in ReadToCount | provenance | | +| azure.cpp:262:5:262:8 | *resp | azure.cpp:262:23:262:28 | ReadToCount output argument | provenance | MaD:51 | +| azure.cpp:262:23:262:28 | ReadToCount output argument | azure.cpp:263:10:263:16 | * ... | provenance | | +| azure.cpp:266:38:266:41 | *resp | azure.cpp:115:30:115:38 | [summary param] this in ReadToEnd | provenance | | +| azure.cpp:266:38:266:41 | *resp | azure.cpp:266:44:266:52 | call to ReadToEnd [element] | provenance | MaD:52 | +| azure.cpp:266:44:266:52 | call to ReadToEnd [element] | azure.cpp:266:44:266:52 | call to ReadToEnd [element] | provenance | | +| azure.cpp:266:44:266:52 | call to ReadToEnd [element] | azure.cpp:267:10:267:12 | vec [element] | provenance | | +| azure.cpp:267:10:267:12 | vec [element] | azure.cpp:267:10:267:12 | vec | provenance | | +| azure.cpp:273:62:273:64 | call to GetHeaders | azure.cpp:273:62:273:64 | call to GetHeaders | provenance | Src:MaD:25 | +| azure.cpp:273:62:273:64 | call to GetHeaders | azure.cpp:274:14:274:29 | call to operator[] | provenance | TaintFunction | +| azure.cpp:273:62:273:64 | call to GetHeaders | azure.cpp:274:14:274:29 | call to operator[] | provenance | TaintFunction | +| azure.cpp:273:62:273:64 | call to GetHeaders | azure.cpp:274:14:274:29 | call to operator[] | provenance | TaintFunction | +| azure.cpp:274:14:274:29 | call to operator[] | azure.cpp:274:10:274:29 | call to operator[] | provenance | | +| azure.cpp:274:14:274:29 | call to operator[] | azure.cpp:274:14:274:29 | call to operator[] | provenance | | +| azure.cpp:277:45:277:47 | call to GetBody | azure.cpp:277:45:277:47 | call to GetBody | provenance | Src:MaD:24 | +| azure.cpp:277:45:277:47 | call to GetBody | azure.cpp:278:10:278:13 | body | provenance | | +| azure.cpp:277:45:277:47 | call to GetBody | azure.cpp:278:10:278:13 | body | provenance | | +| azure.cpp:278:10:278:13 | body | azure.cpp:278:10:278:13 | body | provenance | | +| azure.cpp:281:68:281:84 | *call to ExtractBodyStream | azure.cpp:281:68:281:84 | *call to ExtractBodyStream | provenance | Src:MaD:23 | +| azure.cpp:281:68:281:84 | *call to ExtractBodyStream | azure.cpp:282:21:282:23 | *call to get | provenance | | +| azure.cpp:282:21:282:23 | *call to get | azure.cpp:115:30:115:38 | [summary param] this in ReadToEnd | provenance | | +| azure.cpp:282:21:282:23 | *call to get | azure.cpp:282:28:282:36 | call to ReadToEnd [element] | provenance | MaD:52 | +| azure.cpp:282:28:282:36 | call to ReadToEnd [element] | azure.cpp:282:10:282:38 | call to ReadToEnd | provenance | | +| azure.cpp:282:28:282:36 | call to ReadToEnd [element] | azure.cpp:282:28:282:36 | call to ReadToEnd [element] | provenance | | +| azure.cpp:289:24:289:56 | call to GetHeader | azure.cpp:62:10:62:14 | [summary param] this in Value | provenance | | +| azure.cpp:289:24:289:56 | call to GetHeader | azure.cpp:289:63:289:65 | call to Value | provenance | MaD:53 | +| azure.cpp:289:32:289:40 | call to GetHeader | azure.cpp:289:24:289:56 | call to GetHeader | provenance | | +| azure.cpp:289:32:289:40 | call to GetHeader | azure.cpp:289:32:289:40 | call to GetHeader | provenance | Src:MaD:27 | +| azure.cpp:289:63:289:65 | call to Value | azure.cpp:289:63:289:65 | call to Value | provenance | | +| azure.cpp:289:63:289:65 | call to Value | azure.cpp:290:10:290:20 | headerValue | provenance | | +| azure.cpp:289:63:289:65 | call to Value | azure.cpp:290:10:290:20 | headerValue | provenance | | +| azure.cpp:290:10:290:20 | headerValue | azure.cpp:290:10:290:20 | headerValue | provenance | | +| azure.cpp:293:58:293:67 | call to GetHeaders | azure.cpp:293:58:293:67 | call to GetHeaders | provenance | Src:MaD:28 | +| azure.cpp:293:58:293:67 | call to GetHeaders | azure.cpp:294:38:294:53 | call to operator[] | provenance | TaintFunction | +| azure.cpp:294:38:294:53 | call to operator[] | azure.cpp:295:10:295:20 | contentType | provenance | | +| azure.cpp:294:38:294:53 | call to operator[] | azure.cpp:295:10:295:20 | contentType | provenance | | +| azure.cpp:295:10:295:20 | contentType | azure.cpp:295:10:295:20 | contentType | provenance | | +| test.cpp:4:5:4:17 | [summary param] 0 in ymlStepManual | test.cpp:4:5:4:17 | [summary] to write: ReturnValue in ymlStepManual | provenance | MaD:48 | +| test.cpp:5:5:5:20 | [summary param] 0 in ymlStepGenerated | test.cpp:5:5:5:20 | [summary] to write: ReturnValue in ymlStepGenerated | provenance | MaD:47 | +| test.cpp:6:5:6:27 | [summary param] 0 in ymlStepManual_with_body | test.cpp:6:5:6:27 | [summary] to write: ReturnValue in ymlStepManual_with_body | provenance | MaD:49 | | test.cpp:7:47:7:52 | value2 | test.cpp:7:64:7:69 | value2 | provenance | | | test.cpp:7:64:7:69 | value2 | test.cpp:7:5:7:30 | *ymlStepGenerated_with_body | provenance | | -| test.cpp:10:10:10:18 | call to ymlSource | test.cpp:10:10:10:18 | call to ymlSource | provenance | Src:MaD:16 | +| test.cpp:10:10:10:18 | call to ymlSource | test.cpp:10:10:10:18 | call to ymlSource | provenance | Src:MaD:22 | | test.cpp:10:10:10:18 | call to ymlSource | test.cpp:14:10:14:10 | x | provenance | Sink:MaD:1 | | test.cpp:10:10:10:18 | call to ymlSource | test.cpp:17:24:17:24 | x | provenance | | | test.cpp:10:10:10:18 | call to ymlSource | test.cpp:21:27:21:27 | x | provenance | | @@ -61,15 +127,15 @@ edges | test.cpp:17:10:17:22 | call to ymlStepManual | test.cpp:17:10:17:22 | call to ymlStepManual | provenance | | | test.cpp:17:10:17:22 | call to ymlStepManual | test.cpp:18:10:18:10 | y | provenance | Sink:MaD:1 | | test.cpp:17:24:17:24 | x | test.cpp:4:5:4:17 | [summary param] 0 in ymlStepManual | provenance | | -| test.cpp:17:24:17:24 | x | test.cpp:17:10:17:22 | call to ymlStepManual | provenance | MaD:35 | +| test.cpp:17:24:17:24 | x | test.cpp:17:10:17:22 | call to ymlStepManual | provenance | MaD:48 | | test.cpp:21:10:21:25 | call to ymlStepGenerated | test.cpp:21:10:21:25 | call to ymlStepGenerated | provenance | | | test.cpp:21:10:21:25 | call to ymlStepGenerated | test.cpp:22:10:22:10 | z | provenance | Sink:MaD:1 | | test.cpp:21:27:21:27 | x | test.cpp:5:5:5:20 | [summary param] 0 in ymlStepGenerated | provenance | | -| test.cpp:21:27:21:27 | x | test.cpp:21:10:21:25 | call to ymlStepGenerated | provenance | MaD:34 | +| test.cpp:21:27:21:27 | x | test.cpp:21:10:21:25 | call to ymlStepGenerated | provenance | MaD:47 | | test.cpp:25:11:25:33 | call to ymlStepManual_with_body | test.cpp:25:11:25:33 | call to ymlStepManual_with_body | provenance | | | test.cpp:25:11:25:33 | call to ymlStepManual_with_body | test.cpp:26:10:26:11 | y2 | provenance | Sink:MaD:1 | | test.cpp:25:35:25:35 | x | test.cpp:6:5:6:27 | [summary param] 0 in ymlStepManual_with_body | provenance | | -| test.cpp:25:35:25:35 | x | test.cpp:25:11:25:33 | call to ymlStepManual_with_body | provenance | MaD:36 | +| test.cpp:25:35:25:35 | x | test.cpp:25:11:25:33 | call to ymlStepManual_with_body | provenance | MaD:49 | | test.cpp:32:11:32:36 | call to ymlStepGenerated_with_body | test.cpp:32:11:32:36 | call to ymlStepGenerated_with_body | provenance | | | test.cpp:32:11:32:36 | call to ymlStepGenerated_with_body | test.cpp:33:10:33:11 | z2 | provenance | Sink:MaD:1 | | test.cpp:32:41:32:41 | x | test.cpp:7:47:7:52 | value2 | provenance | | @@ -77,16 +143,16 @@ edges | test.cpp:46:30:46:32 | *arg [x] | test.cpp:47:12:47:19 | *arg [x] | provenance | | | test.cpp:47:12:47:19 | *arg [x] | test.cpp:48:13:48:13 | *s [x] | provenance | | | test.cpp:48:13:48:13 | *s [x] | test.cpp:48:16:48:16 | x | provenance | Sink:MaD:1 | -| test.cpp:52:5:52:18 | [summary param] *3 in pthread_create [x] | test.cpp:52:5:52:18 | [summary] to write: Argument[2].Parameter[*0] in pthread_create [x] | provenance | MaD:33 | +| test.cpp:52:5:52:18 | [summary param] *3 in pthread_create [x] | test.cpp:52:5:52:18 | [summary] to write: Argument[2].Parameter[*0] in pthread_create [x] | provenance | MaD:46 | | test.cpp:52:5:52:18 | [summary] to write: Argument[2].Parameter[*0] in pthread_create [x] | test.cpp:46:30:46:32 | *arg [x] | provenance | | | test.cpp:56:2:56:2 | *s [post update] [x] | test.cpp:59:55:59:64 | *& ... [x] | provenance | | | test.cpp:56:2:56:18 | ... = ... | test.cpp:56:2:56:2 | *s [post update] [x] | provenance | | -| test.cpp:56:8:56:16 | call to ymlSource | test.cpp:56:2:56:18 | ... = ... | provenance | Src:MaD:16 | +| test.cpp:56:8:56:16 | call to ymlSource | test.cpp:56:2:56:18 | ... = ... | provenance | Src:MaD:22 | | test.cpp:59:55:59:64 | *& ... [x] | test.cpp:52:5:52:18 | [summary param] *3 in pthread_create [x] | provenance | | -| test.cpp:63:6:63:21 | [summary param] 1 in callWithArgument | test.cpp:63:6:63:21 | [summary] to write: Argument[0].Parameter[0] in callWithArgument | provenance | MaD:31 | -| test.cpp:63:6:63:21 | [summary param] 1 in callWithArgument | test.cpp:63:6:63:21 | [summary] to write: Argument[0].Parameter[0] in callWithArgument | provenance | MaD:31 | -| test.cpp:63:6:63:21 | [summary param] 1 in callWithArgument | test.cpp:63:6:63:21 | [summary] to write: Argument[0].Parameter[0] in callWithArgument | provenance | MaD:31 | -| test.cpp:63:6:63:21 | [summary param] 1 in callWithArgument | test.cpp:63:6:63:21 | [summary] to write: Argument[0].Parameter[0] in callWithArgument | provenance | MaD:31 | +| test.cpp:63:6:63:21 | [summary param] 1 in callWithArgument | test.cpp:63:6:63:21 | [summary] to write: Argument[0].Parameter[0] in callWithArgument | provenance | MaD:44 | +| test.cpp:63:6:63:21 | [summary param] 1 in callWithArgument | test.cpp:63:6:63:21 | [summary] to write: Argument[0].Parameter[0] in callWithArgument | provenance | MaD:44 | +| test.cpp:63:6:63:21 | [summary param] 1 in callWithArgument | test.cpp:63:6:63:21 | [summary] to write: Argument[0].Parameter[0] in callWithArgument | provenance | MaD:44 | +| test.cpp:63:6:63:21 | [summary param] 1 in callWithArgument | test.cpp:63:6:63:21 | [summary] to write: Argument[0].Parameter[0] in callWithArgument | provenance | MaD:44 | | test.cpp:63:6:63:21 | [summary] to write: Argument[0].Parameter[0] in callWithArgument | test.cpp:68:22:68:22 | y | provenance | | | test.cpp:63:6:63:21 | [summary] to write: Argument[0].Parameter[0] in callWithArgument | test.cpp:74:22:74:22 | y | provenance | | | test.cpp:63:6:63:21 | [summary] to write: Argument[0].Parameter[0] in callWithArgument | test.cpp:82:22:82:22 | y | provenance | | @@ -95,7 +161,7 @@ edges | test.cpp:74:22:74:22 | y | test.cpp:75:11:75:11 | y | provenance | Sink:MaD:1 | | test.cpp:82:22:82:22 | y | test.cpp:83:11:83:11 | y | provenance | Sink:MaD:1 | | test.cpp:88:22:88:22 | y | test.cpp:89:11:89:11 | y | provenance | Sink:MaD:1 | -| test.cpp:94:10:94:18 | call to ymlSource | test.cpp:94:10:94:18 | call to ymlSource | provenance | Src:MaD:16 | +| test.cpp:94:10:94:18 | call to ymlSource | test.cpp:94:10:94:18 | call to ymlSource | provenance | Src:MaD:22 | | test.cpp:94:10:94:18 | call to ymlSource | test.cpp:97:26:97:26 | x | provenance | | | test.cpp:94:10:94:18 | call to ymlSource | test.cpp:101:26:101:26 | x | provenance | | | test.cpp:94:10:94:18 | call to ymlSource | test.cpp:103:63:103:63 | x | provenance | | @@ -104,28 +170,28 @@ edges | test.cpp:101:26:101:26 | x | test.cpp:63:6:63:21 | [summary param] 1 in callWithArgument | provenance | | | test.cpp:103:63:103:63 | x | test.cpp:63:6:63:21 | [summary param] 1 in callWithArgument | provenance | | | test.cpp:104:62:104:62 | x | test.cpp:63:6:63:21 | [summary param] 1 in callWithArgument | provenance | | -| test.cpp:111:3:111:25 | [summary param] *0 in callWithNonTypeTemplate | test.cpp:111:3:111:25 | [summary] to write: ReturnValue in callWithNonTypeTemplate | provenance | MaD:32 | -| test.cpp:114:10:114:18 | call to ymlSource | test.cpp:114:10:114:18 | call to ymlSource | provenance | Src:MaD:16 | +| test.cpp:111:3:111:25 | [summary param] *0 in callWithNonTypeTemplate | test.cpp:111:3:111:25 | [summary] to write: ReturnValue in callWithNonTypeTemplate | provenance | MaD:45 | +| test.cpp:114:10:114:18 | call to ymlSource | test.cpp:114:10:114:18 | call to ymlSource | provenance | Src:MaD:22 | | test.cpp:114:10:114:18 | call to ymlSource | test.cpp:118:44:118:44 | *x | provenance | | | test.cpp:118:11:118:42 | call to callWithNonTypeTemplate | test.cpp:118:11:118:42 | call to callWithNonTypeTemplate | provenance | | | test.cpp:118:11:118:42 | call to callWithNonTypeTemplate | test.cpp:119:10:119:11 | y2 | provenance | Sink:MaD:1 | | test.cpp:118:44:118:44 | *x | test.cpp:111:3:111:25 | [summary param] *0 in callWithNonTypeTemplate | provenance | | -| test.cpp:118:44:118:44 | *x | test.cpp:118:11:118:42 | call to callWithNonTypeTemplate | provenance | MaD:32 | -| windows.cpp:17:8:17:25 | [summary param] *0 in CommandLineToArgvA | windows.cpp:17:8:17:25 | [summary] to write: ReturnValue[**] in CommandLineToArgvA | provenance | MaD:18 | +| test.cpp:118:44:118:44 | *x | test.cpp:118:11:118:42 | call to callWithNonTypeTemplate | provenance | MaD:45 | +| windows.cpp:17:8:17:25 | [summary param] *0 in CommandLineToArgvA | windows.cpp:17:8:17:25 | [summary] to write: ReturnValue[**] in CommandLineToArgvA | provenance | MaD:30 | | windows.cpp:22:15:22:29 | *call to GetCommandLineA | windows.cpp:22:15:22:29 | *call to GetCommandLineA | provenance | Src:MaD:3 | | windows.cpp:22:15:22:29 | *call to GetCommandLineA | windows.cpp:24:8:24:11 | * ... | provenance | | | windows.cpp:22:15:22:29 | *call to GetCommandLineA | windows.cpp:27:36:27:38 | *cmd | provenance | | | windows.cpp:27:17:27:34 | **call to CommandLineToArgvA | windows.cpp:27:17:27:34 | **call to CommandLineToArgvA | provenance | | | windows.cpp:27:17:27:34 | **call to CommandLineToArgvA | windows.cpp:30:8:30:15 | * ... | provenance | | | windows.cpp:27:36:27:38 | *cmd | windows.cpp:17:8:17:25 | [summary param] *0 in CommandLineToArgvA | provenance | | -| windows.cpp:27:36:27:38 | *cmd | windows.cpp:27:17:27:34 | **call to CommandLineToArgvA | provenance | MaD:18 | +| windows.cpp:27:36:27:38 | *cmd | windows.cpp:27:17:27:34 | **call to CommandLineToArgvA | provenance | MaD:30 | | windows.cpp:34:17:34:38 | *call to GetEnvironmentStringsA | windows.cpp:34:17:34:38 | *call to GetEnvironmentStringsA | provenance | Src:MaD:4 | | windows.cpp:34:17:34:38 | *call to GetEnvironmentStringsA | windows.cpp:36:10:36:13 | * ... | provenance | | | windows.cpp:39:36:39:38 | GetEnvironmentVariableA output argument | windows.cpp:41:10:41:13 | * ... | provenance | Src:MaD:5 | | windows.cpp:90:6:90:15 | [summary param] *3 in ReadFileEx [*hEvent] | windows.cpp:90:6:90:15 | [summary] read: Argument[*3].Field[*hEvent] in ReadFileEx | provenance | | | windows.cpp:90:6:90:15 | [summary param] *3 in ReadFileEx [hEvent] | windows.cpp:90:6:90:15 | [summary] read: Argument[*3].Field[hEvent] in ReadFileEx | provenance | | -| windows.cpp:90:6:90:15 | [summary] read: Argument[*3].Field[*hEvent] in ReadFileEx | windows.cpp:90:6:90:15 | [summary] to write: Argument[4].Parameter[*2].Field[*hEvent] in ReadFileEx | provenance | MaD:22 | -| windows.cpp:90:6:90:15 | [summary] read: Argument[*3].Field[hEvent] in ReadFileEx | windows.cpp:90:6:90:15 | [summary] to write: Argument[4].Parameter[*2].Field[hEvent] in ReadFileEx | provenance | MaD:22 | +| windows.cpp:90:6:90:15 | [summary] read: Argument[*3].Field[*hEvent] in ReadFileEx | windows.cpp:90:6:90:15 | [summary] to write: Argument[4].Parameter[*2].Field[*hEvent] in ReadFileEx | provenance | MaD:34 | +| windows.cpp:90:6:90:15 | [summary] read: Argument[*3].Field[hEvent] in ReadFileEx | windows.cpp:90:6:90:15 | [summary] to write: Argument[4].Parameter[*2].Field[hEvent] in ReadFileEx | provenance | MaD:34 | | windows.cpp:90:6:90:15 | [summary] to write: Argument[4].Parameter[*2] in ReadFileEx [*hEvent] | windows.cpp:147:16:147:27 | *lpOverlapped [*hEvent] | provenance | | | windows.cpp:90:6:90:15 | [summary] to write: Argument[4].Parameter[*2] in ReadFileEx [hEvent] | windows.cpp:157:16:157:27 | *lpOverlapped [hEvent] | provenance | | | windows.cpp:90:6:90:15 | [summary] to write: Argument[4].Parameter[*2].Field[*hEvent] in ReadFileEx | windows.cpp:90:6:90:15 | [summary] to write: Argument[4].Parameter[*2] in ReadFileEx [*hEvent] | provenance | | @@ -173,11 +239,11 @@ edges | windows.cpp:332:23:332:40 | *call to MapViewOfFileNuma2 | windows.cpp:332:23:332:40 | *call to MapViewOfFileNuma2 | provenance | Src:MaD:12 | | windows.cpp:332:23:332:40 | *call to MapViewOfFileNuma2 | windows.cpp:333:20:333:52 | *pMapView | provenance | | | windows.cpp:333:20:333:52 | *pMapView | windows.cpp:335:10:335:16 | * ... | provenance | | -| windows.cpp:349:8:349:19 | [summary param] *3 in CreateThread [x] | windows.cpp:349:8:349:19 | [summary] to write: Argument[2].Parameter[*0] in CreateThread [x] | provenance | MaD:21 | +| windows.cpp:349:8:349:19 | [summary param] *3 in CreateThread [x] | windows.cpp:349:8:349:19 | [summary] to write: Argument[2].Parameter[*0] in CreateThread [x] | provenance | MaD:33 | | windows.cpp:349:8:349:19 | [summary] to write: Argument[2].Parameter[*0] in CreateThread [x] | windows.cpp:403:26:403:36 | *lpParameter [x] | provenance | | -| windows.cpp:357:8:357:25 | [summary param] *4 in CreateRemoteThread [x] | windows.cpp:357:8:357:25 | [summary] to write: Argument[3].Parameter[*0] in CreateRemoteThread [x] | provenance | MaD:19 | +| windows.cpp:357:8:357:25 | [summary param] *4 in CreateRemoteThread [x] | windows.cpp:357:8:357:25 | [summary] to write: Argument[3].Parameter[*0] in CreateRemoteThread [x] | provenance | MaD:31 | | windows.cpp:357:8:357:25 | [summary] to write: Argument[3].Parameter[*0] in CreateRemoteThread [x] | windows.cpp:410:26:410:36 | *lpParameter [x] | provenance | | -| windows.cpp:387:8:387:27 | [summary param] *4 in CreateRemoteThreadEx [x] | windows.cpp:387:8:387:27 | [summary] to write: Argument[3].Parameter[*0] in CreateRemoteThreadEx [x] | provenance | MaD:20 | +| windows.cpp:387:8:387:27 | [summary param] *4 in CreateRemoteThreadEx [x] | windows.cpp:387:8:387:27 | [summary] to write: Argument[3].Parameter[*0] in CreateRemoteThreadEx [x] | provenance | MaD:32 | | windows.cpp:387:8:387:27 | [summary] to write: Argument[3].Parameter[*0] in CreateRemoteThreadEx [x] | windows.cpp:417:26:417:36 | *lpParameter [x] | provenance | | | windows.cpp:403:26:403:36 | *lpParameter [x] | windows.cpp:405:10:405:25 | *lpParameter [x] | provenance | | | windows.cpp:405:10:405:25 | *lpParameter [x] | windows.cpp:406:8:406:8 | *s [x] | provenance | | @@ -196,17 +262,17 @@ edges | windows.cpp:439:7:439:8 | *& ... [x] | windows.cpp:349:8:349:19 | [summary param] *3 in CreateThread [x] | provenance | | | windows.cpp:451:7:451:8 | *& ... [x] | windows.cpp:357:8:357:25 | [summary param] *4 in CreateRemoteThread [x] | provenance | | | windows.cpp:464:7:464:8 | *& ... [x] | windows.cpp:387:8:387:27 | [summary param] *4 in CreateRemoteThreadEx [x] | provenance | | -| windows.cpp:473:17:473:37 | [summary param] *1 in RtlCopyVolatileMemory | windows.cpp:473:17:473:37 | [summary param] *0 in RtlCopyVolatileMemory [Return] | provenance | MaD:27 | -| windows.cpp:479:17:479:35 | [summary param] *1 in RtlCopyDeviceMemory | windows.cpp:479:17:479:35 | [summary param] *0 in RtlCopyDeviceMemory [Return] | provenance | MaD:23 | -| windows.cpp:485:6:485:18 | [summary param] *1 in RtlCopyMemory | windows.cpp:485:6:485:18 | [summary param] *0 in RtlCopyMemory [Return] | provenance | MaD:24 | -| windows.cpp:493:6:493:29 | [summary param] *1 in RtlCopyMemoryNonTemporal | windows.cpp:493:6:493:29 | [summary param] *0 in RtlCopyMemoryNonTemporal [Return] | provenance | MaD:25 | +| windows.cpp:473:17:473:37 | [summary param] *1 in RtlCopyVolatileMemory | windows.cpp:473:17:473:37 | [summary param] *0 in RtlCopyVolatileMemory [Return] | provenance | MaD:39 | +| windows.cpp:479:17:479:35 | [summary param] *1 in RtlCopyDeviceMemory | windows.cpp:479:17:479:35 | [summary param] *0 in RtlCopyDeviceMemory [Return] | provenance | MaD:35 | +| windows.cpp:485:6:485:18 | [summary param] *1 in RtlCopyMemory | windows.cpp:485:6:485:18 | [summary param] *0 in RtlCopyMemory [Return] | provenance | MaD:36 | +| windows.cpp:493:6:493:29 | [summary param] *1 in RtlCopyMemoryNonTemporal | windows.cpp:493:6:493:29 | [summary param] *0 in RtlCopyMemoryNonTemporal [Return] | provenance | MaD:37 | | windows.cpp:510:6:510:25 | [summary param] *1 in RtlCopyUnicodeString [*Buffer] | windows.cpp:510:6:510:25 | [summary] read: Argument[*1].Field[*Buffer] in RtlCopyUnicodeString | provenance | | -| windows.cpp:510:6:510:25 | [summary] read: Argument[*1].Field[*Buffer] in RtlCopyUnicodeString | windows.cpp:510:6:510:25 | [summary] to write: Argument[*0].Field[*Buffer] in RtlCopyUnicodeString | provenance | MaD:26 | +| windows.cpp:510:6:510:25 | [summary] read: Argument[*1].Field[*Buffer] in RtlCopyUnicodeString | windows.cpp:510:6:510:25 | [summary] to write: Argument[*0].Field[*Buffer] in RtlCopyUnicodeString | provenance | MaD:38 | | windows.cpp:510:6:510:25 | [summary] to write: Argument[*0] in RtlCopyUnicodeString [*Buffer] | windows.cpp:510:6:510:25 | [summary param] *0 in RtlCopyUnicodeString [Return] [*Buffer] | provenance | | | windows.cpp:510:6:510:25 | [summary] to write: Argument[*0].Field[*Buffer] in RtlCopyUnicodeString | windows.cpp:510:6:510:25 | [summary] to write: Argument[*0] in RtlCopyUnicodeString [*Buffer] | provenance | | -| windows.cpp:515:6:515:18 | [summary param] *1 in RtlMoveMemory | windows.cpp:515:6:515:18 | [summary param] *0 in RtlMoveMemory [Return] | provenance | MaD:29 | -| windows.cpp:521:17:521:37 | [summary param] *1 in RtlMoveVolatileMemory | windows.cpp:521:17:521:37 | [summary param] *0 in RtlMoveVolatileMemory [Return] | provenance | MaD:30 | -| windows.cpp:527:6:527:25 | [summary param] *1 in RtlInitUnicodeString | windows.cpp:527:6:527:25 | [summary] to write: Argument[*0].Field[*Buffer] in RtlInitUnicodeString | provenance | MaD:28 | +| windows.cpp:515:6:515:18 | [summary param] *1 in RtlMoveMemory | windows.cpp:515:6:515:18 | [summary param] *0 in RtlMoveMemory [Return] | provenance | MaD:41 | +| windows.cpp:521:17:521:37 | [summary param] *1 in RtlMoveVolatileMemory | windows.cpp:521:17:521:37 | [summary param] *0 in RtlMoveVolatileMemory [Return] | provenance | MaD:42 | +| windows.cpp:527:6:527:25 | [summary param] *1 in RtlInitUnicodeString | windows.cpp:527:6:527:25 | [summary] to write: Argument[*0].Field[*Buffer] in RtlInitUnicodeString | provenance | MaD:40 | | windows.cpp:527:6:527:25 | [summary] to write: Argument[*0] in RtlInitUnicodeString [*Buffer] | windows.cpp:527:6:527:25 | [summary param] *0 in RtlInitUnicodeString [Return] [*Buffer] | provenance | | | windows.cpp:527:6:527:25 | [summary] to write: Argument[*0].Field[*Buffer] in RtlInitUnicodeString | windows.cpp:527:6:527:25 | [summary] to write: Argument[*0] in RtlInitUnicodeString [*Buffer] | provenance | | | windows.cpp:533:11:533:16 | call to source | windows.cpp:533:11:533:16 | call to source | provenance | | @@ -218,37 +284,51 @@ edges | windows.cpp:533:11:533:16 | call to source | windows.cpp:573:40:573:41 | *& ... | provenance | | | windows.cpp:537:27:537:37 | RtlCopyVolatileMemory output argument | windows.cpp:538:10:538:23 | access to array | provenance | | | windows.cpp:537:40:537:41 | *& ... | windows.cpp:473:17:473:37 | [summary param] *1 in RtlCopyVolatileMemory | provenance | | -| windows.cpp:537:40:537:41 | *& ... | windows.cpp:537:27:537:37 | RtlCopyVolatileMemory output argument | provenance | MaD:27 | +| windows.cpp:537:40:537:41 | *& ... | windows.cpp:537:27:537:37 | RtlCopyVolatileMemory output argument | provenance | MaD:39 | | windows.cpp:542:25:542:35 | RtlCopyDeviceMemory output argument | windows.cpp:543:10:543:23 | access to array | provenance | | | windows.cpp:542:38:542:39 | *& ... | windows.cpp:479:17:479:35 | [summary param] *1 in RtlCopyDeviceMemory | provenance | | -| windows.cpp:542:38:542:39 | *& ... | windows.cpp:542:25:542:35 | RtlCopyDeviceMemory output argument | provenance | MaD:23 | +| windows.cpp:542:38:542:39 | *& ... | windows.cpp:542:25:542:35 | RtlCopyDeviceMemory output argument | provenance | MaD:35 | | windows.cpp:547:19:547:29 | RtlCopyMemory output argument | windows.cpp:548:10:548:23 | access to array | provenance | | | windows.cpp:547:32:547:33 | *& ... | windows.cpp:485:6:485:18 | [summary param] *1 in RtlCopyMemory | provenance | | -| windows.cpp:547:32:547:33 | *& ... | windows.cpp:547:19:547:29 | RtlCopyMemory output argument | provenance | MaD:24 | +| windows.cpp:547:32:547:33 | *& ... | windows.cpp:547:19:547:29 | RtlCopyMemory output argument | provenance | MaD:36 | | windows.cpp:552:30:552:40 | RtlCopyMemoryNonTemporal output argument | windows.cpp:553:10:553:23 | access to array | provenance | | | windows.cpp:552:43:552:44 | *& ... | windows.cpp:493:6:493:29 | [summary param] *1 in RtlCopyMemoryNonTemporal | provenance | | -| windows.cpp:552:43:552:44 | *& ... | windows.cpp:552:30:552:40 | RtlCopyMemoryNonTemporal output argument | provenance | MaD:25 | +| windows.cpp:552:43:552:44 | *& ... | windows.cpp:552:30:552:40 | RtlCopyMemoryNonTemporal output argument | provenance | MaD:37 | | windows.cpp:559:5:559:24 | ... = ... | windows.cpp:561:39:561:44 | *buffer | provenance | | | windows.cpp:559:17:559:24 | call to source | windows.cpp:559:5:559:24 | ... = ... | provenance | | | windows.cpp:561:26:561:36 | RtlInitUnicodeString output argument [*Buffer] | windows.cpp:562:10:562:19 | *src_string [*Buffer] | provenance | | | windows.cpp:561:26:561:36 | RtlInitUnicodeString output argument [*Buffer] | windows.cpp:563:40:563:50 | *& ... [*Buffer] | provenance | | | windows.cpp:561:39:561:44 | *buffer | windows.cpp:527:6:527:25 | [summary param] *1 in RtlInitUnicodeString | provenance | | -| windows.cpp:561:39:561:44 | *buffer | windows.cpp:561:26:561:36 | RtlInitUnicodeString output argument [*Buffer] | provenance | MaD:28 | +| windows.cpp:561:39:561:44 | *buffer | windows.cpp:561:26:561:36 | RtlInitUnicodeString output argument [*Buffer] | provenance | MaD:40 | | windows.cpp:562:10:562:19 | *src_string [*Buffer] | windows.cpp:562:10:562:29 | access to array | provenance | | | windows.cpp:562:10:562:19 | *src_string [*Buffer] | windows.cpp:562:21:562:26 | *Buffer | provenance | | | windows.cpp:562:21:562:26 | *Buffer | windows.cpp:562:10:562:29 | access to array | provenance | | | windows.cpp:563:26:563:37 | RtlCopyUnicodeString output argument [*Buffer] | windows.cpp:564:10:564:20 | *dest_string [*Buffer] | provenance | | | windows.cpp:563:40:563:50 | *& ... [*Buffer] | windows.cpp:510:6:510:25 | [summary param] *1 in RtlCopyUnicodeString [*Buffer] | provenance | | -| windows.cpp:563:40:563:50 | *& ... [*Buffer] | windows.cpp:563:26:563:37 | RtlCopyUnicodeString output argument [*Buffer] | provenance | MaD:26 | +| windows.cpp:563:40:563:50 | *& ... [*Buffer] | windows.cpp:563:26:563:37 | RtlCopyUnicodeString output argument [*Buffer] | provenance | MaD:38 | | windows.cpp:564:10:564:20 | *dest_string [*Buffer] | windows.cpp:564:10:564:30 | access to array | provenance | | | windows.cpp:564:10:564:20 | *dest_string [*Buffer] | windows.cpp:564:22:564:27 | *Buffer | provenance | | | windows.cpp:564:22:564:27 | *Buffer | windows.cpp:564:10:564:30 | access to array | provenance | | | windows.cpp:568:19:568:29 | RtlMoveMemory output argument | windows.cpp:569:10:569:23 | access to array | provenance | | | windows.cpp:568:32:568:33 | *& ... | windows.cpp:515:6:515:18 | [summary param] *1 in RtlMoveMemory | provenance | | -| windows.cpp:568:32:568:33 | *& ... | windows.cpp:568:19:568:29 | RtlMoveMemory output argument | provenance | MaD:29 | +| windows.cpp:568:32:568:33 | *& ... | windows.cpp:568:19:568:29 | RtlMoveMemory output argument | provenance | MaD:41 | | windows.cpp:573:27:573:37 | RtlMoveVolatileMemory output argument | windows.cpp:574:10:574:23 | access to array | provenance | | | windows.cpp:573:40:573:41 | *& ... | windows.cpp:521:17:521:37 | [summary param] *1 in RtlMoveVolatileMemory | provenance | | -| windows.cpp:573:40:573:41 | *& ... | windows.cpp:573:27:573:37 | RtlMoveVolatileMemory output argument | provenance | MaD:30 | +| windows.cpp:573:40:573:41 | *& ... | windows.cpp:573:27:573:37 | RtlMoveVolatileMemory output argument | provenance | MaD:42 | +| windows.cpp:645:45:645:50 | WinHttpReadData output argument | windows.cpp:647:10:647:16 | * ... | provenance | Src:MaD:20 | +| windows.cpp:652:48:652:53 | WinHttpReadDataEx output argument | windows.cpp:654:10:654:16 | * ... | provenance | Src:MaD:21 | +| windows.cpp:659:47:659:52 | WinHttpQueryHeaders output argument | windows.cpp:661:10:661:16 | * ... | provenance | Src:MaD:16 | +| windows.cpp:669:70:669:79 | WinHttpQueryHeadersEx output argument | windows.cpp:673:10:673:29 | * ... | provenance | Src:MaD:18 | +| windows.cpp:669:82:669:87 | WinHttpQueryHeadersEx output argument | windows.cpp:671:10:671:16 | * ... | provenance | Src:MaD:19 | +| windows.cpp:669:105:669:112 | WinHttpQueryHeadersEx output argument | windows.cpp:675:10:675:27 | * ... | provenance | Src:MaD:17 | +| windows.cpp:714:6:714:20 | [summary param] *0 in WinHttpCrackUrl | windows.cpp:714:6:714:20 | [summary param] *3 in WinHttpCrackUrl [Return] | provenance | MaD:43 | +| windows.cpp:728:5:728:28 | ... = ... | windows.cpp:729:35:729:35 | *x | provenance | | +| windows.cpp:728:12:728:28 | call to source | windows.cpp:728:5:728:28 | ... = ... | provenance | | +| windows.cpp:729:35:729:35 | *x | windows.cpp:714:6:714:20 | [summary param] *0 in WinHttpCrackUrl | provenance | | +| windows.cpp:729:35:729:35 | *x | windows.cpp:729:44:729:57 | WinHttpCrackUrl output argument | provenance | MaD:43 | +| windows.cpp:729:44:729:57 | WinHttpCrackUrl output argument | windows.cpp:731:10:731:36 | * ... | provenance | | +| windows.cpp:729:44:729:57 | WinHttpCrackUrl output argument | windows.cpp:733:10:733:35 | * ... | provenance | | +| windows.cpp:729:44:729:57 | WinHttpCrackUrl output argument | windows.cpp:735:10:735:37 | * ... | provenance | | nodes | asio_streams.cpp:56:18:56:23 | [summary param] *0 in buffer | semmle.label | [summary param] *0 in buffer | | asio_streams.cpp:56:18:56:23 | [summary] to write: ReturnValue in buffer | semmle.label | [summary] to write: ReturnValue in buffer | @@ -262,6 +342,59 @@ nodes | asio_streams.cpp:100:64:100:71 | *send_str | semmle.label | *send_str | | asio_streams.cpp:101:7:101:17 | send_buffer | semmle.label | send_buffer | | asio_streams.cpp:103:29:103:39 | *send_buffer | semmle.label | *send_buffer | +| azure.cpp:62:10:62:14 | [summary param] this in Value | semmle.label | [summary param] this in Value | +| azure.cpp:62:10:62:14 | [summary] to write: ReturnValue[*] in Value | semmle.label | [summary] to write: ReturnValue[*] in Value | +| azure.cpp:113:16:113:19 | [summary param] *0 in Read [Return] | semmle.label | [summary param] *0 in Read [Return] | +| azure.cpp:113:16:113:19 | [summary param] this in Read | semmle.label | [summary param] this in Read | +| azure.cpp:114:16:114:26 | [summary param] *0 in ReadToCount [Return] | semmle.label | [summary param] *0 in ReadToCount [Return] | +| azure.cpp:114:16:114:26 | [summary param] this in ReadToCount | semmle.label | [summary param] this in ReadToCount | +| azure.cpp:115:30:115:38 | [summary param] this in ReadToEnd | semmle.label | [summary param] this in ReadToEnd | +| azure.cpp:115:30:115:38 | [summary] to write: ReturnValue in ReadToEnd [element] | semmle.label | [summary] to write: ReturnValue in ReadToEnd [element] | +| azure.cpp:115:30:115:38 | [summary] to write: ReturnValue.Element in ReadToEnd | semmle.label | [summary] to write: ReturnValue.Element in ReadToEnd | +| azure.cpp:253:48:253:60 | *call to GetBodyStream | semmle.label | *call to GetBodyStream | +| azure.cpp:253:48:253:60 | *call to GetBodyStream | semmle.label | *call to GetBodyStream | +| azure.cpp:257:5:257:8 | *resp | semmle.label | *resp | +| azure.cpp:257:16:257:21 | Read output argument | semmle.label | Read output argument | +| azure.cpp:258:10:258:16 | * ... | semmle.label | * ... | +| azure.cpp:262:5:262:8 | *resp | semmle.label | *resp | +| azure.cpp:262:23:262:28 | ReadToCount output argument | semmle.label | ReadToCount output argument | +| azure.cpp:263:10:263:16 | * ... | semmle.label | * ... | +| azure.cpp:266:38:266:41 | *resp | semmle.label | *resp | +| azure.cpp:266:44:266:52 | call to ReadToEnd [element] | semmle.label | call to ReadToEnd [element] | +| azure.cpp:266:44:266:52 | call to ReadToEnd [element] | semmle.label | call to ReadToEnd [element] | +| azure.cpp:267:10:267:12 | vec | semmle.label | vec | +| azure.cpp:267:10:267:12 | vec [element] | semmle.label | vec [element] | +| azure.cpp:273:62:273:64 | call to GetHeaders | semmle.label | call to GetHeaders | +| azure.cpp:273:62:273:64 | call to GetHeaders | semmle.label | call to GetHeaders | +| azure.cpp:274:10:274:29 | call to operator[] | semmle.label | call to operator[] | +| azure.cpp:274:14:274:29 | call to operator[] | semmle.label | call to operator[] | +| azure.cpp:274:14:274:29 | call to operator[] | semmle.label | call to operator[] | +| azure.cpp:274:14:274:29 | call to operator[] | semmle.label | call to operator[] | +| azure.cpp:277:45:277:47 | call to GetBody | semmle.label | call to GetBody | +| azure.cpp:277:45:277:47 | call to GetBody | semmle.label | call to GetBody | +| azure.cpp:278:10:278:13 | body | semmle.label | body | +| azure.cpp:278:10:278:13 | body | semmle.label | body | +| azure.cpp:278:10:278:13 | body | semmle.label | body | +| azure.cpp:281:68:281:84 | *call to ExtractBodyStream | semmle.label | *call to ExtractBodyStream | +| azure.cpp:281:68:281:84 | *call to ExtractBodyStream | semmle.label | *call to ExtractBodyStream | +| azure.cpp:282:10:282:38 | call to ReadToEnd | semmle.label | call to ReadToEnd | +| azure.cpp:282:21:282:23 | *call to get | semmle.label | *call to get | +| azure.cpp:282:28:282:36 | call to ReadToEnd [element] | semmle.label | call to ReadToEnd [element] | +| azure.cpp:282:28:282:36 | call to ReadToEnd [element] | semmle.label | call to ReadToEnd [element] | +| azure.cpp:289:24:289:56 | call to GetHeader | semmle.label | call to GetHeader | +| azure.cpp:289:32:289:40 | call to GetHeader | semmle.label | call to GetHeader | +| azure.cpp:289:32:289:40 | call to GetHeader | semmle.label | call to GetHeader | +| azure.cpp:289:63:289:65 | call to Value | semmle.label | call to Value | +| azure.cpp:289:63:289:65 | call to Value | semmle.label | call to Value | +| azure.cpp:290:10:290:20 | headerValue | semmle.label | headerValue | +| azure.cpp:290:10:290:20 | headerValue | semmle.label | headerValue | +| azure.cpp:290:10:290:20 | headerValue | semmle.label | headerValue | +| azure.cpp:293:58:293:67 | call to GetHeaders | semmle.label | call to GetHeaders | +| azure.cpp:293:58:293:67 | call to GetHeaders | semmle.label | call to GetHeaders | +| azure.cpp:294:38:294:53 | call to operator[] | semmle.label | call to operator[] | +| azure.cpp:295:10:295:20 | contentType | semmle.label | contentType | +| azure.cpp:295:10:295:20 | contentType | semmle.label | contentType | +| azure.cpp:295:10:295:20 | contentType | semmle.label | contentType | | test.cpp:4:5:4:17 | [summary param] 0 in ymlStepManual | semmle.label | [summary param] 0 in ymlStepManual | | test.cpp:4:5:4:17 | [summary] to write: ReturnValue in ymlStepManual | semmle.label | [summary] to write: ReturnValue in ymlStepManual | | test.cpp:5:5:5:20 | [summary param] 0 in ymlStepGenerated | semmle.label | [summary param] 0 in ymlStepGenerated | @@ -482,8 +615,34 @@ nodes | windows.cpp:573:27:573:37 | RtlMoveVolatileMemory output argument | semmle.label | RtlMoveVolatileMemory output argument | | windows.cpp:573:40:573:41 | *& ... | semmle.label | *& ... | | windows.cpp:574:10:574:23 | access to array | semmle.label | access to array | +| windows.cpp:645:45:645:50 | WinHttpReadData output argument | semmle.label | WinHttpReadData output argument | +| windows.cpp:647:10:647:16 | * ... | semmle.label | * ... | +| windows.cpp:652:48:652:53 | WinHttpReadDataEx output argument | semmle.label | WinHttpReadDataEx output argument | +| windows.cpp:654:10:654:16 | * ... | semmle.label | * ... | +| windows.cpp:659:47:659:52 | WinHttpQueryHeaders output argument | semmle.label | WinHttpQueryHeaders output argument | +| windows.cpp:661:10:661:16 | * ... | semmle.label | * ... | +| windows.cpp:669:70:669:79 | WinHttpQueryHeadersEx output argument | semmle.label | WinHttpQueryHeadersEx output argument | +| windows.cpp:669:82:669:87 | WinHttpQueryHeadersEx output argument | semmle.label | WinHttpQueryHeadersEx output argument | +| windows.cpp:669:105:669:112 | WinHttpQueryHeadersEx output argument | semmle.label | WinHttpQueryHeadersEx output argument | +| windows.cpp:671:10:671:16 | * ... | semmle.label | * ... | +| windows.cpp:673:10:673:29 | * ... | semmle.label | * ... | +| windows.cpp:675:10:675:27 | * ... | semmle.label | * ... | +| windows.cpp:714:6:714:20 | [summary param] *0 in WinHttpCrackUrl | semmle.label | [summary param] *0 in WinHttpCrackUrl | +| windows.cpp:714:6:714:20 | [summary param] *3 in WinHttpCrackUrl [Return] | semmle.label | [summary param] *3 in WinHttpCrackUrl [Return] | +| windows.cpp:728:5:728:28 | ... = ... | semmle.label | ... = ... | +| windows.cpp:728:12:728:28 | call to source | semmle.label | call to source | +| windows.cpp:729:35:729:35 | *x | semmle.label | *x | +| windows.cpp:729:44:729:57 | WinHttpCrackUrl output argument | semmle.label | WinHttpCrackUrl output argument | +| windows.cpp:731:10:731:36 | * ... | semmle.label | * ... | +| windows.cpp:733:10:733:35 | * ... | semmle.label | * ... | +| windows.cpp:735:10:735:37 | * ... | semmle.label | * ... | subpaths | asio_streams.cpp:100:64:100:71 | *send_str | asio_streams.cpp:56:18:56:23 | [summary param] *0 in buffer | asio_streams.cpp:56:18:56:23 | [summary] to write: ReturnValue in buffer | asio_streams.cpp:100:44:100:62 | call to buffer | +| azure.cpp:257:5:257:8 | *resp | azure.cpp:113:16:113:19 | [summary param] this in Read | azure.cpp:113:16:113:19 | [summary param] *0 in Read [Return] | azure.cpp:257:16:257:21 | Read output argument | +| azure.cpp:262:5:262:8 | *resp | azure.cpp:114:16:114:26 | [summary param] this in ReadToCount | azure.cpp:114:16:114:26 | [summary param] *0 in ReadToCount [Return] | azure.cpp:262:23:262:28 | ReadToCount output argument | +| azure.cpp:266:38:266:41 | *resp | azure.cpp:115:30:115:38 | [summary param] this in ReadToEnd | azure.cpp:115:30:115:38 | [summary] to write: ReturnValue in ReadToEnd [element] | azure.cpp:266:44:266:52 | call to ReadToEnd [element] | +| azure.cpp:282:21:282:23 | *call to get | azure.cpp:115:30:115:38 | [summary param] this in ReadToEnd | azure.cpp:115:30:115:38 | [summary] to write: ReturnValue in ReadToEnd [element] | azure.cpp:282:28:282:36 | call to ReadToEnd [element] | +| azure.cpp:289:24:289:56 | call to GetHeader | azure.cpp:62:10:62:14 | [summary param] this in Value | azure.cpp:62:10:62:14 | [summary] to write: ReturnValue[*] in Value | azure.cpp:289:63:289:65 | call to Value | | test.cpp:17:24:17:24 | x | test.cpp:4:5:4:17 | [summary param] 0 in ymlStepManual | test.cpp:4:5:4:17 | [summary] to write: ReturnValue in ymlStepManual | test.cpp:17:10:17:22 | call to ymlStepManual | | test.cpp:21:27:21:27 | x | test.cpp:5:5:5:20 | [summary param] 0 in ymlStepGenerated | test.cpp:5:5:5:20 | [summary] to write: ReturnValue in ymlStepGenerated | test.cpp:21:10:21:25 | call to ymlStepGenerated | | test.cpp:25:35:25:35 | x | test.cpp:6:5:6:27 | [summary param] 0 in ymlStepManual_with_body | test.cpp:6:5:6:27 | [summary] to write: ReturnValue in ymlStepManual_with_body | test.cpp:25:11:25:33 | call to ymlStepManual_with_body | @@ -498,4 +657,5 @@ subpaths | windows.cpp:563:40:563:50 | *& ... [*Buffer] | windows.cpp:510:6:510:25 | [summary param] *1 in RtlCopyUnicodeString [*Buffer] | windows.cpp:510:6:510:25 | [summary param] *0 in RtlCopyUnicodeString [Return] [*Buffer] | windows.cpp:563:26:563:37 | RtlCopyUnicodeString output argument [*Buffer] | | windows.cpp:568:32:568:33 | *& ... | windows.cpp:515:6:515:18 | [summary param] *1 in RtlMoveMemory | windows.cpp:515:6:515:18 | [summary param] *0 in RtlMoveMemory [Return] | windows.cpp:568:19:568:29 | RtlMoveMemory output argument | | windows.cpp:573:40:573:41 | *& ... | windows.cpp:521:17:521:37 | [summary param] *1 in RtlMoveVolatileMemory | windows.cpp:521:17:521:37 | [summary param] *0 in RtlMoveVolatileMemory [Return] | windows.cpp:573:27:573:37 | RtlMoveVolatileMemory output argument | +| windows.cpp:729:35:729:35 | *x | windows.cpp:714:6:714:20 | [summary param] *0 in WinHttpCrackUrl | windows.cpp:714:6:714:20 | [summary param] *3 in WinHttpCrackUrl [Return] | windows.cpp:729:44:729:57 | WinHttpCrackUrl output argument | testFailures diff --git a/cpp/ql/test/library-tests/dataflow/external-models/sources.expected b/cpp/ql/test/library-tests/dataflow/external-models/sources.expected index cb7e06b801d..c683d8539a0 100644 --- a/cpp/ql/test/library-tests/dataflow/external-models/sources.expected +++ b/cpp/ql/test/library-tests/dataflow/external-models/sources.expected @@ -1,4 +1,10 @@ | asio_streams.cpp:87:34:87:44 | read_until output argument | remote | +| azure.cpp:253:48:253:60 | *call to GetBodyStream | remote | +| azure.cpp:273:62:273:64 | call to GetHeaders | remote | +| azure.cpp:277:45:277:47 | call to GetBody | remote | +| azure.cpp:281:68:281:84 | *call to ExtractBodyStream | remote | +| azure.cpp:289:32:289:40 | call to GetHeader | remote | +| azure.cpp:293:58:293:67 | call to GetHeaders | remote | | test.cpp:10:10:10:18 | call to ymlSource | local | | test.cpp:56:8:56:16 | call to ymlSource | local | | test.cpp:94:10:94:18 | call to ymlSource | local | @@ -20,3 +26,9 @@ | windows.cpp:318:23:318:37 | *call to MapViewOfFileEx | local | | windows.cpp:325:23:325:42 | *call to MapViewOfFileFromApp | local | | windows.cpp:332:23:332:40 | *call to MapViewOfFileNuma2 | local | +| windows.cpp:645:45:645:50 | WinHttpReadData output argument | remote | +| windows.cpp:652:48:652:53 | WinHttpReadDataEx output argument | remote | +| windows.cpp:659:47:659:52 | WinHttpQueryHeaders output argument | remote | +| windows.cpp:669:70:669:79 | WinHttpQueryHeadersEx output argument | remote | +| windows.cpp:669:82:669:87 | WinHttpQueryHeadersEx output argument | remote | +| windows.cpp:669:105:669:112 | WinHttpQueryHeadersEx output argument | remote | diff --git a/cpp/ql/test/library-tests/dataflow/external-models/steps.expected b/cpp/ql/test/library-tests/dataflow/external-models/steps.expected index 9f4a5f55fef..61b05459ade 100644 --- a/cpp/ql/test/library-tests/dataflow/external-models/steps.expected +++ b/cpp/ql/test/library-tests/dataflow/external-models/steps.expected @@ -1,6 +1,12 @@ | asio_streams.cpp:100:64:100:71 | *send_str | asio_streams.cpp:100:44:100:62 | call to buffer | +| azure.cpp:252:79:252:98 | call to string | azure.cpp:252:62:252:99 | call to Url | +| azure.cpp:257:5:257:8 | *resp | azure.cpp:257:16:257:21 | Read output argument | +| azure.cpp:262:5:262:8 | *resp | azure.cpp:262:23:262:28 | ReadToCount output argument | +| azure.cpp:287:79:287:98 | call to string | azure.cpp:287:62:287:99 | call to Url | +| azure.cpp:289:24:289:56 | call to GetHeader | azure.cpp:289:63:289:65 | call to Value | | test.cpp:17:24:17:24 | x | test.cpp:17:10:17:22 | call to ymlStepManual | | test.cpp:21:27:21:27 | x | test.cpp:21:10:21:25 | call to ymlStepGenerated | | test.cpp:25:35:25:35 | x | test.cpp:25:11:25:33 | call to ymlStepManual_with_body | | test.cpp:28:35:28:35 | 0 | test.cpp:28:11:28:33 | call to ymlStepManual_with_body | | windows.cpp:27:36:27:38 | *cmd | windows.cpp:27:17:27:34 | **call to CommandLineToArgvA | +| windows.cpp:729:35:729:35 | *x | windows.cpp:729:44:729:57 | WinHttpCrackUrl output argument | diff --git a/cpp/ql/test/library-tests/dataflow/external-models/validatemodels.expected b/cpp/ql/test/library-tests/dataflow/external-models/validatemodels.expected index 1b74b290eb3..15ae50bddc2 100644 --- a/cpp/ql/test/library-tests/dataflow/external-models/validatemodels.expected +++ b/cpp/ql/test/library-tests/dataflow/external-models/validatemodels.expected @@ -5586,3 +5586,6 @@ | Unrecognized output specification "Field[***hEvent]" in summary model. | | Unrecognized output specification "Parameter[***0]" in summary model. | | Unrecognized output specification "Parameter[****0]" in summary model. | +| Unrecognized output specification "ReturnValue[*****]" in summary model. | +| Unrecognized output specification "ReturnValue[****]" in summary model. | +| Unrecognized output specification "ReturnValue[***]" in summary model. | diff --git a/cpp/ql/test/library-tests/dataflow/external-models/windows.cpp b/cpp/ql/test/library-tests/dataflow/external-models/windows.cpp index 3e03c1a69a5..2900af9034c 100644 --- a/cpp/ql/test/library-tests/dataflow/external-models/windows.cpp +++ b/cpp/ql/test/library-tests/dataflow/external-models/windows.cpp @@ -573,4 +573,165 @@ void test_copy_and_move_memory() { RtlMoveVolatileMemory(dest_buffer, &x, sizeof(x)); sink(dest_buffer[0]); // $ ir } +} + +using HINTERNET = void*; +using ULONGLONG = unsigned long long; +using UINT = unsigned int; +using PDWORD = DWORD*; +using PCSTR = const char*; +typedef union _WINHTTP_HEADER_NAME { + PCWSTR pwszName; + PCSTR pszName; +} WINHTTP_HEADER_NAME, *PWINHTTP_HEADER_NAME; +typedef struct _WINHTTP_EXTENDED_HEADER { + union { + PCWSTR pwszName; + PCSTR pszName; + }; + union { + PCWSTR pwszValue; + PCSTR pszValue; + }; +} WINHTTP_EXTENDED_HEADER, *PWINHTTP_EXTENDED_HEADER; + +BOOL WinHttpReadData( + HINTERNET hRequest, + LPVOID lpBuffer, + DWORD dwNumberOfBytesToRead, + LPDWORD lpdwNumberOfBytesRead +); + +DWORD WinHttpReadDataEx( + HINTERNET hRequest, + LPVOID lpBuffer, + DWORD dwNumberOfBytesToRead, + LPDWORD lpdwNumberOfBytesRead, + ULONGLONG ullFlags, + DWORD cbProperty, + PVOID pvProperty +); + +using LPCWSTR = const wchar_t*; + +BOOL WinHttpQueryHeaders( + HINTERNET hRequest, + DWORD dwInfoLevel, + LPCWSTR pwszName, + LPVOID lpBuffer, + LPDWORD lpdwBufferLength, + LPDWORD lpdwIndex +); + +DWORD WinHttpQueryHeadersEx( + HINTERNET hRequest, + DWORD dwInfoLevel, + ULONGLONG ullFlags, + UINT uiCodePage, + PDWORD pdwIndex, + PWINHTTP_HEADER_NAME pHeaderName, + PVOID pBuffer, + PDWORD pdwBufferLength, + PWINHTTP_EXTENDED_HEADER *ppHeaders, + PDWORD pdwHeadersCount +); + +void sink(PCSTR); + +void test_winhttp(HINTERNET hRequest) { + { + char buffer[1024]; + DWORD bytesRead; + BOOL result = WinHttpReadData(hRequest, buffer, sizeof(buffer), &bytesRead); + sink(buffer); + sink(*buffer); // $ ir + } + { + char buffer[1024]; + DWORD bytesRead; + DWORD result = WinHttpReadDataEx(hRequest, buffer, sizeof(buffer), &bytesRead, 0, 0, nullptr); + sink(buffer); + sink(*buffer); // $ ir + } + { + char buffer[1024]; + DWORD bufferLength = sizeof(buffer); + WinHttpQueryHeaders(hRequest, 0, nullptr, buffer, &bufferLength, nullptr); + sink(buffer); + sink(*buffer); // $ ir + } + { + char buffer[1024]; + DWORD bufferLength = sizeof(buffer); + PWINHTTP_EXTENDED_HEADER headers; + DWORD headersCount; + PWINHTTP_HEADER_NAME headerName; + DWORD result = WinHttpQueryHeadersEx(hRequest, 0, 0, 0, nullptr, headerName, buffer, &bufferLength, &headers, &headersCount); + sink(buffer); + sink(*buffer); // $ ir + sink(headerName->pszName); + sink(*headerName->pszName); // $ ir + sink(headers->pszValue); + sink(*headers->pszValue); // $ ir + } +} + +using LPWSTR = wchar_t*; +using INTERNET_SCHEME = enum { + INTERNET_SCHEME_INVALID = -1, + INTERNET_SCHEME_UNKNOWN = 0, + INTERNET_SCHEME_HTTP = 1, + INTERNET_SCHEME_HTTPS = 2, + INTERNET_SCHEME_FTP = 3, + INTERNET_SCHEME_FILE = 4, + INTERNET_SCHEME_NEWS = 5, + INTERNET_SCHEME_MAILTO = 6, + INTERNET_SCHEME_SNEWS = 7, + INTERNET_SCHEME_SOCKS = 8, + INTERNET_SCHEME_WAIS = 9, + INTERNET_SCHEME_LAST = 10 +}; +using INTERNET_PORT = unsigned short; + +typedef struct _WINHTTP_URL_COMPONENTS { + DWORD dwStructSize; + LPWSTR lpszScheme; + DWORD dwSchemeLength; + INTERNET_SCHEME nScheme; + LPWSTR lpszHostName; + DWORD dwHostNameLength; + INTERNET_PORT nPort; + LPWSTR lpszUserName; + DWORD dwUserNameLength; + LPWSTR lpszPassword; + DWORD dwPasswordLength; + LPWSTR lpszUrlPath; + DWORD dwUrlPathLength; + LPWSTR lpszExtraInfo; + DWORD dwExtraInfoLength; +} URL_COMPONENTS, *LPURL_COMPONENTS; + +BOOL WinHttpCrackUrl( + LPCWSTR pwszUrl, + DWORD dwUrlLength, + DWORD dwFlags, + LPURL_COMPONENTS lpUrlComponents +); + +void sink(LPWSTR); + +void test_winhttp_crack_url() { + { + URL_COMPONENTS urlComponents; + urlComponents.dwStructSize = sizeof(URL_COMPONENTS); + wchar_t x[256]; + x[0] = (wchar_t)source(); + BOOL result = WinHttpCrackUrl(x, 0, 0, &urlComponents); + sink(urlComponents.lpszHostName); + sink(*urlComponents.lpszHostName); // $ ir + sink(urlComponents.lpszUrlPath); + sink(*urlComponents.lpszUrlPath); // $ ir + sink(urlComponents.lpszExtraInfo); + sink(*urlComponents.lpszExtraInfo); // $ ir + } } \ No newline at end of file diff --git a/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependabotProxy.cs b/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependabotProxy.cs index be5f137548c..e06970141fe 100644 --- a/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependabotProxy.cs +++ b/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependabotProxy.cs @@ -5,6 +5,7 @@ using System.Security.Cryptography.X509Certificates; using Semmle.Util; using Semmle.Util.Logging; using Newtonsoft.Json; +using System.Linq; namespace Semmle.Extraction.CSharp.DependencyFetching { @@ -37,7 +38,8 @@ namespace Semmle.Extraction.CSharp.DependencyFetching /// internal X509Certificate2? Certificate { get; private set; } - internal static DependabotProxy? GetDependabotProxy(ILogger logger, TemporaryDirectory tempWorkingDirectory) + internal static DependabotProxy? GetDependabotProxy( + ILogger logger, IDiagnosticsWriter diagnosticsWriter, TemporaryDirectory tempWorkingDirectory) { // Setting HTTP(S)_PROXY and SSL_CERT_FILE have no effect on Windows or macOS, // but we would still end up using the Dependabot proxy to check for feed reachability. @@ -112,6 +114,23 @@ namespace Semmle.Extraction.CSharp.DependencyFetching } } + // Emit a diagnostic for the discovered private registries, so that it is easy + // for users to see that they were picked up. + if (result.RegistryURLs.Count > 0) + { + diagnosticsWriter.AddEntry(new DiagnosticMessage( + Language.CSharp, + "buildless/analysis-using-private-registries", + severity: DiagnosticMessage.TspSeverity.Note, + visibility: new DiagnosticMessage.TspVisibility(true, true, true), + name: "C# extraction used private package registries", + markdownMessage: string.Format( + "C# was extracted using the following private package registries:\n\n{0}\n", + string.Join("\n", result.RegistryURLs.Select(url => string.Format("- `{0}`", url))) + ) + )); + } + return result; } diff --git a/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependencyManager.cs b/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependencyManager.cs index ad69d0c85c3..bc010e318c3 100644 --- a/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependencyManager.cs +++ b/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependencyManager.cs @@ -106,7 +106,7 @@ namespace Semmle.Extraction.CSharp.DependencyFetching return BuildScript.Success; }).Run(SystemBuildActions.Instance, startCallback, exitCallback); - dependabotProxy = DependabotProxy.GetDependabotProxy(logger, tempWorkingDirectory); + dependabotProxy = DependabotProxy.GetDependabotProxy(logger, diagnosticsWriter, tempWorkingDirectory); try { diff --git a/csharp/ql/src/Security Features/CWE-352/MissingAntiForgeryTokenValidation.ql b/csharp/ql/src/Security Features/CWE-352/MissingAntiForgeryTokenValidation.ql index acdc4637221..60a022d43d0 100644 --- a/csharp/ql/src/Security Features/CWE-352/MissingAntiForgeryTokenValidation.ql +++ b/csharp/ql/src/Security Features/CWE-352/MissingAntiForgeryTokenValidation.ql @@ -54,12 +54,12 @@ predicate hasGlobalAntiForgeryFilter() { predicate isUnvalidatedPostMethod(Class c, Method m) { c.(Controller).getAPostActionMethod() = m and not m.getAnAttribute() instanceof ValidateAntiForgeryTokenAttribute and - not c.getAnAttribute() instanceof ValidateAntiForgeryTokenAttribute + not c.getABaseType*().getAnAttribute() instanceof ValidateAntiForgeryTokenAttribute or c.(AspNetCore::MicrosoftAspNetCoreMvcController).getAnActionMethod() = m and m.getAnAttribute() instanceof AspNetCore::MicrosoftAspNetCoreMvcHttpPostAttribute and not m.getAnAttribute() instanceof AspNetCore::ValidateAntiForgeryAttribute and - not c.getAnAttribute() instanceof AspNetCore::ValidateAntiForgeryAttribute + not c.getABaseType*().getAnAttribute() instanceof AspNetCore::ValidateAntiForgeryAttribute } Element getAValidatedElement() { diff --git a/csharp/ql/src/change-notes/2026-02-04-csrf-inherited-attribute.md b/csharp/ql/src/change-notes/2026-02-04-csrf-inherited-attribute.md new file mode 100644 index 00000000000..7c9875fcdfd --- /dev/null +++ b/csharp/ql/src/change-notes/2026-02-04-csrf-inherited-attribute.md @@ -0,0 +1,4 @@ +--- +category: fix +--- +* The `cs/web/missing-token-validation` ("Missing cross-site request forgery token validation") query now recognizes antiforgery attributes on base controller classes, fixing false positives when `[ValidateAntiForgeryToken]` or `[AutoValidateAntiforgeryToken]` is applied to a parent class. diff --git a/csharp/ql/test/query-tests/Security Features/CWE-352/missing-aspnetcore/MissingAntiForgeryTokenValidation.cs b/csharp/ql/test/query-tests/Security Features/CWE-352/missing-aspnetcore/MissingAntiForgeryTokenValidation.cs index 84d904f900d..e9e5202b40a 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-352/missing-aspnetcore/MissingAntiForgeryTokenValidation.cs +++ b/csharp/ql/test/query-tests/Security Features/CWE-352/missing-aspnetcore/MissingAntiForgeryTokenValidation.cs @@ -29,3 +29,34 @@ public class HomeController : Controller { } } + +// GOOD: Base class has AutoValidateAntiforgeryToken attribute +[AutoValidateAntiforgeryToken] +public abstract class BaseController : Controller +{ +} + +public class DerivedController : BaseController +{ + // GOOD: Inherits antiforgery validation from base class + [HttpPost] + public ActionResult InheritedValidation() + { + return View(); + } +} + +// BAD: Base class without antiforgery attribute +public abstract class UnprotectedBaseController : Controller +{ +} + +public class DerivedUnprotectedController : UnprotectedBaseController +{ + // BAD: No antiforgery validation on this or any base class + [HttpPost] + public ActionResult NoInheritedValidation() + { + return View(); + } +} diff --git a/csharp/ql/test/query-tests/Security Features/CWE-352/missing-aspnetcore/MissingAntiForgeryTokenValidation.expected b/csharp/ql/test/query-tests/Security Features/CWE-352/missing-aspnetcore/MissingAntiForgeryTokenValidation.expected index 859fd4be920..360b909cd0f 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-352/missing-aspnetcore/MissingAntiForgeryTokenValidation.expected +++ b/csharp/ql/test/query-tests/Security Features/CWE-352/missing-aspnetcore/MissingAntiForgeryTokenValidation.expected @@ -1 +1,2 @@ | MissingAntiForgeryTokenValidation.cs:7:25:7:29 | Login | Method 'Login' handles a POST request without performing CSRF token validation. | +| MissingAntiForgeryTokenValidation.cs:58:25:58:45 | NoInheritedValidation | Method 'NoInheritedValidation' handles a POST request without performing CSRF token validation. | diff --git a/csharp/ql/test/query-tests/Security Features/CWE-352/missing/MissingAntiForgeryTokenValidation.cs b/csharp/ql/test/query-tests/Security Features/CWE-352/missing/MissingAntiForgeryTokenValidation.cs index 69024e57a2e..a86800e5152 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-352/missing/MissingAntiForgeryTokenValidation.cs +++ b/csharp/ql/test/query-tests/Security Features/CWE-352/missing/MissingAntiForgeryTokenValidation.cs @@ -29,3 +29,34 @@ public class HomeController : Controller { } } + +// GOOD: Base class has ValidateAntiForgeryToken attribute +[ValidateAntiForgeryToken] +public abstract class BaseController : Controller +{ +} + +public class DerivedController : BaseController +{ + // GOOD: Inherits antiforgery validation from base class + [HttpPost] + public ActionResult InheritedValidation() + { + return View(); + } +} + +// BAD: Base class without antiforgery attribute +public abstract class UnprotectedBaseController : Controller +{ +} + +public class DerivedUnprotectedController : UnprotectedBaseController +{ + // BAD: No antiforgery validation on this or any base class + [HttpPost] + public ActionResult NoInheritedValidation() + { + return View(); + } +} diff --git a/csharp/ql/test/query-tests/Security Features/CWE-352/missing/MissingAntiForgeryTokenValidation.expected b/csharp/ql/test/query-tests/Security Features/CWE-352/missing/MissingAntiForgeryTokenValidation.expected index 859fd4be920..360b909cd0f 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-352/missing/MissingAntiForgeryTokenValidation.expected +++ b/csharp/ql/test/query-tests/Security Features/CWE-352/missing/MissingAntiForgeryTokenValidation.expected @@ -1 +1,2 @@ | MissingAntiForgeryTokenValidation.cs:7:25:7:29 | Login | Method 'Login' handles a POST request without performing CSRF token validation. | +| MissingAntiForgeryTokenValidation.cs:58:25:58:45 | NoInheritedValidation | Method 'NoInheritedValidation' handles a POST request without performing CSRF token validation. | diff --git a/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.1.rst b/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.1.rst new file mode 100644 index 00000000000..71a2b3fb47e --- /dev/null +++ b/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.1.rst @@ -0,0 +1,132 @@ +.. _codeql-cli-2.24.1: + +========================== +CodeQL 2.24.1 (2026-02-05) +========================== + +.. contents:: Contents + :depth: 2 + :local: + :backlinks: none + +This is an overview of changes in the CodeQL CLI and relevant CodeQL query and library packs. For additional updates on changes to the CodeQL code scanning experience, check out the `code scanning section on the GitHub blog `__, `relevant GitHub Changelog updates `__, `changes in the CodeQL extension for Visual Studio Code `__, and the `CodeQL Action changelog `__. + +Security Coverage +----------------- + +CodeQL 2.24.1 runs a total of 491 security queries when configured with the Default suite (covering 166 CWE). The Extended suite enables an additional 135 queries (covering 35 more CWE). + +CodeQL CLI +---------- + +Miscellaneous +~~~~~~~~~~~~~ + +* The vulnerable xwork-core 2.3.37 test dependency (CVE-2025-68493) has been removed. The CodeQL Java library has been updated to support both legacy Struts 2.x-6.x package names and Struts 7.x package names for analyzing user code. + +Language Libraries +------------------ + +Bug Fixes +~~~~~~~~~ + +C/C++ +""""" + +* Fixed a bug in the :code:`GuardCondition` library which sometimes prevented binary logical operators from being recognized as guard conditions. As a result, queries using :code:`GuardCondition` may see improved results. +* Fixed a bug which caused :code:`Node.asDefinition()` to not have a result for certain assignments. + +Java/Kotlin +""""""""""" + +* Kotlin: The Kotlin extractor now registers as the last IR generation extension, ensuring that code generated by other compiler plugins (such as kotlinx.serialization) is correctly captured. + +GitHub Actions +"""""""""""""" + +* Fixed a crash when analysing a :code:`${{ ... }}` expression over around 300 characters in length. + +Breaking Changes +~~~~~~~~~~~~~~~~ + +Java/Kotlin +""""""""""" + +* Support for Kotlin 1.6.x and 1.7.x series has been dropped + +Minor Analysis Improvements +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +C/C++ +""""" + +* The :code:`Buffer.qll` library will no longer report incorrect buffer sizes on certain malformed databases. As a result, the queries :code:`cpp/static-buffer-overflow`, :code:`cpp/overflow-buffer`, :code:`cpp/badly-bounded-write`, :code:`cpp/overrunning-write`, :code:`cpp/overrunning-write-with-float`, and :code:`cpp/very-likely-overrunning-write` will report fewer false positives on such databases. +* Added :code:`taint` summary models and :code:`sql-injection` barrier models for the MySQL :code:`mysql_real_escape_string` and :code:`mysql_real_escape_string_quote` escaping functions. +* The predicate :code:`SummarizedCallable.propagatesFlow` has been extended with the columns :code:`Provenance p` and :code:`boolean isExact`, and as a consequence the predicates :code:`SummarizedCallable.hasProvenance` and :code:`SummarizedCallable.hasExactModel` have been removed. + +C# +"" + +* The predicate :code:`SummarizedCallable.propagatesFlow` has been extended with the columns :code:`Provenance p` and :code:`boolean isExact`, and as a consequence the predicates :code:`SummarizedCallable.hasProvenance` and :code:`SummarizedCallable.hasExactModel` have been removed. +* C# 14: Support for null-conditional assignments (such as :code:`c?.Prop = p`). Furthermore, the :code:`MaybeNullExpr` class now takes null-conditional access (such as :code:`?.`) into account when modeling potential null values. + +Golang +"""""" + +* The predicate :code:`SummarizedCallable.propagatesFlow` has been extended with the columns :code:`Provenance p` and :code:`boolean isExact`, and as a consequence the predicates :code:`SummarizedCallable.hasProvenance` and :code:`SummarizedCallable.hasExactModel` have been removed. + +Java/Kotlin +""""""""""" + +* Added support for Struts 7.x package names in the Struts framework library. The library now recognizes both the legacy :code:`com.opensymphony.xwork2` package names (Struts 2.x-6.x) and the new :code:`org.apache.struts2` package names (Struts 7.x+), maintaining backward compatibility while enabling analysis of code using the latest Struts versions. +* The query :code:`java/unreleased-lock` no longer applies to lock types with names ending in "Pool", as these typically manage a collection of resources and the :code:`lock` and :code:`unlock` methods typically only lock one resource at a time. This may lead to a reduction in false positives. +* The predicate :code:`SummarizedCallable.propagatesFlow` has been extended with the columns :code:`Provenance p` and :code:`boolean isExact`, and as a consequence the predicates :code:`SummarizedCallable.hasProvenance` and :code:`SummarizedCallable.hasExactModel` have been removed. +* When Maven-compatible private package registries are configured for an organisation for Default Setup, CodeQL will now configure Maven to also use these as plugin repositories. CodeQL previously already configured Maven to use them as regular package repositories. This should now allow Maven plugins to be obtained from private registries. + +JavaScript/TypeScript +""""""""""""""""""""" + +* The predicate :code:`SummarizedCallable.propagatesFlow` has been extended with the columns :code:`Provenance p` and :code:`boolean isExact`, and as a consequence the predicates :code:`SummarizedCallable.hasProvenance` and :code:`SummarizedCallable.hasExactModel` have been removed. + +Python +"""""" + +* The predicate :code:`SummarizedCallable.propagatesFlow` has been extended with the columns :code:`Provenance p` and :code:`boolean isExact`, and as a consequence the predicates :code:`SummarizedCallable.hasProvenance` and :code:`SummarizedCallable.hasExactModel` have been removed. +* Added experimental query :code:`py/prompt-injection` to detect potential prompt injection vulnerabilities in code using LLMs. +* Added taint flow model and type model for :code:`agents` and :code:`openai` modules. +* Remote flow sources for the :code:`websockets` package have been modeled. + +Ruby +"""" + +* The predicate :code:`SummarizedCallable.propagatesFlow` has been extended with the columns :code:`Provenance p` and :code:`boolean isExact`, and as a consequence the predicates :code:`SummarizedCallable.hasProvenance` and :code:`SummarizedCallable.hasExactModel` have been removed. + +Swift +""""" + +* The predicate :code:`SummarizedCallable.propagatesFlow` has been extended with the columns :code:`Provenance p` and :code:`boolean isExact`, and as a consequence the predicates :code:`SummarizedCallable.hasProvenance` and :code:`SummarizedCallable.hasExactModel` have been removed. + +Rust +"""" + +* The predicate :code:`SummarizedCallable.propagatesFlow` has been extended with the columns :code:`Provenance p` and :code:`boolean isExact`, and as a consequence the predicates :code:`SummarizedCallable.hasProvenance` and :code:`SummarizedCallable.hasExactModel` have been removed. +* Added type inference support for the :code:`FnMut(..) -> ..` and :code:`Fn(..) -> ..` traits. They now work in type parameter bounds and are implemented by closures. + +New Features +~~~~~~~~~~~~ + +C/C++ +""""" + +* Added a subclass :code:`Embed` of :code:`PreprocessorDirective` for C23 and C++26 :code:`#embed` preprocessor directives. +* Added modules :code:`DataFlow::ParameterizedBarrierGuard` and :code:`DataFlow::ParameterizedInstructionBarrierGuard`. These modules provide the same features as :code:`DataFlow::BarrierGuard` and :code:`DataFlow::InstructionBarrierGuard`, but allow for an additional parameter to support properly using them in dataflow configurations that uses flow states. + +Java/Kotlin +""""""""""" + +* Kotlin versions up to 2.3.0 are now supported. + +Python +"""""" + +* It is now possible to refer to list elements in the Python models-as-data language, via the :code:`ListElement` path. diff --git a/docs/codeql/codeql-overview/codeql-changelog/index.rst b/docs/codeql/codeql-overview/codeql-changelog/index.rst index fbdaac4a7d8..318366d1e69 100644 --- a/docs/codeql/codeql-overview/codeql-changelog/index.rst +++ b/docs/codeql/codeql-overview/codeql-changelog/index.rst @@ -11,6 +11,7 @@ A list of queries for each suite and language `is available here { + predicate selectedSourceFile = selectedSourceFileAlias/0; + + predicate selectedSourceLine = selectedSourceLineAlias/0; + + predicate selectedSourceColumn = selectedSourceColumnAlias/0; + + predicate cfgScopeSpan( + Callable callable, File file, int startLine, int startColumn, int endLine, int endColumn + ) { + file = callable.getFile() and + callable.getLocation().getStartLine() = startLine and + callable.getLocation().getStartColumn() = startColumn and + exists(Location loc | + loc.getEndLine() = endLine and + loc.getEndColumn() = endColumn and + loc = callable.getBody().getLocation() + ) + } +} + +import ViewCfgQuery diff --git a/java/ql/lib/semmle/code/java/Constants.qll b/java/ql/lib/semmle/code/java/Constants.qll index 0cad92b7fc6..b515eaefb28 100644 --- a/java/ql/lib/semmle/code/java/Constants.qll +++ b/java/ql/lib/semmle/code/java/Constants.qll @@ -22,7 +22,7 @@ module CalculateConstants boolean calculateBooleanValue(Expr e) { // No casts relevant to booleans. // `!` is the only unary operator that evaluates to a boolean. - result = getBoolVal(e.(LogNotExpr).getExpr()).booleanNot() + result = getBoolVal(e.(LogNotExpr).getOperand()).booleanNot() or // Handle binary expressions that have integer operands and a boolean result. exists(BinaryExpr b, int left, int right | @@ -115,11 +115,11 @@ module CalculateConstants else result = val ) or - result = getIntVal(e.(PlusExpr).getExpr()) + result = getIntVal(e.(PlusExpr).getOperand()) or - result = -getIntVal(e.(MinusExpr).getExpr()) + result = -getIntVal(e.(MinusExpr).getOperand()) or - result = getIntVal(e.(BitNotExpr).getExpr()).bitNot() + result = getIntVal(e.(BitNotExpr).getOperand()).bitNot() or // No `int` value for `LogNotExpr`. exists(BinaryExpr b, int v1, int v2 | diff --git a/java/ql/lib/semmle/code/java/ControlFlowGraph.qll b/java/ql/lib/semmle/code/java/ControlFlowGraph.qll index a31101888da..64449b6f93d 100644 --- a/java/ql/lib/semmle/code/java/ControlFlowGraph.qll +++ b/java/ql/lib/semmle/code/java/ControlFlowGraph.qll @@ -827,7 +827,7 @@ private module ControlFlowGraphImpl { index = 1 and result = e.getRightOperand() ) or - index = 0 and result = this.(UnaryExpr).getExpr() + index = 0 and result = this.(UnaryExpr).getOperand() or index = 0 and result = this.(CastingExpr).getExpr() or @@ -849,7 +849,7 @@ private module ControlFlowGraphImpl { or index = 0 and result = this.(ClassExpr).getExpr() or - index = 0 and result = this.(ReturnStmt).getResult() + index = 0 and result = this.(ReturnStmt).getExpr() or index = 0 and result = this.(ThrowStmt).getExpr() or @@ -1044,7 +1044,7 @@ private module ControlFlowGraphImpl { or // The last node of a `LogNotExpr` is in its sub-expression with an inverted boolean completion // (or a `normalCompletion`). - exists(Completion subcompletion | last(n.(LogNotExpr).getExpr(), last, subcompletion) | + exists(Completion subcompletion | last(n.(LogNotExpr).getOperand(), last, subcompletion) | subcompletion = NormalCompletion() and completion = NormalCompletion() and not inBooleanContext(n) @@ -1356,7 +1356,7 @@ private module ControlFlowGraphImpl { ( result = first(n.asExpr().(AndLogicalExpr).getLeftOperand()) or result = first(n.asExpr().(OrLogicalExpr).getLeftOperand()) or - result = first(n.asExpr().(LogNotExpr).getExpr()) or + result = first(n.asExpr().(LogNotExpr).getOperand()) or result = first(n.asExpr().(ConditionalExpr).getCondition()) ) or @@ -1427,7 +1427,7 @@ private module ControlFlowGraphImpl { condentry = first(for.getCondition()) or // ...or the body if the for doesn't include a condition. - not exists(for.getCondition()) and condentry = first(for.getStmt()) + not exists(for.getCondition()) and condentry = first(for.getBody()) | // From the entry point, which is the for statement itself, control goes to either the first init expression... n.asStmt() = for and result = first(for.getInit(0)) and completion = NormalCompletion() @@ -1448,7 +1448,7 @@ private module ControlFlowGraphImpl { // The true-successor of the condition is the body of the for loop. last(for.getCondition(), n, completion) and completion = BooleanCompletion(true, _) and - result = first(for.getStmt()) + result = first(for.getBody()) or // The updates execute sequentially, after which control is transferred to the condition. exists(int i | last(for.getUpdate(i), n, completion) and completion = NormalCompletion() | @@ -1458,7 +1458,7 @@ private module ControlFlowGraphImpl { ) or // The back edge of the loop: control goes to either the first update or the condition if no updates exist. - last(for.getStmt(), n, completion) and + last(for.getBody(), n, completion) and continues(completion, for) and ( result = first(for.getUpdate(0)) @@ -1479,11 +1479,11 @@ private module ControlFlowGraphImpl { or // ...and then control goes to the body of the loop. n.asExpr() = for.getVariable() and - result = first(for.getStmt()) and + result = first(for.getBody()) and completion = NormalCompletion() or // Finally, the back edge of the loop goes to reassign the variable. - last(for.getStmt(), n, completion) and + last(for.getBody(), n, completion) and continues(completion, for) and result.asExpr() = for.getVariable() ) @@ -1492,7 +1492,7 @@ private module ControlFlowGraphImpl { result = first(n.asStmt().(WhileStmt).getCondition()) and completion = NormalCompletion() or // ...and do-while loops start at the body. - result = first(n.asStmt().(DoStmt).getStmt()) and completion = NormalCompletion() + result = first(n.asStmt().(DoStmt).getBody()) and completion = NormalCompletion() or exists(LoopStmt loop | loop instanceof WhileStmt or loop instanceof DoStmt | // Control goes from the condition via a true-completion to the body... @@ -1775,3 +1775,17 @@ class ConditionNode extends ControlFlow::Node { /** Gets the condition of this `ConditionNode`. */ ExprParent getCondition() { result = this.asExpr() or result = this.asStmt() } } + +private import codeql.controlflow.PrintGraph as PrintGraph + +private module PrintGraphInput implements PrintGraph::InputSig { + private import java as J + + class Callable = J::Callable; + + class ControlFlowNode = J::ControlFlowNode; + + ControlFlowNode getASuccessor(ControlFlowNode n, SuccessorType t) { result = n.getASuccessor(t) } +} + +import PrintGraph::PrintGraph diff --git a/java/ql/lib/semmle/code/java/Conversions.qll b/java/ql/lib/semmle/code/java/Conversions.qll index 779eb7620be..1855b7af54a 100644 --- a/java/ql/lib/semmle/code/java/Conversions.qll +++ b/java/ql/lib/semmle/code/java/Conversions.qll @@ -69,7 +69,7 @@ class AssignmentConversionContext extends ConversionSite { class ReturnConversionSite extends ConversionSite { ReturnStmt r; - ReturnConversionSite() { this = r.getResult() } + ReturnConversionSite() { this = r.getExpr() } override Type getConversionTarget() { result = r.getEnclosingCallable().getReturnType() } diff --git a/java/ql/lib/semmle/code/java/Expr.qll b/java/ql/lib/semmle/code/java/Expr.qll index 4b03375c69e..c609c35cd71 100644 --- a/java/ql/lib/semmle/code/java/Expr.qll +++ b/java/ql/lib/semmle/code/java/Expr.qll @@ -113,7 +113,7 @@ class Expr extends ExprParent, @expr { if this instanceof CastingExpr or this instanceof NotNullExpr then result = this.(CastingExpr).getExpr().getUnderlyingExpr() or - result = this.(NotNullExpr).getExpr().getUnderlyingExpr() + result = this.(NotNullExpr).getOperand().getUnderlyingExpr() else result = this } } @@ -144,13 +144,13 @@ class CompileTimeConstantExpr extends Expr { this.(CastingExpr).getExpr().isCompileTimeConstant() or // The unary operators `+`, `-`, `~`, and `!` (but not `++` or `--`). - this.(PlusExpr).getExpr().isCompileTimeConstant() + this.(PlusExpr).getOperand().isCompileTimeConstant() or - this.(MinusExpr).getExpr().isCompileTimeConstant() + this.(MinusExpr).getOperand().isCompileTimeConstant() or - this.(BitNotExpr).getExpr().isCompileTimeConstant() + this.(BitNotExpr).getOperand().isCompileTimeConstant() or - this.(LogNotExpr).getExpr().isCompileTimeConstant() + this.(LogNotExpr).getOperand().isCompileTimeConstant() or // The multiplicative operators `*`, `/`, and `%`, // the additive operators `+` and `-`, @@ -166,8 +166,8 @@ class CompileTimeConstantExpr extends Expr { // The ternary conditional operator ` ? : `. exists(ConditionalExpr e | this = e | e.getCondition().isCompileTimeConstant() and - e.getTrueExpr().isCompileTimeConstant() and - e.getFalseExpr().isCompileTimeConstant() + e.getThen().isCompileTimeConstant() and + e.getElse().isCompileTimeConstant() ) or // Access to a final variable initialized by a compile-time constant. @@ -943,7 +943,7 @@ class LogicExpr extends Expr { /** Gets an operand of this logical expression. */ Expr getAnOperand() { this.(BinaryExpr).getAnOperand() = result or - this.(UnaryExpr).getExpr() = result + this.(UnaryExpr).getOperand() = result } } @@ -1039,8 +1039,15 @@ class ReferenceEqualityTest extends EqualityTest { /** A common super-class that represents unary operator expressions. */ class UnaryExpr extends Expr, @unaryexpr { + /** + * DEPRECATED: Use `getOperand()` instead. + * + * Gets the operand expression. + */ + deprecated Expr getExpr() { result.getParent() = this } + /** Gets the operand expression. */ - Expr getExpr() { result.getParent() = this } + Expr getOperand() { result.getParent() = this } } /** @@ -1305,7 +1312,7 @@ class LambdaExpr extends FunctionalExpr, @lambdaexpr { /** Gets the body of this lambda expression, if it is an expression. */ Expr getExprBody() { - this.hasExprBody() and result = this.asMethod().getBody().getAChild().(ReturnStmt).getResult() + this.hasExprBody() and result = this.asMethod().getBody().getAChild().(ReturnStmt).getExpr() } /** Gets the body of this lambda expression, if it is a statement. */ @@ -1340,7 +1347,7 @@ class MemberRefExpr extends FunctionalExpr, @memberref { exists(Stmt stmt | stmt = this.asMethod().getBody().(SingletonBlock).getStmt() and ( - result = stmt.(ReturnStmt).getResult() + result = stmt.(ReturnStmt).getExpr() or // Note: Currently never an ExprStmt, but might change once https://github.com/github/codeql/issues/3605 is fixed result = stmt.(ExprStmt).getExpr() @@ -1457,26 +1464,42 @@ class ConditionalExpr extends Expr, @conditionalexpr { Expr getCondition() { result.isNthChildOf(this, 0) } /** + * DEPRECATED: Use `getThen()` instead. + * * Gets the expression that is evaluated if the condition of this * conditional expression evaluates to `true`. */ - Expr getTrueExpr() { result.isNthChildOf(this, 1) } + deprecated Expr getTrueExpr() { result.isNthChildOf(this, 1) } + + /** + * DEPRECATED: Use `getElse()` instead. + * + * Gets the expression that is evaluated if the condition of this + * conditional expression evaluates to `false`. + */ + deprecated Expr getFalseExpr() { result.isNthChildOf(this, 2) } + + /** + * Gets the expression that is evaluated if the condition of this + * conditional expression evaluates to `true`. + */ + Expr getThen() { result.isNthChildOf(this, 1) } /** * Gets the expression that is evaluated if the condition of this * conditional expression evaluates to `false`. */ - Expr getFalseExpr() { result.isNthChildOf(this, 2) } + Expr getElse() { result.isNthChildOf(this, 2) } /** * Gets the expression that is evaluated by the specific branch of this - * conditional expression. If `true` that is `getTrueExpr()`, if `false` - * it is `getFalseExpr()`. + * conditional expression. If `true` that is `getThen()`, if `false` + * it is `getElse()`. */ Expr getBranchExpr(boolean branch) { - branch = true and result = this.getTrueExpr() + branch = true and result = this.getThen() or - branch = false and result = this.getFalseExpr() + branch = false and result = this.getElse() } /** @@ -1773,14 +1796,14 @@ class VariableUpdate extends Expr { VariableUpdate() { this.(Assignment).getDest() instanceof VarAccess or this instanceof LocalVariableDeclExpr or - this.(UnaryAssignExpr).getExpr() instanceof VarAccess + this.(UnaryAssignExpr).getOperand() instanceof VarAccess } /** Gets the destination of this variable update. */ Variable getDestVar() { result.getAnAccess() = this.(Assignment).getDest() or result = this.(LocalVariableDeclExpr).getVariable() or - result.getAnAccess() = this.(UnaryAssignExpr).getExpr() + result.getAnAccess() = this.(UnaryAssignExpr).getOperand() } } @@ -1970,7 +1993,7 @@ class VarAccess extends Expr, @varaccess { */ predicate isVarWrite() { exists(Assignment a | a.getDest() = this) or - exists(UnaryAssignExpr e | e.getExpr() = this) + exists(UnaryAssignExpr e | e.getOperand() = this) } /** diff --git a/java/ql/lib/semmle/code/java/Member.qll b/java/ql/lib/semmle/code/java/Member.qll index 17fe696972f..23e08c4e6b6 100644 --- a/java/ql/lib/semmle/code/java/Member.qll +++ b/java/ql/lib/semmle/code/java/Member.qll @@ -680,13 +680,13 @@ class GetterMethod extends Method { GetterMethod() { this.hasNoParameters() and exists(ReturnStmt s, Field f | s = this.getBody().(SingletonBlock).getStmt() | - s.getResult() = f.getAnAccess() + s.getExpr() = f.getAnAccess() ) } /** Gets the field whose value is returned by this getter method. */ Field getField() { - exists(ReturnStmt r | r.getEnclosingCallable() = this | r.getResult() = result.getAnAccess()) + exists(ReturnStmt r | r.getEnclosingCallable() = this | r.getExpr() = result.getAnAccess()) } } diff --git a/java/ql/lib/semmle/code/java/PrettyPrintAst.qll b/java/ql/lib/semmle/code/java/PrettyPrintAst.qll index 3d907a5a099..59a59cd9cdd 100644 --- a/java/ql/lib/semmle/code/java/PrettyPrintAst.qll +++ b/java/ql/lib/semmle/code/java/PrettyPrintAst.qll @@ -257,7 +257,7 @@ private class PpUnaryExpr extends PpAst, UnaryExpr { i = 2 and result = "--" and this instanceof PostDecExpr } - override PpAst getChild(int i) { i = 1 and result = this.getExpr() } + override PpAst getChild(int i) { i = 1 and result = this.getOperand() } } private class PpCastExpr extends PpAst, CastExpr { @@ -351,9 +351,9 @@ private class PpConditionalExpr extends PpAst, ConditionalExpr { override PpAst getChild(int i) { i = 0 and result = this.getCondition() or - i = 2 and result = this.getTrueExpr() + i = 2 and result = this.getThen() or - i = 4 and result = this.getFalseExpr() + i = 4 and result = this.getElse() } } @@ -577,7 +577,7 @@ private class PpForStmt extends PpAst, ForStmt { or i = 1 + this.lastUpdateIndex() and result = ")" or - i = 2 + this.lastUpdateIndex() and result = " " and this.getStmt() instanceof BlockStmt + i = 2 + this.lastUpdateIndex() and result = " " and this.getBody() instanceof BlockStmt } private int lastInitIndex() { result = 3 + 2 * max(int j | exists(this.getInit(j))) } @@ -587,7 +587,7 @@ private class PpForStmt extends PpAst, ForStmt { } override predicate newline(int i) { - i = 2 + this.lastUpdateIndex() and not this.getStmt() instanceof BlockStmt + i = 2 + this.lastUpdateIndex() and not this.getBody() instanceof BlockStmt } override PpAst getChild(int i) { @@ -599,11 +599,11 @@ private class PpForStmt extends PpAst, ForStmt { or exists(int j | result = this.getUpdate(j) and i = 4 + this.lastInitIndex() + 2 * j) or - i = 3 + this.lastUpdateIndex() and result = this.getStmt() + i = 3 + this.lastUpdateIndex() and result = this.getBody() } override predicate indents(int i) { - i = 3 + this.lastUpdateIndex() and not this.getStmt() instanceof BlockStmt + i = 3 + this.lastUpdateIndex() and not this.getBody() instanceof BlockStmt } } @@ -616,7 +616,7 @@ private class PpEnhancedForStmt extends PpAst, EnhancedForStmt { i = 4 and result = " : " or i = 6 and - if this.getStmt() instanceof BlockStmt then result = ") " else result = ")" + if this.getBody() instanceof BlockStmt then result = ") " else result = ")" } override PpAst getChild(int i) { @@ -626,10 +626,10 @@ private class PpEnhancedForStmt extends PpAst, EnhancedForStmt { or i = 5 and result = this.getExpr() or - i = 7 and result = this.getStmt() + i = 7 and result = this.getBody() } - override predicate indents(int i) { i = 7 and not this.getStmt() instanceof BlockStmt } + override predicate indents(int i) { i = 7 and not this.getBody() instanceof BlockStmt } } private class PpWhileStmt extends PpAst, WhileStmt { @@ -638,40 +638,40 @@ private class PpWhileStmt extends PpAst, WhileStmt { or i = 2 and result = ")" or - i = 3 and result = " " and this.getStmt() instanceof BlockStmt + i = 3 and result = " " and this.getBody() instanceof BlockStmt } - override predicate newline(int i) { i = 3 and not this.getStmt() instanceof BlockStmt } + override predicate newline(int i) { i = 3 and not this.getBody() instanceof BlockStmt } override PpAst getChild(int i) { i = 1 and result = this.getCondition() or - i = 4 and result = this.getStmt() + i = 4 and result = this.getBody() } - override predicate indents(int i) { i = 4 and not this.getStmt() instanceof BlockStmt } + override predicate indents(int i) { i = 4 and not this.getBody() instanceof BlockStmt } } private class PpDoStmt extends PpAst, DoStmt { override string getPart(int i) { i = 0 and result = "do" or - i in [1, 3] and result = " " and this.getStmt() instanceof BlockStmt + i in [1, 3] and result = " " and this.getBody() instanceof BlockStmt or i = 4 and result = "while (" or i = 6 and result = ");" } - override predicate newline(int i) { i in [1, 3] and not this.getStmt() instanceof BlockStmt } + override predicate newline(int i) { i in [1, 3] and not this.getBody() instanceof BlockStmt } override PpAst getChild(int i) { - i = 2 and result = this.getStmt() + i = 2 and result = this.getBody() or i = 5 and result = this.getCondition() } - override predicate indents(int i) { i = 2 and not this.getStmt() instanceof BlockStmt } + override predicate indents(int i) { i = 2 and not this.getBody() instanceof BlockStmt } } private class PpTryStmt extends PpAst, TryStmt { @@ -854,7 +854,7 @@ private class PpSynchronizedStmt extends PpAst, SynchronizedStmt { private class PpReturnStmt extends PpAst, ReturnStmt { override string getPart(int i) { - if exists(this.getResult()) + if exists(this.getExpr()) then i = 0 and result = "return " or @@ -864,7 +864,7 @@ private class PpReturnStmt extends PpAst, ReturnStmt { ) } - override PpAst getChild(int i) { i = 1 and result = this.getResult() } + override PpAst getChild(int i) { i = 1 and result = this.getExpr() } } private class PpThrowStmt extends PpAst, ThrowStmt { diff --git a/java/ql/lib/semmle/code/java/Statement.qll b/java/ql/lib/semmle/code/java/Statement.qll index 2aea8b006ae..942f5283039 100644 --- a/java/ql/lib/semmle/code/java/Statement.qll +++ b/java/ql/lib/semmle/code/java/Statement.qll @@ -140,7 +140,7 @@ class IfStmt extends ConditionalStmt, @ifstmt { } /** A `for` loop. */ -class ForStmt extends ConditionalStmt, @forstmt { +class ForStmt extends ConditionalStmt, LoopStmtImpl, @forstmt { /** * Gets an initializer expression of the loop. * @@ -167,8 +167,15 @@ class ForStmt extends ConditionalStmt, @forstmt { index = result.getIndex() - 3 } + /** + * DEPRECATED: Use `getBody()` instead. + * + * Gets the body of this `for` loop. + */ + deprecated Stmt getStmt() { result.getParent() = this and result.getIndex() = 2 } + /** Gets the body of this `for` loop. */ - Stmt getStmt() { result.getParent() = this and result.getIndex() = 2 } + override Stmt getBody() { result.getParent() = this and result.getIndex() = 2 } /** * Gets a variable that is used as an iteration variable: it is defined, @@ -184,14 +191,14 @@ class ForStmt extends ConditionalStmt, @forstmt { Variable getAnIterationVariable() { // Check that the variable is assigned to, incremented or decremented in the update expression, and... exists(Expr update | update = this.getAnUpdate().getAChildExpr*() | - update.(UnaryAssignExpr).getExpr() = result.getAnAccess() or + update.(UnaryAssignExpr).getOperand() = result.getAnAccess() or update = result.getAnAssignedValue() ) and // ...that it is checked or used in the condition. this.getCondition().getAChildExpr*() = result.getAnAccess() } - override string pp() { result = "for (...;...;...) " + this.getStmt().pp() } + override string pp() { result = "for (...;...;...) " + this.getBody().pp() } override string toString() { result = "for (...;...;...)" } @@ -201,17 +208,24 @@ class ForStmt extends ConditionalStmt, @forstmt { } /** An enhanced `for` loop. (Introduced in Java 5.) */ -class EnhancedForStmt extends Stmt, @enhancedforstmt { +class EnhancedForStmt extends LoopStmtImpl, @enhancedforstmt { /** Gets the local variable declaration expression of this enhanced `for` loop. */ LocalVariableDeclExpr getVariable() { result.getParent() = this } /** Gets the expression over which this enhanced `for` loop iterates. */ Expr getExpr() { result.isNthChildOf(this, 1) } - /** Gets the body of this enhanced `for` loop. */ - Stmt getStmt() { result.getParent() = this } + /** + * DEPRECATED: Use `getBody()` instead. + * + * Gets the body of this enhanced `for` loop. + */ + deprecated Stmt getStmt() { result.getParent() = this } - override string pp() { result = "for (... : ...) " + this.getStmt().pp() } + /** Gets the body of this enhanced `for` loop. */ + override Stmt getBody() { result.getParent() = this } + + override string pp() { result = "for (... : ...) " + this.getBody().pp() } override string toString() { result = "for (... : ...)" } @@ -221,14 +235,21 @@ class EnhancedForStmt extends Stmt, @enhancedforstmt { } /** A `while` loop. */ -class WhileStmt extends ConditionalStmt, @whilestmt { +class WhileStmt extends ConditionalStmt, LoopStmtImpl, @whilestmt { /** Gets the boolean condition of this `while` loop. */ override Expr getCondition() { result.getParent() = this } - /** Gets the body of this `while` loop. */ - Stmt getStmt() { result.getParent() = this } + /** + * DEPRECATED: Use `getBody()` instead. + * + * Gets the body of this `while` loop. + */ + deprecated Stmt getStmt() { result.getParent() = this } - override string pp() { result = "while (...) " + this.getStmt().pp() } + /** Gets the body of this `while` loop. */ + override Stmt getBody() { result.getParent() = this } + + override string pp() { result = "while (...) " + this.getBody().pp() } override string toString() { result = "while (...)" } @@ -238,14 +259,21 @@ class WhileStmt extends ConditionalStmt, @whilestmt { } /** A `do` loop. */ -class DoStmt extends ConditionalStmt, @dostmt { +class DoStmt extends ConditionalStmt, LoopStmtImpl, @dostmt { /** Gets the condition of this `do` loop. */ override Expr getCondition() { result.getParent() = this } - /** Gets the body of this `do` loop. */ - Stmt getStmt() { result.getParent() = this } + /** + * DEPRECATED: Use `getBody()` instead. + * + * Gets the body of this `do` loop. + */ + deprecated Stmt getStmt() { result.getParent() = this } - override string pp() { result = "do " + this.getStmt().pp() + " while (...)" } + /** Gets the body of this `do` loop. */ + override Stmt getBody() { result.getParent() = this } + + override string pp() { result = "do " + this.getBody().pp() + " while (...)" } override string toString() { result = "do ... while (...)" } @@ -258,30 +286,16 @@ class DoStmt extends ConditionalStmt, @dostmt { * A loop statement, including `for`, enhanced `for`, * `while` and `do` statements. */ -class LoopStmt extends Stmt { - LoopStmt() { - this instanceof ForStmt or - this instanceof EnhancedForStmt or - this instanceof WhileStmt or - this instanceof DoStmt - } - +abstract private class LoopStmtImpl extends Stmt { /** Gets the body of this loop statement. */ - Stmt getBody() { - result = this.(ForStmt).getStmt() or - result = this.(EnhancedForStmt).getStmt() or - result = this.(WhileStmt).getStmt() or - result = this.(DoStmt).getStmt() - } + abstract Stmt getBody(); /** Gets the boolean condition of this loop statement. */ - Expr getCondition() { - result = this.(ForStmt).getCondition() or - result = this.(WhileStmt).getCondition() or - result = this.(DoStmt).getCondition() - } + Expr getCondition() { none() } } +final class LoopStmt = LoopStmtImpl; + /** A `try` statement. */ class TryStmt extends Stmt, @trystmt { /** Gets the block of the `try` statement. */ @@ -627,9 +641,16 @@ class SynchronizedStmt extends Stmt, @synchronizedstmt { /** A `return` statement. */ class ReturnStmt extends Stmt, @returnstmt { - /** Gets the expression returned by this `return` statement, if any. */ + /** + * DEPRECATED: Use `getExpr()` instead. + * + * Gets the expression returned by this `return` statement, if any. + */ Expr getResult() { result.getParent() = this } + /** Gets the expression returned by this `return` statement, if any. */ + Expr getExpr() { result.getParent() = this } + override string pp() { result = "return ..." } override string toString() { result = "return ..." } diff --git a/java/ql/lib/semmle/code/java/arithmetic/Overflow.qll b/java/ql/lib/semmle/code/java/arithmetic/Overflow.qll index 471f271eb86..e82192b0fba 100644 --- a/java/ql/lib/semmle/code/java/arithmetic/Overflow.qll +++ b/java/ql/lib/semmle/code/java/arithmetic/Overflow.qll @@ -93,7 +93,7 @@ class ArithExpr extends Expr { ) and forall(Expr e | e = this.(BinaryExpr).getAnOperand() or - e = this.(UnaryAssignExpr).getExpr() or + e = this.(UnaryAssignExpr).getOperand() or e = this.(AssignOp).getSource() | e.getType() instanceof NumType @@ -114,7 +114,7 @@ class ArithExpr extends Expr { */ Expr getLeftOperand() { result = this.(BinaryExpr).getLeftOperand() or - result = this.(UnaryAssignExpr).getExpr() or + result = this.(UnaryAssignExpr).getOperand() or result = this.(AssignOp).getDest() } @@ -128,7 +128,7 @@ class ArithExpr extends Expr { /** Gets an operand of this arithmetic expression. */ Expr getAnOperand() { result = this.(BinaryExpr).getAnOperand() or - result = this.(UnaryAssignExpr).getExpr() or + result = this.(UnaryAssignExpr).getOperand() or result = this.(AssignOp).getSource() } } diff --git a/java/ql/lib/semmle/code/java/comparison/Comparison.qll b/java/ql/lib/semmle/code/java/comparison/Comparison.qll index 7aea0f6fb25..4a2601678e2 100644 --- a/java/ql/lib/semmle/code/java/comparison/Comparison.qll +++ b/java/ql/lib/semmle/code/java/comparison/Comparison.qll @@ -9,7 +9,7 @@ import java * Used as basis for the transitive closure in `exprImplies`. */ private predicate exprImpliesStep(Expr e1, boolean b1, Expr e2, boolean b2) { - e1.(LogNotExpr).getExpr() = e2 and + e1.(LogNotExpr).getOperand() = e2 and b2 = b1.booleanNot() and (b1 = true or b1 = false) or diff --git a/java/ql/lib/semmle/code/java/controlflow/Guards.qll b/java/ql/lib/semmle/code/java/controlflow/Guards.qll index 0e1db160094..49cd0d18941 100644 --- a/java/ql/lib/semmle/code/java/controlflow/Guards.qll +++ b/java/ql/lib/semmle/code/java/controlflow/Guards.qll @@ -279,9 +279,7 @@ private module GuardsInput implements SharedGuards::InputSig { } class NegateExpr extends UnaryExpr instanceof MinusExpr { - override Expr getOperand() { result = super.getExpr() } + override Expr getOperand() { result = MinusExpr.super.getOperand() } } class PreIncExpr extends UnaryExpr instanceof J::PreIncExpr { - override Expr getOperand() { result = super.getExpr() } + override Expr getOperand() { result = J::PreIncExpr.super.getOperand() } } class PreDecExpr extends UnaryExpr instanceof J::PreDecExpr { - override Expr getOperand() { result = super.getExpr() } + override Expr getOperand() { result = J::PreDecExpr.super.getOperand() } } class PostIncExpr extends UnaryExpr instanceof J::PostIncExpr { - override Expr getOperand() { result = super.getExpr() } + override Expr getOperand() { result = J::PostIncExpr.super.getOperand() } } class PostDecExpr extends UnaryExpr instanceof J::PostDecExpr { - override Expr getOperand() { result = super.getExpr() } + override Expr getOperand() { result = J::PostDecExpr.super.getOperand() } } class CopyValueExpr extends UnaryExpr { @@ -200,7 +200,7 @@ module Sem implements Semantic { } override Expr getOperand() { - result = this.(J::PlusExpr).getExpr() or + result = this.(J::PlusExpr).getOperand() or result = this.(J::AssignExpr).getSource() or result = this.(J::LocalVariableDeclExpr).getInit() } diff --git a/java/ql/lib/semmle/code/java/dataflow/TypeFlow.qll b/java/ql/lib/semmle/code/java/dataflow/TypeFlow.qll index 361b4feb54a..9aca7fad2f2 100644 --- a/java/ql/lib/semmle/code/java/dataflow/TypeFlow.qll +++ b/java/ql/lib/semmle/code/java/dataflow/TypeFlow.qll @@ -110,7 +110,7 @@ module FlowStepsInput implements UniversalFlow::UniversalFlowInput { n2.asSsa().(Base::SsaPhiDefinition).getAnUltimateDefinition() = n1.asSsa() or exists(ReturnStmt ret | - n2.asMethod() = ret.getEnclosingCallable() and ret.getResult() = n1.asExpr() + n2.asMethod() = ret.getEnclosingCallable() and ret.getExpr() = n1.asExpr() ) or viableImpl_v1(n2.asExpr()) = n1.asMethod() @@ -137,7 +137,7 @@ module FlowStepsInput implements UniversalFlow::UniversalFlowInput { or n2.asSsa().(Base::SsaCapturedDefinition).captures(n1.asSsa()) or - n2.asExpr().(NotNullExpr).getExpr() = n1.asExpr() + n2.asExpr().(NotNullExpr).getOperand() = n1.asExpr() } /** diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/BaseSSA.qll b/java/ql/lib/semmle/code/java/dataflow/internal/BaseSSA.qll index e373340d7d7..5e3a8550e3c 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/BaseSSA.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/BaseSSA.qll @@ -87,7 +87,7 @@ private module BaseSsaImpl { result = TLocalVar(v.getCallable(), v) ) or - result.getAnAccess() = upd.(UnaryAssignExpr).getExpr() + result.getAnAccess() = upd.(UnaryAssignExpr).getOperand() } /** Holds if `n` updates the local variable `v`. */ diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowNodes.qll b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowNodes.qll index 9786286389c..a280e531f91 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowNodes.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowNodes.qll @@ -510,7 +510,7 @@ module Private { /** A data flow node that occurs as the result of a `ReturnStmt`. */ class ReturnNode extends Node { ReturnNode() { - exists(ReturnStmt ret | this.asExpr() = ret.getResult()) or + exists(ReturnStmt ret | this.asExpr() = ret.getExpr()) or this.(FlowSummaryNode).isReturn() } diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowUtil.qll b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowUtil.qll index e2e80c293ef..9c2bb13a09f 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowUtil.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/DataFlowUtil.qll @@ -201,7 +201,7 @@ predicate simpleAstFlowStep(Expr e1, Expr e2) { or e2 = any(StmtExpr stmtExpr | e1 = stmtExpr.getResultExpr()) or - e2 = any(NotNullExpr nne | e1 = nne.getExpr()) + e2 = any(NotNullExpr nne | e1 = nne.getOperand()) or e2.(WhenExpr).getBranch(_).getAResult() = e1 or diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/SsaImpl.qll b/java/ql/lib/semmle/code/java/dataflow/internal/SsaImpl.qll index bafb16d6ab5..409cf586363 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/SsaImpl.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/SsaImpl.qll @@ -302,7 +302,7 @@ private module Cached { result = TLocalVar(v.getCallable(), v) ) or - result.getAnAccess() = upd.(UnaryAssignExpr).getExpr() + result.getAnAccess() = upd.(UnaryAssignExpr).getOperand() } /* diff --git a/java/ql/lib/semmle/code/java/dataflow/internal/rangeanalysis/SignAnalysisSpecific.qll b/java/ql/lib/semmle/code/java/dataflow/internal/rangeanalysis/SignAnalysisSpecific.qll index 4a418160477..e4525ed36ea 100644 --- a/java/ql/lib/semmle/code/java/dataflow/internal/rangeanalysis/SignAnalysisSpecific.qll +++ b/java/ql/lib/semmle/code/java/dataflow/internal/rangeanalysis/SignAnalysisSpecific.qll @@ -69,10 +69,10 @@ module Private { /** Returns the operand of this expression. */ Expr getOperand() { - result = this.(J::PreIncExpr).getExpr() or - result = this.(J::PreDecExpr).getExpr() or - result = this.(J::MinusExpr).getExpr() or - result = this.(J::BitNotExpr).getExpr() + result = this.(J::PreIncExpr).getOperand() or + result = this.(J::PreDecExpr).getOperand() or + result = this.(J::MinusExpr).getOperand() or + result = this.(J::BitNotExpr).getOperand() } /** Returns the operation representing this expression. */ @@ -258,12 +258,12 @@ private module Impl { /** Returns the operand of the operation if `e` is a decrement. */ Expr getDecrementOperand(Element e) { - result = e.(PostDecExpr).getExpr() or result = e.(PreDecExpr).getExpr() + result = e.(PostDecExpr).getOperand() or result = e.(PreDecExpr).getOperand() } /** Returns the operand of the operation if `e` is an increment. */ Expr getIncrementOperand(Element e) { - result = e.(PostIncExpr).getExpr() or result = e.(PreIncExpr).getExpr() + result = e.(PostIncExpr).getOperand() or result = e.(PreIncExpr).getOperand() } /** Gets the variable underlying the implicit SSA variable `v`. */ @@ -287,14 +287,14 @@ private module Impl { /** Holds if `f` is accessed in an increment operation. */ predicate fieldIncrementOperationOperand(Field f) { - any(PostIncExpr inc).getExpr() = f.getAnAccess() or - any(PreIncExpr inc).getExpr() = f.getAnAccess() + any(PostIncExpr inc).getOperand() = f.getAnAccess() or + any(PreIncExpr inc).getOperand() = f.getAnAccess() } /** Holds if `f` is accessed in a decrement operation. */ predicate fieldDecrementOperationOperand(Field f) { - any(PostDecExpr dec).getExpr() = f.getAnAccess() or - any(PreDecExpr dec).getExpr() = f.getAnAccess() + any(PostDecExpr dec).getOperand() = f.getAnAccess() or + any(PreDecExpr dec).getOperand() = f.getAnAccess() } /** Returns possible signs of `f` based on the declaration. */ @@ -316,9 +316,9 @@ private module Impl { /** Returns a sub expression of `e` for expression types where the sign depends on the child. */ Expr getASubExprWithSameSign(Expr e) { result = e.(AssignExpr).getSource() or - result = e.(PlusExpr).getExpr() or - result = e.(PostIncExpr).getExpr() or - result = e.(PostDecExpr).getExpr() or + result = e.(PlusExpr).getOperand() or + result = e.(PostIncExpr).getOperand() or + result = e.(PostDecExpr).getOperand() or result = e.(ChooseExpr).getAResultExpr() or result = e.(CastingExpr).getExpr() } diff --git a/java/ql/lib/semmle/code/java/deadcode/DeadEnumConstant.qll b/java/ql/lib/semmle/code/java/deadcode/DeadEnumConstant.qll index 3a8491b8428..011049eec4b 100644 --- a/java/ql/lib/semmle/code/java/deadcode/DeadEnumConstant.qll +++ b/java/ql/lib/semmle/code/java/deadcode/DeadEnumConstant.qll @@ -27,7 +27,7 @@ VarAccess valueAccess(EnumConstant e) { or exists(Assignment a | a.getSource() = valueFlow+(result)) or - exists(ReturnStmt r | r.getResult() = valueFlow+(result)) + exists(ReturnStmt r | r.getExpr() = valueFlow+(result)) or exists(LocalVariableDeclExpr v | v.getInit() = valueFlow+(result)) or diff --git a/java/ql/lib/semmle/code/java/dispatch/DispatchFlow.qll b/java/ql/lib/semmle/code/java/dispatch/DispatchFlow.qll index 2af5df28107..d4425eae2b8 100644 --- a/java/ql/lib/semmle/code/java/dispatch/DispatchFlow.qll +++ b/java/ql/lib/semmle/code/java/dispatch/DispatchFlow.qll @@ -354,7 +354,7 @@ private module TrackLambda { predicate returnStep(Node n1, LocalSourceNode n2) { exists(ReturnStmt ret, Method m | ret.getEnclosingCallable() = m and - ret.getResult() = n1.asExpr() and + ret.getExpr() = n1.asExpr() and m = dispatch(n2.asExpr()) ) } diff --git a/java/ql/lib/semmle/code/java/dispatch/ObjFlow.qll b/java/ql/lib/semmle/code/java/dispatch/ObjFlow.qll index 239f4dd0fbc..d5a4ee60571 100644 --- a/java/ql/lib/semmle/code/java/dispatch/ObjFlow.qll +++ b/java/ql/lib/semmle/code/java/dispatch/ObjFlow.qll @@ -53,7 +53,7 @@ private predicate viableArgParam(ArgumentNode arg, ParameterNode p) { private predicate returnStep(Node n1, Node n2) { exists(ReturnStmt ret, Method m | ret.getEnclosingCallable() = m and - ret.getResult() = n1.asExpr() and + ret.getExpr() = n1.asExpr() and pragma[only_bind_out](m) = dispatchCand(n2.asExpr()) ) } diff --git a/java/ql/lib/semmle/code/java/frameworks/JaxWS.qll b/java/ql/lib/semmle/code/java/frameworks/JaxWS.qll index 62289f737c0..8b3ab081ee0 100644 --- a/java/ql/lib/semmle/code/java/frameworks/JaxWS.qll +++ b/java/ql/lib/semmle/code/java/frameworks/JaxWS.qll @@ -424,7 +424,7 @@ private class JaxRSXssSink extends XssSink { exists(JaxRsResourceMethod resourceMethod, ReturnStmt rs | resourceMethod = any(JaxRsResourceClass resourceClass).getAResourceMethod() and rs.getEnclosingCallable() = resourceMethod and - this.asExpr() = rs.getResult() + this.asExpr() = rs.getExpr() | not exists(resourceMethod.getProducesAnnotation()) or diff --git a/java/ql/lib/semmle/code/java/frameworks/Mockito.qll b/java/ql/lib/semmle/code/java/frameworks/Mockito.qll index a8559060d30..2613b0e5c51 100644 --- a/java/ql/lib/semmle/code/java/frameworks/Mockito.qll +++ b/java/ql/lib/semmle/code/java/frameworks/Mockito.qll @@ -386,7 +386,7 @@ class MockitoMockedObject extends Expr { or exists(ReturnStmt ret | this.(MethodCall).getMethod() = ret.getEnclosingCallable() and - ret.getResult() instanceof MockitoMockedObject + ret.getExpr() instanceof MockitoMockedObject ) } } diff --git a/java/ql/lib/semmle/code/java/frameworks/MyBatis.qll b/java/ql/lib/semmle/code/java/frameworks/MyBatis.qll index e3f89186821..6a354a0a42a 100644 --- a/java/ql/lib/semmle/code/java/frameworks/MyBatis.qll +++ b/java/ql/lib/semmle/code/java/frameworks/MyBatis.qll @@ -109,7 +109,7 @@ class MyBatisInjectionSink extends DataFlow::Node { a.getType() instanceof MyBatisProvider and m.getDeclaringType() = a.getValue(["type", "value"]).(TypeLiteral).getTypeName().getType() and m.hasName(a.getValue("method").(StringLiteral).getValue()) and - exists(ReturnStmt ret | this.asExpr() = ret.getResult() and ret.getEnclosingCallable() = m) + exists(ReturnStmt ret | this.asExpr() = ret.getExpr() and ret.getEnclosingCallable() = m) ) } } diff --git a/java/ql/lib/semmle/code/java/frameworks/ThreadLocal.qll b/java/ql/lib/semmle/code/java/frameworks/ThreadLocal.qll index c813c0383eb..5a550ff9501 100644 --- a/java/ql/lib/semmle/code/java/frameworks/ThreadLocal.qll +++ b/java/ql/lib/semmle/code/java/frameworks/ThreadLocal.qll @@ -15,7 +15,7 @@ private predicate threadLocalInitialValue(ClassInstanceExpr cie, Method initialV exists(RefType t, ReturnStmt ret | cie.getConstructedType().getSourceDeclaration() = t and t.getASourceSupertype+().hasQualifiedName("java.lang", "ThreadLocal") and - ret.getResult() = init and + ret.getExpr() = init and ret.getEnclosingCallable() = initialValue and initialValue.hasName("initialValue") and initialValue.getDeclaringType() = t diff --git a/java/ql/lib/semmle/code/java/frameworks/android/AsyncTask.qll b/java/ql/lib/semmle/code/java/frameworks/android/AsyncTask.qll index 1aba64a4c7e..e7948fcd5f4 100644 --- a/java/ql/lib/semmle/code/java/frameworks/android/AsyncTask.qll +++ b/java/ql/lib/semmle/code/java/frameworks/android/AsyncTask.qll @@ -37,7 +37,7 @@ private class AsyncTaskOnPostExecuteAdditionalValueStep extends AdditionalValueS | onPostExecute.getDeclaringType() = runInBackground.getDeclaringType() | - node1.asExpr() = any(ReturnStmt r | r.getEnclosingCallable() = runInBackground).getResult() and + node1.asExpr() = any(ReturnStmt r | r.getEnclosingCallable() = runInBackground).getExpr() and node2.asParameter() = onPostExecute.getParameter(0) ) } diff --git a/java/ql/lib/semmle/code/java/frameworks/android/Compose.qll b/java/ql/lib/semmle/code/java/frameworks/android/Compose.qll index 9123600d4e4..134e93ea4eb 100644 --- a/java/ql/lib/semmle/code/java/frameworks/android/Compose.qll +++ b/java/ql/lib/semmle/code/java/frameworks/android/Compose.qll @@ -44,7 +44,7 @@ class LiveLiteralMethod extends Method { private predicate methodReturns(Method m, Expr res) { exists(ReturnStmt r | - r.getResult() = res and + r.getExpr() = res and r.getEnclosingCallable() = m ) } diff --git a/java/ql/lib/semmle/code/java/frameworks/android/Intent.qll b/java/ql/lib/semmle/code/java/frameworks/android/Intent.qll index 3df890c95f4..b11e4e5d4ef 100644 --- a/java/ql/lib/semmle/code/java/frameworks/android/Intent.qll +++ b/java/ql/lib/semmle/code/java/frameworks/android/Intent.qll @@ -279,7 +279,7 @@ private predicate reaches(Expr src, Argument arg) { or exists(StmtExpr e | e.getResultExpr() = src | reaches(e, arg)) or - exists(NotNullExpr e | e.getExpr() = src | reaches(e, arg)) + exists(NotNullExpr e | e.getOperand() = src | reaches(e, arg)) or exists(WhenExpr e | e.getBranch(_).getAResult() = src | reaches(e, arg)) } diff --git a/java/ql/lib/semmle/code/java/frameworks/javaee/ejb/EJBRestrictions.qll b/java/ql/lib/semmle/code/java/frameworks/javaee/ejb/EJBRestrictions.qll index 2f5a88ba5c8..10b6e7f3df2 100644 --- a/java/ql/lib/semmle/code/java/frameworks/javaee/ejb/EJBRestrictions.qll +++ b/java/ql/lib/semmle/code/java/frameworks/javaee/ejb/EJBRestrictions.qll @@ -138,7 +138,7 @@ ThisAccess forbiddenThisUse(Callable c) { result.getEnclosingCallable() = c and ( exists(MethodCall ma | ma.getAnArgument() = result) or - exists(ReturnStmt rs | rs.getResult() = result) + exists(ReturnStmt rs | rs.getExpr() = result) ) } diff --git a/java/ql/lib/semmle/code/java/frameworks/spring/SpringHttp.qll b/java/ql/lib/semmle/code/java/frameworks/spring/SpringHttp.qll index 5f9271c0149..d110caa1703 100644 --- a/java/ql/lib/semmle/code/java/frameworks/spring/SpringHttp.qll +++ b/java/ql/lib/semmle/code/java/frameworks/spring/SpringHttp.qll @@ -52,7 +52,7 @@ private class SpringXssSink extends XSS::XssSink { SpringXssSink() { exists(SpringRequestMappingMethod requestMappingMethod, ReturnStmt rs | requestMappingMethod = rs.getEnclosingCallable() and - this.asExpr() = rs.getResult() and + this.asExpr() = rs.getExpr() and ( not specifiesContentType(requestMappingMethod) or isXssVulnerableContentTypeExpr(requestMappingMethod.getAProducesExpr()) diff --git a/java/ql/lib/semmle/code/java/frameworks/stapler/Stapler.qll b/java/ql/lib/semmle/code/java/frameworks/stapler/Stapler.qll index 28ca95b5541..d7563100d97 100644 --- a/java/ql/lib/semmle/code/java/frameworks/stapler/Stapler.qll +++ b/java/ql/lib/semmle/code/java/frameworks/stapler/Stapler.qll @@ -58,9 +58,9 @@ private class HttpResponseGetDescriptionStep extends AdditionalValueStep { override predicate step(DataFlow::Node n1, DataFlow::Node n2) { exists(ReturnStmt s, GenerateResponseMethod m | s.getEnclosingCallable() instanceof HudsonWebMethod and - boundOrStaticType(s.getResult(), m.getDeclaringType().getADescendant()) + boundOrStaticType(s.getExpr(), m.getDeclaringType().getADescendant()) | - n1.asExpr() = s.getResult() and + n1.asExpr() = s.getExpr() and n2.(DataFlow::InstanceParameterNode).getCallable() = m ) } diff --git a/java/ql/lib/semmle/code/java/security/ArithmeticCommon.qll b/java/ql/lib/semmle/code/java/security/ArithmeticCommon.qll index 4f4c20a5263..9282e766627 100644 --- a/java/ql/lib/semmle/code/java/security/ArithmeticCommon.qll +++ b/java/ql/lib/semmle/code/java/security/ArithmeticCommon.qll @@ -113,7 +113,7 @@ predicate upcastToWiderType(Expr e) { or exists(CastingExpr c | c.getExpr() = e and t2 = c.getType()) or - exists(ReturnStmt ret | ret.getResult() = e and t2 = ret.getEnclosingCallable().getReturnType()) + exists(ReturnStmt ret | ret.getExpr() = e and t2 = ret.getEnclosingCallable().getReturnType()) or exists(Parameter p | p.getAnArgument() = e and t2 = p.getType()) or diff --git a/java/ql/lib/semmle/code/java/security/FragmentInjection.qll b/java/ql/lib/semmle/code/java/security/FragmentInjection.qll index d27677b2271..7dc5f68d2d1 100644 --- a/java/ql/lib/semmle/code/java/security/FragmentInjection.qll +++ b/java/ql/lib/semmle/code/java/security/FragmentInjection.qll @@ -25,7 +25,7 @@ class IsValidFragmentMethod extends Method { predicate isUnsafe() { this.getDeclaringType().(AndroidActivity).isExported() and forex(ReturnStmt retStmt | retStmt.getEnclosingCallable() = this | - retStmt.getResult().(BooleanLiteral).getBooleanValue() = true + retStmt.getExpr().(BooleanLiteral).getBooleanValue() = true ) } } diff --git a/java/ql/lib/semmle/code/java/security/InsecureRandomnessQuery.qll b/java/ql/lib/semmle/code/java/security/InsecureRandomnessQuery.qll index 77da25d3586..7474c977fe6 100644 --- a/java/ql/lib/semmle/code/java/security/InsecureRandomnessQuery.qll +++ b/java/ql/lib/semmle/code/java/security/InsecureRandomnessQuery.qll @@ -75,7 +75,7 @@ module InsecureRandomnessConfig implements DataFlow::ConfigSig { predicate isAdditionalFlowStep(DataFlow::Node n1, DataFlow::Node n2) { n1.asExpr() = n2.asExpr().(BinaryExpr).getAnOperand() or - n1.asExpr() = n2.asExpr().(UnaryExpr).getExpr() + n1.asExpr() = n2.asExpr().(UnaryExpr).getOperand() or exists(MethodCall mc, string methodName | mc.getMethod().hasQualifiedName("org.owasp.esapi", "Encoder", methodName) and diff --git a/java/ql/lib/semmle/code/java/security/StaticInitializationVectorQuery.qll b/java/ql/lib/semmle/code/java/security/StaticInitializationVectorQuery.qll index a0377599054..e97a3161499 100644 --- a/java/ql/lib/semmle/code/java/security/StaticInitializationVectorQuery.qll +++ b/java/ql/lib/semmle/code/java/security/StaticInitializationVectorQuery.qll @@ -107,7 +107,7 @@ private class StaticInitializationVectorSource extends DataFlow::Node { // Reduce FPs from utility methods that return an empty array in an exceptional case not exists(ReturnStmt ret | array.getADimension().(CompileTimeConstantExpr).getIntValue() = 0 and - DataFlow::localExprFlow(array, ret.getResult()) + DataFlow::localExprFlow(array, ret.getExpr()) ) ) } diff --git a/java/ql/lib/semmle/code/java/security/UnsafeDeserializationQuery.qll b/java/ql/lib/semmle/code/java/security/UnsafeDeserializationQuery.qll index dc771a46606..4b9f5c61f59 100644 --- a/java/ql/lib/semmle/code/java/security/UnsafeDeserializationQuery.qll +++ b/java/ql/lib/semmle/code/java/security/UnsafeDeserializationQuery.qll @@ -95,7 +95,7 @@ private module SafeKryoConfig implements DataFlow::ConfigSig { ) { exists(ConstructorCall cc, FunctionalExpr fe | cc.getConstructedType() instanceof KryoPoolBuilder and - fe.asMethod().getBody().getAStmt().(ReturnStmt).getResult() = node1.asExpr() and + fe.asMethod().getBody().getAStmt().(ReturnStmt).getExpr() = node1.asExpr() and node2.asExpr() = cc and cc.getArgument(0) = fe ) diff --git a/java/ql/lib/semmle/code/java/security/UnsafeHostnameVerificationQuery.qll b/java/ql/lib/semmle/code/java/security/UnsafeHostnameVerificationQuery.qll index 60829f426f7..724bccceb1f 100644 --- a/java/ql/lib/semmle/code/java/security/UnsafeHostnameVerificationQuery.qll +++ b/java/ql/lib/semmle/code/java/security/UnsafeHostnameVerificationQuery.qll @@ -13,7 +13,7 @@ private import semmle.code.java.dataflow.ExternalFlow */ private predicate alwaysReturnsTrue(HostnameVerifierVerify m) { forex(ReturnStmt rs | rs.getEnclosingCallable() = m | - rs.getResult().(CompileTimeConstantExpr).getBooleanValue() = true + rs.getExpr().(CompileTimeConstantExpr).getBooleanValue() = true ) } diff --git a/java/ql/lib/semmle/code/java/security/internal/ArraySizing.qll b/java/ql/lib/semmle/code/java/security/internal/ArraySizing.qll index 185b1b8a46e..ab9ac70e7c4 100644 --- a/java/ql/lib/semmle/code/java/security/internal/ArraySizing.qll +++ b/java/ql/lib/semmle/code/java/security/internal/ArraySizing.qll @@ -49,7 +49,7 @@ class PointlessLoop extends WhileStmt { this.getCondition().(BooleanLiteral).getBooleanValue() = true and // The only `break` must be the last statement. forall(BreakStmt break | break.getTarget() = this | - this.getStmt().(BlockStmt).getLastStmt() = break + this.getBody().(BlockStmt).getLastStmt() = break ) and // No `continue` statements. not exists(ContinueStmt continue | continue.getTarget() = this) diff --git a/java/ql/src/Advisory/Declarations/NonFinalImmutableField.ql b/java/ql/src/Advisory/Declarations/NonFinalImmutableField.ql index 1ca836ab231..a94d54a9204 100644 --- a/java/ql/src/Advisory/Declarations/NonFinalImmutableField.ql +++ b/java/ql/src/Advisory/Declarations/NonFinalImmutableField.ql @@ -32,7 +32,7 @@ class AnyAssignment extends Expr { /** The expression modified by this assignment. */ Expr getDest() { this.(Assignment).getDest() = result or - this.(UnaryAssignExpr).getExpr() = result + this.(UnaryAssignExpr).getOperand() = result } } diff --git a/java/ql/src/Language Abuse/IterableClass.qll b/java/ql/src/Language Abuse/IterableClass.qll index a6b4c86cffd..896fc2e1160 100644 --- a/java/ql/src/Language Abuse/IterableClass.qll +++ b/java/ql/src/Language Abuse/IterableClass.qll @@ -12,7 +12,7 @@ class Iterable extends Class { exists(Method m | m.getDeclaringType().getSourceDeclaration() = this and m.getName() = "iterator" and - m.getBody().(SingletonBlock).getStmt().(ReturnStmt).getResult() = result + m.getBody().(SingletonBlock).getStmt().(ReturnStmt).getExpr() = result ) } } diff --git a/java/ql/src/Language Abuse/IterableIterator.ql b/java/ql/src/Language Abuse/IterableIterator.ql index 72dfbcd9965..f2ba1a727de 100644 --- a/java/ql/src/Language Abuse/IterableIterator.ql +++ b/java/ql/src/Language Abuse/IterableIterator.ql @@ -30,7 +30,7 @@ class EmptyIterableIterator extends IterableIterator { .(SingletonBlock) .getStmt() .(ReturnStmt) - .getResult() + .getExpr() .(BooleanLiteral) .getBooleanValue() = false ) diff --git a/java/ql/src/Likely Bugs/Arithmetic/CondExprTypes.ql b/java/ql/src/Likely Bugs/Arithmetic/CondExprTypes.ql index 4d375864b2a..89663e801b1 100644 --- a/java/ql/src/Likely Bugs/Arithmetic/CondExprTypes.ql +++ b/java/ql/src/Likely Bugs/Arithmetic/CondExprTypes.ql @@ -25,5 +25,5 @@ where t instanceof PrimitiveType and not t instanceof CharType ) -select ce, "Mismatch between types of branches: $@ and $@.", ce.getTrueExpr(), - ce.getTrueExpr().getType().getName(), ce.getFalseExpr(), ce.getFalseExpr().getType().getName() +select ce, "Mismatch between types of branches: $@ and $@.", ce.getThen(), + ce.getThen().getType().getName(), ce.getElse(), ce.getElse().getType().getName() diff --git a/java/ql/src/Likely Bugs/Collections/IteratorRemoveMayFail.ql b/java/ql/src/Likely Bugs/Collections/IteratorRemoveMayFail.ql index 09d686947e0..92faee89be7 100644 --- a/java/ql/src/Likely Bugs/Collections/IteratorRemoveMayFail.ql +++ b/java/ql/src/Likely Bugs/Collections/IteratorRemoveMayFail.ql @@ -39,7 +39,7 @@ predicate containsSpecialCollection(Expr e, SpecialCollectionCreation origin) { or exists(Call c, ReturnStmt r | e = c | r.getEnclosingCallable() = c.getCallee().getSourceDeclaration() and - containsSpecialCollection(r.getResult(), origin) + containsSpecialCollection(r.getExpr(), origin) ) } @@ -61,7 +61,7 @@ predicate iterOfSpecialCollection(Expr e, SpecialCollectionCreation origin) { or exists(Call c, ReturnStmt r | e = c | r.getEnclosingCallable() = c.getCallee().getSourceDeclaration() and - iterOfSpecialCollection(r.getResult(), origin) + iterOfSpecialCollection(r.getExpr(), origin) ) } diff --git a/java/ql/src/Likely Bugs/Collections/ReadOnlyContainer.ql b/java/ql/src/Likely Bugs/Collections/ReadOnlyContainer.ql index 2951f97d65f..6de1e52ed98 100644 --- a/java/ql/src/Likely Bugs/Collections/ReadOnlyContainer.ql +++ b/java/ql/src/Likely Bugs/Collections/ReadOnlyContainer.ql @@ -29,7 +29,7 @@ where exists(AssignExpr assgn | va = assgn.getDest() | assgn.getSource() instanceof FreshContainer) or // ...a return (but only if `v` is a local variable) - v instanceof LocalVariableDecl and exists(ReturnStmt ret | ret.getResult() = va) + v instanceof LocalVariableDecl and exists(ReturnStmt ret | ret.getExpr() = va) or // ...or a call to a query method on `v`. exists(MethodCall ma | va = ma.getQualifier() | ma.getMethod() instanceof ContainerQueryMethod) diff --git a/java/ql/src/Likely Bugs/Comparison/DefineEqualsWhenAddingFields.ql b/java/ql/src/Likely Bugs/Comparison/DefineEqualsWhenAddingFields.ql index 2edeea4ec57..6695d6b677c 100644 --- a/java/ql/src/Likely Bugs/Comparison/DefineEqualsWhenAddingFields.ql +++ b/java/ql/src/Likely Bugs/Comparison/DefineEqualsWhenAddingFields.ql @@ -32,13 +32,13 @@ predicate checksReferenceEquality(EqualsMethod em) { eq.getAnOperand().(VarAccess).getVariable() = em.getParameter(0) and ( // `{ return (ojb==this); }` - eq = blk.getStmt().(ReturnStmt).getResult() + eq = blk.getStmt().(ReturnStmt).getExpr() or // `{ if (ojb==this) return true; else return false; }` exists(IfStmt ifStmt | ifStmt = blk.getStmt() | eq = ifStmt.getCondition() and - ifStmt.getThen().(ReturnStmt).getResult().(BooleanLiteral).getBooleanValue() = true and - ifStmt.getElse().(ReturnStmt).getResult().(BooleanLiteral).getBooleanValue() = false + ifStmt.getThen().(ReturnStmt).getExpr().(BooleanLiteral).getBooleanValue() = true and + ifStmt.getElse().(ReturnStmt).getExpr().(BooleanLiteral).getBooleanValue() = false ) ) ) @@ -47,7 +47,7 @@ predicate checksReferenceEquality(EqualsMethod em) { // More precisely, we check whether the body of `em` is of the form `return super.equals(o);`, // where `o` is the (only) parameter of `em`, and the invoked method is a reference equality check. exists(SuperMethodCall sup | - sup = em.getBody().(SingletonBlock).getStmt().(ReturnStmt).getResult() and + sup = em.getBody().(SingletonBlock).getStmt().(ReturnStmt).getExpr() and sup.getArgument(0) = em.getParameter(0).getAnAccess() and checksReferenceEquality(sup.getCallee()) ) diff --git a/java/ql/src/Likely Bugs/Comparison/Equality.qll b/java/ql/src/Likely Bugs/Comparison/Equality.qll index 9aeb4a46047..babd4115742 100644 --- a/java/ql/src/Likely Bugs/Comparison/Equality.qll +++ b/java/ql/src/Likely Bugs/Comparison/Equality.qll @@ -22,7 +22,7 @@ class RefiningEquals extends EqualsMethod { // ... on the (only) parameter of this method ... sup.getArgument(0).(VarAccess).getVariable() = this.getAParameter() and // ... and its result is implied by the result of `ret`. - exprImplies(ret.getResult(), true, sup, true) + exprImplies(ret.getExpr(), true, sup, true) ) ) } diff --git a/java/ql/src/Likely Bugs/Comparison/MissingInstanceofInEquals.ql b/java/ql/src/Likely Bugs/Comparison/MissingInstanceofInEquals.ql index 7cd495f9073..2c33143ccf0 100644 --- a/java/ql/src/Likely Bugs/Comparison/MissingInstanceofInEquals.ql +++ b/java/ql/src/Likely Bugs/Comparison/MissingInstanceofInEquals.ql @@ -52,7 +52,7 @@ class ReferenceEquals extends EqualsMethod { exists(BlockStmt b, ReturnStmt ret, EQExpr eq | this.getBody() = b and b.getStmt(0) = ret and - ret.getResult() = eq and + ret.getExpr() = eq and eq.getAnOperand() = this.getAParameter().getAnAccess() and (eq.getAnOperand() instanceof ThisAccess or eq.getAnOperand() instanceof FieldAccess) ) diff --git a/java/ql/src/Likely Bugs/Comparison/StringComparison.ql b/java/ql/src/Likely Bugs/Comparison/StringComparison.ql index cfca2c8d7dd..9818f965e05 100644 --- a/java/ql/src/Likely Bugs/Comparison/StringComparison.ql +++ b/java/ql/src/Likely Bugs/Comparison/StringComparison.ql @@ -27,8 +27,8 @@ class StringValue extends Expr { ) or // Ternary conditional operator. - this.(ConditionalExpr).getTrueExpr().(StringValue).isInterned() and - this.(ConditionalExpr).getFalseExpr().(StringValue).isInterned() + this.(ConditionalExpr).getThen().(StringValue).isInterned() and + this.(ConditionalExpr).getElse().(StringValue).isInterned() or // Values of type `String` that are compile-time constant expressions (JLS 15.28). this instanceof CompileTimeConstantExpr @@ -38,7 +38,7 @@ class StringValue extends Expr { or // Method accesses whose results are all interned. forex(ReturnStmt rs | rs.getEnclosingCallable() = this.(MethodCall).getMethod() | - rs.getResult().(StringValue).isInterned() + rs.getExpr().(StringValue).isInterned() ) } } diff --git a/java/ql/src/Likely Bugs/Comparison/UselessComparisonTest.ql b/java/ql/src/Likely Bugs/Comparison/UselessComparisonTest.ql index 5c2fd94a917..d9a1f8a3f65 100644 --- a/java/ql/src/Likely Bugs/Comparison/UselessComparisonTest.ql +++ b/java/ql/src/Likely Bugs/Comparison/UselessComparisonTest.ql @@ -134,8 +134,8 @@ Expr overFlowCand() { result.(LocalVariableDeclExpr).getInit() = overFlowCand() or exists(ConditionalExpr c | c = result | - c.getTrueExpr() = overFlowCand() and - c.getFalseExpr() = overFlowCand() + c.getThen() = overFlowCand() and + c.getElse() = overFlowCand() ) } diff --git a/java/ql/src/Likely Bugs/Concurrency/NonSynchronizedOverride.ql b/java/ql/src/Likely Bugs/Concurrency/NonSynchronizedOverride.ql index 3dcd44a5273..25eaca21aba 100644 --- a/java/ql/src/Likely Bugs/Concurrency/NonSynchronizedOverride.ql +++ b/java/ql/src/Likely Bugs/Concurrency/NonSynchronizedOverride.ql @@ -42,7 +42,7 @@ predicate delegatingOverride(Method sub, Method sup) { delegatingSuperCall(stmt.(ExprStmt).getExpr(), sup) or // ...or a `return` statement containing such a call. - delegatingSuperCall(stmt.(ReturnStmt).getResult(), sup) + delegatingSuperCall(stmt.(ReturnStmt).getExpr(), sup) ) ) } diff --git a/java/ql/src/Likely Bugs/Serialization/NonSerializableInnerClass.ql b/java/ql/src/Likely Bugs/Serialization/NonSerializableInnerClass.ql index 520dba86c41..316352b9b68 100644 --- a/java/ql/src/Likely Bugs/Serialization/NonSerializableInnerClass.ql +++ b/java/ql/src/Likely Bugs/Serialization/NonSerializableInnerClass.ql @@ -32,7 +32,7 @@ predicate castTo(ClassInstanceExpr cie, RefType to) { or exists(Call call, int n | call.getArgument(n) = cie | to = call.getCallee().getParameterType(n)) or - exists(ReturnStmt ret | ret.getResult() = cie | to = ret.getEnclosingCallable().getReturnType()) + exists(ReturnStmt ret | ret.getExpr() = cie | to = ret.getEnclosingCallable().getReturnType()) or exists(ArrayCreationExpr ace | ace.getInit().getAnInit() = cie | to = ace.getType().(Array).getComponentType() diff --git a/java/ql/src/Likely Bugs/Statements/Chaining.qll b/java/ql/src/Likely Bugs/Statements/Chaining.qll index bb7fba549e7..a02c07fac42 100644 --- a/java/ql/src/Likely Bugs/Statements/Chaining.qll +++ b/java/ql/src/Likely Bugs/Statements/Chaining.qll @@ -31,13 +31,13 @@ private predicate nonChaining(Method m) { private predicate nonChainingReturn(Method m, ReturnStmt ret) { // The wrong `this` is returned. - ret.getResult() instanceof ThisAccess and - ret.getResult().getType() != m.getDeclaringType() + ret.getExpr() instanceof ThisAccess and + ret.getExpr().getType() != m.getDeclaringType() or // A method call to the wrong method is returned. - ret.getResult() instanceof MethodCall and + ret.getExpr() instanceof MethodCall and exists(MethodCall delegateCall, Method delegate | - delegateCall = ret.getResult() and + delegateCall = ret.getExpr() and delegate = delegateCall.getMethod() | delegate.getDeclaringType() != m.getDeclaringType() @@ -54,7 +54,7 @@ private predicate nonChainingReturn(Method m, ReturnStmt ret) { or // Something else is returned. not ( - ret.getResult() instanceof ThisAccess or - ret.getResult() instanceof MethodCall + ret.getExpr() instanceof ThisAccess or + ret.getExpr() instanceof MethodCall ) } diff --git a/java/ql/src/Likely Bugs/Statements/ImpossibleCast.ql b/java/ql/src/Likely Bugs/Statements/ImpossibleCast.ql index 753c40774f6..1232e775be5 100644 --- a/java/ql/src/Likely Bugs/Statements/ImpossibleCast.ql +++ b/java/ql/src/Likely Bugs/Statements/ImpossibleCast.ql @@ -45,13 +45,13 @@ predicate castFlow(ArrayCast ce, Variable v) { } predicate returnedFrom(ArrayCast ce, Method m) { - exists(ReturnStmt ret | ret.getEnclosingCallable() = m | ret.getResult() = ce) + exists(ReturnStmt ret | ret.getEnclosingCallable() = m | ret.getExpr() = ce) or exists(Variable v | castFlow(ce, v) | returnedVariableFrom(v, m)) } predicate returnedVariableFrom(Variable v, Method m) { - exists(ReturnStmt ret | ret.getResult() = v.getAnAccess() and ret.getEnclosingCallable() = m) + exists(ReturnStmt ret | ret.getExpr() = v.getAnAccess() and ret.getEnclosingCallable() = m) } predicate rawTypeConversion(RawType source, ParameterizedType target) { diff --git a/java/ql/src/Likely Bugs/Termination/SpinOnField.ql b/java/ql/src/Likely Bugs/Termination/SpinOnField.ql index 7cfb2308c96..1b4185531ca 100644 --- a/java/ql/src/Likely Bugs/Termination/SpinOnField.ql +++ b/java/ql/src/Likely Bugs/Termination/SpinOnField.ql @@ -37,12 +37,12 @@ class EmptyLoop extends Stmt { exists(ForStmt stmt | stmt = this | not exists(stmt.getAnInit()) and not exists(stmt.getAnUpdate()) and - stmt.getStmt() instanceof Empty + stmt.getBody() instanceof Empty ) or - this.(WhileStmt).getStmt() instanceof Empty + this.(WhileStmt).getBody() instanceof Empty or - this.(DoStmt).getStmt() instanceof Empty + this.(DoStmt).getBody() instanceof Empty } Expr getCondition() { diff --git a/java/ql/src/Security/CWE/CWE-338/JHipsterGeneratedPRNG.ql b/java/ql/src/Security/CWE/CWE-338/JHipsterGeneratedPRNG.ql index c51e5d4acc5..d94436f2127 100644 --- a/java/ql/src/Security/CWE/CWE-338/JHipsterGeneratedPRNG.ql +++ b/java/ql/src/Security/CWE/CWE-338/JHipsterGeneratedPRNG.ql @@ -41,7 +41,7 @@ private class VulnerableJHipsterRandomUtilMethod extends Method { this.getReturnType() instanceof TypeString and exists(ReturnStmt s | s = this.getBody().(SingletonBlock).getStmt() and - s.getResult() instanceof PredictableApacheRandomStringUtilsMethodCall + s.getExpr() instanceof PredictableApacheRandomStringUtilsMethodCall ) } } diff --git a/java/ql/src/Security/CWE/CWE-367/TOCTOURace.ql b/java/ql/src/Security/CWE/CWE-367/TOCTOURace.ql index 86808552433..521c7a1ca90 100644 --- a/java/ql/src/Security/CWE/CWE-367/TOCTOURace.ql +++ b/java/ql/src/Security/CWE/CWE-367/TOCTOURace.ql @@ -96,7 +96,7 @@ predicate probablyNeverEscapes(LocalVariableDecl v) { // Not assigned directly to another variable. not exists(Assignment a | a.getSource() = v.getAnAccess()) and // Not returned. - not exists(ReturnStmt r | r.getResult() = v.getAnAccess()) and + not exists(ReturnStmt r | r.getExpr() = v.getAnAccess()) and // All assignments are to new instances of a class. forex(Expr e | e = v.getAnAssignedValue() | e instanceof ClassInstanceExpr) } diff --git a/java/ql/src/Security/CWE/CWE-835/InfiniteLoop.ql b/java/ql/src/Security/CWE/CWE-835/InfiniteLoop.ql index a04cfd6ac43..ef167189ebf 100644 --- a/java/ql/src/Security/CWE/CWE-835/InfiniteLoop.ql +++ b/java/ql/src/Security/CWE/CWE-835/InfiniteLoop.ql @@ -49,7 +49,7 @@ predicate subCondition(Expr cond, Expr subcond, boolean negated) { or subCondition(cond.(OrLogicalExpr).getAnOperand(), subcond, negated) or - subCondition(cond.(LogNotExpr).getExpr(), subcond, negated.booleanNot()) + subCondition(cond.(LogNotExpr).getOperand(), subcond, negated.booleanNot()) } from diff --git a/java/ql/src/Violations of Best Practice/Boolean Logic/SimplifyBoolExpr.ql b/java/ql/src/Violations of Best Practice/Boolean Logic/SimplifyBoolExpr.ql index 9b87a358905..6ff4956da8c 100644 --- a/java/ql/src/Violations of Best Practice/Boolean Logic/SimplifyBoolExpr.ql +++ b/java/ql/src/Violations of Best Practice/Boolean Logic/SimplifyBoolExpr.ql @@ -40,9 +40,9 @@ class BoolCompare extends EqualityTest { predicate conditionalWithBool(ConditionalExpr c, string pattern, string rewrite) { exists(boolean truebranch | - c.getTrueExpr().(BooleanLiteral).getBooleanValue() = truebranch and - not c.getFalseExpr() instanceof BooleanLiteral and - not c.getFalseExpr().getType() instanceof NullType and + c.getThen().(BooleanLiteral).getBooleanValue() = truebranch and + not c.getElse() instanceof BooleanLiteral and + not c.getElse().getType() instanceof NullType and ( truebranch = true and pattern = "A ? true : B" and rewrite = "A || B" or @@ -51,9 +51,9 @@ predicate conditionalWithBool(ConditionalExpr c, string pattern, string rewrite) ) or exists(boolean falsebranch | - not c.getTrueExpr() instanceof BooleanLiteral and - not c.getTrueExpr().getType() instanceof NullType and - c.getFalseExpr().(BooleanLiteral).getBooleanValue() = falsebranch and + not c.getThen() instanceof BooleanLiteral and + not c.getThen().getType() instanceof NullType and + c.getElse().(BooleanLiteral).getBooleanValue() = falsebranch and ( falsebranch = true and pattern = "A ? B : true" and rewrite = "!A || B" or @@ -62,8 +62,8 @@ predicate conditionalWithBool(ConditionalExpr c, string pattern, string rewrite) ) or exists(boolean truebranch, boolean falsebranch | - c.getTrueExpr().(BooleanLiteral).getBooleanValue() = truebranch and - c.getFalseExpr().(BooleanLiteral).getBooleanValue() = falsebranch and + c.getThen().(BooleanLiteral).getBooleanValue() = truebranch and + c.getElse().(BooleanLiteral).getBooleanValue() = falsebranch and ( truebranch = true and falsebranch = false and pattern = "A ? true : false" and rewrite = "A" or @@ -98,9 +98,9 @@ where or conditionalWithBool(e, pattern, rewrite) or - e.(LogNotExpr).getExpr().(ComparisonOrEquality).negate(pattern, rewrite) + e.(LogNotExpr).getOperand().(ComparisonOrEquality).negate(pattern, rewrite) or - e.(LogNotExpr).getExpr() instanceof LogNotExpr and + e.(LogNotExpr).getOperand() instanceof LogNotExpr and pattern = "!!A" and rewrite = "A" ) diff --git a/java/ql/src/Violations of Best Practice/Boxed Types/BoxedVariable.ql b/java/ql/src/Violations of Best Practice/Boxed Types/BoxedVariable.ql index fec9a2e8e44..713fdad5726 100644 --- a/java/ql/src/Violations of Best Practice/Boxed Types/BoxedVariable.ql +++ b/java/ql/src/Violations of Best Practice/Boxed Types/BoxedVariable.ql @@ -35,7 +35,7 @@ predicate notDeliberatelyBoxed(LocalBoxedVar v) { ) or exists(ReturnStmt ret | - ret.getResult() = a and + ret.getExpr() = a and ret.getEnclosingCallable().getReturnType() instanceof RefType ) ) diff --git a/java/ql/src/Violations of Best Practice/Dead Code/DeadStoreOfLocal.ql b/java/ql/src/Violations of Best Practice/Dead Code/DeadStoreOfLocal.ql index 3f96f43bc24..0f45b9cae53 100644 --- a/java/ql/src/Violations of Best Practice/Dead Code/DeadStoreOfLocal.ql +++ b/java/ql/src/Violations of Best Practice/Dead Code/DeadStoreOfLocal.ql @@ -15,7 +15,7 @@ import java import DeadLocals -predicate minusOne(MinusExpr e) { e.getExpr().(Literal).getValue() = "1" } +predicate minusOne(MinusExpr e) { e.getOperand().(Literal).getValue() = "1" } predicate flowStep(Expr decl, Expr init) { decl = init diff --git a/java/ql/src/Violations of Best Practice/Dead Code/NonAssignedFields.ql b/java/ql/src/Violations of Best Practice/Dead Code/NonAssignedFields.ql index 28f06c4edfc..fd2cac88901 100644 --- a/java/ql/src/Violations of Best Practice/Dead Code/NonAssignedFields.ql +++ b/java/ql/src/Violations of Best Practice/Dead Code/NonAssignedFields.ql @@ -66,7 +66,7 @@ where fr.getField() = f and not f.getDeclaringType() instanceof EnumType and forall(Assignment ae | ae.getDest() = f.getAnAccess() | ae.getSource() instanceof NullLiteral) and - not exists(UnaryAssignExpr ua | ua.getExpr() = f.getAnAccess()) and + not exists(UnaryAssignExpr ua | ua.getOperand() = f.getAnAccess()) and not f.isFinal() and // Exclude fields that may be accessed reflectively. not reflectivelyWritten(f) and diff --git a/java/ql/src/Violations of Best Practice/Implementation Hiding/ExposeRepresentation.ql b/java/ql/src/Violations of Best Practice/Implementation Hiding/ExposeRepresentation.ql index b5d27655f8d..20502320286 100644 --- a/java/ql/src/Violations of Best Practice/Implementation Hiding/ExposeRepresentation.ql +++ b/java/ql/src/Violations of Best Practice/Implementation Hiding/ExposeRepresentation.ql @@ -51,7 +51,7 @@ predicate storesArray(Callable c, int i, Field f) { predicate returnsArray(Callable c, Field f) { f.getDeclaringType() = c.getDeclaringType().getAnAncestor().getSourceDeclaration() and relevantType(f.getType()) and - exists(ReturnStmt rs | rs.getEnclosingCallable() = c and rs.getResult() = f.getAnAccess()) and + exists(ReturnStmt rs | rs.getEnclosingCallable() = c and rs.getExpr() = f.getAnAccess()) and not c.isStatic() } @@ -71,7 +71,7 @@ predicate mayWriteToArray(Expr modified) { ) or // return __array__; ... method()[1] = 0 - exists(ReturnStmt rs | modified = rs.getResult() and relevantType(modified.getType()) | + exists(ReturnStmt rs | modified = rs.getExpr() and relevantType(modified.getType()) | exists(Callable enclosing, MethodCall ma | enclosing = rs.getEnclosingCallable() and ma.getMethod().getSourceDeclaration() = enclosing | diff --git a/java/ql/src/Violations of Best Practice/Implementation Hiding/StaticArray.ql b/java/ql/src/Violations of Best Practice/Implementation Hiding/StaticArray.ql index 84bc421ee66..ef3e6bd814a 100644 --- a/java/ql/src/Violations of Best Practice/Implementation Hiding/StaticArray.ql +++ b/java/ql/src/Violations of Best Practice/Implementation Hiding/StaticArray.ql @@ -28,8 +28,8 @@ predicate nonEmptyArrayLiteralOrNull(Expr e) { e instanceof NullLiteral or exists(ConditionalExpr cond | cond = e | - nonEmptyArrayLiteralOrNull(cond.getTrueExpr()) and - nonEmptyArrayLiteralOrNull(cond.getFalseExpr()) + nonEmptyArrayLiteralOrNull(cond.getThen()) and + nonEmptyArrayLiteralOrNull(cond.getElse()) ) } diff --git a/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingOverloading.ql b/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingOverloading.ql index 0a1e8785b4e..fa3ea20f05f 100644 --- a/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingOverloading.ql +++ b/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingOverloading.ql @@ -126,7 +126,7 @@ private predicate delegate(Method caller, Method callee) { exists(MethodCall ma | ma.getMethod() = callee | exists(Stmt stmt | stmt = caller.getBody().(SingletonBlock).getStmt() | wrappedAccess(stmt.(ExprStmt).getExpr(), ma) or - wrappedAccess(stmt.(ReturnStmt).getResult(), ma) + wrappedAccess(stmt.(ReturnStmt).getExpr(), ma) ) and forex(Parameter p, int i, Expr arg | p = caller.getParameter(i) and ma.getArgument(i) = arg | // The parameter is propagated without modification. diff --git a/java/ql/src/Violations of Best Practice/Naming Conventions/Shadowing.qll b/java/ql/src/Violations of Best Practice/Naming Conventions/Shadowing.qll index 561c57b7cd9..02f00d4ffb2 100644 --- a/java/ql/src/Violations of Best Practice/Naming Conventions/Shadowing.qll +++ b/java/ql/src/Violations of Best Practice/Naming Conventions/Shadowing.qll @@ -3,7 +3,7 @@ import java predicate getterFor(Method m, Field f) { m.getName().matches("get%") and m.getDeclaringType() = f.getDeclaringType() and - exists(ReturnStmt ret | ret.getEnclosingCallable() = m and ret.getResult() = f.getAnAccess()) + exists(ReturnStmt ret | ret.getEnclosingCallable() = m and ret.getExpr() = f.getAnAccess()) } predicate setterFor(Method m, Field f) { diff --git a/java/ql/src/Violations of Best Practice/legacy/AutoBoxing.ql b/java/ql/src/Violations of Best Practice/legacy/AutoBoxing.ql index c6d8d796309..0fc6527d258 100644 --- a/java/ql/src/Violations of Best Practice/legacy/AutoBoxing.ql +++ b/java/ql/src/Violations of Best Practice/legacy/AutoBoxing.ql @@ -56,9 +56,7 @@ predicate boxed(PrimitiveExpr e) { or flowTarget(e).getType() instanceof BoxedType or - exists(ConditionalExpr cond | cond instanceof BoxedExpr | - cond.getTrueExpr() = e or cond.getFalseExpr() = e - ) + exists(ConditionalExpr cond | cond instanceof BoxedExpr | cond.getABranchExpr() = e) } /** diff --git a/java/ql/src/experimental/Security/CWE/CWE-094/SpringViewManipulationLib.qll b/java/ql/src/experimental/Security/CWE/CWE-094/SpringViewManipulationLib.qll index 5d65431b415..c9dc2bda6c7 100644 --- a/java/ql/src/experimental/Security/CWE/CWE-094/SpringViewManipulationLib.qll +++ b/java/ql/src/experimental/Security/CWE/CWE-094/SpringViewManipulationLib.qll @@ -125,10 +125,10 @@ private class StringFormatMethod extends StringCombiningMethod { class SpringViewManipulationSink extends DataFlow::ExprNode { SpringViewManipulationSink() { exists(ReturnStmt r, SpringRequestMappingMethod m | - r.getResult() = this.asExpr() and + r.getExpr() = this.asExpr() and m.getBody().getAStmt() = r and not m.isResponseBody() and - r.getResult().getType() instanceof TypeString + r.getExpr().getType() instanceof TypeString ) or exists(ConstructorCall c | c.getConstructedType() instanceof ModelAndView | diff --git a/java/ql/src/experimental/Security/CWE/CWE-295/JxBrowserWithoutCertValidation.ql b/java/ql/src/experimental/Security/CWE/CWE-295/JxBrowserWithoutCertValidation.ql index c53c2cacdae..cb340ce0f69 100644 --- a/java/ql/src/experimental/Security/CWE/CWE-295/JxBrowserWithoutCertValidation.ql +++ b/java/ql/src/experimental/Security/CWE/CWE-295/JxBrowserWithoutCertValidation.ql @@ -48,7 +48,7 @@ private class JxBrowserLoadHandler extends RefType { private predicate isOnCertificateErrorMethodSafe(Method m) { forex(ReturnStmt rs | rs.getEnclosingCallable() = m | - rs.getResult().(CompileTimeConstantExpr).getBooleanValue() = true + rs.getExpr().(CompileTimeConstantExpr).getBooleanValue() = true ) } diff --git a/java/ql/test-kotlin1/library-tests/exprs/unaryOp.ql b/java/ql/test-kotlin1/library-tests/exprs/unaryOp.ql index 9e7359e1e07..bce290e4afc 100644 --- a/java/ql/test-kotlin1/library-tests/exprs/unaryOp.ql +++ b/java/ql/test-kotlin1/library-tests/exprs/unaryOp.ql @@ -29,7 +29,7 @@ class NoMaybeElement extends MaybeElement { } MaybeElement op(UnaryExpr e) { - if exists(e.getExpr()) then result = TElement(e.getExpr()) else result = TNoElement() + if exists(e.getOperand()) then result = TElement(e.getOperand()) else result = TNoElement() } from Expr e diff --git a/java/ql/test-kotlin2/library-tests/exprs/unaryOp.ql b/java/ql/test-kotlin2/library-tests/exprs/unaryOp.ql index 9e7359e1e07..bce290e4afc 100644 --- a/java/ql/test-kotlin2/library-tests/exprs/unaryOp.ql +++ b/java/ql/test-kotlin2/library-tests/exprs/unaryOp.ql @@ -29,7 +29,7 @@ class NoMaybeElement extends MaybeElement { } MaybeElement op(UnaryExpr e) { - if exists(e.getExpr()) then result = TElement(e.getExpr()) else result = TNoElement() + if exists(e.getOperand()) then result = TElement(e.getOperand()) else result = TNoElement() } from Expr e diff --git a/java/ql/test/library-tests/frameworks/android/taint-database/flowSteps.ql b/java/ql/test/library-tests/frameworks/android/taint-database/flowSteps.ql index ae4f8ca0da0..578846438be 100644 --- a/java/ql/test/library-tests/frameworks/android/taint-database/flowSteps.ql +++ b/java/ql/test/library-tests/frameworks/android/taint-database/flowSteps.ql @@ -9,7 +9,7 @@ module Config implements DataFlow::ConfigSig { source.asExpr().(MethodCall).getMethod().hasName("taint") } - predicate isSink(DataFlow::Node sink) { sink.asExpr() = any(ReturnStmt r).getResult() } + predicate isSink(DataFlow::Node sink) { sink.asExpr() = any(ReturnStmt r).getExpr() } } module Flow = TaintTracking::Global; diff --git a/java/ql/test/library-tests/locations/NegativeLiteralLocation.ql b/java/ql/test/library-tests/locations/NegativeLiteralLocation.ql index c91c0263994..a5e9054cd75 100644 --- a/java/ql/test/library-tests/locations/NegativeLiteralLocation.ql +++ b/java/ql/test/library-tests/locations/NegativeLiteralLocation.ql @@ -1,5 +1,5 @@ import default from MinusExpr me, Literal l -where l = me.getExpr() +where l = me.getOperand() select me, l diff --git a/java/ql/test/query-tests/lgtm-example-queries/returnstatement.ql b/java/ql/test/query-tests/lgtm-example-queries/returnstatement.ql index 8ace7e72931..fec039f24da 100644 --- a/java/ql/test/query-tests/lgtm-example-queries/returnstatement.ql +++ b/java/ql/test/query-tests/lgtm-example-queries/returnstatement.ql @@ -9,5 +9,5 @@ import java from ReturnStmt r -where r.getResult() instanceof NullLiteral +where r.getExpr() instanceof NullLiteral select r diff --git a/misc/bazel/3rdparty/patch_defs.py b/misc/bazel/3rdparty/patch_defs.py index 512fb166772..62cbf807517 100644 --- a/misc/bazel/3rdparty/patch_defs.py +++ b/misc/bazel/3rdparty/patch_defs.py @@ -2,7 +2,23 @@ import sys import re import pathlib -label_re = re.compile(r'"@(vendor.*)//:(.+)-([\d.]+)"') +# Problem number 1: +# https://github.com/bazelbuild/rules_rust/issues/3255 +# `crates_vendor` generates broken labels in `defs.bzl`: instead of +# "anyhow": Label("@vendor__anyhow-1.0.44//:anyhow") +# it produces +# "anyhow": Label("@vendor//:anyhow-1.0.44") +# which results in: ERROR: no such package '@@[unknown repo 'vendor' requested from @@]//' +# +# Problem number 2: +# Semver versions can contain `+` for build metadata (e.g., `0.9.11+spec-1.1.0`). +# Bazel repo names use `-` instead of `+`, so `vendor_ts__toml-0.9.11+spec-1.1.0` +# becomes `vendor_ts__toml-0.9.11-spec-1.1.0`. The generated labels reference the +# `+` version which doesn't exist, causing: +# ERROR: no such package '@@[unknown repo 'vendor_ts__toml-0.9.11+spec-1.1.0' +# requested from @@ (did you mean 'vendor_ts__toml-0.9.11-spec-1.1.0'?)]// + +label_re = re.compile(r'"@(vendor.*)//:([^+]+)-([\d.]+(?:\+.*)?)"') file = pathlib.Path(sys.argv[1]) temp = file.with_suffix(f'{file.suffix}.tmp') @@ -10,7 +26,7 @@ temp = file.with_suffix(f'{file.suffix}.tmp') with open(file) as input, open(temp, "w") as output: for line in input: - line = label_re.sub(lambda m: f'"@{m[1]}__{m[2]}-{m[3]}//:{m[2].replace("-", "_")}"', line) + line = label_re.sub(lambda m: f'"@{m[1]}__{m[2]}-{m[3].replace("+", "-")}//:{m[2].replace("-", "_")}"', line) output.write(line) temp.rename(file) diff --git a/python/extractor/semmle/util.py b/python/extractor/semmle/util.py index 202c2a941c2..00651ace831 100644 --- a/python/extractor/semmle/util.py +++ b/python/extractor/semmle/util.py @@ -10,7 +10,7 @@ from io import BytesIO #Semantic version of extractor. #Update this if any changes are made -VERSION = "7.1.7" +VERSION = "7.1.8" PY_EXTENSIONS = ".py", ".pyw" diff --git a/python/extractor/tests/parser/strings.py b/python/extractor/tests/parser/strings.py index c7b772a44aa..3aa61185a34 100644 --- a/python/extractor/tests/parser/strings.py +++ b/python/extractor/tests/parser/strings.py @@ -86,3 +86,5 @@ if 38: if 39: r'a\ ' +if 40: + f"{x:=^20}" diff --git a/python/extractor/tests/parser/template_strings_new.expected b/python/extractor/tests/parser/template_strings_new.expected index 64df91aac77..ae8eff88dce 100644 --- a/python/extractor/tests/parser/template_strings_new.expected +++ b/python/extractor/tests/parser/template_strings_new.expected @@ -1,4 +1,4 @@ -Module: [1, 0] - [18, 0] +Module: [1, 0] - [20, 0] body: [ Assign: [1, 0] - [1, 14] targets: [ @@ -191,4 +191,24 @@ Module: [1, 0] - [18, 0] ] ] orelse: None + If: [18, 0] - [18, 5] + test: + Num: [18, 3] - [18, 4] + n: 7 + text: '7' + body: [ + Expr: [19, 4] - [19, 43] + value: + TemplateString: [19, 4] - [19, 43] + prefix: 't"' + values: [ + TemplateStringPart: [19, 6] - [19, 31] + text: '"With a format specifier: "' + s: 'With a format specifier: ' + Name: [19, 32] - [19, 36] + variable: Variable('name', None) + ctx: Load + ] + ] + orelse: None ] diff --git a/python/extractor/tests/parser/template_strings_new.py b/python/extractor/tests/parser/template_strings_new.py index 4c56dca2c0c..452473a9d78 100644 --- a/python/extractor/tests/parser/template_strings_new.py +++ b/python/extractor/tests/parser/template_strings_new.py @@ -15,3 +15,5 @@ if 5: t"Multiple {first} and {second} placeholders." if 6: t"Implicit concatenation: " t"Hello, {name}!" t" How are you?" +if 7: + t"With a format specifier: {name:=^20}" diff --git a/python/extractor/tsg-python/tsp/grammar.js b/python/extractor/tsg-python/tsp/grammar.js index a30ddb9f0a0..c53a67da126 100644 --- a/python/extractor/tsg-python/tsp/grammar.js +++ b/python/extractor/tsg-python/tsp/grammar.js @@ -1168,7 +1168,7 @@ module.exports = grammar({ _not_escape_sequence: $ => token.immediate('\\'), format_specifier: $ => seq( - ':', + token(prec(1,':')), repeat(choice( token(prec(1, /[^{}\n]+/)), alias($.interpolation, $.format_expression) diff --git a/python/extractor/tsg-python/tsp/src/grammar.json b/python/extractor/tsg-python/tsp/src/grammar.json index e413f91b085..fbe1f17b949 100644 --- a/python/extractor/tsg-python/tsp/src/grammar.json +++ b/python/extractor/tsg-python/tsp/src/grammar.json @@ -1,4 +1,5 @@ { + "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/grammar.schema.json", "name": "python", "word": "identifier", "rules": { @@ -6292,8 +6293,15 @@ "type": "SEQ", "members": [ { - "type": "STRING", - "value": ":" + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "STRING", + "value": ":" + } + } }, { "type": "REPEAT", @@ -6860,6 +6868,6 @@ "primary_expression", "pattern", "parameter" - ] -} - + ], + "reserved": {} +} \ No newline at end of file diff --git a/python/extractor/tsg-python/tsp/src/node-types.json b/python/extractor/tsg-python/tsp/src/node-types.json index a718a48aab6..609952bd5e5 100644 --- a/python/extractor/tsg-python/tsp/src/node-types.json +++ b/python/extractor/tsg-python/tsp/src/node-types.json @@ -2770,6 +2770,7 @@ { "type": "module", "named": true, + "root": true, "fields": {}, "children": { "multiple": true, @@ -3944,6 +3945,10 @@ "type": ":=", "named": false }, + { + "type": ";", + "named": false + }, { "type": "<", "named": false @@ -4000,6 +4005,10 @@ "type": "[", "named": false }, + { + "type": "\\", + "named": false + }, { "type": "]", "named": false @@ -4050,7 +4059,8 @@ }, { "type": "comment", - "named": true + "named": true, + "extra": true }, { "type": "continue", diff --git a/python/extractor/tsg-python/tsp/src/parser.c b/python/extractor/tsg-python/tsp/src/parser.c index e275c1316a0..74a0d1440fb 100644 --- a/python/extractor/tsg-python/tsp/src/parser.c +++ b/python/extractor/tsg-python/tsp/src/parser.c @@ -1,22 +1,25 @@ -#include +/* Automatically @generated by tree-sitter */ + +#include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) -#pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif -#define LANGUAGE_VERSION 13 -#define STATE_COUNT 1510 -#define LARGE_STATE_COUNT 152 -#define SYMBOL_COUNT 288 +#define LANGUAGE_VERSION 14 +#define STATE_COUNT 1723 +#define LARGE_STATE_COUNT 156 +#define SYMBOL_COUNT 291 #define ALIAS_COUNT 3 -#define TOKEN_COUNT 108 +#define TOKEN_COUNT 109 #define EXTERNAL_TOKEN_COUNT 7 #define FIELD_COUNT 54 #define MAX_ALIAS_SEQUENCE_LENGTH 10 +#define MAX_RESERVED_WORD_SET_SIZE 0 #define PRODUCTION_ID_COUNT 166 +#define SUPERTYPE_COUNT 0 -enum { +enum ts_symbol_identifiers { sym_identifier = 1, anon_sym_import = 2, anon_sym_DOT = 3, @@ -106,207 +109,210 @@ enum { anon_sym_LBRACE2 = 87, sym__escape_interpolation = 88, sym_escape_sequence = 89, - sym__not_escape_sequence = 90, - aux_sym_format_specifier_token1 = 91, - sym_type_conversion = 92, - sym_integer = 93, - sym_float = 94, - anon_sym_await = 95, - sym_true = 96, - sym_false = 97, - sym_none = 98, - sym_comment = 99, - sym__semicolon = 100, - sym__newline = 101, - sym__indent = 102, - sym__dedent = 103, - sym__string_start = 104, - sym__string_content = 105, - sym__string_end = 106, - sym__template_string_start = 107, - sym_module = 108, - sym__statement = 109, - sym__simple_statements = 110, - sym_import_statement = 111, - sym_import_prefix = 112, - sym_relative_import = 113, - sym_future_import_statement = 114, - sym_import_from_statement = 115, - sym__import_list = 116, - sym_aliased_import = 117, - sym_wildcard_import = 118, - sym_print_statement = 119, - sym_chevron = 120, - sym_assert_statement = 121, - sym_expression_statement = 122, - sym_named_expression = 123, - sym_return_statement = 124, - sym_delete_statement = 125, - sym_raise_statement = 126, - sym_pass_statement = 127, - sym_break_statement = 128, - sym_continue_statement = 129, - sym_if_statement = 130, - sym_elif_clause = 131, - sym_else_clause = 132, - sym_for_statement = 133, - sym_while_statement = 134, - sym_try_statement = 135, - sym_exception_list = 136, - sym_except_clause = 137, - sym_except_group_clause = 138, - sym_finally_clause = 139, - sym_with_statement = 140, - sym_with_clause = 141, - sym_with_item = 142, - sym_match_statement = 143, - sym_cases = 144, - sym_case_block = 145, - sym__match_patterns = 146, - sym_open_sequence_match_pattern = 147, - sym__match_pattern = 148, - sym_match_as_pattern = 149, - sym__match_or_pattern = 150, - sym_match_or_pattern = 151, - sym__closed_pattern = 152, - sym_match_literal_pattern = 153, - sym_match_capture_pattern = 154, - sym_match_value_pattern = 155, - sym_match_group_pattern = 156, - sym_match_sequence_pattern = 157, - sym__match_maybe_star_pattern = 158, - sym_match_star_pattern = 159, - sym_match_mapping_pattern = 160, - sym_match_double_star_pattern = 161, - sym_match_key_value_pattern = 162, - sym_match_class_pattern = 163, - sym_pattern_class_name = 164, - sym_match_positional_pattern = 165, - sym_match_keyword_pattern = 166, - sym_guard = 167, - sym_function_definition = 168, - sym_parameters = 169, - sym_lambda_parameters = 170, - sym_list_splat = 171, - sym_dictionary_splat = 172, - sym_global_statement = 173, - sym_nonlocal_statement = 174, - sym_exec_statement = 175, - sym_type_alias_statement = 176, - sym_class_definition = 177, - sym_type_parameters = 178, - sym__type_bound = 179, - sym_typevar_parameter = 180, - sym_typevartuple_parameter = 181, - sym_paramspec_parameter = 182, - sym__type_parameter = 183, - sym__type_param_default = 184, - sym_parenthesized_list_splat = 185, - sym_argument_list = 186, - sym_decorated_definition = 187, - sym_decorator = 188, - sym_block = 189, - sym_expression_list = 190, - sym_dotted_name = 191, - sym__parameters = 192, - sym__patterns = 193, - sym_parameter = 194, - sym_pattern = 195, - sym_tuple_pattern = 196, - sym_list_pattern = 197, - sym_default_parameter = 198, - sym_typed_default_parameter = 199, - sym_list_splat_pattern = 200, - sym_dictionary_splat_pattern = 201, - sym__expression_within_for_in_clause = 202, - sym_expression = 203, - sym_primary_expression = 204, - sym_not_operator = 205, - sym_boolean_operator = 206, - sym_binary_operator = 207, - sym_unary_operator = 208, - sym_comparison_operator = 209, - sym_lambda = 210, - sym_lambda_within_for_in_clause = 211, - sym_assignment = 212, - sym_augmented_assignment = 213, - sym_pattern_list = 214, - sym__right_hand_side = 215, - sym_yield = 216, - sym_attribute = 217, - sym__index_expression = 218, - sym_index_expression_list = 219, - sym_subscript = 220, - sym_slice = 221, - sym_call = 222, - sym_typed_parameter = 223, - sym_type = 224, - sym_keyword_argument = 225, - sym_list = 226, - sym_set = 227, - sym_tuple = 228, - sym_dictionary = 229, - sym_pair = 230, - sym_list_comprehension = 231, - sym_dictionary_comprehension = 232, - sym_set_comprehension = 233, - sym_generator_expression = 234, - sym__comprehension_clauses = 235, - sym_parenthesized_expression = 236, - sym__collection_elements = 237, - sym_for_in_clause = 238, - sym_if_clause = 239, - sym_conditional_expression = 240, - sym_concatenated_string = 241, - sym_string = 242, - sym_concatenated_template_string = 243, - sym_template_string = 244, - sym_string_content = 245, - sym_interpolation = 246, - sym__f_expression = 247, - sym_format_specifier = 248, - sym_await = 249, - sym_positional_separator = 250, - sym_keyword_separator = 251, - aux_sym_module_repeat1 = 252, - aux_sym__simple_statements_repeat1 = 253, - aux_sym_import_prefix_repeat1 = 254, - aux_sym__import_list_repeat1 = 255, - aux_sym_print_statement_repeat1 = 256, - aux_sym_assert_statement_repeat1 = 257, - aux_sym_if_statement_repeat1 = 258, - aux_sym_try_statement_repeat1 = 259, - aux_sym_try_statement_repeat2 = 260, - aux_sym_exception_list_repeat1 = 261, - aux_sym_with_clause_repeat1 = 262, - aux_sym_cases_repeat1 = 263, - aux_sym_open_sequence_match_pattern_repeat1 = 264, - aux_sym_match_or_pattern_repeat1 = 265, - aux_sym_match_value_pattern_repeat1 = 266, - aux_sym_match_mapping_pattern_repeat1 = 267, - aux_sym_match_class_pattern_repeat1 = 268, - aux_sym_match_class_pattern_repeat2 = 269, - aux_sym_global_statement_repeat1 = 270, - aux_sym_type_parameters_repeat1 = 271, - aux_sym_argument_list_repeat1 = 272, - aux_sym_decorated_definition_repeat1 = 273, - aux_sym_expression_list_repeat1 = 274, - aux_sym__parameters_repeat1 = 275, - aux_sym__patterns_repeat1 = 276, - aux_sym_comparison_operator_repeat1 = 277, - aux_sym_index_expression_list_repeat1 = 278, - aux_sym_dictionary_repeat1 = 279, - aux_sym__comprehension_clauses_repeat1 = 280, - aux_sym__collection_elements_repeat1 = 281, - aux_sym_for_in_clause_repeat1 = 282, - aux_sym_concatenated_string_repeat1 = 283, - aux_sym_string_repeat1 = 284, - aux_sym_concatenated_template_string_repeat1 = 285, - aux_sym_string_content_repeat1 = 286, - aux_sym_format_specifier_repeat1 = 287, - alias_sym_format_expression = 288, - anon_alias_sym_isnot = 289, - anon_alias_sym_notin = 290, + anon_sym_BSLASH = 90, + anon_sym_COLON2 = 91, + aux_sym_format_specifier_token1 = 92, + sym_type_conversion = 93, + sym_integer = 94, + sym_float = 95, + anon_sym_await = 96, + sym_true = 97, + sym_false = 98, + sym_none = 99, + sym_comment = 100, + anon_sym_SEMI = 101, + sym__newline = 102, + sym__indent = 103, + sym__dedent = 104, + sym__string_start = 105, + sym__string_content = 106, + sym__string_end = 107, + sym__template_string_start = 108, + sym_module = 109, + sym__statement = 110, + sym__simple_statements = 111, + sym_import_statement = 112, + sym_import_prefix = 113, + sym_relative_import = 114, + sym_future_import_statement = 115, + sym_import_from_statement = 116, + sym__import_list = 117, + sym_aliased_import = 118, + sym_wildcard_import = 119, + sym_print_statement = 120, + sym_chevron = 121, + sym_assert_statement = 122, + sym_expression_statement = 123, + sym_named_expression = 124, + sym_return_statement = 125, + sym_delete_statement = 126, + sym_raise_statement = 127, + sym_pass_statement = 128, + sym_break_statement = 129, + sym_continue_statement = 130, + sym_if_statement = 131, + sym_elif_clause = 132, + sym_else_clause = 133, + sym_for_statement = 134, + sym_while_statement = 135, + sym_try_statement = 136, + sym_exception_list = 137, + sym_except_clause = 138, + sym_except_group_clause = 139, + sym_finally_clause = 140, + sym_with_statement = 141, + sym_with_clause = 142, + sym_with_item = 143, + sym_match_statement = 144, + sym_cases = 145, + sym_case_block = 146, + sym__match_patterns = 147, + sym_open_sequence_match_pattern = 148, + sym__match_pattern = 149, + sym_match_as_pattern = 150, + sym__match_or_pattern = 151, + sym_match_or_pattern = 152, + sym__closed_pattern = 153, + sym_match_literal_pattern = 154, + sym_match_capture_pattern = 155, + sym_match_value_pattern = 156, + sym_match_group_pattern = 157, + sym_match_sequence_pattern = 158, + sym__match_maybe_star_pattern = 159, + sym_match_star_pattern = 160, + sym_match_mapping_pattern = 161, + sym_match_double_star_pattern = 162, + sym_match_key_value_pattern = 163, + sym_match_class_pattern = 164, + sym_pattern_class_name = 165, + sym_match_positional_pattern = 166, + sym_match_keyword_pattern = 167, + sym_guard = 168, + sym_function_definition = 169, + sym_parameters = 170, + sym_lambda_parameters = 171, + sym_list_splat = 172, + sym_dictionary_splat = 173, + sym_global_statement = 174, + sym_nonlocal_statement = 175, + sym_exec_statement = 176, + sym_type_alias_statement = 177, + sym_class_definition = 178, + sym_type_parameters = 179, + sym__type_bound = 180, + sym_typevar_parameter = 181, + sym_typevartuple_parameter = 182, + sym_paramspec_parameter = 183, + sym__type_parameter = 184, + sym__type_param_default = 185, + sym_parenthesized_list_splat = 186, + sym_argument_list = 187, + sym_decorated_definition = 188, + sym_decorator = 189, + sym_block = 190, + sym_expression_list = 191, + sym_dotted_name = 192, + sym__parameters = 193, + sym__patterns = 194, + sym_parameter = 195, + sym_pattern = 196, + sym_tuple_pattern = 197, + sym_list_pattern = 198, + sym_default_parameter = 199, + sym_typed_default_parameter = 200, + sym_list_splat_pattern = 201, + sym_dictionary_splat_pattern = 202, + sym__expression_within_for_in_clause = 203, + sym_expression = 204, + sym_primary_expression = 205, + sym_not_operator = 206, + sym_boolean_operator = 207, + sym_binary_operator = 208, + sym_unary_operator = 209, + sym_comparison_operator = 210, + sym_lambda = 211, + sym_lambda_within_for_in_clause = 212, + sym_assignment = 213, + sym_augmented_assignment = 214, + sym_pattern_list = 215, + sym__right_hand_side = 216, + sym_yield = 217, + sym_attribute = 218, + sym__index_expression = 219, + sym_index_expression_list = 220, + sym_subscript = 221, + sym_slice = 222, + sym_call = 223, + sym_typed_parameter = 224, + sym_type = 225, + sym_keyword_argument = 226, + sym_list = 227, + sym_set = 228, + sym_tuple = 229, + sym_dictionary = 230, + sym_pair = 231, + sym_list_comprehension = 232, + sym_dictionary_comprehension = 233, + sym_set_comprehension = 234, + sym_generator_expression = 235, + sym__comprehension_clauses = 236, + sym_parenthesized_expression = 237, + sym__collection_elements = 238, + sym_for_in_clause = 239, + sym_if_clause = 240, + sym_conditional_expression = 241, + sym_concatenated_string = 242, + sym_string = 243, + sym_concatenated_template_string = 244, + sym_template_string = 245, + sym_string_content = 246, + sym_interpolation = 247, + sym__f_expression = 248, + sym__not_escape_sequence = 249, + sym_format_specifier = 250, + sym_await = 251, + sym_positional_separator = 252, + sym_keyword_separator = 253, + sym__semicolon = 254, + aux_sym_module_repeat1 = 255, + aux_sym__simple_statements_repeat1 = 256, + aux_sym_import_prefix_repeat1 = 257, + aux_sym__import_list_repeat1 = 258, + aux_sym_print_statement_repeat1 = 259, + aux_sym_assert_statement_repeat1 = 260, + aux_sym_if_statement_repeat1 = 261, + aux_sym_try_statement_repeat1 = 262, + aux_sym_try_statement_repeat2 = 263, + aux_sym_exception_list_repeat1 = 264, + aux_sym_with_clause_repeat1 = 265, + aux_sym_cases_repeat1 = 266, + aux_sym_open_sequence_match_pattern_repeat1 = 267, + aux_sym_match_or_pattern_repeat1 = 268, + aux_sym_match_value_pattern_repeat1 = 269, + aux_sym_match_mapping_pattern_repeat1 = 270, + aux_sym_match_class_pattern_repeat1 = 271, + aux_sym_match_class_pattern_repeat2 = 272, + aux_sym_global_statement_repeat1 = 273, + aux_sym_type_parameters_repeat1 = 274, + aux_sym_argument_list_repeat1 = 275, + aux_sym_decorated_definition_repeat1 = 276, + aux_sym_expression_list_repeat1 = 277, + aux_sym__parameters_repeat1 = 278, + aux_sym__patterns_repeat1 = 279, + aux_sym_comparison_operator_repeat1 = 280, + aux_sym_index_expression_list_repeat1 = 281, + aux_sym_dictionary_repeat1 = 282, + aux_sym__comprehension_clauses_repeat1 = 283, + aux_sym__collection_elements_repeat1 = 284, + aux_sym_for_in_clause_repeat1 = 285, + aux_sym_concatenated_string_repeat1 = 286, + aux_sym_string_repeat1 = 287, + aux_sym_concatenated_template_string_repeat1 = 288, + aux_sym_string_content_repeat1 = 289, + aux_sym_format_specifier_repeat1 = 290, + alias_sym_format_expression = 291, + anon_alias_sym_isnot = 292, + anon_alias_sym_notin = 293, }; static const char * const ts_symbol_names[] = { @@ -400,7 +406,8 @@ static const char * const ts_symbol_names[] = { [anon_sym_LBRACE2] = "{", [sym__escape_interpolation] = "_escape_interpolation", [sym_escape_sequence] = "escape_sequence", - [sym__not_escape_sequence] = "_not_escape_sequence", + [anon_sym_BSLASH] = "\\", + [anon_sym_COLON2] = ":", [aux_sym_format_specifier_token1] = "format_specifier_token1", [sym_type_conversion] = "type_conversion", [sym_integer] = "integer", @@ -410,7 +417,7 @@ static const char * const ts_symbol_names[] = { [sym_false] = "false", [sym_none] = "none", [sym_comment] = "comment", - [sym__semicolon] = "_semicolon", + [anon_sym_SEMI] = ";", [sym__newline] = "_newline", [sym__indent] = "_indent", [sym__dedent] = "_dedent", @@ -558,10 +565,12 @@ static const char * const ts_symbol_names[] = { [sym_string_content] = "string_content", [sym_interpolation] = "interpolation", [sym__f_expression] = "_f_expression", + [sym__not_escape_sequence] = "_not_escape_sequence", [sym_format_specifier] = "format_specifier", [sym_await] = "await", [sym_positional_separator] = "positional_separator", [sym_keyword_separator] = "keyword_separator", + [sym__semicolon] = "_semicolon", [aux_sym_module_repeat1] = "module_repeat1", [aux_sym__simple_statements_repeat1] = "_simple_statements_repeat1", [aux_sym_import_prefix_repeat1] = "import_prefix_repeat1", @@ -694,7 +703,8 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_LBRACE2] = anon_sym_LBRACE, [sym__escape_interpolation] = sym__escape_interpolation, [sym_escape_sequence] = sym_escape_sequence, - [sym__not_escape_sequence] = sym__not_escape_sequence, + [anon_sym_BSLASH] = anon_sym_BSLASH, + [anon_sym_COLON2] = anon_sym_COLON, [aux_sym_format_specifier_token1] = aux_sym_format_specifier_token1, [sym_type_conversion] = sym_type_conversion, [sym_integer] = sym_integer, @@ -704,7 +714,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_false] = sym_false, [sym_none] = sym_none, [sym_comment] = sym_comment, - [sym__semicolon] = sym__semicolon, + [anon_sym_SEMI] = anon_sym_SEMI, [sym__newline] = sym__newline, [sym__indent] = sym__indent, [sym__dedent] = sym__dedent, @@ -852,10 +862,12 @@ static const TSSymbol ts_symbol_map[] = { [sym_string_content] = sym_string_content, [sym_interpolation] = sym_interpolation, [sym__f_expression] = sym__f_expression, + [sym__not_escape_sequence] = sym__not_escape_sequence, [sym_format_specifier] = sym_format_specifier, [sym_await] = sym_await, [sym_positional_separator] = sym_positional_separator, [sym_keyword_separator] = sym_keyword_separator, + [sym__semicolon] = sym__semicolon, [aux_sym_module_repeat1] = aux_sym_module_repeat1, [aux_sym__simple_statements_repeat1] = aux_sym__simple_statements_repeat1, [aux_sym_import_prefix_repeat1] = aux_sym_import_prefix_repeat1, @@ -1258,9 +1270,13 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym__not_escape_sequence] = { - .visible = false, - .named = true, + [anon_sym_BSLASH] = { + .visible = true, + .named = false, + }, + [anon_sym_COLON2] = { + .visible = true, + .named = false, }, [aux_sym_format_specifier_token1] = { .visible = false, @@ -1298,9 +1314,9 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym__semicolon] = { - .visible = false, - .named = true, + [anon_sym_SEMI] = { + .visible = true, + .named = false, }, [sym__newline] = { .visible = false, @@ -1894,6 +1910,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = true, }, + [sym__not_escape_sequence] = { + .visible = false, + .named = true, + }, [sym_format_specifier] = { .visible = true, .named = true, @@ -1910,6 +1930,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__semicolon] = { + .visible = false, + .named = true, + }, [aux_sym_module_repeat1] = { .visible = false, .named = false, @@ -2068,7 +2092,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { }, }; -enum { +enum ts_field_identifiers { field_alias = 1, field_alternative = 2, field_argument = 3, @@ -2183,7 +2207,7 @@ static const char * const ts_field_names[] = { [field_vararg] = "vararg", }; -static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { +static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [2] = {.index = 0, .length = 2}, [3] = {.index = 2, .length = 1}, [4] = {.index = 3, .length = 1}, @@ -3032,2052 +3056,2234 @@ static const uint16_t ts_non_terminal_alias_map[] = { 0, }; -static inline bool sym_identifier_character_set_1(int32_t c) { - return (c < 43020 - ? (c < 4096 - ? (c < 2693 - ? (c < 1969 - ? (c < 910 - ? (c < 736 - ? (c < 186 - ? (c < 170 - ? (c < 'a' - ? (c >= 'A' && c <= '_') - : c <= 'z') - : (c <= 170 || c == 181)) - : (c <= 186 || (c < 248 - ? (c < 216 - ? (c >= 192 && c <= 214) - : c <= 246) - : (c <= 705 || (c >= 710 && c <= 721))))) - : (c <= 740 || (c < 891 - ? (c < 880 - ? (c < 750 - ? c == 748 - : c <= 750) - : (c <= 884 || (c >= 886 && c <= 887))) - : (c <= 893 || (c < 904 - ? (c < 902 - ? c == 895 - : c <= 902) - : (c <= 906 || c == 908)))))) - : (c <= 929 || (c < 1646 - ? (c < 1369 - ? (c < 1162 - ? (c < 1015 - ? (c >= 931 && c <= 1013) - : c <= 1153) - : (c <= 1327 || (c >= 1329 && c <= 1366))) - : (c <= 1369 || (c < 1519 - ? (c < 1488 - ? (c >= 1376 && c <= 1416) - : c <= 1514) - : (c <= 1522 || (c >= 1568 && c <= 1610))))) - : (c <= 1647 || (c < 1786 - ? (c < 1765 - ? (c < 1749 - ? (c >= 1649 && c <= 1747) - : c <= 1749) - : (c <= 1766 || (c >= 1774 && c <= 1775))) - : (c <= 1788 || (c < 1810 - ? (c < 1808 - ? c == 1791 - : c <= 1808) - : (c <= 1839 || (c >= 1869 && c <= 1957))))))))) - : (c <= 1969 || (c < 2474 - ? (c < 2208 - ? (c < 2074 - ? (c < 2042 - ? (c < 2036 - ? (c >= 1994 && c <= 2026) - : c <= 2037) - : (c <= 2042 || (c >= 2048 && c <= 2069))) - : (c <= 2074 || (c < 2112 - ? (c < 2088 - ? c == 2084 - : c <= 2088) - : (c <= 2136 || (c >= 2144 && c <= 2154))))) - : (c <= 2228 || (c < 2392 - ? (c < 2365 - ? (c < 2308 - ? (c >= 2230 && c <= 2247) - : c <= 2361) - : (c <= 2365 || c == 2384)) - : (c <= 2401 || (c < 2447 - ? (c < 2437 - ? (c >= 2417 && c <= 2432) - : c <= 2444) - : (c <= 2448 || (c >= 2451 && c <= 2472))))))) - : (c <= 2480 || (c < 2575 - ? (c < 2524 - ? (c < 2493 - ? (c < 2486 - ? c == 2482 - : c <= 2489) - : (c <= 2493 || c == 2510)) - : (c <= 2525 || (c < 2556 - ? (c < 2544 - ? (c >= 2527 && c <= 2529) - : c <= 2545) - : (c <= 2556 || (c >= 2565 && c <= 2570))))) - : (c <= 2576 || (c < 2616 - ? (c < 2610 - ? (c < 2602 - ? (c >= 2579 && c <= 2600) - : c <= 2608) - : (c <= 2611 || (c >= 2613 && c <= 2614))) - : (c <= 2617 || (c < 2654 - ? (c >= 2649 && c <= 2652) - : (c <= 2654 || (c >= 2674 && c <= 2676))))))))))) - : (c <= 2701 || (c < 3214 - ? (c < 2947 - ? (c < 2821 - ? (c < 2741 - ? (c < 2730 - ? (c < 2707 - ? (c >= 2703 && c <= 2705) - : c <= 2728) - : (c <= 2736 || (c >= 2738 && c <= 2739))) - : (c <= 2745 || (c < 2784 - ? (c < 2768 - ? c == 2749 - : c <= 2768) - : (c <= 2785 || c == 2809)))) - : (c <= 2828 || (c < 2869 - ? (c < 2858 - ? (c < 2835 - ? (c >= 2831 && c <= 2832) - : c <= 2856) - : (c <= 2864 || (c >= 2866 && c <= 2867))) - : (c <= 2873 || (c < 2911 - ? (c < 2908 - ? c == 2877 - : c <= 2909) - : (c <= 2913 || c == 2929)))))) - : (c <= 2947 || (c < 3024 - ? (c < 2972 - ? (c < 2962 - ? (c < 2958 - ? (c >= 2949 && c <= 2954) - : c <= 2960) - : (c <= 2965 || (c >= 2969 && c <= 2970))) - : (c <= 2972 || (c < 2984 - ? (c < 2979 - ? (c >= 2974 && c <= 2975) - : c <= 2980) - : (c <= 2986 || (c >= 2990 && c <= 3001))))) - : (c <= 3024 || (c < 3133 - ? (c < 3090 - ? (c < 3086 - ? (c >= 3077 && c <= 3084) - : c <= 3088) - : (c <= 3112 || (c >= 3114 && c <= 3129))) - : (c <= 3133 || (c < 3200 - ? (c < 3168 - ? (c >= 3160 && c <= 3162) - : c <= 3169) - : (c <= 3200 || (c >= 3205 && c <= 3212))))))))) - : (c <= 3216 || (c < 3520 - ? (c < 3346 - ? (c < 3294 - ? (c < 3253 - ? (c < 3242 - ? (c >= 3218 && c <= 3240) - : c <= 3251) - : (c <= 3257 || c == 3261)) - : (c <= 3294 || (c < 3332 - ? (c < 3313 - ? (c >= 3296 && c <= 3297) - : c <= 3314) - : (c <= 3340 || (c >= 3342 && c <= 3344))))) - : (c <= 3386 || (c < 3450 - ? (c < 3412 - ? (c < 3406 - ? c == 3389 - : c <= 3406) - : (c <= 3414 || (c >= 3423 && c <= 3425))) - : (c <= 3455 || (c < 3507 - ? (c < 3482 - ? (c >= 3461 && c <= 3478) - : c <= 3505) - : (c <= 3515 || c == 3517)))))) - : (c <= 3526 || (c < 3762 - ? (c < 3716 - ? (c < 3648 - ? (c < 3634 - ? (c >= 3585 && c <= 3632) - : c <= 3634) - : (c <= 3654 || (c >= 3713 && c <= 3714))) - : (c <= 3716 || (c < 3749 - ? (c < 3724 - ? (c >= 3718 && c <= 3722) - : c <= 3747) - : (c <= 3749 || (c >= 3751 && c <= 3760))))) - : (c <= 3762 || (c < 3840 - ? (c < 3782 - ? (c < 3776 - ? c == 3773 - : c <= 3780) - : (c <= 3782 || (c >= 3804 && c <= 3807))) - : (c <= 3840 || (c < 3913 - ? (c >= 3904 && c <= 3911) - : (c <= 3948 || (c >= 3976 && c <= 3980))))))))))))) - : (c <= 4138 || (c < 8025 - ? (c < 5952 - ? (c < 4752 - ? (c < 4295 - ? (c < 4197 - ? (c < 4186 - ? (c < 4176 - ? c == 4159 - : c <= 4181) - : (c <= 4189 || c == 4193)) - : (c <= 4198 || (c < 4238 - ? (c < 4213 - ? (c >= 4206 && c <= 4208) - : c <= 4225) - : (c <= 4238 || (c >= 4256 && c <= 4293))))) - : (c <= 4295 || (c < 4688 - ? (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))) - : (c <= 4694 || (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))))))) - : (c <= 4784 || (c < 5024 - ? (c < 4808 - ? (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))) - : (c <= 4822 || (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))))) - : (c <= 5109 || (c < 5792 - ? (c < 5743 - ? (c < 5121 - ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))) - : (c <= 5866 || (c < 5902 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5900) - : (c <= 5905 || (c >= 5920 && c <= 5937))))))))) - : (c <= 5969 || (c < 7043 - ? (c < 6400 - ? (c < 6108 - ? (c < 6016 - ? (c < 5998 - ? (c >= 5984 && c <= 5996) - : c <= 6000) - : (c <= 6067 || c == 6103)) - : (c <= 6108 || (c < 6314 - ? (c < 6272 - ? (c >= 6176 && c <= 6264) - : c <= 6312) - : (c <= 6314 || (c >= 6320 && c <= 6389))))) - : (c <= 6430 || (c < 6656 - ? (c < 6528 - ? (c < 6512 - ? (c >= 6480 && c <= 6509) - : c <= 6516) - : (c <= 6571 || (c >= 6576 && c <= 6601))) - : (c <= 6678 || (c < 6917 - ? (c < 6823 - ? (c >= 6688 && c <= 6740) - : c <= 6823) - : (c <= 6963 || (c >= 6981 && c <= 6987))))))) - : (c <= 7072 || (c < 7406 - ? (c < 7258 - ? (c < 7168 - ? (c < 7098 - ? (c >= 7086 && c <= 7087) - : c <= 7141) - : (c <= 7203 || (c >= 7245 && c <= 7247))) - : (c <= 7293 || (c < 7357 - ? (c < 7312 - ? (c >= 7296 && c <= 7304) - : c <= 7354) - : (c <= 7359 || (c >= 7401 && c <= 7404))))) - : (c <= 7411 || (c < 7960 - ? (c < 7424 - ? (c < 7418 - ? (c >= 7413 && c <= 7414) - : c <= 7418) - : (c <= 7615 || (c >= 7680 && c <= 7957))) - : (c <= 7965 || (c < 8008 - ? (c >= 7968 && c <= 8005) - : (c <= 8013 || (c >= 8016 && c <= 8023))))))))))) - : (c <= 8025 || (c < 11631 - ? (c < 8469 - ? (c < 8150 - ? (c < 8118 - ? (c < 8031 - ? (c < 8029 - ? c == 8027 - : c <= 8029) - : (c <= 8061 || (c >= 8064 && c <= 8116))) - : (c <= 8124 || (c < 8134 - ? (c < 8130 - ? c == 8126 - : c <= 8132) - : (c <= 8140 || (c >= 8144 && c <= 8147))))) - : (c <= 8155 || (c < 8319 - ? (c < 8182 - ? (c < 8178 - ? (c >= 8160 && c <= 8172) - : c <= 8180) - : (c <= 8188 || c == 8305)) - : (c <= 8319 || (c < 8455 - ? (c < 8450 - ? (c >= 8336 && c <= 8348) - : c <= 8450) - : (c <= 8455 || (c >= 8458 && c <= 8467))))))) - : (c <= 8469 || (c < 11264 - ? (c < 8490 - ? (c < 8486 - ? (c < 8484 - ? (c >= 8472 && c <= 8477) - : c <= 8484) - : (c <= 8486 || c == 8488)) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c >= 8544 && c <= 8584))))) - : (c <= 11310 || (c < 11520 - ? (c < 11499 - ? (c < 11360 - ? (c >= 11312 && c <= 11358) - : c <= 11492) - : (c <= 11502 || (c >= 11506 && c <= 11507))) - : (c <= 11557 || (c < 11565 - ? c == 11559 - : (c <= 11565 || (c >= 11568 && c <= 11623))))))))) - : (c <= 11631 || (c < 12704 - ? (c < 12293 - ? (c < 11704 - ? (c < 11688 - ? (c < 11680 - ? (c >= 11648 && c <= 11670) - : c <= 11686) - : (c <= 11694 || (c >= 11696 && c <= 11702))) - : (c <= 11710 || (c < 11728 - ? (c < 11720 - ? (c >= 11712 && c <= 11718) - : c <= 11726) - : (c <= 11734 || (c >= 11736 && c <= 11742))))) - : (c <= 12295 || (c < 12445 - ? (c < 12344 - ? (c < 12337 - ? (c >= 12321 && c <= 12329) - : c <= 12341) - : (c <= 12348 || (c >= 12353 && c <= 12438))) - : (c <= 12447 || (c < 12549 - ? (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543) - : (c <= 12591 || (c >= 12593 && c <= 12686))))))) - : (c <= 12735 || (c < 42623 - ? (c < 42192 - ? (c < 19968 - ? (c < 13312 - ? (c >= 12784 && c <= 12799) - : c <= 19903) - : (c <= 40956 || (c >= 40960 && c <= 42124))) - : (c <= 42237 || (c < 42538 - ? (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42527) - : (c <= 42539 || (c >= 42560 && c <= 42606))))) - : (c <= 42653 || (c < 42946 - ? (c < 42786 - ? (c < 42775 - ? (c >= 42656 && c <= 42735) - : c <= 42783) - : (c <= 42888 || (c >= 42891 && c <= 42943))) - : (c <= 42954 || (c < 43011 - ? (c >= 42997 && c <= 43009) - : (c <= 43013 || (c >= 43015 && c <= 43018))))))))))))))) - : (c <= 43042 || (c < 70453 - ? (c < 66176 - ? (c < 64112 - ? (c < 43697 - ? (c < 43471 - ? (c < 43261 - ? (c < 43250 - ? (c < 43138 - ? (c >= 43072 && c <= 43123) - : c <= 43187) - : (c <= 43255 || c == 43259)) - : (c <= 43262 || (c < 43360 - ? (c < 43312 - ? (c >= 43274 && c <= 43301) - : c <= 43334) - : (c <= 43388 || (c >= 43396 && c <= 43442))))) - : (c <= 43471 || (c < 43584 - ? (c < 43514 - ? (c < 43494 - ? (c >= 43488 && c <= 43492) - : c <= 43503) - : (c <= 43518 || (c >= 43520 && c <= 43560))) - : (c <= 43586 || (c < 43642 - ? (c < 43616 - ? (c >= 43588 && c <= 43595) - : c <= 43638) - : (c <= 43642 || (c >= 43646 && c <= 43695))))))) - : (c <= 43697 || (c < 43793 - ? (c < 43739 - ? (c < 43712 - ? (c < 43705 - ? (c >= 43701 && c <= 43702) - : c <= 43709) - : (c <= 43712 || c == 43714)) - : (c <= 43741 || (c < 43777 - ? (c < 43762 - ? (c >= 43744 && c <= 43754) - : c <= 43764) - : (c <= 43782 || (c >= 43785 && c <= 43790))))) - : (c <= 43798 || (c < 43888 - ? (c < 43824 - ? (c < 43816 - ? (c >= 43808 && c <= 43814) - : c <= 43822) - : (c <= 43866 || (c >= 43868 && c <= 43881))) - : (c <= 44002 || (c < 55243 - ? (c < 55216 - ? (c >= 44032 && c <= 55203) - : c <= 55238) - : (c <= 55291 || (c >= 63744 && c <= 64109))))))))) - : (c <= 64217 || (c < 65147 - ? (c < 64326 - ? (c < 64298 - ? (c < 64285 - ? (c < 64275 - ? (c >= 64256 && c <= 64262) - : c <= 64279) - : (c <= 64285 || (c >= 64287 && c <= 64296))) - : (c <= 64310 || (c < 64320 - ? (c < 64318 - ? (c >= 64312 && c <= 64316) - : c <= 64318) - : (c <= 64321 || (c >= 64323 && c <= 64324))))) - : (c <= 64433 || (c < 65008 - ? (c < 64848 - ? (c < 64612 - ? (c >= 64467 && c <= 64605) - : c <= 64829) - : (c <= 64911 || (c >= 64914 && c <= 64967))) - : (c <= 65017 || (c < 65143 - ? (c < 65139 - ? c == 65137 - : c <= 65139) - : (c <= 65143 || c == 65145)))))) - : (c <= 65147 || (c < 65498 - ? (c < 65382 - ? (c < 65313 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))) - : (c <= 65437 || (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))))) - : (c <= 65500 || (c < 65599 - ? (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))) - : (c <= 65613 || (c < 65664 - ? (c >= 65616 && c <= 65629) - : (c <= 65786 || (c >= 65856 && c <= 65908))))))))))) - : (c <= 66204 || (c < 68416 - ? (c < 67639 - ? (c < 66736 - ? (c < 66432 - ? (c < 66349 - ? (c < 66304 - ? (c >= 66208 && c <= 66256) - : c <= 66335) - : (c <= 66378 || (c >= 66384 && c <= 66421))) - : (c <= 66461 || (c < 66513 - ? (c < 66504 - ? (c >= 66464 && c <= 66499) - : c <= 66511) - : (c <= 66517 || (c >= 66560 && c <= 66717))))) - : (c <= 66771 || (c < 67392 - ? (c < 66864 - ? (c < 66816 - ? (c >= 66776 && c <= 66811) - : c <= 66855) - : (c <= 66915 || (c >= 67072 && c <= 67382))) - : (c <= 67413 || (c < 67592 - ? (c < 67584 - ? (c >= 67424 && c <= 67431) - : c <= 67589) - : (c <= 67592 || (c >= 67594 && c <= 67637))))))) - : (c <= 67640 || (c < 68030 - ? (c < 67808 - ? (c < 67680 - ? (c < 67647 - ? c == 67644 - : c <= 67669) - : (c <= 67702 || (c >= 67712 && c <= 67742))) - : (c <= 67826 || (c < 67872 - ? (c < 67840 - ? (c >= 67828 && c <= 67829) - : c <= 67861) - : (c <= 67897 || (c >= 67968 && c <= 68023))))) - : (c <= 68031 || (c < 68192 - ? (c < 68117 - ? (c < 68112 - ? c == 68096 - : c <= 68115) - : (c <= 68119 || (c >= 68121 && c <= 68149))) - : (c <= 68220 || (c < 68297 - ? (c < 68288 - ? (c >= 68224 && c <= 68252) - : c <= 68295) - : (c <= 68324 || (c >= 68352 && c <= 68405))))))))) - : (c <= 68437 || (c < 69968 - ? (c < 69415 - ? (c < 68800 - ? (c < 68608 - ? (c < 68480 - ? (c >= 68448 && c <= 68466) - : c <= 68497) - : (c <= 68680 || (c >= 68736 && c <= 68786))) - : (c <= 68850 || (c < 69296 - ? (c < 69248 - ? (c >= 68864 && c <= 68899) - : c <= 69289) - : (c <= 69297 || (c >= 69376 && c <= 69404))))) - : (c <= 69415 || (c < 69763 - ? (c < 69600 - ? (c < 69552 - ? (c >= 69424 && c <= 69445) - : c <= 69572) - : (c <= 69622 || (c >= 69635 && c <= 69687))) - : (c <= 69807 || (c < 69956 - ? (c < 69891 - ? (c >= 69840 && c <= 69864) - : c <= 69926) - : (c <= 69956 || c == 69959)))))) - : (c <= 70002 || (c < 70282 - ? (c < 70108 - ? (c < 70081 - ? (c < 70019 - ? c == 70006 - : c <= 70066) - : (c <= 70084 || c == 70106)) - : (c <= 70108 || (c < 70272 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70187) - : (c <= 70278 || c == 70280)))) - : (c <= 70285 || (c < 70415 - ? (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70366 || (c >= 70405 && c <= 70412))) - : (c <= 70416 || (c < 70442 - ? (c >= 70419 && c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))))))))))))) - : (c <= 70457 || (c < 113808 - ? (c < 72818 - ? (c < 71945 - ? (c < 71040 - ? (c < 70727 - ? (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))) - : (c <= 70730 || (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || c == 70855)))) - : (c <= 71086 || (c < 71352 - ? (c < 71236 - ? (c < 71168 - ? (c >= 71128 && c <= 71131) - : c <= 71215) - : (c <= 71236 || (c >= 71296 && c <= 71338))) - : (c <= 71352 || (c < 71840 - ? (c < 71680 - ? (c >= 71424 && c <= 71450) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))))))) - : (c <= 71945 || (c < 72192 - ? (c < 72001 - ? (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)) - : (c <= 72001 || (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)))) - : (c <= 72192 || (c < 72349 - ? (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))) - : (c <= 72349 || (c < 72714 - ? (c < 72704 - ? (c >= 72384 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)))))))) - : (c <= 72847 || (c < 92992 - ? (c < 73648 - ? (c < 73056 - ? (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)) - : (c <= 73061 || (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c >= 73440 && c <= 73458))))) - : (c <= 73648 || (c < 82944 - ? (c < 74880 - ? (c < 74752 - ? (c >= 73728 && c <= 74649) - : c <= 74862) - : (c <= 75075 || (c >= 77824 && c <= 78894))) - : (c <= 83526 || (c < 92880 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92909 || (c >= 92928 && c <= 92975))))))) - : (c <= 92995 || (c < 100352 - ? (c < 94032 - ? (c < 93760 - ? (c < 93053 - ? (c >= 93027 && c <= 93047) - : c <= 93071) - : (c <= 93823 || (c >= 93952 && c <= 94026))) - : (c <= 94032 || (c < 94179 - ? (c < 94176 - ? (c >= 94099 && c <= 94111) - : c <= 94177) - : (c <= 94179 || (c >= 94208 && c <= 100343))))) - : (c <= 101589 || (c < 110960 - ? (c < 110928 - ? (c < 110592 - ? (c >= 101632 && c <= 101640) - : c <= 110878) - : (c <= 110930 || (c >= 110948 && c <= 110951))) - : (c <= 111355 || (c < 113776 - ? (c >= 113664 && c <= 113770) - : (c <= 113788 || (c >= 113792 && c <= 113800))))))))))) - : (c <= 113817 || (c < 126469 - ? (c < 120488 - ? (c < 120005 - ? (c < 119973 - ? (c < 119966 - ? (c < 119894 - ? (c >= 119808 && c <= 119892) - : c <= 119964) - : (c <= 119967 || c == 119970)) - : (c <= 119974 || (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c >= 119997 && c <= 120003))))) - : (c <= 120069 || (c < 120123 - ? (c < 120086 - ? (c < 120077 - ? (c >= 120071 && c <= 120074) - : c <= 120084) - : (c <= 120092 || (c >= 120094 && c <= 120121))) - : (c <= 120126 || (c < 120138 - ? (c < 120134 - ? (c >= 120128 && c <= 120132) - : c <= 120134) - : (c <= 120144 || (c >= 120146 && c <= 120485))))))) - : (c <= 120512 || (c < 120772 - ? (c < 120630 - ? (c < 120572 - ? (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570) - : (c <= 120596 || (c >= 120598 && c <= 120628))) - : (c <= 120654 || (c < 120714 - ? (c < 120688 - ? (c >= 120656 && c <= 120686) - : c <= 120712) - : (c <= 120744 || (c >= 120746 && c <= 120770))))) - : (c <= 120779 || (c < 124928 - ? (c < 123214 - ? (c < 123191 - ? (c >= 123136 && c <= 123180) - : c <= 123197) - : (c <= 123214 || (c >= 123584 && c <= 123627))) - : (c <= 125124 || (c < 125259 - ? (c >= 125184 && c <= 125251) - : (c <= 125259 || (c >= 126464 && c <= 126467))))))))) - : (c <= 126495 || (c < 126561 - ? (c < 126537 - ? (c < 126516 - ? (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c >= 126505 && c <= 126514))) - : (c <= 126519 || (c < 126530 - ? (c < 126523 - ? c == 126521 - : c <= 126523) - : (c <= 126530 || c == 126535)))) - : (c <= 126537 || (c < 126551 - ? (c < 126545 - ? (c < 126541 - ? c == 126539 - : c <= 126543) - : (c <= 126546 || c == 126548)) - : (c <= 126551 || (c < 126557 - ? (c < 126555 - ? c == 126553 - : c <= 126555) - : (c <= 126557 || c == 126559)))))) - : (c <= 126562 || (c < 126629 - ? (c < 126585 - ? (c < 126572 - ? (c < 126567 - ? c == 126564 - : c <= 126570) - : (c <= 126578 || (c >= 126580 && c <= 126583))) - : (c <= 126588 || (c < 126603 - ? (c < 126592 - ? c == 126590 - : c <= 126601) - : (c <= 126619 || (c >= 126625 && c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 173824 - ? (c < 131072 - ? (c >= 126635 && c <= 126651) - : c <= 173789) - : (c <= 177972 || (c >= 177984 && c <= 178205))) - : (c <= 183969 || (c < 194560 - ? (c >= 183984 && c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); -} +static const TSStateId ts_primary_state_ids[STATE_COUNT] = { + [0] = 0, + [1] = 1, + [2] = 2, + [3] = 3, + [4] = 2, + [5] = 5, + [6] = 6, + [7] = 7, + [8] = 8, + [9] = 9, + [10] = 10, + [11] = 11, + [12] = 12, + [13] = 13, + [14] = 14, + [15] = 15, + [16] = 16, + [17] = 17, + [18] = 18, + [19] = 19, + [20] = 20, + [21] = 21, + [22] = 22, + [23] = 23, + [24] = 24, + [25] = 25, + [26] = 26, + [27] = 27, + [28] = 28, + [29] = 29, + [30] = 30, + [31] = 3, + [32] = 5, + [33] = 6, + [34] = 7, + [35] = 8, + [36] = 9, + [37] = 10, + [38] = 11, + [39] = 12, + [40] = 13, + [41] = 14, + [42] = 15, + [43] = 16, + [44] = 17, + [45] = 18, + [46] = 19, + [47] = 20, + [48] = 21, + [49] = 22, + [50] = 23, + [51] = 24, + [52] = 25, + [53] = 26, + [54] = 27, + [55] = 28, + [56] = 56, + [57] = 29, + [58] = 30, + [59] = 56, + [60] = 60, + [61] = 61, + [62] = 62, + [63] = 61, + [64] = 60, + [65] = 61, + [66] = 66, + [67] = 66, + [68] = 68, + [69] = 69, + [70] = 70, + [71] = 71, + [72] = 72, + [73] = 73, + [74] = 74, + [75] = 75, + [76] = 76, + [77] = 77, + [78] = 78, + [79] = 79, + [80] = 80, + [81] = 81, + [82] = 82, + [83] = 83, + [84] = 84, + [85] = 71, + [86] = 72, + [87] = 87, + [88] = 74, + [89] = 75, + [90] = 80, + [91] = 82, + [92] = 92, + [93] = 83, + [94] = 94, + [95] = 87, + [96] = 84, + [97] = 94, + [98] = 98, + [99] = 76, + [100] = 100, + [101] = 100, + [102] = 102, + [103] = 77, + [104] = 104, + [105] = 105, + [106] = 102, + [107] = 107, + [108] = 104, + [109] = 105, + [110] = 110, + [111] = 78, + [112] = 112, + [113] = 79, + [114] = 107, + [115] = 115, + [116] = 116, + [117] = 110, + [118] = 92, + [119] = 70, + [120] = 112, + [121] = 81, + [122] = 73, + [123] = 115, + [124] = 69, + [125] = 116, + [126] = 98, + [127] = 127, + [128] = 128, + [129] = 128, + [130] = 127, + [131] = 128, + [132] = 127, + [133] = 133, + [134] = 134, + [135] = 135, + [136] = 136, + [137] = 137, + [138] = 136, + [139] = 139, + [140] = 136, + [141] = 136, + [142] = 142, + [143] = 137, + [144] = 136, + [145] = 137, + [146] = 146, + [147] = 136, + [148] = 134, + [149] = 137, + [150] = 137, + [151] = 146, + [152] = 137, + [153] = 153, + [154] = 154, + [155] = 155, + [156] = 156, + [157] = 157, + [158] = 158, + [159] = 159, + [160] = 157, + [161] = 161, + [162] = 159, + [163] = 157, + [164] = 164, + [165] = 164, + [166] = 164, + [167] = 164, + [168] = 168, + [169] = 168, + [170] = 170, + [171] = 171, + [172] = 172, + [173] = 173, + [174] = 168, + [175] = 175, + [176] = 176, + [177] = 177, + [178] = 170, + [179] = 171, + [180] = 172, + [181] = 173, + [182] = 176, + [183] = 183, + [184] = 184, + [185] = 185, + [186] = 186, + [187] = 176, + [188] = 176, + [189] = 189, + [190] = 190, + [191] = 170, + [192] = 192, + [193] = 172, + [194] = 194, + [195] = 195, + [196] = 196, + [197] = 197, + [198] = 198, + [199] = 199, + [200] = 200, + [201] = 189, + [202] = 195, + [203] = 196, + [204] = 204, + [205] = 205, + [206] = 194, + [207] = 197, + [208] = 194, + [209] = 198, + [210] = 199, + [211] = 199, + [212] = 195, + [213] = 196, + [214] = 198, + [215] = 189, + [216] = 200, + [217] = 217, + [218] = 194, + [219] = 197, + [220] = 171, + [221] = 195, + [222] = 196, + [223] = 198, + [224] = 189, + [225] = 200, + [226] = 194, + [227] = 197, + [228] = 200, + [229] = 194, + [230] = 197, + [231] = 197, + [232] = 232, + [233] = 233, + [234] = 234, + [235] = 235, + [236] = 236, + [237] = 237, + [238] = 232, + [239] = 239, + [240] = 232, + [241] = 232, + [242] = 242, + [243] = 243, + [244] = 244, + [245] = 245, + [246] = 246, + [247] = 246, + [248] = 243, + [249] = 249, + [250] = 250, + [251] = 250, + [252] = 252, + [253] = 253, + [254] = 249, + [255] = 252, + [256] = 252, + [257] = 253, + [258] = 249, + [259] = 252, + [260] = 253, + [261] = 249, + [262] = 253, + [263] = 250, + [264] = 264, + [265] = 265, + [266] = 266, + [267] = 267, + [268] = 266, + [269] = 269, + [270] = 270, + [271] = 265, + [272] = 272, + [273] = 273, + [274] = 274, + [275] = 275, + [276] = 276, + [277] = 277, + [278] = 278, + [279] = 275, + [280] = 267, + [281] = 273, + [282] = 282, + [283] = 283, + [284] = 278, + [285] = 276, + [286] = 270, + [287] = 283, + [288] = 288, + [289] = 289, + [290] = 290, + [291] = 291, + [292] = 292, + [293] = 293, + [294] = 294, + [295] = 295, + [296] = 296, + [297] = 297, + [298] = 298, + [299] = 299, + [300] = 300, + [301] = 301, + [302] = 302, + [303] = 303, + [304] = 288, + [305] = 305, + [306] = 306, + [307] = 307, + [308] = 308, + [309] = 309, + [310] = 305, + [311] = 295, + [312] = 312, + [313] = 313, + [314] = 314, + [315] = 315, + [316] = 316, + [317] = 317, + [318] = 313, + [319] = 312, + [320] = 320, + [321] = 321, + [322] = 322, + [323] = 323, + [324] = 324, + [325] = 320, + [326] = 321, + [327] = 322, + [328] = 328, + [329] = 329, + [330] = 328, + [331] = 329, + [332] = 314, + [333] = 316, + [334] = 334, + [335] = 317, + [336] = 334, + [337] = 323, + [338] = 324, + [339] = 339, + [340] = 340, + [341] = 341, + [342] = 342, + [343] = 340, + [344] = 344, + [345] = 345, + [346] = 346, + [347] = 347, + [348] = 345, + [349] = 349, + [350] = 350, + [351] = 351, + [352] = 352, + [353] = 353, + [354] = 354, + [355] = 355, + [356] = 356, + [357] = 356, + [358] = 358, + [359] = 341, + [360] = 360, + [361] = 361, + [362] = 362, + [363] = 363, + [364] = 364, + [365] = 365, + [366] = 356, + [367] = 367, + [368] = 361, + [369] = 351, + [370] = 341, + [371] = 344, + [372] = 372, + [373] = 373, + [374] = 353, + [375] = 362, + [376] = 360, + [377] = 377, + [378] = 378, + [379] = 361, + [380] = 380, + [381] = 364, + [382] = 351, + [383] = 383, + [384] = 384, + [385] = 385, + [386] = 353, + [387] = 360, + [388] = 344, + [389] = 344, + [390] = 378, + [391] = 340, + [392] = 356, + [393] = 361, + [394] = 364, + [395] = 351, + [396] = 353, + [397] = 397, + [398] = 360, + [399] = 354, + [400] = 344, + [401] = 340, + [402] = 402, + [403] = 340, + [404] = 350, + [405] = 356, + [406] = 406, + [407] = 407, + [408] = 356, + [409] = 361, + [410] = 364, + [411] = 351, + [412] = 353, + [413] = 360, + [414] = 344, + [415] = 361, + [416] = 340, + [417] = 350, + [418] = 362, + [419] = 350, + [420] = 364, + [421] = 350, + [422] = 350, + [423] = 385, + [424] = 407, + [425] = 425, + [426] = 351, + [427] = 353, + [428] = 360, + [429] = 380, + [430] = 430, + [431] = 378, + [432] = 432, + [433] = 402, + [434] = 397, + [435] = 364, + [436] = 436, + [437] = 437, + [438] = 438, + [439] = 439, + [440] = 440, + [441] = 441, + [442] = 442, + [443] = 443, + [444] = 436, + [445] = 442, + [446] = 446, + [447] = 447, + [448] = 446, + [449] = 447, + [450] = 450, + [451] = 440, + [452] = 452, + [453] = 452, + [454] = 437, + [455] = 441, + [456] = 438, + [457] = 443, + [458] = 458, + [459] = 439, + [460] = 450, + [461] = 461, + [462] = 462, + [463] = 463, + [464] = 464, + [465] = 465, + [466] = 466, + [467] = 467, + [468] = 468, + [469] = 469, + [470] = 470, + [471] = 471, + [472] = 470, + [473] = 463, + [474] = 474, + [475] = 294, + [476] = 466, + [477] = 477, + [478] = 478, + [479] = 468, + [480] = 480, + [481] = 480, + [482] = 482, + [483] = 307, + [484] = 469, + [485] = 485, + [486] = 471, + [487] = 487, + [488] = 464, + [489] = 485, + [490] = 477, + [491] = 482, + [492] = 492, + [493] = 493, + [494] = 494, + [495] = 495, + [496] = 496, + [497] = 497, + [498] = 492, + [499] = 499, + [500] = 500, + [501] = 501, + [502] = 502, + [503] = 495, + [504] = 496, + [505] = 499, + [506] = 500, + [507] = 501, + [508] = 493, + [509] = 509, + [510] = 510, + [511] = 511, + [512] = 511, + [513] = 513, + [514] = 514, + [515] = 515, + [516] = 516, + [517] = 517, + [518] = 518, + [519] = 519, + [520] = 520, + [521] = 521, + [522] = 522, + [523] = 523, + [524] = 524, + [525] = 525, + [526] = 526, + [527] = 527, + [528] = 528, + [529] = 529, + [530] = 530, + [531] = 531, + [532] = 532, + [533] = 533, + [534] = 534, + [535] = 535, + [536] = 536, + [537] = 537, + [538] = 538, + [539] = 539, + [540] = 540, + [541] = 541, + [542] = 542, + [543] = 543, + [544] = 544, + [545] = 545, + [546] = 546, + [547] = 547, + [548] = 548, + [549] = 549, + [550] = 550, + [551] = 551, + [552] = 521, + [553] = 553, + [554] = 554, + [555] = 555, + [556] = 556, + [557] = 557, + [558] = 514, + [559] = 559, + [560] = 560, + [561] = 534, + [562] = 535, + [563] = 540, + [564] = 541, + [565] = 547, + [566] = 550, + [567] = 567, + [568] = 568, + [569] = 569, + [570] = 570, + [571] = 571, + [572] = 515, + [573] = 516, + [574] = 517, + [575] = 518, + [576] = 519, + [577] = 520, + [578] = 522, + [579] = 523, + [580] = 524, + [581] = 567, + [582] = 525, + [583] = 526, + [584] = 527, + [585] = 528, + [586] = 529, + [587] = 530, + [588] = 560, + [589] = 531, + [590] = 532, + [591] = 533, + [592] = 536, + [593] = 537, + [594] = 538, + [595] = 539, + [596] = 568, + [597] = 569, + [598] = 542, + [599] = 543, + [600] = 544, + [601] = 545, + [602] = 546, + [603] = 548, + [604] = 549, + [605] = 570, + [606] = 571, + [607] = 553, + [608] = 554, + [609] = 555, + [610] = 556, + [611] = 557, + [612] = 612, + [613] = 559, + [614] = 614, + [615] = 615, + [616] = 616, + [617] = 617, + [618] = 615, + [619] = 619, + [620] = 620, + [621] = 621, + [622] = 615, + [623] = 615, + [624] = 624, + [625] = 615, + [626] = 615, + [627] = 627, + [628] = 628, + [629] = 629, + [630] = 630, + [631] = 627, + [632] = 632, + [633] = 633, + [634] = 634, + [635] = 628, + [636] = 629, + [637] = 628, + [638] = 629, + [639] = 630, + [640] = 640, + [641] = 641, + [642] = 642, + [643] = 633, + [644] = 634, + [645] = 632, + [646] = 628, + [647] = 629, + [648] = 630, + [649] = 640, + [650] = 634, + [651] = 642, + [652] = 633, + [653] = 634, + [654] = 640, + [655] = 627, + [656] = 632, + [657] = 657, + [658] = 627, + [659] = 632, + [660] = 641, + [661] = 630, + [662] = 662, + [663] = 628, + [664] = 629, + [665] = 630, + [666] = 640, + [667] = 641, + [668] = 642, + [669] = 633, + [670] = 634, + [671] = 642, + [672] = 640, + [673] = 627, + [674] = 632, + [675] = 657, + [676] = 657, + [677] = 657, + [678] = 678, + [679] = 657, + [680] = 641, + [681] = 628, + [682] = 629, + [683] = 630, + [684] = 640, + [685] = 641, + [686] = 642, + [687] = 633, + [688] = 634, + [689] = 633, + [690] = 627, + [691] = 632, + [692] = 657, + [693] = 642, + [694] = 641, + [695] = 695, + [696] = 696, + [697] = 697, + [698] = 698, + [699] = 699, + [700] = 700, + [701] = 701, + [702] = 702, + [703] = 703, + [704] = 704, + [705] = 705, + [706] = 706, + [707] = 707, + [708] = 708, + [709] = 709, + [710] = 710, + [711] = 711, + [712] = 712, + [713] = 713, + [714] = 714, + [715] = 715, + [716] = 716, + [717] = 717, + [718] = 718, + [719] = 719, + [720] = 720, + [721] = 721, + [722] = 722, + [723] = 723, + [724] = 724, + [725] = 719, + [726] = 726, + [727] = 727, + [728] = 728, + [729] = 729, + [730] = 730, + [731] = 731, + [732] = 732, + [733] = 733, + [734] = 734, + [735] = 735, + [736] = 736, + [737] = 737, + [738] = 738, + [739] = 739, + [740] = 734, + [741] = 741, + [742] = 742, + [743] = 743, + [744] = 616, + [745] = 617, + [746] = 619, + [747] = 620, + [748] = 748, + [749] = 749, + [750] = 736, + [751] = 737, + [752] = 738, + [753] = 739, + [754] = 741, + [755] = 742, + [756] = 743, + [757] = 748, + [758] = 749, + [759] = 759, + [760] = 735, + [761] = 759, + [762] = 620, + [763] = 624, + [764] = 713, + [765] = 616, + [766] = 719, + [767] = 621, + [768] = 624, + [769] = 616, + [770] = 617, + [771] = 619, + [772] = 719, + [773] = 773, + [774] = 774, + [775] = 619, + [776] = 620, + [777] = 712, + [778] = 617, + [779] = 719, + [780] = 773, + [781] = 774, + [782] = 621, + [783] = 734, + [784] = 759, + [785] = 735, + [786] = 736, + [787] = 737, + [788] = 738, + [789] = 739, + [790] = 735, + [791] = 741, + [792] = 742, + [793] = 743, + [794] = 621, + [795] = 624, + [796] = 736, + [797] = 748, + [798] = 749, + [799] = 737, + [800] = 738, + [801] = 739, + [802] = 734, + [803] = 759, + [804] = 742, + [805] = 743, + [806] = 695, + [807] = 696, + [808] = 697, + [809] = 698, + [810] = 735, + [811] = 759, + [812] = 736, + [813] = 737, + [814] = 738, + [815] = 739, + [816] = 734, + [817] = 741, + [818] = 742, + [819] = 743, + [820] = 748, + [821] = 749, + [822] = 719, + [823] = 748, + [824] = 749, + [825] = 741, + [826] = 773, + [827] = 696, + [828] = 736, + [829] = 737, + [830] = 698, + [831] = 738, + [832] = 739, + [833] = 734, + [834] = 509, + [835] = 741, + [836] = 742, + [837] = 743, + [838] = 502, + [839] = 839, + [840] = 773, + [841] = 697, + [842] = 774, + [843] = 748, + [844] = 749, + [845] = 759, + [846] = 846, + [847] = 695, + [848] = 735, + [849] = 494, + [850] = 695, + [851] = 698, + [852] = 852, + [853] = 774, + [854] = 854, + [855] = 855, + [856] = 856, + [857] = 513, + [858] = 462, + [859] = 696, + [860] = 860, + [861] = 697, + [862] = 856, + [863] = 773, + [864] = 465, + [865] = 774, + [866] = 720, + [867] = 716, + [868] = 710, + [869] = 705, + [870] = 712, + [871] = 713, + [872] = 706, + [873] = 707, + [874] = 708, + [875] = 709, + [876] = 294, + [877] = 699, + [878] = 732, + [879] = 721, + [880] = 726, + [881] = 727, + [882] = 728, + [883] = 729, + [884] = 730, + [885] = 731, + [886] = 706, + [887] = 722, + [888] = 700, + [889] = 702, + [890] = 307, + [891] = 705, + [892] = 717, + [893] = 714, + [894] = 716, + [895] = 718, + [896] = 732, + [897] = 711, + [898] = 701, + [899] = 703, + [900] = 704, + [901] = 710, + [902] = 708, + [903] = 718, + [904] = 733, + [905] = 712, + [906] = 733, + [907] = 721, + [908] = 724, + [909] = 714, + [910] = 726, + [911] = 773, + [912] = 774, + [913] = 727, + [914] = 701, + [915] = 494, + [916] = 703, + [917] = 704, + [918] = 713, + [919] = 502, + [920] = 728, + [921] = 729, + [922] = 730, + [923] = 731, + [924] = 724, + [925] = 513, + [926] = 723, + [927] = 927, + [928] = 928, + [929] = 722, + [930] = 700, + [931] = 699, + [932] = 932, + [933] = 933, + [934] = 934, + [935] = 935, + [936] = 702, + [937] = 707, + [938] = 723, + [939] = 715, + [940] = 717, + [941] = 720, + [942] = 715, + [943] = 711, + [944] = 709, + [945] = 706, + [946] = 710, + [947] = 294, + [948] = 722, + [949] = 699, + [950] = 702, + [951] = 307, + [952] = 715, + [953] = 724, + [954] = 717, + [955] = 714, + [956] = 716, + [957] = 718, + [958] = 720, + [959] = 732, + [960] = 711, + [961] = 701, + [962] = 703, + [963] = 723, + [964] = 964, + [965] = 704, + [966] = 707, + [967] = 721, + [968] = 708, + [969] = 705, + [970] = 726, + [971] = 727, + [972] = 839, + [973] = 852, + [974] = 728, + [975] = 709, + [976] = 729, + [977] = 733, + [978] = 730, + [979] = 979, + [980] = 980, + [981] = 731, + [982] = 982, + [983] = 700, + [984] = 984, + [985] = 985, + [986] = 986, + [987] = 987, + [988] = 988, + [989] = 989, + [990] = 989, + [991] = 991, + [992] = 991, + [993] = 993, + [994] = 994, + [995] = 989, + [996] = 996, + [997] = 991, + [998] = 998, + [999] = 999, + [1000] = 1000, + [1001] = 1001, + [1002] = 991, + [1003] = 989, + [1004] = 1004, + [1005] = 1005, + [1006] = 991, + [1007] = 989, + [1008] = 1008, + [1009] = 991, + [1010] = 1010, + [1011] = 989, + [1012] = 1012, + [1013] = 1013, + [1014] = 1014, + [1015] = 1014, + [1016] = 1014, + [1017] = 1014, + [1018] = 1014, + [1019] = 1019, + [1020] = 1014, + [1021] = 1021, + [1022] = 1022, + [1023] = 1023, + [1024] = 1024, + [1025] = 1025, + [1026] = 1025, + [1027] = 1023, + [1028] = 1028, + [1029] = 1028, + [1030] = 1030, + [1031] = 1031, + [1032] = 1032, + [1033] = 1033, + [1034] = 1034, + [1035] = 1035, + [1036] = 1036, + [1037] = 1037, + [1038] = 1038, + [1039] = 1039, + [1040] = 1040, + [1041] = 1041, + [1042] = 1042, + [1043] = 1033, + [1044] = 1035, + [1045] = 1037, + [1046] = 1034, + [1047] = 1033, + [1048] = 1036, + [1049] = 1049, + [1050] = 1035, + [1051] = 1037, + [1052] = 1052, + [1053] = 1033, + [1054] = 1036, + [1055] = 1035, + [1056] = 1037, + [1057] = 1033, + [1058] = 1036, + [1059] = 1035, + [1060] = 1034, + [1061] = 1034, + [1062] = 1062, + [1063] = 1063, + [1064] = 1064, + [1065] = 1065, + [1066] = 1066, + [1067] = 1067, + [1068] = 1063, + [1069] = 1065, + [1070] = 1070, + [1071] = 1071, + [1072] = 1072, + [1073] = 1066, + [1074] = 1070, + [1075] = 1067, + [1076] = 1067, + [1077] = 1077, + [1078] = 1078, + [1079] = 1066, + [1080] = 1067, + [1081] = 1081, + [1082] = 1064, + [1083] = 1081, + [1084] = 1066, + [1085] = 1071, + [1086] = 1081, + [1087] = 1077, + [1088] = 1081, + [1089] = 1062, + [1090] = 1090, + [1091] = 1091, + [1092] = 1092, + [1093] = 1093, + [1094] = 1094, + [1095] = 1095, + [1096] = 1096, + [1097] = 1097, + [1098] = 1098, + [1099] = 1099, + [1100] = 1100, + [1101] = 1101, + [1102] = 1071, + [1103] = 1064, + [1104] = 1062, + [1105] = 1063, + [1106] = 1065, + [1107] = 1070, + [1108] = 1071, + [1109] = 1071, + [1110] = 1110, + [1111] = 1111, + [1112] = 1096, + [1113] = 1113, + [1114] = 1114, + [1115] = 1115, + [1116] = 1116, + [1117] = 1117, + [1118] = 1113, + [1119] = 1119, + [1120] = 1120, + [1121] = 1063, + [1122] = 1122, + [1123] = 1065, + [1124] = 1124, + [1125] = 1125, + [1126] = 1126, + [1127] = 1127, + [1128] = 1128, + [1129] = 1031, + [1130] = 1130, + [1131] = 1131, + [1132] = 1132, + [1133] = 1133, + [1134] = 1134, + [1135] = 1030, + [1136] = 1136, + [1137] = 1137, + [1138] = 1138, + [1139] = 1139, + [1140] = 1140, + [1141] = 1096, + [1142] = 1142, + [1143] = 1143, + [1144] = 1070, + [1145] = 1077, + [1146] = 1146, + [1147] = 1147, + [1148] = 1093, + [1149] = 1077, + [1150] = 1064, + [1151] = 1062, + [1152] = 1063, + [1153] = 1065, + [1154] = 1154, + [1155] = 1155, + [1156] = 1064, + [1157] = 1070, + [1158] = 1031, + [1159] = 1159, + [1160] = 1160, + [1161] = 1161, + [1162] = 1162, + [1163] = 1062, + [1164] = 1117, + [1165] = 1077, + [1166] = 1125, + [1167] = 1167, + [1168] = 1030, + [1169] = 1169, + [1170] = 1170, + [1171] = 1171, + [1172] = 1172, + [1173] = 1173, + [1174] = 1174, + [1175] = 1175, + [1176] = 1031, + [1177] = 1177, + [1178] = 1178, + [1179] = 1179, + [1180] = 1180, + [1181] = 1173, + [1182] = 1182, + [1183] = 1183, + [1184] = 1184, + [1185] = 1185, + [1186] = 1186, + [1187] = 1171, + [1188] = 1077, + [1189] = 1183, + [1190] = 1170, + [1191] = 1125, + [1192] = 1064, + [1193] = 1062, + [1194] = 1063, + [1195] = 1065, + [1196] = 1196, + [1197] = 1197, + [1198] = 1170, + [1199] = 1117, + [1200] = 1200, + [1201] = 1201, + [1202] = 1093, + [1203] = 1203, + [1204] = 1204, + [1205] = 1186, + [1206] = 1206, + [1207] = 1204, + [1208] = 1070, + [1209] = 1071, + [1210] = 1030, + [1211] = 1211, + [1212] = 1170, + [1213] = 1213, + [1214] = 1214, + [1215] = 1215, + [1216] = 1216, + [1217] = 1217, + [1218] = 1218, + [1219] = 1216, + [1220] = 1220, + [1221] = 1221, + [1222] = 1221, + [1223] = 1223, + [1224] = 1224, + [1225] = 1225, + [1226] = 1226, + [1227] = 1227, + [1228] = 1228, + [1229] = 1229, + [1230] = 1230, + [1231] = 1231, + [1232] = 1215, + [1233] = 1233, + [1234] = 1032, + [1235] = 1235, + [1236] = 1236, + [1237] = 1235, + [1238] = 1238, + [1239] = 1239, + [1240] = 1236, + [1241] = 1233, + [1242] = 1242, + [1243] = 1243, + [1244] = 1244, + [1245] = 1245, + [1246] = 1246, + [1247] = 1247, + [1248] = 1248, + [1249] = 1249, + [1250] = 1172, + [1251] = 1229, + [1252] = 1252, + [1253] = 1253, + [1254] = 1230, + [1255] = 1255, + [1256] = 1256, + [1257] = 1257, + [1258] = 1183, + [1259] = 1259, + [1260] = 1215, + [1261] = 1261, + [1262] = 1262, + [1263] = 1263, + [1264] = 1264, + [1265] = 1265, + [1266] = 1266, + [1267] = 1267, + [1268] = 1268, + [1269] = 1269, + [1270] = 1270, + [1271] = 1271, + [1272] = 1272, + [1273] = 1267, + [1274] = 1274, + [1275] = 1275, + [1276] = 1276, + [1277] = 1277, + [1278] = 1229, + [1279] = 1279, + [1280] = 1221, + [1281] = 1256, + [1282] = 1214, + [1283] = 1283, + [1284] = 1284, + [1285] = 1285, + [1286] = 1286, + [1287] = 1265, + [1288] = 1288, + [1289] = 1049, + [1290] = 1290, + [1291] = 1291, + [1292] = 1292, + [1293] = 1293, + [1294] = 1294, + [1295] = 1295, + [1296] = 1296, + [1297] = 1297, + [1298] = 1298, + [1299] = 1299, + [1300] = 1300, + [1301] = 1301, + [1302] = 1302, + [1303] = 1303, + [1304] = 1304, + [1305] = 1298, + [1306] = 1306, + [1307] = 1297, + [1308] = 1308, + [1309] = 1309, + [1310] = 1302, + [1311] = 1311, + [1312] = 1312, + [1313] = 1313, + [1314] = 1314, + [1315] = 1315, + [1316] = 1316, + [1317] = 1039, + [1318] = 1040, + [1319] = 1319, + [1320] = 1320, + [1321] = 1321, + [1322] = 1322, + [1323] = 1323, + [1324] = 1324, + [1325] = 1325, + [1326] = 1326, + [1327] = 1327, + [1328] = 1271, + [1329] = 1275, + [1330] = 1290, + [1331] = 1331, + [1332] = 1332, + [1333] = 1303, + [1334] = 1334, + [1335] = 1297, + [1336] = 1336, + [1337] = 1337, + [1338] = 1338, + [1339] = 1297, + [1340] = 1340, + [1341] = 1341, + [1342] = 1342, + [1343] = 1303, + [1344] = 1344, + [1345] = 1297, + [1346] = 1322, + [1347] = 1334, + [1348] = 1332, + [1349] = 1349, + [1350] = 1295, + [1351] = 1351, + [1352] = 1349, + [1353] = 1353, + [1354] = 1354, + [1355] = 1355, + [1356] = 1356, + [1357] = 1357, + [1358] = 1267, + [1359] = 1359, + [1360] = 1360, + [1361] = 1351, + [1362] = 1362, + [1363] = 1304, + [1364] = 1364, + [1365] = 1365, + [1366] = 1297, + [1367] = 1255, + [1368] = 1368, + [1369] = 1301, + [1370] = 1323, + [1371] = 1371, + [1372] = 1372, + [1373] = 1332, + [1374] = 1374, + [1375] = 1375, + [1376] = 1376, + [1377] = 1377, + [1378] = 1378, + [1379] = 1379, + [1380] = 1223, + [1381] = 1381, + [1382] = 1306, + [1383] = 1383, + [1384] = 1309, + [1385] = 1385, + [1386] = 1386, + [1387] = 1387, + [1388] = 1388, + [1389] = 1389, + [1390] = 1390, + [1391] = 1391, + [1392] = 1392, + [1393] = 1393, + [1394] = 1394, + [1395] = 1368, + [1396] = 1396, + [1397] = 1387, + [1398] = 1388, + [1399] = 1399, + [1400] = 1383, + [1401] = 1401, + [1402] = 1402, + [1403] = 1403, + [1404] = 697, + [1405] = 1405, + [1406] = 1406, + [1407] = 1377, + [1408] = 1389, + [1409] = 1409, + [1410] = 1403, + [1411] = 1387, + [1412] = 1388, + [1413] = 1413, + [1414] = 1377, + [1415] = 1415, + [1416] = 1416, + [1417] = 1417, + [1418] = 1418, + [1419] = 1419, + [1420] = 1420, + [1421] = 1421, + [1422] = 1422, + [1423] = 1383, + [1424] = 1424, + [1425] = 1403, + [1426] = 1389, + [1427] = 1409, + [1428] = 1385, + [1429] = 1387, + [1430] = 1388, + [1431] = 1431, + [1432] = 1377, + [1433] = 1409, + [1434] = 1434, + [1435] = 1415, + [1436] = 1417, + [1437] = 1418, + [1438] = 1438, + [1439] = 1439, + [1440] = 1440, + [1441] = 1441, + [1442] = 1442, + [1443] = 1443, + [1444] = 1444, + [1445] = 1445, + [1446] = 1446, + [1447] = 1447, + [1448] = 1415, + [1449] = 1449, + [1450] = 1417, + [1451] = 1418, + [1452] = 1452, + [1453] = 1453, + [1454] = 1454, + [1455] = 1253, + [1456] = 1390, + [1457] = 1457, + [1458] = 1419, + [1459] = 1459, + [1460] = 1460, + [1461] = 1461, + [1462] = 1415, + [1463] = 1308, + [1464] = 1464, + [1465] = 1465, + [1466] = 1466, + [1467] = 1467, + [1468] = 1468, + [1469] = 1469, + [1470] = 695, + [1471] = 1376, + [1472] = 1472, + [1473] = 1473, + [1474] = 1474, + [1475] = 1475, + [1476] = 1476, + [1477] = 1477, + [1478] = 1478, + [1479] = 1342, + [1480] = 1480, + [1481] = 1417, + [1482] = 1218, + [1483] = 1418, + [1484] = 1484, + [1485] = 1389, + [1486] = 1486, + [1487] = 1353, + [1488] = 1359, + [1489] = 1383, + [1490] = 1403, + [1491] = 1409, + [1492] = 1492, + [1493] = 1453, + [1494] = 1457, + [1495] = 1495, + [1496] = 1496, + [1497] = 1497, + [1498] = 1498, + [1499] = 1460, + [1500] = 1500, + [1501] = 1501, + [1502] = 1217, + [1503] = 1503, + [1504] = 1496, + [1505] = 1473, + [1506] = 1443, + [1507] = 1507, + [1508] = 1508, + [1509] = 1509, + [1510] = 1510, + [1511] = 1511, + [1512] = 1512, + [1513] = 1513, + [1514] = 1514, + [1515] = 313, + [1516] = 1516, + [1517] = 1517, + [1518] = 1518, + [1519] = 1519, + [1520] = 1442, + [1521] = 320, + [1522] = 1522, + [1523] = 1523, + [1524] = 1524, + [1525] = 1525, + [1526] = 1526, + [1527] = 1527, + [1528] = 1528, + [1529] = 1529, + [1530] = 1530, + [1531] = 1531, + [1532] = 1532, + [1533] = 1533, + [1534] = 1534, + [1535] = 1535, + [1536] = 314, + [1537] = 1196, + [1538] = 317, + [1539] = 1539, + [1540] = 1486, + [1541] = 1541, + [1542] = 1542, + [1543] = 1511, + [1544] = 1544, + [1545] = 1421, + [1546] = 1513, + [1547] = 1547, + [1548] = 1548, + [1549] = 1510, + [1550] = 1550, + [1551] = 1551, + [1552] = 1548, + [1553] = 1553, + [1554] = 1541, + [1555] = 1555, + [1556] = 1556, + [1557] = 1557, + [1558] = 1558, + [1559] = 1559, + [1560] = 1560, + [1561] = 1561, + [1562] = 1562, + [1563] = 1563, + [1564] = 1564, + [1565] = 1550, + [1566] = 1566, + [1567] = 1510, + [1568] = 1568, + [1569] = 1569, + [1570] = 1570, + [1571] = 1571, + [1572] = 1572, + [1573] = 1573, + [1574] = 1574, + [1575] = 1575, + [1576] = 1557, + [1577] = 1577, + [1578] = 1512, + [1579] = 1579, + [1580] = 334, + [1581] = 1581, + [1582] = 1539, + [1583] = 1583, + [1584] = 1584, + [1585] = 1585, + [1586] = 1584, + [1587] = 1587, + [1588] = 1588, + [1589] = 1589, + [1590] = 1590, + [1591] = 1591, + [1592] = 1592, + [1593] = 1593, + [1594] = 1594, + [1595] = 1595, + [1596] = 1596, + [1597] = 1597, + [1598] = 1598, + [1599] = 1599, + [1600] = 1600, + [1601] = 1601, + [1602] = 1600, + [1603] = 1603, + [1604] = 1593, + [1605] = 1605, + [1606] = 1588, + [1607] = 1589, + [1608] = 1608, + [1609] = 1609, + [1610] = 1610, + [1611] = 1611, + [1612] = 1612, + [1613] = 1592, + [1614] = 1614, + [1615] = 1591, + [1616] = 1616, + [1617] = 1617, + [1618] = 1617, + [1619] = 1619, + [1620] = 1620, + [1621] = 1621, + [1622] = 1622, + [1623] = 1623, + [1624] = 1614, + [1625] = 1610, + [1626] = 1591, + [1627] = 1627, + [1628] = 1628, + [1629] = 1629, + [1630] = 1630, + [1631] = 1631, + [1632] = 1605, + [1633] = 1594, + [1634] = 1612, + [1635] = 1584, + [1636] = 1636, + [1637] = 1603, + [1638] = 1638, + [1639] = 1583, + [1640] = 1640, + [1641] = 1641, + [1642] = 1616, + [1643] = 1643, + [1644] = 1644, + [1645] = 1627, + [1646] = 1609, + [1647] = 1647, + [1648] = 1648, + [1649] = 1627, + [1650] = 1631, + [1651] = 1605, + [1652] = 1587, + [1653] = 1653, + [1654] = 1654, + [1655] = 1655, + [1656] = 1594, + [1657] = 1657, + [1658] = 1658, + [1659] = 1659, + [1660] = 1653, + [1661] = 1661, + [1662] = 1662, + [1663] = 1663, + [1664] = 1664, + [1665] = 1596, + [1666] = 1608, + [1667] = 1667, + [1668] = 1593, + [1669] = 1653, + [1670] = 1597, + [1671] = 1612, + [1672] = 1672, + [1673] = 1593, + [1674] = 1612, + [1675] = 1591, + [1676] = 1590, + [1677] = 1614, + [1678] = 1596, + [1679] = 1594, + [1680] = 1680, + [1681] = 1636, + [1682] = 1682, + [1683] = 1596, + [1684] = 1684, + [1685] = 1685, + [1686] = 1592, + [1687] = 1600, + [1688] = 1688, + [1689] = 1621, + [1690] = 1593, + [1691] = 1629, + [1692] = 1641, + [1693] = 1653, + [1694] = 1584, + [1695] = 1605, + [1696] = 1696, + [1697] = 1622, + [1698] = 1667, + [1699] = 1644, + [1700] = 1612, + [1701] = 1701, + [1702] = 1702, + [1703] = 1703, + [1704] = 1611, + [1705] = 1600, + [1706] = 1592, + [1707] = 1707, + [1708] = 1614, + [1709] = 1709, + [1710] = 1601, + [1711] = 1593, + [1712] = 1688, + [1713] = 1619, + [1714] = 1599, + [1715] = 1627, + [1716] = 1661, + [1717] = 1685, + [1718] = 1631, + [1719] = 1672, + [1720] = 1612, + [1721] = 1631, + [1722] = 1722, +}; -static inline bool sym_identifier_character_set_2(int32_t c) { - return (c < 43052 - ? (c < 3718 - ? (c < 2730 - ? (c < 2042 - ? (c < 1015 - ? (c < 710 - ? (c < 181 - ? (c < '_' - ? (c < 'A' - ? (c >= '0' && c <= '9') - : c <= 'Z') - : (c <= '_' || (c < 170 - ? (c >= 'a' && c <= 'z') - : c <= 170))) - : (c <= 181 || (c < 192 - ? (c < 186 - ? c == 183 - : c <= 186) - : (c <= 214 || (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705))))) - : (c <= 721 || (c < 891 - ? (c < 750 - ? (c < 748 - ? (c >= 736 && c <= 740) - : c <= 748) - : (c <= 750 || (c < 886 - ? (c >= 768 && c <= 884) - : c <= 887))) - : (c <= 893 || (c < 908 - ? (c < 902 - ? c == 895 - : c <= 906) - : (c <= 908 || (c < 931 - ? (c >= 910 && c <= 929) - : c <= 1013))))))) - : (c <= 1153 || (c < 1519 - ? (c < 1425 - ? (c < 1329 - ? (c < 1162 - ? (c >= 1155 && c <= 1159) - : c <= 1327) - : (c <= 1366 || (c < 1376 - ? c == 1369 - : c <= 1416))) - : (c <= 1469 || (c < 1476 - ? (c < 1473 - ? c == 1471 - : c <= 1474) - : (c <= 1477 || (c < 1488 - ? c == 1479 - : c <= 1514))))) - : (c <= 1522 || (c < 1770 - ? (c < 1646 - ? (c < 1568 - ? (c >= 1552 && c <= 1562) - : c <= 1641) - : (c <= 1747 || (c < 1759 - ? (c >= 1749 && c <= 1756) - : c <= 1768))) - : (c <= 1788 || (c < 1869 - ? (c < 1808 - ? c == 1791 - : c <= 1866) - : (c <= 1969 || (c >= 1984 && c <= 2037))))))))) - : (c <= 2042 || (c < 2534 - ? (c < 2447 - ? (c < 2230 - ? (c < 2112 - ? (c < 2048 - ? c == 2045 - : c <= 2093) - : (c <= 2139 || (c < 2208 - ? (c >= 2144 && c <= 2154) - : c <= 2228))) - : (c <= 2247 || (c < 2406 - ? (c < 2275 - ? (c >= 2259 && c <= 2273) - : c <= 2403) - : (c <= 2415 || (c < 2437 - ? (c >= 2417 && c <= 2435) - : c <= 2444))))) - : (c <= 2448 || (c < 2503 - ? (c < 2482 - ? (c < 2474 - ? (c >= 2451 && c <= 2472) - : c <= 2480) - : (c <= 2482 || (c < 2492 - ? (c >= 2486 && c <= 2489) - : c <= 2500))) - : (c <= 2504 || (c < 2524 - ? (c < 2519 - ? (c >= 2507 && c <= 2510) - : c <= 2519) - : (c <= 2525 || (c >= 2527 && c <= 2531))))))) - : (c <= 2545 || (c < 2622 - ? (c < 2579 - ? (c < 2561 - ? (c < 2558 - ? c == 2556 - : c <= 2558) - : (c <= 2563 || (c < 2575 - ? (c >= 2565 && c <= 2570) - : c <= 2576))) - : (c <= 2600 || (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c < 2620 - ? (c >= 2616 && c <= 2617) - : c <= 2620))))) - : (c <= 2626 || (c < 2662 - ? (c < 2641 - ? (c < 2635 - ? (c >= 2631 && c <= 2632) - : c <= 2637) - : (c <= 2641 || (c < 2654 - ? (c >= 2649 && c <= 2652) - : c <= 2654))) - : (c <= 2677 || (c < 2703 - ? (c < 2693 - ? (c >= 2689 && c <= 2691) - : c <= 2701) - : (c <= 2705 || (c >= 2707 && c <= 2728))))))))))) - : (c <= 2736 || (c < 3142 - ? (c < 2918 - ? (c < 2831 - ? (c < 2768 - ? (c < 2748 - ? (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745) - : (c <= 2757 || (c < 2763 - ? (c >= 2759 && c <= 2761) - : c <= 2765))) - : (c <= 2768 || (c < 2809 - ? (c < 2790 - ? (c >= 2784 && c <= 2787) - : c <= 2799) - : (c <= 2815 || (c < 2821 - ? (c >= 2817 && c <= 2819) - : c <= 2828))))) - : (c <= 2832 || (c < 2887 - ? (c < 2866 - ? (c < 2858 - ? (c >= 2835 && c <= 2856) - : c <= 2864) - : (c <= 2867 || (c < 2876 - ? (c >= 2869 && c <= 2873) - : c <= 2884))) - : (c <= 2888 || (c < 2908 - ? (c < 2901 - ? (c >= 2891 && c <= 2893) - : c <= 2903) - : (c <= 2909 || (c >= 2911 && c <= 2915))))))) - : (c <= 2927 || (c < 3006 - ? (c < 2969 - ? (c < 2949 - ? (c < 2946 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c < 2962 - ? (c >= 2958 && c <= 2960) - : c <= 2965))) - : (c <= 2970 || (c < 2979 - ? (c < 2974 - ? c == 2972 - : c <= 2975) - : (c <= 2980 || (c < 2990 - ? (c >= 2984 && c <= 2986) - : c <= 3001))))) - : (c <= 3010 || (c < 3072 - ? (c < 3024 - ? (c < 3018 - ? (c >= 3014 && c <= 3016) - : c <= 3021) - : (c <= 3024 || (c < 3046 - ? c == 3031 - : c <= 3055))) - : (c <= 3084 || (c < 3114 - ? (c < 3090 - ? (c >= 3086 && c <= 3088) - : c <= 3112) - : (c <= 3129 || (c >= 3133 && c <= 3140))))))))) - : (c <= 3144 || (c < 3398 - ? (c < 3260 - ? (c < 3200 - ? (c < 3160 - ? (c < 3157 - ? (c >= 3146 && c <= 3149) - : c <= 3158) - : (c <= 3162 || (c < 3174 - ? (c >= 3168 && c <= 3171) - : c <= 3183))) - : (c <= 3203 || (c < 3218 - ? (c < 3214 - ? (c >= 3205 && c <= 3212) - : c <= 3216) - : (c <= 3240 || (c < 3253 - ? (c >= 3242 && c <= 3251) - : c <= 3257))))) - : (c <= 3268 || (c < 3302 - ? (c < 3285 - ? (c < 3274 - ? (c >= 3270 && c <= 3272) - : c <= 3277) - : (c <= 3286 || (c < 3296 - ? c == 3294 - : c <= 3299))) - : (c <= 3311 || (c < 3342 - ? (c < 3328 - ? (c >= 3313 && c <= 3314) - : c <= 3340) - : (c <= 3344 || (c >= 3346 && c <= 3396))))))) - : (c <= 3400 || (c < 3530 - ? (c < 3457 - ? (c < 3423 - ? (c < 3412 - ? (c >= 3402 && c <= 3406) - : c <= 3415) - : (c <= 3427 || (c < 3450 - ? (c >= 3430 && c <= 3439) - : c <= 3455))) - : (c <= 3459 || (c < 3507 - ? (c < 3482 - ? (c >= 3461 && c <= 3478) - : c <= 3505) - : (c <= 3515 || (c < 3520 - ? c == 3517 - : c <= 3526))))) - : (c <= 3530 || (c < 3585 - ? (c < 3544 - ? (c < 3542 - ? (c >= 3535 && c <= 3540) - : c <= 3542) - : (c <= 3551 || (c < 3570 - ? (c >= 3558 && c <= 3567) - : c <= 3571))) - : (c <= 3642 || (c < 3713 - ? (c < 3664 - ? (c >= 3648 && c <= 3662) - : c <= 3673) - : (c <= 3714 || c == 3716)))))))))))) - : (c <= 3722 || (c < 7296 - ? (c < 5024 - ? (c < 4256 - ? (c < 3893 - ? (c < 3784 - ? (c < 3751 - ? (c < 3749 - ? (c >= 3724 && c <= 3747) - : c <= 3749) - : (c <= 3773 || (c < 3782 - ? (c >= 3776 && c <= 3780) - : c <= 3782))) - : (c <= 3789 || (c < 3840 - ? (c < 3804 - ? (c >= 3792 && c <= 3801) - : c <= 3807) - : (c <= 3840 || (c < 3872 - ? (c >= 3864 && c <= 3865) - : c <= 3881))))) - : (c <= 3893 || (c < 3974 - ? (c < 3902 - ? (c < 3897 - ? c == 3895 - : c <= 3897) - : (c <= 3911 || (c < 3953 - ? (c >= 3913 && c <= 3948) - : c <= 3972))) - : (c <= 3991 || (c < 4096 - ? (c < 4038 - ? (c >= 3993 && c <= 4028) - : c <= 4038) - : (c <= 4169 || (c >= 4176 && c <= 4253))))))) - : (c <= 4293 || (c < 4786 - ? (c < 4688 - ? (c < 4304 - ? (c < 4301 - ? c == 4295 - : c <= 4301) - : (c <= 4346 || (c < 4682 - ? (c >= 4348 && c <= 4680) - : c <= 4685))) - : (c <= 4694 || (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c < 4752 - ? (c >= 4746 && c <= 4749) - : c <= 4784))))) - : (c <= 4789 || (c < 4882 - ? (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c < 4824 - ? (c >= 4808 && c <= 4822) - : c <= 4880))) - : (c <= 4885 || (c < 4969 - ? (c < 4957 - ? (c >= 4888 && c <= 4954) - : c <= 4959) - : (c <= 4977 || (c >= 4992 && c <= 5007))))))))) - : (c <= 5109 || (c < 6400 - ? (c < 5998 - ? (c < 5870 - ? (c < 5743 - ? (c < 5121 - ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c < 5792 - ? (c >= 5761 && c <= 5786) - : c <= 5866))) - : (c <= 5880 || (c < 5920 - ? (c < 5902 - ? (c >= 5888 && c <= 5900) - : c <= 5908) - : (c <= 5940 || (c < 5984 - ? (c >= 5952 && c <= 5971) - : c <= 5996))))) - : (c <= 6000 || (c < 6155 - ? (c < 6103 - ? (c < 6016 - ? (c >= 6002 && c <= 6003) - : c <= 6099) - : (c <= 6103 || (c < 6112 - ? (c >= 6108 && c <= 6109) - : c <= 6121))) - : (c <= 6157 || (c < 6272 - ? (c < 6176 - ? (c >= 6160 && c <= 6169) - : c <= 6264) - : (c <= 6314 || (c >= 6320 && c <= 6389))))))) - : (c <= 6430 || (c < 6800 - ? (c < 6576 - ? (c < 6470 - ? (c < 6448 - ? (c >= 6432 && c <= 6443) - : c <= 6459) - : (c <= 6509 || (c < 6528 - ? (c >= 6512 && c <= 6516) - : c <= 6571))) - : (c <= 6601 || (c < 6688 - ? (c < 6656 - ? (c >= 6608 && c <= 6618) - : c <= 6683) - : (c <= 6750 || (c < 6783 - ? (c >= 6752 && c <= 6780) - : c <= 6793))))) - : (c <= 6809 || (c < 7019 - ? (c < 6847 - ? (c < 6832 - ? c == 6823 - : c <= 6845) - : (c <= 6848 || (c < 6992 - ? (c >= 6912 && c <= 6987) - : c <= 7001))) - : (c <= 7027 || (c < 7232 - ? (c < 7168 - ? (c >= 7040 && c <= 7155) - : c <= 7223) - : (c <= 7241 || (c >= 7245 && c <= 7293))))))))))) - : (c <= 7304 || (c < 11264 - ? (c < 8178 - ? (c < 8027 - ? (c < 7675 - ? (c < 7376 - ? (c < 7357 - ? (c >= 7312 && c <= 7354) - : c <= 7359) - : (c <= 7378 || (c < 7424 - ? (c >= 7380 && c <= 7418) - : c <= 7673))) - : (c <= 7957 || (c < 8008 - ? (c < 7968 - ? (c >= 7960 && c <= 7965) - : c <= 8005) - : (c <= 8013 || (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025))))) - : (c <= 8027 || (c < 8130 - ? (c < 8064 - ? (c < 8031 - ? c == 8029 - : c <= 8061) - : (c <= 8116 || (c < 8126 - ? (c >= 8118 && c <= 8124) - : c <= 8126))) - : (c <= 8132 || (c < 8150 - ? (c < 8144 - ? (c >= 8134 && c <= 8140) - : c <= 8147) - : (c <= 8155 || (c >= 8160 && c <= 8172))))))) - : (c <= 8180 || (c < 8458 - ? (c < 8336 - ? (c < 8276 - ? (c < 8255 - ? (c >= 8182 && c <= 8188) - : c <= 8256) - : (c <= 8276 || (c < 8319 - ? c == 8305 - : c <= 8319))) - : (c <= 8348 || (c < 8421 - ? (c < 8417 - ? (c >= 8400 && c <= 8412) - : c <= 8417) - : (c <= 8432 || (c < 8455 - ? c == 8450 - : c <= 8455))))) - : (c <= 8467 || (c < 8490 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || (c < 8488 - ? c == 8486 - : c <= 8488))) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c >= 8544 && c <= 8584))))))))) - : (c <= 11310 || (c < 12353 - ? (c < 11696 - ? (c < 11565 - ? (c < 11499 - ? (c < 11360 - ? (c >= 11312 && c <= 11358) - : c <= 11492) - : (c <= 11507 || (c < 11559 - ? (c >= 11520 && c <= 11557) - : c <= 11559))) - : (c <= 11565 || (c < 11647 - ? (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631) - : (c <= 11670 || (c < 11688 - ? (c >= 11680 && c <= 11686) - : c <= 11694))))) - : (c <= 11702 || (c < 11744 - ? (c < 11720 - ? (c < 11712 - ? (c >= 11704 && c <= 11710) - : c <= 11718) - : (c <= 11726 || (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742))) - : (c <= 11775 || (c < 12337 - ? (c < 12321 - ? (c >= 12293 && c <= 12295) - : c <= 12335) - : (c <= 12341 || (c >= 12344 && c <= 12348))))))) - : (c <= 12438 || (c < 42192 - ? (c < 12593 - ? (c < 12449 - ? (c < 12445 - ? (c >= 12441 && c <= 12442) - : c <= 12447) - : (c <= 12538 || (c < 12549 - ? (c >= 12540 && c <= 12543) - : c <= 12591))) - : (c <= 12686 || (c < 13312 - ? (c < 12784 - ? (c >= 12704 && c <= 12735) - : c <= 12799) - : (c <= 19903 || (c < 40960 - ? (c >= 19968 && c <= 40956) - : c <= 42124))))) - : (c <= 42237 || (c < 42775 - ? (c < 42560 - ? (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42539) - : (c <= 42607 || (c < 42623 - ? (c >= 42612 && c <= 42621) - : c <= 42737))) - : (c <= 42783 || (c < 42946 - ? (c < 42891 - ? (c >= 42786 && c <= 42888) - : c <= 42943) - : (c <= 42954 || (c >= 42997 && c <= 43047))))))))))))))) - : (c <= 43052 || (c < 71096 - ? (c < 66864 - ? (c < 64914 - ? (c < 43816 - ? (c < 43520 - ? (c < 43261 - ? (c < 43216 - ? (c < 43136 - ? (c >= 43072 && c <= 43123) - : c <= 43205) - : (c <= 43225 || (c < 43259 - ? (c >= 43232 && c <= 43255) - : c <= 43259))) - : (c <= 43309 || (c < 43392 - ? (c < 43360 - ? (c >= 43312 && c <= 43347) - : c <= 43388) - : (c <= 43456 || (c < 43488 - ? (c >= 43471 && c <= 43481) - : c <= 43518))))) - : (c <= 43574 || (c < 43744 - ? (c < 43616 - ? (c < 43600 - ? (c >= 43584 && c <= 43597) - : c <= 43609) - : (c <= 43638 || (c < 43739 - ? (c >= 43642 && c <= 43714) - : c <= 43741))) - : (c <= 43759 || (c < 43785 - ? (c < 43777 - ? (c >= 43762 && c <= 43766) - : c <= 43782) - : (c <= 43790 || (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814))))))) - : (c <= 43822 || (c < 64275 - ? (c < 44032 - ? (c < 43888 - ? (c < 43868 - ? (c >= 43824 && c <= 43866) - : c <= 43881) - : (c <= 44010 || (c < 44016 - ? (c >= 44012 && c <= 44013) - : c <= 44025))) - : (c <= 55203 || (c < 63744 - ? (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291) - : (c <= 64109 || (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262))))) - : (c <= 64279 || (c < 64323 - ? (c < 64312 - ? (c < 64298 - ? (c >= 64285 && c <= 64296) - : c <= 64310) - : (c <= 64316 || (c < 64320 - ? c == 64318 - : c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65549 - ? (c < 65151 - ? (c < 65137 - ? (c < 65056 - ? (c < 65024 - ? (c >= 65008 && c <= 65017) - : c <= 65039) - : (c <= 65071 || (c < 65101 - ? (c >= 65075 && c <= 65076) - : c <= 65103))) - : (c <= 65137 || (c < 65145 - ? (c < 65143 - ? c == 65139 - : c <= 65143) - : (c <= 65145 || (c < 65149 - ? c == 65147 - : c <= 65149))))) - : (c <= 65276 || (c < 65474 - ? (c < 65343 - ? (c < 65313 - ? (c >= 65296 && c <= 65305) - : c <= 65338) - : (c <= 65343 || (c < 65382 - ? (c >= 65345 && c <= 65370) - : c <= 65470))) - : (c <= 65479 || (c < 65498 - ? (c < 65490 - ? (c >= 65482 && c <= 65487) - : c <= 65495) - : (c <= 65500 || (c >= 65536 && c <= 65547))))))) - : (c <= 65574 || (c < 66349 - ? (c < 65856 - ? (c < 65599 - ? (c < 65596 - ? (c >= 65576 && c <= 65594) - : c <= 65597) - : (c <= 65613 || (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786))) - : (c <= 65908 || (c < 66208 - ? (c < 66176 - ? c == 66045 - : c <= 66204) - : (c <= 66256 || (c < 66304 - ? c == 66272 - : c <= 66335))))) - : (c <= 66378 || (c < 66560 - ? (c < 66464 - ? (c < 66432 - ? (c >= 66384 && c <= 66426) - : c <= 66461) - : (c <= 66499 || (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517))) - : (c <= 66717 || (c < 66776 - ? (c < 66736 - ? (c >= 66720 && c <= 66729) - : c <= 66771) - : (c <= 66811 || (c >= 66816 && c <= 66855))))))))))) - : (c <= 66915 || (c < 69632 - ? (c < 68152 - ? (c < 67808 - ? (c < 67594 - ? (c < 67424 - ? (c < 67392 - ? (c >= 67072 && c <= 67382) - : c <= 67413) - : (c <= 67431 || (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592))) - : (c <= 67637 || (c < 67647 - ? (c < 67644 - ? (c >= 67639 && c <= 67640) - : c <= 67644) - : (c <= 67669 || (c < 67712 - ? (c >= 67680 && c <= 67702) - : c <= 67742))))) - : (c <= 67826 || (c < 68096 - ? (c < 67872 - ? (c < 67840 - ? (c >= 67828 && c <= 67829) - : c <= 67861) - : (c <= 67897 || (c < 68030 - ? (c >= 67968 && c <= 68023) - : c <= 68031))) - : (c <= 68099 || (c < 68117 - ? (c < 68108 - ? (c >= 68101 && c <= 68102) - : c <= 68115) - : (c <= 68119 || (c >= 68121 && c <= 68149))))))) - : (c <= 68154 || (c < 68800 - ? (c < 68352 - ? (c < 68224 - ? (c < 68192 - ? c == 68159 - : c <= 68220) - : (c <= 68252 || (c < 68297 - ? (c >= 68288 && c <= 68295) - : c <= 68326))) - : (c <= 68405 || (c < 68480 - ? (c < 68448 - ? (c >= 68416 && c <= 68437) - : c <= 68466) - : (c <= 68497 || (c < 68736 - ? (c >= 68608 && c <= 68680) - : c <= 68786))))) - : (c <= 68850 || (c < 69376 - ? (c < 69248 - ? (c < 68912 - ? (c >= 68864 && c <= 68903) - : c <= 68921) - : (c <= 69289 || (c < 69296 - ? (c >= 69291 && c <= 69292) - : c <= 69297))) - : (c <= 69404 || (c < 69552 - ? (c < 69424 - ? c == 69415 - : c <= 69456) - : (c <= 69572 || (c >= 69600 && c <= 69622))))))))) - : (c <= 69702 || (c < 70384 - ? (c < 70094 - ? (c < 69942 - ? (c < 69840 - ? (c < 69759 - ? (c >= 69734 && c <= 69743) - : c <= 69818) - : (c <= 69864 || (c < 69888 - ? (c >= 69872 && c <= 69881) - : c <= 69940))) - : (c <= 69951 || (c < 70006 - ? (c < 69968 - ? (c >= 69956 && c <= 69959) - : c <= 70003) - : (c <= 70006 || (c < 70089 - ? (c >= 70016 && c <= 70084) - : c <= 70092))))) - : (c <= 70106 || (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70199 || (c < 70272 - ? c == 70206 - : c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70378))))))) - : (c <= 70393 || (c < 70487 - ? (c < 70450 - ? (c < 70415 - ? (c < 70405 - ? (c >= 70400 && c <= 70403) - : c <= 70412) - : (c <= 70416 || (c < 70442 - ? (c >= 70419 && c <= 70440) - : c <= 70448))) - : (c <= 70451 || (c < 70471 - ? (c < 70459 - ? (c >= 70453 && c <= 70457) - : c <= 70468) - : (c <= 70472 || (c < 70480 - ? (c >= 70475 && c <= 70477) - : c <= 70480))))) - : (c <= 70487 || (c < 70750 - ? (c < 70512 - ? (c < 70502 - ? (c >= 70493 && c <= 70499) - : c <= 70508) - : (c <= 70516 || (c < 70736 - ? (c >= 70656 && c <= 70730) - : c <= 70745))) - : (c <= 70753 || (c < 70864 - ? (c < 70855 - ? (c >= 70784 && c <= 70853) - : c <= 70855) - : (c <= 70873 || (c >= 71040 && c <= 71093))))))))))))) - : (c <= 71104 || (c < 119894 - ? (c < 73104 - ? (c < 72163 - ? (c < 71935 - ? (c < 71360 - ? (c < 71236 - ? (c < 71168 - ? (c >= 71128 && c <= 71133) - : c <= 71232) - : (c <= 71236 || (c < 71296 - ? (c >= 71248 && c <= 71257) - : c <= 71352))) - : (c <= 71369 || (c < 71472 - ? (c < 71453 - ? (c >= 71424 && c <= 71450) - : c <= 71467) - : (c <= 71481 || (c < 71840 - ? (c >= 71680 && c <= 71738) - : c <= 71913))))) - : (c <= 71942 || (c < 71995 - ? (c < 71957 - ? (c < 71948 - ? c == 71945 - : c <= 71955) - : (c <= 71958 || (c < 71991 - ? (c >= 71960 && c <= 71989) - : c <= 71992))) - : (c <= 72003 || (c < 72106 - ? (c < 72096 - ? (c >= 72016 && c <= 72025) - : c <= 72103) - : (c <= 72151 || (c >= 72154 && c <= 72161))))))) - : (c <= 72164 || (c < 72873 - ? (c < 72704 - ? (c < 72272 - ? (c < 72263 - ? (c >= 72192 && c <= 72254) - : c <= 72263) - : (c <= 72345 || (c < 72384 - ? c == 72349 - : c <= 72440))) - : (c <= 72712 || (c < 72784 - ? (c < 72760 - ? (c >= 72714 && c <= 72758) - : c <= 72768) - : (c <= 72793 || (c < 72850 - ? (c >= 72818 && c <= 72847) - : c <= 72871))))) - : (c <= 72886 || (c < 73023 - ? (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73014 || (c < 73020 - ? c == 73018 - : c <= 73021))) - : (c <= 73031 || (c < 73063 - ? (c < 73056 - ? (c >= 73040 && c <= 73049) - : c <= 73061) - : (c <= 73064 || (c >= 73066 && c <= 73102))))))))) - : (c <= 73105 || (c < 94095 - ? (c < 92768 - ? (c < 74752 - ? (c < 73440 - ? (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129) - : (c <= 73462 || (c < 73728 - ? c == 73648 - : c <= 74649))) - : (c <= 74862 || (c < 82944 - ? (c < 77824 - ? (c >= 74880 && c <= 75075) - : c <= 78894) - : (c <= 83526 || (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766))))) - : (c <= 92777 || (c < 93027 - ? (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))) - : (c <= 93047 || (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c >= 94031 && c <= 94087))))))) - : (c <= 94111 || (c < 113776 - ? (c < 101632 - ? (c < 94192 - ? (c < 94179 - ? (c >= 94176 && c <= 94177) - : c <= 94180) - : (c <= 94193 || (c < 100352 - ? (c >= 94208 && c <= 100343) - : c <= 101589))) - : (c <= 101640 || (c < 110948 - ? (c < 110928 - ? (c >= 110592 && c <= 110878) - : c <= 110930) - : (c <= 110951 || (c < 113664 - ? (c >= 110960 && c <= 111355) - : c <= 113770))))) - : (c <= 113788 || (c < 119163 - ? (c < 113821 - ? (c < 113808 - ? (c >= 113792 && c <= 113800) - : c <= 113817) - : (c <= 113822 || (c < 119149 - ? (c >= 119141 && c <= 119145) - : c <= 119154))) - : (c <= 119170 || (c < 119362 - ? (c < 119210 - ? (c >= 119173 && c <= 119179) - : c <= 119213) - : (c <= 119364 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 124928 - ? (c < 120630 - ? (c < 120094 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092))))) - : (c <= 120121 || (c < 120488 - ? (c < 120134 - ? (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132) - : (c <= 120134 || (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485))) - : (c <= 120512 || (c < 120572 - ? (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570) - : (c <= 120596 || (c >= 120598 && c <= 120628))))))) - : (c <= 120654 || (c < 121505 - ? (c < 120782 - ? (c < 120714 - ? (c < 120688 - ? (c >= 120656 && c <= 120686) - : c <= 120712) - : (c <= 120744 || (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779))) - : (c <= 120831 || (c < 121461 - ? (c < 121403 - ? (c >= 121344 && c <= 121398) - : c <= 121452) - : (c <= 121461 || (c < 121499 - ? c == 121476 - : c <= 121503))))) - : (c <= 121519 || (c < 123136 - ? (c < 122907 - ? (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904) - : (c <= 122913 || (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922))) - : (c <= 123180 || (c < 123214 - ? (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209) - : (c <= 123214 || (c >= 123584 && c <= 123641))))))))) - : (c <= 125124 || (c < 126557 - ? (c < 126523 - ? (c < 126497 - ? (c < 125264 - ? (c < 125184 - ? (c >= 125136 && c <= 125142) - : c <= 125259) - : (c <= 125273 || (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495))) - : (c <= 126498 || (c < 126505 - ? (c < 126503 - ? c == 126500 - : c <= 126503) - : (c <= 126514 || (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521))))) - : (c <= 126523 || (c < 126545 - ? (c < 126537 - ? (c < 126535 - ? c == 126530 - : c <= 126535) - : (c <= 126537 || (c < 126541 - ? c == 126539 - : c <= 126543))) - : (c <= 126546 || (c < 126553 - ? (c < 126551 - ? c == 126548 - : c <= 126551) - : (c <= 126553 || c == 126555)))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173789 || (c < 177984 - ? (c >= 173824 && c <= 177972) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} +static const TSCharacterRange sym_identifier_character_set_1[] = { + {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6}, + {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x370, 0x374}, {0x376, 0x377}, {0x37b, 0x37d}, + {0x37f, 0x37f}, {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {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}, {0x2071, 0x2071}, {0x207f, 0x207f}, {0x2090, 0x209c}, {0x2102, 0x2102}, + {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, + {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, {0x2160, 0x2188}, {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}, {0x3031, 0x3035}, + {0x3038, 0x303c}, {0x3041, 0x3096}, {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, + {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa61f}, {0xa62a, 0xa62b}, {0xa640, 0xa66e}, + {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 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}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, + {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, +}; + +static const TSCharacterRange sym_identifier_character_set_2[] = { + {'0', '9'}, {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xb7, 0xb7}, {0xba, 0xba}, + {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x300, 0x374}, + {0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481}, + {0x483, 0x487}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x591, 0x5bd}, {0x5bf, 0x5bf}, {0x5c1, 0x5c2}, + {0x5c4, 0x5c5}, {0x5c7, 0x5c7}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x610, 0x61a}, {0x620, 0x669}, {0x66e, 0x6d3}, {0x6d5, 0x6dc}, + {0x6df, 0x6e8}, {0x6ea, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x74a}, {0x74d, 0x7b1}, {0x7c0, 0x7f5}, {0x7fa, 0x7fa}, {0x7fd, 0x7fd}, + {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {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}, {0x203f, 0x2040}, {0x2054, 0x2054}, {0x2071, 0x2071}, + {0x207f, 0x207f}, {0x2090, 0x209c}, {0x20d0, 0x20dc}, {0x20e1, 0x20e1}, {0x20e5, 0x20f0}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, + {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, + {0x214e, 0x214e}, {0x2160, 0x2188}, {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, 0x302f}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, + {0x3099, 0x309a}, {0x309d, 0x309f}, {0x30a1, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, + {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66f}, {0xa674, 0xa67d}, {0xa67f, 0xa6f1}, {0xa717, 0xa71f}, + {0xa722, 0xa788}, {0xa78b, 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}, {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(51); - if (lookahead == '!') ADVANCE(21); - if (lookahead == '#') ADVANCE(124); - if (lookahead == '%') ADVANCE(75); - if (lookahead == '&') ADVANCE(77); - if (lookahead == '(') ADVANCE(54); - if (lookahead == ')') ADVANCE(55); - if (lookahead == '*') ADVANCE(57); - if (lookahead == '+') ADVANCE(65); - if (lookahead == ',') ADVANCE(56); - if (lookahead == '-') ADVANCE(64); - if (lookahead == '.') ADVANCE(53); - if (lookahead == '/') ADVANCE(74); - if (lookahead == '0') ADVANCE(113); - if (lookahead == ':') ADVANCE(61); - if (lookahead == ';') ADVANCE(125); - if (lookahead == '<') ADVANCE(81); - if (lookahead == '=') ADVANCE(71); - if (lookahead == '>') ADVANCE(86); - if (lookahead == '@') ADVANCE(73); - if (lookahead == '[') ADVANCE(66); - if (lookahead == '\\') SKIP(46) - if (lookahead == ']') ADVANCE(67); - if (lookahead == '^') ADVANCE(78); - if (lookahead == '{') ADVANCE(102); - if (lookahead == '|') ADVANCE(62); - if (lookahead == '}') ADVANCE(69); - if (lookahead == '~') ADVANCE(80); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || + if (eof) ADVANCE(52); + ADVANCE_MAP( + '!', 22, + '#', 141, + '%', 85, + '&', 89, + '(', 55, + ')', 56, + '*', 58, + '+', 71, + ',', 57, + '-', 69, + '.', 54, + '/', 82, + '0', 129, + ':', 123, + ';', 142, + '<', 95, + '=', 78, + '>', 101, + '@', 81, + '[', 72, + ); + if (lookahead == '\\') SKIP(47); + if (lookahead == ']') ADVANCE(73); + if (lookahead == '^') ADVANCE(91); + if (lookahead == '{') ADVANCE(118); + if (lookahead == '|') ADVANCE(66); + if (lookahead == '}') ADVANCE(75); + if (lookahead == '~') ADVANCE(94); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(49) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) SKIP(50); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(130); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(140); END_STATE(); case 1: - if (lookahead == '\n') SKIP(14) + if (lookahead == '\n') SKIP(14); END_STATE(); case 2: - if (lookahead == '\n') SKIP(14) - if (lookahead == '\r') SKIP(1) + if (lookahead == '\n') SKIP(14); + if (lookahead == '\r') SKIP(1); END_STATE(); case 3: - if (lookahead == '\n') SKIP(16) + if (lookahead == '\n') SKIP(16); END_STATE(); case 4: - if (lookahead == '\n') SKIP(16) - if (lookahead == '\r') SKIP(3) + if (lookahead == '\n') SKIP(16); + if (lookahead == '\r') SKIP(3); END_STATE(); case 5: - if (lookahead == '\n') SKIP(19) + if (lookahead == '\n') SKIP(15); END_STATE(); case 6: - if (lookahead == '\n') SKIP(19) - if (lookahead == '\r') SKIP(5) + if (lookahead == '\n') SKIP(15); + if (lookahead == '\r') SKIP(5); END_STATE(); case 7: - if (lookahead == '\n') ADVANCE(105); + if (lookahead == '\n') SKIP(19); END_STATE(); case 8: - if (lookahead == '\n') SKIP(9) - if (lookahead == '#') ADVANCE(109); - if (lookahead == '\\') ADVANCE(107); - if (lookahead == '{') ADVANCE(102); - if (lookahead == '}') ADVANCE(69); - if (lookahead == '\t' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) ADVANCE(108); - if (lookahead != 0) ADVANCE(109); + if (lookahead == '\n') SKIP(19); + if (lookahead == '\r') SKIP(7); END_STATE(); case 9: - if (lookahead == '\n') SKIP(9) - if (lookahead == '#') ADVANCE(109); - if (lookahead == '\\') ADVANCE(107); - if (lookahead == '}') ADVANCE(69); - if (lookahead == '\t' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) ADVANCE(108); - if (lookahead != 0 && - lookahead != '{') ADVANCE(109); + if (lookahead == '\n') ADVANCE(121); END_STATE(); case 10: - if (lookahead == '\n') SKIP(17) + if (lookahead == '\n') SKIP(11); + if (lookahead == '#') ADVANCE(126); + if (lookahead == '\\') ADVANCE(124); + if (lookahead == '{') ADVANCE(118); + if (lookahead == '}') ADVANCE(75); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ' || + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) ADVANCE(125); + if (lookahead != 0) ADVANCE(126); END_STATE(); case 11: - if (lookahead == '\n') SKIP(17) - if (lookahead == '\r') SKIP(10) + if (lookahead == '\n') SKIP(11); + if (lookahead == '#') ADVANCE(126); + if (lookahead == '\\') ADVANCE(124); + if (lookahead == '}') ADVANCE(75); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ' || + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) ADVANCE(125); + if (lookahead != 0 && + lookahead != '{') ADVANCE(126); END_STATE(); case 12: - if (lookahead == '\n') SKIP(15) + if (lookahead == '\n') SKIP(17); END_STATE(); case 13: - if (lookahead == '\n') SKIP(15) - if (lookahead == '\r') SKIP(12) + if (lookahead == '\n') SKIP(17); + if (lookahead == '\r') SKIP(12); END_STATE(); case 14: - if (lookahead == '!') ADVANCE(21); - if (lookahead == '#') ADVANCE(124); - if (lookahead == '%') ADVANCE(75); - if (lookahead == '&') ADVANCE(77); - if (lookahead == '(') ADVANCE(54); - if (lookahead == ')') ADVANCE(55); - if (lookahead == '*') ADVANCE(57); - if (lookahead == '+') ADVANCE(65); - if (lookahead == ',') ADVANCE(56); - if (lookahead == '-') ADVANCE(63); - if (lookahead == '.') ADVANCE(53); - if (lookahead == '/') ADVANCE(74); - if (lookahead == '0') ADVANCE(113); - if (lookahead == ':') ADVANCE(60); - if (lookahead == '<') ADVANCE(81); - if (lookahead == '=') ADVANCE(71); - if (lookahead == '>') ADVANCE(86); - if (lookahead == '@') ADVANCE(73); - if (lookahead == '[') ADVANCE(66); - if (lookahead == '\\') SKIP(2) - if (lookahead == ']') ADVANCE(67); - if (lookahead == '^') ADVANCE(78); - if (lookahead == '{') ADVANCE(68); - if (lookahead == '|') ADVANCE(62); - if (lookahead == '}') ADVANCE(69); - if (lookahead == '~') ADVANCE(80); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || + ADVANCE_MAP( + '!', 22, + '#', 141, + '%', 84, + '&', 88, + '(', 55, + ')', 56, + '*', 59, + '+', 70, + ',', 57, + '-', 67, + '.', 54, + '/', 83, + '0', 129, + ':', 123, + '<', 96, + '=', 78, + '>', 102, + '@', 80, + '[', 72, + ); + if (lookahead == '\\') SKIP(2); + if (lookahead == ']') ADVANCE(73); + if (lookahead == '^') ADVANCE(90); + if (lookahead == '{') ADVANCE(74); + if (lookahead == '|') ADVANCE(65); + if (lookahead == '}') ADVANCE(75); + if (lookahead == '~') ADVANCE(94); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(14) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) SKIP(14); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(130); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(140); END_STATE(); case 15: - if (lookahead == '!') ADVANCE(21); - if (lookahead == '#') ADVANCE(124); - if (lookahead == '%') ADVANCE(75); - if (lookahead == '&') ADVANCE(77); - if (lookahead == '(') ADVANCE(54); - if (lookahead == ')') ADVANCE(55); - if (lookahead == '*') ADVANCE(57); - if (lookahead == '+') ADVANCE(65); - if (lookahead == ',') ADVANCE(56); - if (lookahead == '-') ADVANCE(63); - if (lookahead == '.') ADVANCE(52); - if (lookahead == '/') ADVANCE(74); - if (lookahead == ':') ADVANCE(61); - if (lookahead == ';') ADVANCE(125); - if (lookahead == '<') ADVANCE(81); - if (lookahead == '=') ADVANCE(71); - if (lookahead == '>') ADVANCE(86); - if (lookahead == '@') ADVANCE(73); - if (lookahead == '[') ADVANCE(66); - if (lookahead == '\\') SKIP(13) - if (lookahead == ']') ADVANCE(67); - if (lookahead == '^') ADVANCE(78); - if (lookahead == '|') ADVANCE(62); - if (lookahead == '}') ADVANCE(69); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || + ADVANCE_MAP( + '!', 22, + '#', 141, + '%', 84, + '&', 88, + '(', 55, + ')', 56, + '*', 59, + '+', 70, + ',', 57, + '-', 67, + '.', 53, + '/', 83, + ':', 123, + '<', 96, + '=', 78, + '>', 102, + '@', 80, + '[', 72, + ); + if (lookahead == '\\') SKIP(6); + if (lookahead == ']') ADVANCE(73); + if (lookahead == '^') ADVANCE(90); + if (lookahead == '|') ADVANCE(65); + if (lookahead == '}') ADVANCE(75); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(15) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) SKIP(15); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(140); END_STATE(); case 16: - if (lookahead == '!') ADVANCE(21); - if (lookahead == '#') ADVANCE(124); - if (lookahead == '%') ADVANCE(75); - if (lookahead == '&') ADVANCE(77); - if (lookahead == '(') ADVANCE(54); - if (lookahead == ')') ADVANCE(55); - if (lookahead == '*') ADVANCE(57); - if (lookahead == '+') ADVANCE(65); - if (lookahead == ',') ADVANCE(56); - if (lookahead == '-') ADVANCE(63); - if (lookahead == '.') ADVANCE(52); - if (lookahead == '/') ADVANCE(74); - if (lookahead == ':') ADVANCE(60); - if (lookahead == ';') ADVANCE(125); - if (lookahead == '<') ADVANCE(81); - if (lookahead == '=') ADVANCE(71); - if (lookahead == '>') ADVANCE(86); - if (lookahead == '@') ADVANCE(73); - if (lookahead == '[') ADVANCE(66); - if (lookahead == '\\') SKIP(4) - if (lookahead == ']') ADVANCE(67); - if (lookahead == '^') ADVANCE(78); - if (lookahead == '|') ADVANCE(62); - if (lookahead == '}') ADVANCE(69); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || + ADVANCE_MAP( + '!', 21, + '#', 141, + '%', 85, + '&', 89, + '(', 55, + ')', 56, + '*', 58, + '+', 71, + ',', 57, + '-', 68, + '.', 53, + '/', 82, + ':', 64, + ';', 142, + '<', 95, + '=', 78, + '>', 101, + '@', 81, + '[', 72, + ); + if (lookahead == '\\') SKIP(4); + if (lookahead == ']') ADVANCE(73); + if (lookahead == '^') ADVANCE(91); + if (lookahead == '|') ADVANCE(66); + if (lookahead == '}') ADVANCE(75); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(16) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) SKIP(16); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(140); END_STATE(); case 17: - if (lookahead == '#') ADVANCE(124); - if (lookahead == '-') ADVANCE(22); - if (lookahead == ':') ADVANCE(60); - if (lookahead == '\\') SKIP(11) - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || + if (lookahead == '#') ADVANCE(141); + if (lookahead == '-') ADVANCE(23); + if (lookahead == ':') ADVANCE(63); + if (lookahead == '\\') SKIP(13); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(17) + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) SKIP(17); END_STATE(); case 18: - if (lookahead == '#') ADVANCE(124); - if (lookahead == '\\') ADVANCE(106); - if (lookahead == '{') ADVANCE(103); - if (lookahead == '}') ADVANCE(28); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || + if (lookahead == '#') ADVANCE(141); + if (lookahead == '\\') ADVANCE(122); + if (lookahead == '{') ADVANCE(119); + if (lookahead == '}') ADVANCE(29); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(19) + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) SKIP(19); END_STATE(); case 19: - if (lookahead == '#') ADVANCE(124); - if (lookahead == '\\') SKIP(6) - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || + if (lookahead == '#') ADVANCE(141); + if (lookahead == '\\') SKIP(8); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(19) + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) SKIP(19); END_STATE(); case 20: - if (lookahead == '.') ADVANCE(101); + if (lookahead == '.') ADVANCE(117); END_STATE(); case 21: - if (lookahead == '=') ADVANCE(84); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); + if (lookahead == '=') ADVANCE(99); END_STATE(); case 22: - if (lookahead == '>') ADVANCE(72); + if (lookahead == '=') ADVANCE(99); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(127); END_STATE(); case 23: - if (lookahead == '_') ADVANCE(30); - if (lookahead == '0' || - lookahead == '1') ADVANCE(115); + if (lookahead == '>') ADVANCE(79); END_STATE(); case 24: if (lookahead == '_') ADVANCE(31); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(116); + if (lookahead == '0' || + lookahead == '1') ADVANCE(132); END_STATE(); case 25: - if (lookahead == '_') ADVANCE(35); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); + if (lookahead == '_') ADVANCE(32); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(133); END_STATE(); case 26: - if (lookahead == '{') ADVANCE(44); - END_STATE(); - case 27: - if (lookahead == '}') ADVANCE(105); - if (lookahead != 0) ADVANCE(27); - END_STATE(); - case 28: - if (lookahead == '}') ADVANCE(104); - END_STATE(); - case 29: - if (lookahead == '+' || - lookahead == '-') ADVANCE(32); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); - END_STATE(); - case 30: - if (lookahead == '0' || - lookahead == '1') ADVANCE(115); - END_STATE(); - case 31: - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(116); - END_STATE(); - case 32: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); - END_STATE(); - case 33: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(105); - END_STATE(); - case 34: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(33); - END_STATE(); - case 35: + if (lookahead == '_') ADVANCE(36); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(134); + END_STATE(); + case 27: + if (lookahead == '{') ADVANCE(45); + END_STATE(); + case 28: + if (lookahead == '}') ADVANCE(121); + if (lookahead != 0) ADVANCE(28); + END_STATE(); + case 29: + if (lookahead == '}') ADVANCE(120); + END_STATE(); + case 30: + if (lookahead == '+' || + lookahead == '-') ADVANCE(33); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(137); + END_STATE(); + case 31: + if (lookahead == '0' || + lookahead == '1') ADVANCE(132); + END_STATE(); + case 32: + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(133); + END_STATE(); + case 33: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(137); + END_STATE(); + case 34: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(121); + END_STATE(); + case 35: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(34); END_STATE(); case 36: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(105); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(134); END_STATE(); case 37: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(36); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(121); END_STATE(); case 38: if (('0' <= lookahead && lookahead <= '9') || @@ -5110,472 +5316,536 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'f')) ADVANCE(42); END_STATE(); case 44: - if (lookahead != 0 && - lookahead != '}') ADVANCE(27); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(43); END_STATE(); case 45: - if (eof) ADVANCE(51); - if (lookahead == '\n') SKIP(49) + if (lookahead != 0 && + lookahead != '}') ADVANCE(28); END_STATE(); case 46: - if (eof) ADVANCE(51); - if (lookahead == '\n') SKIP(49) - if (lookahead == '\r') SKIP(45) + if (eof) ADVANCE(52); + if (lookahead == '\n') SKIP(50); END_STATE(); case 47: - if (eof) ADVANCE(51); - if (lookahead == '\n') SKIP(50) + if (eof) ADVANCE(52); + if (lookahead == '\n') SKIP(50); + if (lookahead == '\r') SKIP(46); END_STATE(); case 48: - if (eof) ADVANCE(51); - if (lookahead == '\n') SKIP(50) - if (lookahead == '\r') SKIP(47) + if (eof) ADVANCE(52); + if (lookahead == '\n') SKIP(51); END_STATE(); case 49: - if (eof) ADVANCE(51); - if (lookahead == '!') ADVANCE(21); - if (lookahead == '#') ADVANCE(124); - if (lookahead == '%') ADVANCE(75); - if (lookahead == '&') ADVANCE(77); - if (lookahead == '(') ADVANCE(54); - if (lookahead == ')') ADVANCE(55); - if (lookahead == '*') ADVANCE(57); - if (lookahead == '+') ADVANCE(65); - if (lookahead == ',') ADVANCE(56); - if (lookahead == '-') ADVANCE(64); - if (lookahead == '.') ADVANCE(53); - if (lookahead == '/') ADVANCE(74); - if (lookahead == '0') ADVANCE(113); - if (lookahead == ':') ADVANCE(61); - if (lookahead == ';') ADVANCE(125); - if (lookahead == '<') ADVANCE(81); - if (lookahead == '=') ADVANCE(71); - if (lookahead == '>') ADVANCE(86); - if (lookahead == '@') ADVANCE(73); - if (lookahead == '[') ADVANCE(66); - if (lookahead == '\\') SKIP(46) - if (lookahead == ']') ADVANCE(67); - if (lookahead == '^') ADVANCE(78); - if (lookahead == '{') ADVANCE(68); - if (lookahead == '|') ADVANCE(62); - if (lookahead == '}') ADVANCE(69); - if (lookahead == '~') ADVANCE(80); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(49) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); + if (eof) ADVANCE(52); + if (lookahead == '\n') SKIP(51); + if (lookahead == '\r') SKIP(48); END_STATE(); case 50: - if (eof) ADVANCE(51); - if (lookahead == '!') ADVANCE(21); - if (lookahead == '#') ADVANCE(124); - if (lookahead == '%') ADVANCE(75); - if (lookahead == '&') ADVANCE(77); - if (lookahead == '(') ADVANCE(54); - if (lookahead == ')') ADVANCE(55); - if (lookahead == '*') ADVANCE(57); - if (lookahead == '+') ADVANCE(65); - if (lookahead == ',') ADVANCE(56); - if (lookahead == '-') ADVANCE(63); - if (lookahead == '.') ADVANCE(53); - if (lookahead == '/') ADVANCE(74); - if (lookahead == '0') ADVANCE(113); - if (lookahead == ':') ADVANCE(61); - if (lookahead == ';') ADVANCE(125); - if (lookahead == '<') ADVANCE(81); - if (lookahead == '=') ADVANCE(71); - if (lookahead == '>') ADVANCE(86); - if (lookahead == '@') ADVANCE(73); - if (lookahead == '[') ADVANCE(66); - if (lookahead == '\\') SKIP(48) - if (lookahead == ']') ADVANCE(67); - if (lookahead == '^') ADVANCE(78); - if (lookahead == '{') ADVANCE(68); - if (lookahead == '|') ADVANCE(62); - if (lookahead == '}') ADVANCE(69); - if (lookahead == '~') ADVANCE(80); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || + if (eof) ADVANCE(52); + ADVANCE_MAP( + '!', 22, + '#', 141, + '%', 85, + '&', 89, + '(', 55, + ')', 56, + '*', 58, + '+', 71, + ',', 57, + '-', 69, + '.', 54, + '/', 82, + '0', 129, + ':', 123, + ';', 142, + '<', 95, + '=', 78, + '>', 101, + '@', 81, + '[', 72, + ); + if (lookahead == '\\') SKIP(47); + if (lookahead == ']') ADVANCE(73); + if (lookahead == '^') ADVANCE(91); + if (lookahead == '{') ADVANCE(74); + if (lookahead == '|') ADVANCE(66); + if (lookahead == '}') ADVANCE(75); + if (lookahead == '~') ADVANCE(94); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(50) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) SKIP(50); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(130); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(140); END_STATE(); case 51: - ACCEPT_TOKEN(ts_builtin_sym_end); + if (eof) ADVANCE(52); + ADVANCE_MAP( + '!', 21, + '#', 141, + '%', 85, + '&', 89, + '(', 55, + ')', 56, + '*', 58, + '+', 71, + ',', 57, + '-', 68, + '.', 54, + '/', 82, + '0', 129, + ':', 64, + ';', 142, + '<', 95, + '=', 78, + '>', 101, + '@', 81, + '[', 72, + ); + if (lookahead == '\\') SKIP(49); + if (lookahead == ']') ADVANCE(73); + if (lookahead == '^') ADVANCE(91); + if (lookahead == '{') ADVANCE(74); + if (lookahead == '|') ADVANCE(66); + if (lookahead == '}') ADVANCE(75); + if (lookahead == '~') ADVANCE(94); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ' || + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) SKIP(51); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(130); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(140); END_STATE(); case 52: - ACCEPT_TOKEN(anon_sym_DOT); + ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 53: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(20); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119); END_STATE(); case 54: - ACCEPT_TOKEN(anon_sym_LPAREN); + ACCEPT_TOKEN(anon_sym_DOT); + if (lookahead == '.') ADVANCE(20); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(136); END_STATE(); case 55: - ACCEPT_TOKEN(anon_sym_RPAREN); + ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 56: - ACCEPT_TOKEN(anon_sym_COMMA); + ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 57: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(70); - if (lookahead == '=') ADVANCE(90); + ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 58: - ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(96); + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '*') ADVANCE(77); + if (lookahead == '=') ADVANCE(106); END_STATE(); case 59: - ACCEPT_TOKEN(anon_sym_COLON_EQ); + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '*') ADVANCE(76); END_STATE(); case 60: - ACCEPT_TOKEN(anon_sym_COLON); + ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); case 61: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == '=') ADVANCE(59); + ACCEPT_TOKEN(anon_sym_GT_GT); + if (lookahead == '=') ADVANCE(112); END_STATE(); case 62: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(100); + ACCEPT_TOKEN(anon_sym_COLON_EQ); END_STATE(); case 63: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '=') ADVANCE(89); + ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 64: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '=') ADVANCE(89); - if (lookahead == '>') ADVANCE(72); + ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == '=') ADVANCE(62); END_STATE(); case 65: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '=') ADVANCE(88); + ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 66: - ACCEPT_TOKEN(anon_sym_LBRACK); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '=') ADVANCE(116); END_STATE(); case 67: - ACCEPT_TOKEN(anon_sym_RBRACK); + ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 68: - ACCEPT_TOKEN(anon_sym_LBRACE); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '=') ADVANCE(105); END_STATE(); case 69: - ACCEPT_TOKEN(anon_sym_RBRACE); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '=') ADVANCE(105); + if (lookahead == '>') ADVANCE(79); END_STATE(); case 70: - ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '=') ADVANCE(95); + ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 71: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(83); + ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '=') ADVANCE(104); END_STATE(); case 72: - ACCEPT_TOKEN(anon_sym_DASH_GT); + ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 73: - ACCEPT_TOKEN(anon_sym_AT); - if (lookahead == '=') ADVANCE(92); + ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 74: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '/') ADVANCE(76); - if (lookahead == '=') ADVANCE(91); + ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 75: - ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(94); + ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 76: - ACCEPT_TOKEN(anon_sym_SLASH_SLASH); - if (lookahead == '=') ADVANCE(93); + ACCEPT_TOKEN(anon_sym_STAR_STAR); END_STATE(); case 77: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '=') ADVANCE(98); + ACCEPT_TOKEN(anon_sym_STAR_STAR); + if (lookahead == '=') ADVANCE(111); END_STATE(); case 78: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(99); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(98); END_STATE(); case 79: - ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(97); + ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); case 80: - ACCEPT_TOKEN(anon_sym_TILDE); + ACCEPT_TOKEN(anon_sym_AT); END_STATE(); case 81: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(79); - if (lookahead == '=') ADVANCE(82); - if (lookahead == '>') ADVANCE(87); + ACCEPT_TOKEN(anon_sym_AT); + if (lookahead == '=') ADVANCE(108); END_STATE(); case 82: - ACCEPT_TOKEN(anon_sym_LT_EQ); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '/') ADVANCE(87); + if (lookahead == '=') ADVANCE(107); END_STATE(); case 83: - ACCEPT_TOKEN(anon_sym_EQ_EQ); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '/') ADVANCE(86); END_STATE(); case 84: - ACCEPT_TOKEN(anon_sym_BANG_EQ); + ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 85: - ACCEPT_TOKEN(anon_sym_GT_EQ); + ACCEPT_TOKEN(anon_sym_PERCENT); + if (lookahead == '=') ADVANCE(110); END_STATE(); case 86: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(85); - if (lookahead == '>') ADVANCE(58); + ACCEPT_TOKEN(anon_sym_SLASH_SLASH); END_STATE(); case 87: - ACCEPT_TOKEN(anon_sym_LT_GT); + ACCEPT_TOKEN(anon_sym_SLASH_SLASH); + if (lookahead == '=') ADVANCE(109); END_STATE(); case 88: - ACCEPT_TOKEN(anon_sym_PLUS_EQ); + ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 89: - ACCEPT_TOKEN(anon_sym_DASH_EQ); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '=') ADVANCE(114); END_STATE(); case 90: - ACCEPT_TOKEN(anon_sym_STAR_EQ); + ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 91: - ACCEPT_TOKEN(anon_sym_SLASH_EQ); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(115); END_STATE(); case 92: - ACCEPT_TOKEN(anon_sym_AT_EQ); + ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); case 93: - ACCEPT_TOKEN(anon_sym_SLASH_SLASH_EQ); + ACCEPT_TOKEN(anon_sym_LT_LT); + if (lookahead == '=') ADVANCE(113); END_STATE(); case 94: - ACCEPT_TOKEN(anon_sym_PERCENT_EQ); + ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 95: - ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '<') ADVANCE(93); + if (lookahead == '=') ADVANCE(97); + if (lookahead == '>') ADVANCE(103); END_STATE(); case 96: - ACCEPT_TOKEN(anon_sym_GT_GT_EQ); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '<') ADVANCE(92); + if (lookahead == '=') ADVANCE(97); + if (lookahead == '>') ADVANCE(103); END_STATE(); case 97: - ACCEPT_TOKEN(anon_sym_LT_LT_EQ); + ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 98: - ACCEPT_TOKEN(anon_sym_AMP_EQ); + ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 99: - ACCEPT_TOKEN(anon_sym_CARET_EQ); + ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 100: - ACCEPT_TOKEN(anon_sym_PIPE_EQ); + ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 101: - ACCEPT_TOKEN(sym_ellipsis); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(100); + if (lookahead == '>') ADVANCE(61); END_STATE(); case 102: - ACCEPT_TOKEN(anon_sym_LBRACE2); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(100); + if (lookahead == '>') ADVANCE(60); END_STATE(); case 103: - ACCEPT_TOKEN(anon_sym_LBRACE2); - if (lookahead == '{') ADVANCE(104); + ACCEPT_TOKEN(anon_sym_LT_GT); END_STATE(); case 104: - ACCEPT_TOKEN(sym__escape_interpolation); + ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 105: - ACCEPT_TOKEN(sym_escape_sequence); + ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 106: - ACCEPT_TOKEN(sym__not_escape_sequence); - if (lookahead == '\n') ADVANCE(105); - if (lookahead == '\r') ADVANCE(7); - if (lookahead == 'N') ADVANCE(26); - if (lookahead == 'U') ADVANCE(43); - if (lookahead == 'u') ADVANCE(39); - if (lookahead == 'x') ADVANCE(37); - if (lookahead == '"' || - lookahead == '\'' || - lookahead == '\\' || - lookahead == 'a' || - lookahead == 'b' || - lookahead == 'f' || - lookahead == 'n' || - lookahead == 'r' || - ('t' <= lookahead && lookahead <= 'v')) ADVANCE(105); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(34); + ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 107: - ACCEPT_TOKEN(aux_sym_format_specifier_token1); - if (lookahead == '\r') ADVANCE(109); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '{' && - lookahead != '}') ADVANCE(109); + ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 108: - ACCEPT_TOKEN(aux_sym_format_specifier_token1); - if (lookahead == '#') ADVANCE(109); - if (lookahead == '\\') ADVANCE(107); - if (lookahead == '\t' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) ADVANCE(108); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '{' && - lookahead != '}') ADVANCE(109); + ACCEPT_TOKEN(anon_sym_AT_EQ); END_STATE(); case 109: + ACCEPT_TOKEN(anon_sym_SLASH_SLASH_EQ); + END_STATE(); + case 110: + ACCEPT_TOKEN(anon_sym_PERCENT_EQ); + END_STATE(); + case 111: + ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); + END_STATE(); + case 112: + ACCEPT_TOKEN(anon_sym_GT_GT_EQ); + END_STATE(); + case 113: + ACCEPT_TOKEN(anon_sym_LT_LT_EQ); + END_STATE(); + case 114: + ACCEPT_TOKEN(anon_sym_AMP_EQ); + END_STATE(); + case 115: + ACCEPT_TOKEN(anon_sym_CARET_EQ); + END_STATE(); + case 116: + ACCEPT_TOKEN(anon_sym_PIPE_EQ); + END_STATE(); + case 117: + ACCEPT_TOKEN(sym_ellipsis); + END_STATE(); + case 118: + ACCEPT_TOKEN(anon_sym_LBRACE2); + END_STATE(); + case 119: + ACCEPT_TOKEN(anon_sym_LBRACE2); + if (lookahead == '{') ADVANCE(120); + END_STATE(); + case 120: + ACCEPT_TOKEN(sym__escape_interpolation); + END_STATE(); + case 121: + ACCEPT_TOKEN(sym_escape_sequence); + END_STATE(); + case 122: + ACCEPT_TOKEN(anon_sym_BSLASH); + ADVANCE_MAP( + '\n', 121, + '\r', 9, + 'N', 27, + 'U', 44, + 'u', 40, + 'x', 38, + '"', 121, + '\'', 121, + '\\', 121, + 'a', 121, + 'b', 121, + 'f', 121, + 'n', 121, + 'r', 121, + 't', 121, + 'v', 121, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(35); + END_STATE(); + case 123: + ACCEPT_TOKEN(anon_sym_COLON2); + END_STATE(); + case 124: + ACCEPT_TOKEN(aux_sym_format_specifier_token1); + if (lookahead == '\r') ADVANCE(126); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '{' && + lookahead != '}') ADVANCE(126); + END_STATE(); + case 125: + ACCEPT_TOKEN(aux_sym_format_specifier_token1); + if (lookahead == '#') ADVANCE(126); + if (lookahead == '\\') ADVANCE(124); + if (lookahead == '\t' || + (0x0b <= lookahead && lookahead <= '\r') || + lookahead == ' ' || + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) ADVANCE(125); + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead) && + lookahead != '{' && + lookahead != '}') ADVANCE(126); + END_STATE(); + case 126: ACCEPT_TOKEN(aux_sym_format_specifier_token1); if (lookahead != 0 && lookahead != '\n' && lookahead != '{' && - lookahead != '}') ADVANCE(109); + lookahead != '}') ADVANCE(126); END_STATE(); - case 110: + case 127: ACCEPT_TOKEN(sym_type_conversion); END_STATE(); - case 111: + case 128: ACCEPT_TOKEN(sym_integer); END_STATE(); - case 112: + case 129: ACCEPT_TOKEN(sym_integer); - if (lookahead == '.') ADVANCE(121); - if (lookahead == '_') ADVANCE(114); + ADVANCE_MAP( + '.', 138, + '_', 131, + 'B', 24, + 'b', 24, + 'E', 30, + 'e', 30, + 'O', 25, + 'o', 25, + 'X', 26, + 'x', 26, + 'J', 128, + 'L', 128, + 'j', 128, + 'l', 128, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(130); + END_STATE(); + case 130: + ACCEPT_TOKEN(sym_integer); + ADVANCE_MAP( + '.', 138, + '_', 131, + 'E', 30, + 'e', 30, + 'J', 128, + 'L', 128, + 'j', 128, + 'l', 128, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(130); + END_STATE(); + case 131: + ACCEPT_TOKEN(sym_integer); + if (lookahead == '.') ADVANCE(138); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(29); + lookahead == 'e') ADVANCE(30); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || - lookahead == 'l') ADVANCE(111); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); + lookahead == 'l') ADVANCE(128); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(130); END_STATE(); - case 113: - ACCEPT_TOKEN(sym_integer); - if (lookahead == '.') ADVANCE(121); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(23); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(24); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(25); - if (lookahead == '_') ADVANCE(114); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(29); - if (lookahead == 'J' || - lookahead == 'L' || - lookahead == 'j' || - lookahead == 'l') ADVANCE(111); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); - END_STATE(); - case 114: - ACCEPT_TOKEN(sym_integer); - if (lookahead == '.') ADVANCE(121); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(29); - if (lookahead == 'J' || - lookahead == 'L' || - lookahead == 'j' || - lookahead == 'l') ADVANCE(111); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); - END_STATE(); - case 115: - ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(30); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(111); - if (lookahead == '0' || - lookahead == '1') ADVANCE(115); - END_STATE(); - case 116: + case 132: ACCEPT_TOKEN(sym_integer); if (lookahead == '_') ADVANCE(31); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(111); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(116); + lookahead == 'l') ADVANCE(128); + if (lookahead == '0' || + lookahead == '1') ADVANCE(132); END_STATE(); - case 117: + case 133: ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(35); + if (lookahead == '_') ADVANCE(32); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(111); + lookahead == 'l') ADVANCE(128); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(133); + END_STATE(); + case 134: + ACCEPT_TOKEN(sym_integer); + if (lookahead == '_') ADVANCE(36); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(128); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(134); END_STATE(); - case 118: + case 135: ACCEPT_TOKEN(sym_float); END_STATE(); - case 119: + case 136: ACCEPT_TOKEN(sym_float); - if (lookahead == '_') ADVANCE(121); + if (lookahead == '_') ADVANCE(138); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(29); + lookahead == 'e') ADVANCE(30); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || - lookahead == 'l') ADVANCE(118); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119); + lookahead == 'l') ADVANCE(135); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(136); END_STATE(); - case 120: + case 137: ACCEPT_TOKEN(sym_float); - if (lookahead == '_') ADVANCE(122); + if (lookahead == '_') ADVANCE(139); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || - lookahead == 'l') ADVANCE(118); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); + lookahead == 'l') ADVANCE(135); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(137); END_STATE(); - case 121: + case 138: ACCEPT_TOKEN(sym_float); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(29); + lookahead == 'e') ADVANCE(30); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || - lookahead == 'l') ADVANCE(118); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119); + lookahead == 'l') ADVANCE(135); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(136); END_STATE(); - case 122: + case 139: ACCEPT_TOKEN(sym_float); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || - lookahead == 'l') ADVANCE(118); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); + lookahead == 'l') ADVANCE(135); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(137); END_STATE(); - case 123: + case 140: ACCEPT_TOKEN(sym_identifier); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(123); + if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(140); END_STATE(); - case 124: + case 141: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - lookahead != '\n') ADVANCE(124); + lookahead != '\n') ADVANCE(141); END_STATE(); - case 125: - ACCEPT_TOKEN(sym__semicolon); + case 142: + ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); default: return false; @@ -5590,7 +5860,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { if (lookahead == 'F') ADVANCE(1); if (lookahead == 'N') ADVANCE(2); if (lookahead == 'T') ADVANCE(3); - if (lookahead == '\\') SKIP(4) + if (lookahead == '\\') SKIP(4); if (lookahead == '_') ADVANCE(5); if (lookahead == 'a') ADVANCE(6); if (lookahead == 'b') ADVANCE(7); @@ -5609,14 +5879,11 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { if (lookahead == 't') ADVANCE(20); if (lookahead == 'w') ADVANCE(21); if (lookahead == 'y') ADVANCE(22); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(0) + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) SKIP(0); END_STATE(); case 1: if (lookahead == 'a') ADVANCE(23); @@ -5628,8 +5895,8 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { if (lookahead == 'r') ADVANCE(25); END_STATE(); case 4: - if (lookahead == '\n') SKIP(0) - if (lookahead == '\r') SKIP(26) + if (lookahead == '\n') SKIP(0); + if (lookahead == '\r') SKIP(26); END_STATE(); case 5: ACCEPT_TOKEN(sym_match_wildcard_pattern); @@ -5710,7 +5977,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(61); END_STATE(); case 26: - if (lookahead == '\n') SKIP(0) + if (lookahead == '\n') SKIP(0); END_STATE(); case 27: if (lookahead == 'f') ADVANCE(62); @@ -6136,817 +6403,817 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, - [1] = {.lex_state = 50, .external_lex_state = 2}, - [2] = {.lex_state = 50, .external_lex_state = 3}, - [3] = {.lex_state = 50, .external_lex_state = 3}, - [4] = {.lex_state = 50, .external_lex_state = 3}, - [5] = {.lex_state = 50, .external_lex_state = 3}, - [6] = {.lex_state = 50, .external_lex_state = 3}, - [7] = {.lex_state = 50, .external_lex_state = 3}, - [8] = {.lex_state = 50, .external_lex_state = 3}, - [9] = {.lex_state = 50, .external_lex_state = 3}, - [10] = {.lex_state = 50, .external_lex_state = 3}, - [11] = {.lex_state = 50, .external_lex_state = 3}, - [12] = {.lex_state = 50, .external_lex_state = 3}, - [13] = {.lex_state = 50, .external_lex_state = 3}, - [14] = {.lex_state = 50, .external_lex_state = 3}, - [15] = {.lex_state = 50, .external_lex_state = 3}, - [16] = {.lex_state = 50, .external_lex_state = 3}, - [17] = {.lex_state = 50, .external_lex_state = 3}, - [18] = {.lex_state = 50, .external_lex_state = 3}, - [19] = {.lex_state = 50, .external_lex_state = 3}, - [20] = {.lex_state = 50, .external_lex_state = 3}, - [21] = {.lex_state = 50, .external_lex_state = 3}, - [22] = {.lex_state = 50, .external_lex_state = 3}, - [23] = {.lex_state = 50, .external_lex_state = 3}, - [24] = {.lex_state = 50, .external_lex_state = 3}, - [25] = {.lex_state = 50, .external_lex_state = 3}, - [26] = {.lex_state = 50, .external_lex_state = 3}, - [27] = {.lex_state = 50, .external_lex_state = 3}, - [28] = {.lex_state = 50, .external_lex_state = 3}, - [29] = {.lex_state = 50, .external_lex_state = 3}, - [30] = {.lex_state = 50, .external_lex_state = 3}, - [31] = {.lex_state = 50, .external_lex_state = 3}, - [32] = {.lex_state = 50, .external_lex_state = 3}, - [33] = {.lex_state = 50, .external_lex_state = 3}, - [34] = {.lex_state = 50, .external_lex_state = 3}, - [35] = {.lex_state = 50, .external_lex_state = 3}, - [36] = {.lex_state = 50, .external_lex_state = 3}, - [37] = {.lex_state = 50, .external_lex_state = 3}, - [38] = {.lex_state = 50, .external_lex_state = 3}, - [39] = {.lex_state = 50, .external_lex_state = 3}, - [40] = {.lex_state = 50, .external_lex_state = 3}, - [41] = {.lex_state = 50, .external_lex_state = 3}, - [42] = {.lex_state = 50, .external_lex_state = 3}, - [43] = {.lex_state = 50, .external_lex_state = 3}, - [44] = {.lex_state = 50, .external_lex_state = 3}, - [45] = {.lex_state = 50, .external_lex_state = 3}, - [46] = {.lex_state = 50, .external_lex_state = 3}, - [47] = {.lex_state = 50, .external_lex_state = 3}, - [48] = {.lex_state = 50, .external_lex_state = 3}, - [49] = {.lex_state = 50, .external_lex_state = 3}, - [50] = {.lex_state = 50, .external_lex_state = 3}, - [51] = {.lex_state = 50, .external_lex_state = 3}, - [52] = {.lex_state = 50, .external_lex_state = 3}, - [53] = {.lex_state = 50, .external_lex_state = 3}, - [54] = {.lex_state = 50, .external_lex_state = 3}, - [55] = {.lex_state = 50, .external_lex_state = 3}, - [56] = {.lex_state = 50, .external_lex_state = 3}, - [57] = {.lex_state = 50, .external_lex_state = 3}, - [58] = {.lex_state = 50, .external_lex_state = 3}, - [59] = {.lex_state = 50, .external_lex_state = 3}, - [60] = {.lex_state = 50, .external_lex_state = 3}, - [61] = {.lex_state = 50, .external_lex_state = 3}, - [62] = {.lex_state = 50, .external_lex_state = 3}, - [63] = {.lex_state = 50, .external_lex_state = 3}, - [64] = {.lex_state = 50, .external_lex_state = 2}, - [65] = {.lex_state = 50, .external_lex_state = 2}, - [66] = {.lex_state = 50, .external_lex_state = 4}, - [67] = {.lex_state = 50, .external_lex_state = 4}, - [68] = {.lex_state = 50, .external_lex_state = 5}, - [69] = {.lex_state = 50, .external_lex_state = 5}, - [70] = {.lex_state = 50, .external_lex_state = 5}, - [71] = {.lex_state = 50, .external_lex_state = 5}, - [72] = {.lex_state = 50, .external_lex_state = 5}, - [73] = {.lex_state = 50, .external_lex_state = 5}, - [74] = {.lex_state = 50, .external_lex_state = 5}, - [75] = {.lex_state = 50, .external_lex_state = 5}, - [76] = {.lex_state = 50, .external_lex_state = 5}, - [77] = {.lex_state = 50, .external_lex_state = 5}, - [78] = {.lex_state = 50, .external_lex_state = 5}, - [79] = {.lex_state = 50, .external_lex_state = 5}, - [80] = {.lex_state = 50, .external_lex_state = 5}, - [81] = {.lex_state = 50, .external_lex_state = 5}, - [82] = {.lex_state = 50, .external_lex_state = 5}, - [83] = {.lex_state = 50, .external_lex_state = 5}, - [84] = {.lex_state = 50, .external_lex_state = 5}, - [85] = {.lex_state = 50, .external_lex_state = 5}, - [86] = {.lex_state = 50, .external_lex_state = 5}, - [87] = {.lex_state = 50, .external_lex_state = 5}, - [88] = {.lex_state = 50, .external_lex_state = 5}, - [89] = {.lex_state = 50, .external_lex_state = 5}, - [90] = {.lex_state = 50, .external_lex_state = 5}, - [91] = {.lex_state = 50, .external_lex_state = 5}, - [92] = {.lex_state = 50, .external_lex_state = 5}, - [93] = {.lex_state = 50, .external_lex_state = 5}, - [94] = {.lex_state = 50, .external_lex_state = 5}, - [95] = {.lex_state = 50, .external_lex_state = 5}, - [96] = {.lex_state = 50, .external_lex_state = 5}, - [97] = {.lex_state = 50, .external_lex_state = 5}, - [98] = {.lex_state = 50, .external_lex_state = 5}, - [99] = {.lex_state = 50, .external_lex_state = 5}, - [100] = {.lex_state = 50, .external_lex_state = 5}, - [101] = {.lex_state = 50, .external_lex_state = 5}, - [102] = {.lex_state = 50, .external_lex_state = 5}, - [103] = {.lex_state = 50, .external_lex_state = 5}, - [104] = {.lex_state = 50, .external_lex_state = 5}, - [105] = {.lex_state = 50, .external_lex_state = 5}, - [106] = {.lex_state = 50, .external_lex_state = 5}, - [107] = {.lex_state = 50, .external_lex_state = 5}, - [108] = {.lex_state = 50, .external_lex_state = 5}, - [109] = {.lex_state = 50, .external_lex_state = 5}, - [110] = {.lex_state = 50, .external_lex_state = 5}, - [111] = {.lex_state = 50, .external_lex_state = 4}, - [112] = {.lex_state = 50, .external_lex_state = 5}, - [113] = {.lex_state = 50, .external_lex_state = 5}, - [114] = {.lex_state = 50, .external_lex_state = 5}, - [115] = {.lex_state = 50, .external_lex_state = 5}, - [116] = {.lex_state = 50, .external_lex_state = 5}, - [117] = {.lex_state = 50, .external_lex_state = 5}, - [118] = {.lex_state = 50, .external_lex_state = 5}, - [119] = {.lex_state = 50, .external_lex_state = 5}, - [120] = {.lex_state = 50, .external_lex_state = 5}, - [121] = {.lex_state = 50, .external_lex_state = 5}, - [122] = {.lex_state = 50, .external_lex_state = 5}, - [123] = {.lex_state = 50, .external_lex_state = 5}, - [124] = {.lex_state = 50, .external_lex_state = 5}, - [125] = {.lex_state = 50, .external_lex_state = 5}, - [126] = {.lex_state = 50, .external_lex_state = 5}, - [127] = {.lex_state = 50, .external_lex_state = 4}, - [128] = {.lex_state = 50, .external_lex_state = 4}, - [129] = {.lex_state = 50, .external_lex_state = 4}, - [130] = {.lex_state = 50, .external_lex_state = 4}, - [131] = {.lex_state = 50, .external_lex_state = 4}, - [132] = {.lex_state = 50, .external_lex_state = 4}, - [133] = {.lex_state = 50, .external_lex_state = 2}, - [134] = {.lex_state = 50, .external_lex_state = 4}, - [135] = {.lex_state = 50, .external_lex_state = 2}, - [136] = {.lex_state = 50, .external_lex_state = 2}, - [137] = {.lex_state = 14, .external_lex_state = 2}, - [138] = {.lex_state = 50, .external_lex_state = 2}, - [139] = {.lex_state = 14, .external_lex_state = 2}, - [140] = {.lex_state = 50, .external_lex_state = 4}, + [1] = {.lex_state = 51, .external_lex_state = 2}, + [2] = {.lex_state = 51, .external_lex_state = 3}, + [3] = {.lex_state = 51, .external_lex_state = 3}, + [4] = {.lex_state = 51, .external_lex_state = 3}, + [5] = {.lex_state = 51, .external_lex_state = 3}, + [6] = {.lex_state = 51, .external_lex_state = 3}, + [7] = {.lex_state = 51, .external_lex_state = 3}, + [8] = {.lex_state = 51, .external_lex_state = 3}, + [9] = {.lex_state = 51, .external_lex_state = 3}, + [10] = {.lex_state = 51, .external_lex_state = 3}, + [11] = {.lex_state = 51, .external_lex_state = 3}, + [12] = {.lex_state = 51, .external_lex_state = 3}, + [13] = {.lex_state = 51, .external_lex_state = 3}, + [14] = {.lex_state = 51, .external_lex_state = 3}, + [15] = {.lex_state = 51, .external_lex_state = 3}, + [16] = {.lex_state = 51, .external_lex_state = 3}, + [17] = {.lex_state = 51, .external_lex_state = 3}, + [18] = {.lex_state = 51, .external_lex_state = 3}, + [19] = {.lex_state = 51, .external_lex_state = 3}, + [20] = {.lex_state = 51, .external_lex_state = 3}, + [21] = {.lex_state = 51, .external_lex_state = 3}, + [22] = {.lex_state = 51, .external_lex_state = 3}, + [23] = {.lex_state = 51, .external_lex_state = 3}, + [24] = {.lex_state = 51, .external_lex_state = 3}, + [25] = {.lex_state = 51, .external_lex_state = 3}, + [26] = {.lex_state = 51, .external_lex_state = 3}, + [27] = {.lex_state = 51, .external_lex_state = 3}, + [28] = {.lex_state = 51, .external_lex_state = 3}, + [29] = {.lex_state = 51, .external_lex_state = 3}, + [30] = {.lex_state = 51, .external_lex_state = 3}, + [31] = {.lex_state = 51, .external_lex_state = 3}, + [32] = {.lex_state = 51, .external_lex_state = 3}, + [33] = {.lex_state = 51, .external_lex_state = 3}, + [34] = {.lex_state = 51, .external_lex_state = 3}, + [35] = {.lex_state = 51, .external_lex_state = 3}, + [36] = {.lex_state = 51, .external_lex_state = 3}, + [37] = {.lex_state = 51, .external_lex_state = 3}, + [38] = {.lex_state = 51, .external_lex_state = 3}, + [39] = {.lex_state = 51, .external_lex_state = 3}, + [40] = {.lex_state = 51, .external_lex_state = 3}, + [41] = {.lex_state = 51, .external_lex_state = 3}, + [42] = {.lex_state = 51, .external_lex_state = 3}, + [43] = {.lex_state = 51, .external_lex_state = 3}, + [44] = {.lex_state = 51, .external_lex_state = 3}, + [45] = {.lex_state = 51, .external_lex_state = 3}, + [46] = {.lex_state = 51, .external_lex_state = 3}, + [47] = {.lex_state = 51, .external_lex_state = 3}, + [48] = {.lex_state = 51, .external_lex_state = 3}, + [49] = {.lex_state = 51, .external_lex_state = 3}, + [50] = {.lex_state = 51, .external_lex_state = 3}, + [51] = {.lex_state = 51, .external_lex_state = 3}, + [52] = {.lex_state = 51, .external_lex_state = 3}, + [53] = {.lex_state = 51, .external_lex_state = 3}, + [54] = {.lex_state = 51, .external_lex_state = 3}, + [55] = {.lex_state = 51, .external_lex_state = 3}, + [56] = {.lex_state = 51, .external_lex_state = 3}, + [57] = {.lex_state = 51, .external_lex_state = 3}, + [58] = {.lex_state = 51, .external_lex_state = 3}, + [59] = {.lex_state = 51, .external_lex_state = 3}, + [60] = {.lex_state = 51, .external_lex_state = 2}, + [61] = {.lex_state = 51, .external_lex_state = 3}, + [62] = {.lex_state = 51, .external_lex_state = 2}, + [63] = {.lex_state = 51, .external_lex_state = 3}, + [64] = {.lex_state = 51, .external_lex_state = 3}, + [65] = {.lex_state = 51, .external_lex_state = 3}, + [66] = {.lex_state = 51, .external_lex_state = 4}, + [67] = {.lex_state = 51, .external_lex_state = 4}, + [68] = {.lex_state = 51, .external_lex_state = 4}, + [69] = {.lex_state = 51, .external_lex_state = 5}, + [70] = {.lex_state = 51, .external_lex_state = 5}, + [71] = {.lex_state = 51, .external_lex_state = 5}, + [72] = {.lex_state = 51, .external_lex_state = 5}, + [73] = {.lex_state = 51, .external_lex_state = 5}, + [74] = {.lex_state = 51, .external_lex_state = 5}, + [75] = {.lex_state = 51, .external_lex_state = 5}, + [76] = {.lex_state = 51, .external_lex_state = 5}, + [77] = {.lex_state = 51, .external_lex_state = 5}, + [78] = {.lex_state = 51, .external_lex_state = 5}, + [79] = {.lex_state = 51, .external_lex_state = 5}, + [80] = {.lex_state = 51, .external_lex_state = 5}, + [81] = {.lex_state = 51, .external_lex_state = 5}, + [82] = {.lex_state = 51, .external_lex_state = 5}, + [83] = {.lex_state = 51, .external_lex_state = 5}, + [84] = {.lex_state = 51, .external_lex_state = 5}, + [85] = {.lex_state = 51, .external_lex_state = 5}, + [86] = {.lex_state = 51, .external_lex_state = 5}, + [87] = {.lex_state = 51, .external_lex_state = 5}, + [88] = {.lex_state = 51, .external_lex_state = 5}, + [89] = {.lex_state = 51, .external_lex_state = 5}, + [90] = {.lex_state = 51, .external_lex_state = 5}, + [91] = {.lex_state = 51, .external_lex_state = 5}, + [92] = {.lex_state = 51, .external_lex_state = 5}, + [93] = {.lex_state = 51, .external_lex_state = 5}, + [94] = {.lex_state = 51, .external_lex_state = 5}, + [95] = {.lex_state = 51, .external_lex_state = 5}, + [96] = {.lex_state = 51, .external_lex_state = 5}, + [97] = {.lex_state = 51, .external_lex_state = 5}, + [98] = {.lex_state = 51, .external_lex_state = 5}, + [99] = {.lex_state = 51, .external_lex_state = 5}, + [100] = {.lex_state = 51, .external_lex_state = 5}, + [101] = {.lex_state = 51, .external_lex_state = 5}, + [102] = {.lex_state = 51, .external_lex_state = 5}, + [103] = {.lex_state = 51, .external_lex_state = 5}, + [104] = {.lex_state = 51, .external_lex_state = 5}, + [105] = {.lex_state = 51, .external_lex_state = 5}, + [106] = {.lex_state = 51, .external_lex_state = 5}, + [107] = {.lex_state = 51, .external_lex_state = 5}, + [108] = {.lex_state = 51, .external_lex_state = 5}, + [109] = {.lex_state = 51, .external_lex_state = 5}, + [110] = {.lex_state = 51, .external_lex_state = 5}, + [111] = {.lex_state = 51, .external_lex_state = 5}, + [112] = {.lex_state = 51, .external_lex_state = 5}, + [113] = {.lex_state = 51, .external_lex_state = 5}, + [114] = {.lex_state = 51, .external_lex_state = 5}, + [115] = {.lex_state = 51, .external_lex_state = 5}, + [116] = {.lex_state = 51, .external_lex_state = 5}, + [117] = {.lex_state = 51, .external_lex_state = 5}, + [118] = {.lex_state = 51, .external_lex_state = 5}, + [119] = {.lex_state = 51, .external_lex_state = 5}, + [120] = {.lex_state = 51, .external_lex_state = 5}, + [121] = {.lex_state = 51, .external_lex_state = 5}, + [122] = {.lex_state = 51, .external_lex_state = 5}, + [123] = {.lex_state = 51, .external_lex_state = 5}, + [124] = {.lex_state = 51, .external_lex_state = 5}, + [125] = {.lex_state = 51, .external_lex_state = 5}, + [126] = {.lex_state = 51, .external_lex_state = 5}, + [127] = {.lex_state = 51, .external_lex_state = 4}, + [128] = {.lex_state = 51, .external_lex_state = 4}, + [129] = {.lex_state = 51, .external_lex_state = 4}, + [130] = {.lex_state = 51, .external_lex_state = 4}, + [131] = {.lex_state = 51, .external_lex_state = 4}, + [132] = {.lex_state = 51, .external_lex_state = 4}, + [133] = {.lex_state = 51, .external_lex_state = 2}, + [134] = {.lex_state = 51, .external_lex_state = 4}, + [135] = {.lex_state = 51, .external_lex_state = 2}, + [136] = {.lex_state = 51, .external_lex_state = 2}, + [137] = {.lex_state = 51, .external_lex_state = 2}, + [138] = {.lex_state = 51, .external_lex_state = 2}, + [139] = {.lex_state = 51, .external_lex_state = 2}, + [140] = {.lex_state = 51, .external_lex_state = 4}, [141] = {.lex_state = 14, .external_lex_state = 2}, - [142] = {.lex_state = 14, .external_lex_state = 2}, - [143] = {.lex_state = 50, .external_lex_state = 2}, - [144] = {.lex_state = 50, .external_lex_state = 2}, - [145] = {.lex_state = 50, .external_lex_state = 4}, - [146] = {.lex_state = 50, .external_lex_state = 2}, - [147] = {.lex_state = 14, .external_lex_state = 2}, - [148] = {.lex_state = 50, .external_lex_state = 2}, - [149] = {.lex_state = 50, .external_lex_state = 2}, - [150] = {.lex_state = 50, .external_lex_state = 2}, - [151] = {.lex_state = 50, .external_lex_state = 2}, - [152] = {.lex_state = 14, .external_lex_state = 2}, - [153] = {.lex_state = 50, .external_lex_state = 2}, - [154] = {.lex_state = 50, .external_lex_state = 2}, - [155] = {.lex_state = 50, .external_lex_state = 2}, - [156] = {.lex_state = 50, .external_lex_state = 2}, - [157] = {.lex_state = 50, .external_lex_state = 2}, - [158] = {.lex_state = 14, .external_lex_state = 2}, - [159] = {.lex_state = 50, .external_lex_state = 2}, - [160] = {.lex_state = 14, .external_lex_state = 2}, - [161] = {.lex_state = 50, .external_lex_state = 2}, - [162] = {.lex_state = 14, .external_lex_state = 2}, - [163] = {.lex_state = 14, .external_lex_state = 2}, - [164] = {.lex_state = 50, .external_lex_state = 2}, - [165] = {.lex_state = 14, .external_lex_state = 2}, - [166] = {.lex_state = 50, .external_lex_state = 2}, - [167] = {.lex_state = 50, .external_lex_state = 2}, - [168] = {.lex_state = 50, .external_lex_state = 2}, - [169] = {.lex_state = 50, .external_lex_state = 2}, - [170] = {.lex_state = 50, .external_lex_state = 2}, - [171] = {.lex_state = 50, .external_lex_state = 2}, - [172] = {.lex_state = 50, .external_lex_state = 2}, - [173] = {.lex_state = 50, .external_lex_state = 2}, - [174] = {.lex_state = 50, .external_lex_state = 2}, - [175] = {.lex_state = 50, .external_lex_state = 2}, - [176] = {.lex_state = 50, .external_lex_state = 2}, - [177] = {.lex_state = 50, .external_lex_state = 4}, - [178] = {.lex_state = 50, .external_lex_state = 4}, - [179] = {.lex_state = 50, .external_lex_state = 2}, - [180] = {.lex_state = 50, .external_lex_state = 2}, - [181] = {.lex_state = 50, .external_lex_state = 2}, - [182] = {.lex_state = 50, .external_lex_state = 2}, - [183] = {.lex_state = 50, .external_lex_state = 2}, - [184] = {.lex_state = 50, .external_lex_state = 2}, - [185] = {.lex_state = 50, .external_lex_state = 2}, - [186] = {.lex_state = 50, .external_lex_state = 4}, - [187] = {.lex_state = 50, .external_lex_state = 2}, - [188] = {.lex_state = 50, .external_lex_state = 4}, - [189] = {.lex_state = 50, .external_lex_state = 2}, - [190] = {.lex_state = 50, .external_lex_state = 4}, - [191] = {.lex_state = 50, .external_lex_state = 2}, - [192] = {.lex_state = 50, .external_lex_state = 2}, - [193] = {.lex_state = 50, .external_lex_state = 2}, - [194] = {.lex_state = 50, .external_lex_state = 2}, - [195] = {.lex_state = 50, .external_lex_state = 2}, - [196] = {.lex_state = 50, .external_lex_state = 2}, - [197] = {.lex_state = 50, .external_lex_state = 2}, - [198] = {.lex_state = 50, .external_lex_state = 2}, - [199] = {.lex_state = 50, .external_lex_state = 2}, - [200] = {.lex_state = 50, .external_lex_state = 2}, - [201] = {.lex_state = 50, .external_lex_state = 2}, - [202] = {.lex_state = 50, .external_lex_state = 2}, - [203] = {.lex_state = 50, .external_lex_state = 2}, - [204] = {.lex_state = 50, .external_lex_state = 2}, - [205] = {.lex_state = 50, .external_lex_state = 2}, - [206] = {.lex_state = 50, .external_lex_state = 2}, - [207] = {.lex_state = 50, .external_lex_state = 2}, - [208] = {.lex_state = 50, .external_lex_state = 2}, - [209] = {.lex_state = 50, .external_lex_state = 2}, - [210] = {.lex_state = 50, .external_lex_state = 4}, - [211] = {.lex_state = 50, .external_lex_state = 2}, - [212] = {.lex_state = 50, .external_lex_state = 2}, - [213] = {.lex_state = 14, .external_lex_state = 2}, - [214] = {.lex_state = 14, .external_lex_state = 2}, - [215] = {.lex_state = 14, .external_lex_state = 2}, - [216] = {.lex_state = 14, .external_lex_state = 2}, - [217] = {.lex_state = 50, .external_lex_state = 2}, - [218] = {.lex_state = 14, .external_lex_state = 2}, - [219] = {.lex_state = 50, .external_lex_state = 2}, - [220] = {.lex_state = 14, .external_lex_state = 2}, - [221] = {.lex_state = 50, .external_lex_state = 2}, - [222] = {.lex_state = 50, .external_lex_state = 2}, - [223] = {.lex_state = 50, .external_lex_state = 2}, - [224] = {.lex_state = 50, .external_lex_state = 2}, - [225] = {.lex_state = 50, .external_lex_state = 2}, - [226] = {.lex_state = 14, .external_lex_state = 2}, - [227] = {.lex_state = 50, .external_lex_state = 2}, - [228] = {.lex_state = 50, .external_lex_state = 2}, - [229] = {.lex_state = 50, .external_lex_state = 2}, - [230] = {.lex_state = 50, .external_lex_state = 2}, - [231] = {.lex_state = 50, .external_lex_state = 2}, - [232] = {.lex_state = 50, .external_lex_state = 2}, - [233] = {.lex_state = 50, .external_lex_state = 2}, - [234] = {.lex_state = 50, .external_lex_state = 2}, - [235] = {.lex_state = 50, .external_lex_state = 2}, - [236] = {.lex_state = 50, .external_lex_state = 2}, - [237] = {.lex_state = 50, .external_lex_state = 2}, - [238] = {.lex_state = 50, .external_lex_state = 2}, - [239] = {.lex_state = 50, .external_lex_state = 2}, - [240] = {.lex_state = 50, .external_lex_state = 2}, - [241] = {.lex_state = 50, .external_lex_state = 2}, - [242] = {.lex_state = 50, .external_lex_state = 2}, - [243] = {.lex_state = 14, .external_lex_state = 2}, - [244] = {.lex_state = 16}, - [245] = {.lex_state = 16}, - [246] = {.lex_state = 14, .external_lex_state = 2}, - [247] = {.lex_state = 50, .external_lex_state = 2}, - [248] = {.lex_state = 50, .external_lex_state = 2}, - [249] = {.lex_state = 50, .external_lex_state = 2}, - [250] = {.lex_state = 50, .external_lex_state = 3}, - [251] = {.lex_state = 50, .external_lex_state = 2}, - [252] = {.lex_state = 50, .external_lex_state = 3}, - [253] = {.lex_state = 50, .external_lex_state = 2}, - [254] = {.lex_state = 50, .external_lex_state = 2}, - [255] = {.lex_state = 50, .external_lex_state = 3}, - [256] = {.lex_state = 50, .external_lex_state = 2}, - [257] = {.lex_state = 50, .external_lex_state = 3}, - [258] = {.lex_state = 50, .external_lex_state = 2}, - [259] = {.lex_state = 50, .external_lex_state = 2}, - [260] = {.lex_state = 50, .external_lex_state = 2}, - [261] = {.lex_state = 50, .external_lex_state = 2}, - [262] = {.lex_state = 14, .external_lex_state = 2}, - [263] = {.lex_state = 14, .external_lex_state = 2}, - [264] = {.lex_state = 50, .external_lex_state = 2}, - [265] = {.lex_state = 50, .external_lex_state = 4}, - [266] = {.lex_state = 50, .external_lex_state = 2}, - [267] = {.lex_state = 14, .external_lex_state = 2}, - [268] = {.lex_state = 50, .external_lex_state = 2}, - [269] = {.lex_state = 50, .external_lex_state = 2}, - [270] = {.lex_state = 50, .external_lex_state = 2}, - [271] = {.lex_state = 50, .external_lex_state = 4}, - [272] = {.lex_state = 50, .external_lex_state = 4}, - [273] = {.lex_state = 50, .external_lex_state = 2}, - [274] = {.lex_state = 50, .external_lex_state = 2}, - [275] = {.lex_state = 50, .external_lex_state = 2}, - [276] = {.lex_state = 50, .external_lex_state = 2}, - [277] = {.lex_state = 14, .external_lex_state = 2}, - [278] = {.lex_state = 50, .external_lex_state = 2}, - [279] = {.lex_state = 50, .external_lex_state = 2}, - [280] = {.lex_state = 50, .external_lex_state = 2}, - [281] = {.lex_state = 50, .external_lex_state = 2}, - [282] = {.lex_state = 50, .external_lex_state = 2}, - [283] = {.lex_state = 50, .external_lex_state = 2}, - [284] = {.lex_state = 50, .external_lex_state = 2}, - [285] = {.lex_state = 50, .external_lex_state = 2}, - [286] = {.lex_state = 50, .external_lex_state = 4}, - [287] = {.lex_state = 50, .external_lex_state = 2}, - [288] = {.lex_state = 50, .external_lex_state = 2}, - [289] = {.lex_state = 50, .external_lex_state = 2}, - [290] = {.lex_state = 50, .external_lex_state = 2}, - [291] = {.lex_state = 50, .external_lex_state = 2}, - [292] = {.lex_state = 50, .external_lex_state = 3}, - [293] = {.lex_state = 50, .external_lex_state = 3}, - [294] = {.lex_state = 50, .external_lex_state = 2}, - [295] = {.lex_state = 50, .external_lex_state = 2}, - [296] = {.lex_state = 50, .external_lex_state = 3}, - [297] = {.lex_state = 50, .external_lex_state = 2}, - [298] = {.lex_state = 15, .external_lex_state = 6}, - [299] = {.lex_state = 15, .external_lex_state = 6}, - [300] = {.lex_state = 50, .external_lex_state = 3}, - [301] = {.lex_state = 50, .external_lex_state = 3}, - [302] = {.lex_state = 50, .external_lex_state = 2}, - [303] = {.lex_state = 50, .external_lex_state = 2}, - [304] = {.lex_state = 50, .external_lex_state = 3}, - [305] = {.lex_state = 50, .external_lex_state = 2}, - [306] = {.lex_state = 50, .external_lex_state = 3}, - [307] = {.lex_state = 50, .external_lex_state = 3}, - [308] = {.lex_state = 50, .external_lex_state = 2}, - [309] = {.lex_state = 50, .external_lex_state = 2}, - [310] = {.lex_state = 50, .external_lex_state = 3}, - [311] = {.lex_state = 50, .external_lex_state = 2}, - [312] = {.lex_state = 50, .external_lex_state = 3}, - [313] = {.lex_state = 50, .external_lex_state = 3}, - [314] = {.lex_state = 50, .external_lex_state = 2}, - [315] = {.lex_state = 50, .external_lex_state = 2}, - [316] = {.lex_state = 50, .external_lex_state = 2}, - [317] = {.lex_state = 50, .external_lex_state = 2}, - [318] = {.lex_state = 50, .external_lex_state = 2}, - [319] = {.lex_state = 50, .external_lex_state = 2}, - [320] = {.lex_state = 50, .external_lex_state = 2}, - [321] = {.lex_state = 50, .external_lex_state = 2}, - [322] = {.lex_state = 50, .external_lex_state = 2}, - [323] = {.lex_state = 50, .external_lex_state = 2}, - [324] = {.lex_state = 50, .external_lex_state = 2}, - [325] = {.lex_state = 50, .external_lex_state = 2}, - [326] = {.lex_state = 50, .external_lex_state = 2}, - [327] = {.lex_state = 50, .external_lex_state = 2}, - [328] = {.lex_state = 50, .external_lex_state = 2}, - [329] = {.lex_state = 50, .external_lex_state = 2}, - [330] = {.lex_state = 50, .external_lex_state = 2}, - [331] = {.lex_state = 50, .external_lex_state = 2}, - [332] = {.lex_state = 50, .external_lex_state = 2}, - [333] = {.lex_state = 50, .external_lex_state = 2}, - [334] = {.lex_state = 50, .external_lex_state = 2}, - [335] = {.lex_state = 50, .external_lex_state = 2}, - [336] = {.lex_state = 50, .external_lex_state = 2}, - [337] = {.lex_state = 50, .external_lex_state = 2}, - [338] = {.lex_state = 50, .external_lex_state = 2}, - [339] = {.lex_state = 50, .external_lex_state = 2}, - [340] = {.lex_state = 50, .external_lex_state = 2}, - [341] = {.lex_state = 50, .external_lex_state = 2}, - [342] = {.lex_state = 50, .external_lex_state = 2}, - [343] = {.lex_state = 50, .external_lex_state = 2}, - [344] = {.lex_state = 50, .external_lex_state = 2}, - [345] = {.lex_state = 50, .external_lex_state = 2}, - [346] = {.lex_state = 50, .external_lex_state = 2}, - [347] = {.lex_state = 50, .external_lex_state = 2}, - [348] = {.lex_state = 50, .external_lex_state = 2}, - [349] = {.lex_state = 50, .external_lex_state = 2}, - [350] = {.lex_state = 50, .external_lex_state = 2}, - [351] = {.lex_state = 50, .external_lex_state = 2}, - [352] = {.lex_state = 50, .external_lex_state = 2}, - [353] = {.lex_state = 50, .external_lex_state = 2}, - [354] = {.lex_state = 50, .external_lex_state = 2}, - [355] = {.lex_state = 50, .external_lex_state = 2}, - [356] = {.lex_state = 50, .external_lex_state = 2}, - [357] = {.lex_state = 50, .external_lex_state = 2}, - [358] = {.lex_state = 50, .external_lex_state = 2}, - [359] = {.lex_state = 50, .external_lex_state = 2}, - [360] = {.lex_state = 50, .external_lex_state = 2}, - [361] = {.lex_state = 50, .external_lex_state = 2}, - [362] = {.lex_state = 50, .external_lex_state = 2}, - [363] = {.lex_state = 50, .external_lex_state = 2}, - [364] = {.lex_state = 50, .external_lex_state = 2}, - [365] = {.lex_state = 50, .external_lex_state = 2}, - [366] = {.lex_state = 50, .external_lex_state = 2}, - [367] = {.lex_state = 50, .external_lex_state = 2}, - [368] = {.lex_state = 50, .external_lex_state = 2}, - [369] = {.lex_state = 50, .external_lex_state = 3}, - [370] = {.lex_state = 50, .external_lex_state = 2}, - [371] = {.lex_state = 50, .external_lex_state = 2}, - [372] = {.lex_state = 50, .external_lex_state = 2}, - [373] = {.lex_state = 50, .external_lex_state = 2}, - [374] = {.lex_state = 50, .external_lex_state = 2}, - [375] = {.lex_state = 50, .external_lex_state = 2}, - [376] = {.lex_state = 50, .external_lex_state = 2}, - [377] = {.lex_state = 50, .external_lex_state = 2}, - [378] = {.lex_state = 50, .external_lex_state = 2}, - [379] = {.lex_state = 50, .external_lex_state = 2}, - [380] = {.lex_state = 50, .external_lex_state = 2}, - [381] = {.lex_state = 15, .external_lex_state = 7}, - [382] = {.lex_state = 50, .external_lex_state = 2}, - [383] = {.lex_state = 50, .external_lex_state = 2}, - [384] = {.lex_state = 50, .external_lex_state = 2}, - [385] = {.lex_state = 50, .external_lex_state = 2}, - [386] = {.lex_state = 50, .external_lex_state = 2}, - [387] = {.lex_state = 50, .external_lex_state = 2}, - [388] = {.lex_state = 50, .external_lex_state = 2}, - [389] = {.lex_state = 50, .external_lex_state = 2}, - [390] = {.lex_state = 50, .external_lex_state = 3}, - [391] = {.lex_state = 50, .external_lex_state = 2}, - [392] = {.lex_state = 50, .external_lex_state = 3}, - [393] = {.lex_state = 50, .external_lex_state = 3}, - [394] = {.lex_state = 50, .external_lex_state = 2}, - [395] = {.lex_state = 50, .external_lex_state = 2}, - [396] = {.lex_state = 50, .external_lex_state = 2}, - [397] = {.lex_state = 15, .external_lex_state = 6}, - [398] = {.lex_state = 50, .external_lex_state = 2}, - [399] = {.lex_state = 50, .external_lex_state = 2}, - [400] = {.lex_state = 50, .external_lex_state = 2}, - [401] = {.lex_state = 50, .external_lex_state = 3}, - [402] = {.lex_state = 50, .external_lex_state = 3}, - [403] = {.lex_state = 50, .external_lex_state = 3}, - [404] = {.lex_state = 50, .external_lex_state = 3}, - [405] = {.lex_state = 50, .external_lex_state = 2}, - [406] = {.lex_state = 50, .external_lex_state = 3}, - [407] = {.lex_state = 50, .external_lex_state = 2}, - [408] = {.lex_state = 50, .external_lex_state = 3}, - [409] = {.lex_state = 50, .external_lex_state = 2}, - [410] = {.lex_state = 50, .external_lex_state = 3}, - [411] = {.lex_state = 50, .external_lex_state = 2}, - [412] = {.lex_state = 50, .external_lex_state = 3}, - [413] = {.lex_state = 50, .external_lex_state = 3}, - [414] = {.lex_state = 50, .external_lex_state = 2}, - [415] = {.lex_state = 50, .external_lex_state = 2}, - [416] = {.lex_state = 15}, - [417] = {.lex_state = 50, .external_lex_state = 2}, - [418] = {.lex_state = 50, .external_lex_state = 3}, - [419] = {.lex_state = 50, .external_lex_state = 3}, - [420] = {.lex_state = 50, .external_lex_state = 2}, - [421] = {.lex_state = 50, .external_lex_state = 3}, - [422] = {.lex_state = 16, .external_lex_state = 6}, - [423] = {.lex_state = 50, .external_lex_state = 2}, - [424] = {.lex_state = 50, .external_lex_state = 3}, - [425] = {.lex_state = 50, .external_lex_state = 3}, - [426] = {.lex_state = 50, .external_lex_state = 2}, - [427] = {.lex_state = 50, .external_lex_state = 3}, - [428] = {.lex_state = 50, .external_lex_state = 2}, - [429] = {.lex_state = 15, .external_lex_state = 6}, - [430] = {.lex_state = 50, .external_lex_state = 3}, - [431] = {.lex_state = 50, .external_lex_state = 3}, - [432] = {.lex_state = 50, .external_lex_state = 2}, - [433] = {.lex_state = 50, .external_lex_state = 3}, - [434] = {.lex_state = 50, .external_lex_state = 2}, - [435] = {.lex_state = 50, .external_lex_state = 2}, - [436] = {.lex_state = 50, .external_lex_state = 3}, - [437] = {.lex_state = 50, .external_lex_state = 2}, - [438] = {.lex_state = 50, .external_lex_state = 2}, - [439] = {.lex_state = 50, .external_lex_state = 3}, - [440] = {.lex_state = 15, .external_lex_state = 6}, - [441] = {.lex_state = 50, .external_lex_state = 2}, - [442] = {.lex_state = 15}, - [443] = {.lex_state = 16, .external_lex_state = 6}, - [444] = {.lex_state = 50, .external_lex_state = 2}, - [445] = {.lex_state = 50, .external_lex_state = 2}, - [446] = {.lex_state = 16, .external_lex_state = 6}, - [447] = {.lex_state = 50, .external_lex_state = 2}, - [448] = {.lex_state = 50, .external_lex_state = 2}, - [449] = {.lex_state = 50, .external_lex_state = 2}, - [450] = {.lex_state = 50, .external_lex_state = 2}, - [451] = {.lex_state = 16, .external_lex_state = 6}, - [452] = {.lex_state = 16}, - [453] = {.lex_state = 50, .external_lex_state = 2}, - [454] = {.lex_state = 50, .external_lex_state = 2}, - [455] = {.lex_state = 50, .external_lex_state = 3}, - [456] = {.lex_state = 50, .external_lex_state = 2}, - [457] = {.lex_state = 50, .external_lex_state = 2}, - [458] = {.lex_state = 50, .external_lex_state = 2}, - [459] = {.lex_state = 16, .external_lex_state = 6}, - [460] = {.lex_state = 50, .external_lex_state = 3}, - [461] = {.lex_state = 50, .external_lex_state = 2}, - [462] = {.lex_state = 50, .external_lex_state = 3}, - [463] = {.lex_state = 50, .external_lex_state = 3}, - [464] = {.lex_state = 50, .external_lex_state = 3}, - [465] = {.lex_state = 50, .external_lex_state = 2}, - [466] = {.lex_state = 50, .external_lex_state = 3}, - [467] = {.lex_state = 50, .external_lex_state = 2}, - [468] = {.lex_state = 50, .external_lex_state = 3}, - [469] = {.lex_state = 50, .external_lex_state = 2}, - [470] = {.lex_state = 50, .external_lex_state = 3}, - [471] = {.lex_state = 50, .external_lex_state = 3}, - [472] = {.lex_state = 50, .external_lex_state = 2}, - [473] = {.lex_state = 50, .external_lex_state = 3}, - [474] = {.lex_state = 50, .external_lex_state = 3}, - [475] = {.lex_state = 50, .external_lex_state = 3}, - [476] = {.lex_state = 50, .external_lex_state = 2}, - [477] = {.lex_state = 50, .external_lex_state = 3}, - [478] = {.lex_state = 50, .external_lex_state = 3}, - [479] = {.lex_state = 50, .external_lex_state = 3}, - [480] = {.lex_state = 50, .external_lex_state = 3}, - [481] = {.lex_state = 50, .external_lex_state = 3}, - [482] = {.lex_state = 50, .external_lex_state = 2}, - [483] = {.lex_state = 50, .external_lex_state = 2}, - [484] = {.lex_state = 50, .external_lex_state = 2}, - [485] = {.lex_state = 50, .external_lex_state = 2}, - [486] = {.lex_state = 50, .external_lex_state = 3}, - [487] = {.lex_state = 50, .external_lex_state = 2}, - [488] = {.lex_state = 50, .external_lex_state = 3}, - [489] = {.lex_state = 50, .external_lex_state = 3}, - [490] = {.lex_state = 50, .external_lex_state = 2}, - [491] = {.lex_state = 50, .external_lex_state = 2}, - [492] = {.lex_state = 50, .external_lex_state = 3}, - [493] = {.lex_state = 50, .external_lex_state = 3}, - [494] = {.lex_state = 50, .external_lex_state = 3}, - [495] = {.lex_state = 50, .external_lex_state = 3}, - [496] = {.lex_state = 50, .external_lex_state = 3}, - [497] = {.lex_state = 50, .external_lex_state = 2}, - [498] = {.lex_state = 50, .external_lex_state = 3}, - [499] = {.lex_state = 50, .external_lex_state = 3}, - [500] = {.lex_state = 50, .external_lex_state = 3}, - [501] = {.lex_state = 50, .external_lex_state = 3}, - [502] = {.lex_state = 50, .external_lex_state = 2}, - [503] = {.lex_state = 50, .external_lex_state = 3}, - [504] = {.lex_state = 50, .external_lex_state = 2}, - [505] = {.lex_state = 50, .external_lex_state = 3}, - [506] = {.lex_state = 50, .external_lex_state = 2}, - [507] = {.lex_state = 50, .external_lex_state = 2}, - [508] = {.lex_state = 50, .external_lex_state = 2}, - [509] = {.lex_state = 50, .external_lex_state = 3}, - [510] = {.lex_state = 50, .external_lex_state = 2}, - [511] = {.lex_state = 50, .external_lex_state = 3}, - [512] = {.lex_state = 50, .external_lex_state = 3}, - [513] = {.lex_state = 50, .external_lex_state = 2}, - [514] = {.lex_state = 50, .external_lex_state = 3}, - [515] = {.lex_state = 50, .external_lex_state = 2}, - [516] = {.lex_state = 50, .external_lex_state = 3}, - [517] = {.lex_state = 50, .external_lex_state = 3}, - [518] = {.lex_state = 50, .external_lex_state = 2}, - [519] = {.lex_state = 50, .external_lex_state = 2}, - [520] = {.lex_state = 50, .external_lex_state = 2}, - [521] = {.lex_state = 50, .external_lex_state = 2}, - [522] = {.lex_state = 50, .external_lex_state = 3}, - [523] = {.lex_state = 50, .external_lex_state = 2}, - [524] = {.lex_state = 50, .external_lex_state = 2}, - [525] = {.lex_state = 50, .external_lex_state = 3}, - [526] = {.lex_state = 50, .external_lex_state = 3}, - [527] = {.lex_state = 50, .external_lex_state = 2}, - [528] = {.lex_state = 50, .external_lex_state = 2}, - [529] = {.lex_state = 50, .external_lex_state = 3}, - [530] = {.lex_state = 50, .external_lex_state = 3}, - [531] = {.lex_state = 50, .external_lex_state = 2}, - [532] = {.lex_state = 50, .external_lex_state = 2}, - [533] = {.lex_state = 50, .external_lex_state = 2}, - [534] = {.lex_state = 50, .external_lex_state = 2}, - [535] = {.lex_state = 50, .external_lex_state = 2}, - [536] = {.lex_state = 50, .external_lex_state = 3}, - [537] = {.lex_state = 50, .external_lex_state = 3}, - [538] = {.lex_state = 50, .external_lex_state = 3}, - [539] = {.lex_state = 50, .external_lex_state = 3}, - [540] = {.lex_state = 50, .external_lex_state = 2}, - [541] = {.lex_state = 50, .external_lex_state = 2}, - [542] = {.lex_state = 50, .external_lex_state = 2}, - [543] = {.lex_state = 50, .external_lex_state = 3}, - [544] = {.lex_state = 50, .external_lex_state = 2}, - [545] = {.lex_state = 50, .external_lex_state = 2}, - [546] = {.lex_state = 50, .external_lex_state = 2}, - [547] = {.lex_state = 50, .external_lex_state = 2}, - [548] = {.lex_state = 50, .external_lex_state = 3}, - [549] = {.lex_state = 50, .external_lex_state = 2}, - [550] = {.lex_state = 50, .external_lex_state = 3}, - [551] = {.lex_state = 50, .external_lex_state = 3}, - [552] = {.lex_state = 50, .external_lex_state = 2}, - [553] = {.lex_state = 50, .external_lex_state = 3}, - [554] = {.lex_state = 50, .external_lex_state = 2}, - [555] = {.lex_state = 50, .external_lex_state = 3}, - [556] = {.lex_state = 50, .external_lex_state = 2}, - [557] = {.lex_state = 50, .external_lex_state = 2}, - [558] = {.lex_state = 50, .external_lex_state = 2}, - [559] = {.lex_state = 50, .external_lex_state = 3}, - [560] = {.lex_state = 50, .external_lex_state = 3}, - [561] = {.lex_state = 50, .external_lex_state = 3}, - [562] = {.lex_state = 50, .external_lex_state = 2}, - [563] = {.lex_state = 50, .external_lex_state = 2}, - [564] = {.lex_state = 50, .external_lex_state = 2}, - [565] = {.lex_state = 50, .external_lex_state = 2}, - [566] = {.lex_state = 50, .external_lex_state = 2}, - [567] = {.lex_state = 50, .external_lex_state = 2}, - [568] = {.lex_state = 14, .external_lex_state = 2}, - [569] = {.lex_state = 16, .external_lex_state = 8}, - [570] = {.lex_state = 16, .external_lex_state = 9}, - [571] = {.lex_state = 16, .external_lex_state = 9}, - [572] = {.lex_state = 16, .external_lex_state = 9}, - [573] = {.lex_state = 16, .external_lex_state = 8}, - [574] = {.lex_state = 16, .external_lex_state = 8}, - [575] = {.lex_state = 50, .external_lex_state = 2}, - [576] = {.lex_state = 50, .external_lex_state = 2}, - [577] = {.lex_state = 50, .external_lex_state = 2}, - [578] = {.lex_state = 50, .external_lex_state = 2}, - [579] = {.lex_state = 50, .external_lex_state = 2}, - [580] = {.lex_state = 16, .external_lex_state = 8}, - [581] = {.lex_state = 16, .external_lex_state = 9}, - [582] = {.lex_state = 50, .external_lex_state = 2}, - [583] = {.lex_state = 50, .external_lex_state = 2}, - [584] = {.lex_state = 16, .external_lex_state = 8}, - [585] = {.lex_state = 50, .external_lex_state = 2}, - [586] = {.lex_state = 50, .external_lex_state = 2}, - [587] = {.lex_state = 50, .external_lex_state = 2}, - [588] = {.lex_state = 50, .external_lex_state = 2}, - [589] = {.lex_state = 50, .external_lex_state = 2}, - [590] = {.lex_state = 50, .external_lex_state = 2}, - [591] = {.lex_state = 50, .external_lex_state = 2}, - [592] = {.lex_state = 50, .external_lex_state = 2}, - [593] = {.lex_state = 50, .external_lex_state = 2}, - [594] = {.lex_state = 50, .external_lex_state = 2}, - [595] = {.lex_state = 50, .external_lex_state = 2}, - [596] = {.lex_state = 50, .external_lex_state = 2}, - [597] = {.lex_state = 50, .external_lex_state = 2}, - [598] = {.lex_state = 50, .external_lex_state = 2}, - [599] = {.lex_state = 50, .external_lex_state = 2}, - [600] = {.lex_state = 50, .external_lex_state = 2}, - [601] = {.lex_state = 50, .external_lex_state = 2}, - [602] = {.lex_state = 50, .external_lex_state = 2}, - [603] = {.lex_state = 50, .external_lex_state = 2}, - [604] = {.lex_state = 50, .external_lex_state = 2}, - [605] = {.lex_state = 50, .external_lex_state = 2}, - [606] = {.lex_state = 50, .external_lex_state = 2}, - [607] = {.lex_state = 50, .external_lex_state = 2}, - [608] = {.lex_state = 50, .external_lex_state = 2}, - [609] = {.lex_state = 50, .external_lex_state = 2}, - [610] = {.lex_state = 50, .external_lex_state = 2}, - [611] = {.lex_state = 50, .external_lex_state = 2}, - [612] = {.lex_state = 50, .external_lex_state = 2}, - [613] = {.lex_state = 50, .external_lex_state = 2}, - [614] = {.lex_state = 50, .external_lex_state = 2}, - [615] = {.lex_state = 50, .external_lex_state = 2}, - [616] = {.lex_state = 50, .external_lex_state = 2}, - [617] = {.lex_state = 50, .external_lex_state = 2}, - [618] = {.lex_state = 50, .external_lex_state = 2}, - [619] = {.lex_state = 50, .external_lex_state = 2}, - [620] = {.lex_state = 50, .external_lex_state = 2}, - [621] = {.lex_state = 50, .external_lex_state = 2}, - [622] = {.lex_state = 50, .external_lex_state = 2}, - [623] = {.lex_state = 50, .external_lex_state = 2}, + [142] = {.lex_state = 51, .external_lex_state = 2}, + [143] = {.lex_state = 51, .external_lex_state = 2}, + [144] = {.lex_state = 51, .external_lex_state = 2}, + [145] = {.lex_state = 14, .external_lex_state = 2}, + [146] = {.lex_state = 51, .external_lex_state = 2}, + [147] = {.lex_state = 51, .external_lex_state = 2}, + [148] = {.lex_state = 51, .external_lex_state = 2}, + [149] = {.lex_state = 51, .external_lex_state = 4}, + [150] = {.lex_state = 51, .external_lex_state = 2}, + [151] = {.lex_state = 51, .external_lex_state = 2}, + [152] = {.lex_state = 51, .external_lex_state = 2}, + [153] = {.lex_state = 51, .external_lex_state = 2}, + [154] = {.lex_state = 51, .external_lex_state = 2}, + [155] = {.lex_state = 51, .external_lex_state = 2}, + [156] = {.lex_state = 51, .external_lex_state = 2}, + [157] = {.lex_state = 51, .external_lex_state = 2}, + [158] = {.lex_state = 51, .external_lex_state = 2}, + [159] = {.lex_state = 51, .external_lex_state = 2}, + [160] = {.lex_state = 51, .external_lex_state = 2}, + [161] = {.lex_state = 51, .external_lex_state = 2}, + [162] = {.lex_state = 51, .external_lex_state = 2}, + [163] = {.lex_state = 51, .external_lex_state = 2}, + [164] = {.lex_state = 51, .external_lex_state = 2}, + [165] = {.lex_state = 51, .external_lex_state = 2}, + [166] = {.lex_state = 51, .external_lex_state = 2}, + [167] = {.lex_state = 51, .external_lex_state = 2}, + [168] = {.lex_state = 51, .external_lex_state = 2}, + [169] = {.lex_state = 14, .external_lex_state = 2}, + [170] = {.lex_state = 51, .external_lex_state = 2}, + [171] = {.lex_state = 51, .external_lex_state = 2}, + [172] = {.lex_state = 51, .external_lex_state = 2}, + [173] = {.lex_state = 51, .external_lex_state = 2}, + [174] = {.lex_state = 51, .external_lex_state = 4}, + [175] = {.lex_state = 51, .external_lex_state = 2}, + [176] = {.lex_state = 51, .external_lex_state = 2}, + [177] = {.lex_state = 51, .external_lex_state = 2}, + [178] = {.lex_state = 14, .external_lex_state = 2}, + [179] = {.lex_state = 14, .external_lex_state = 2}, + [180] = {.lex_state = 14, .external_lex_state = 2}, + [181] = {.lex_state = 51, .external_lex_state = 2}, + [182] = {.lex_state = 51, .external_lex_state = 2}, + [183] = {.lex_state = 51, .external_lex_state = 2}, + [184] = {.lex_state = 51, .external_lex_state = 4}, + [185] = {.lex_state = 51, .external_lex_state = 2}, + [186] = {.lex_state = 51, .external_lex_state = 2}, + [187] = {.lex_state = 51, .external_lex_state = 2}, + [188] = {.lex_state = 51, .external_lex_state = 2}, + [189] = {.lex_state = 51, .external_lex_state = 2}, + [190] = {.lex_state = 51, .external_lex_state = 2}, + [191] = {.lex_state = 51, .external_lex_state = 4}, + [192] = {.lex_state = 51, .external_lex_state = 2}, + [193] = {.lex_state = 51, .external_lex_state = 4}, + [194] = {.lex_state = 51, .external_lex_state = 2}, + [195] = {.lex_state = 51, .external_lex_state = 2}, + [196] = {.lex_state = 51, .external_lex_state = 2}, + [197] = {.lex_state = 51, .external_lex_state = 2}, + [198] = {.lex_state = 51, .external_lex_state = 2}, + [199] = {.lex_state = 51, .external_lex_state = 2}, + [200] = {.lex_state = 51, .external_lex_state = 2}, + [201] = {.lex_state = 51, .external_lex_state = 2}, + [202] = {.lex_state = 51, .external_lex_state = 2}, + [203] = {.lex_state = 51, .external_lex_state = 2}, + [204] = {.lex_state = 51, .external_lex_state = 2}, + [205] = {.lex_state = 51, .external_lex_state = 2}, + [206] = {.lex_state = 51, .external_lex_state = 2}, + [207] = {.lex_state = 51, .external_lex_state = 2}, + [208] = {.lex_state = 51, .external_lex_state = 2}, + [209] = {.lex_state = 51, .external_lex_state = 2}, + [210] = {.lex_state = 51, .external_lex_state = 2}, + [211] = {.lex_state = 51, .external_lex_state = 2}, + [212] = {.lex_state = 51, .external_lex_state = 2}, + [213] = {.lex_state = 51, .external_lex_state = 2}, + [214] = {.lex_state = 51, .external_lex_state = 2}, + [215] = {.lex_state = 51, .external_lex_state = 2}, + [216] = {.lex_state = 51, .external_lex_state = 2}, + [217] = {.lex_state = 51, .external_lex_state = 4}, + [218] = {.lex_state = 51, .external_lex_state = 2}, + [219] = {.lex_state = 51, .external_lex_state = 2}, + [220] = {.lex_state = 51, .external_lex_state = 4}, + [221] = {.lex_state = 51, .external_lex_state = 2}, + [222] = {.lex_state = 51, .external_lex_state = 2}, + [223] = {.lex_state = 51, .external_lex_state = 2}, + [224] = {.lex_state = 51, .external_lex_state = 2}, + [225] = {.lex_state = 51, .external_lex_state = 2}, + [226] = {.lex_state = 51, .external_lex_state = 2}, + [227] = {.lex_state = 51, .external_lex_state = 2}, + [228] = {.lex_state = 51, .external_lex_state = 2}, + [229] = {.lex_state = 51, .external_lex_state = 2}, + [230] = {.lex_state = 51, .external_lex_state = 2}, + [231] = {.lex_state = 51, .external_lex_state = 2}, + [232] = {.lex_state = 51, .external_lex_state = 2}, + [233] = {.lex_state = 51, .external_lex_state = 2}, + [234] = {.lex_state = 51, .external_lex_state = 2}, + [235] = {.lex_state = 51, .external_lex_state = 2}, + [236] = {.lex_state = 51, .external_lex_state = 2}, + [237] = {.lex_state = 51, .external_lex_state = 2}, + [238] = {.lex_state = 51, .external_lex_state = 2}, + [239] = {.lex_state = 51, .external_lex_state = 2}, + [240] = {.lex_state = 51, .external_lex_state = 2}, + [241] = {.lex_state = 51, .external_lex_state = 2}, + [242] = {.lex_state = 51, .external_lex_state = 2}, + [243] = {.lex_state = 51, .external_lex_state = 2}, + [244] = {.lex_state = 51, .external_lex_state = 2}, + [245] = {.lex_state = 51, .external_lex_state = 2}, + [246] = {.lex_state = 51, .external_lex_state = 2}, + [247] = {.lex_state = 51, .external_lex_state = 2}, + [248] = {.lex_state = 51, .external_lex_state = 2}, + [249] = {.lex_state = 51, .external_lex_state = 2}, + [250] = {.lex_state = 51, .external_lex_state = 2}, + [251] = {.lex_state = 51, .external_lex_state = 2}, + [252] = {.lex_state = 51, .external_lex_state = 2}, + [253] = {.lex_state = 51, .external_lex_state = 2}, + [254] = {.lex_state = 51, .external_lex_state = 2}, + [255] = {.lex_state = 51, .external_lex_state = 2}, + [256] = {.lex_state = 51, .external_lex_state = 2}, + [257] = {.lex_state = 51, .external_lex_state = 2}, + [258] = {.lex_state = 51, .external_lex_state = 2}, + [259] = {.lex_state = 51, .external_lex_state = 2}, + [260] = {.lex_state = 51, .external_lex_state = 2}, + [261] = {.lex_state = 51, .external_lex_state = 2}, + [262] = {.lex_state = 51, .external_lex_state = 2}, + [263] = {.lex_state = 51, .external_lex_state = 2}, + [264] = {.lex_state = 51, .external_lex_state = 2}, + [265] = {.lex_state = 51, .external_lex_state = 2}, + [266] = {.lex_state = 51, .external_lex_state = 3}, + [267] = {.lex_state = 51, .external_lex_state = 3}, + [268] = {.lex_state = 51, .external_lex_state = 2}, + [269] = {.lex_state = 51, .external_lex_state = 2}, + [270] = {.lex_state = 51, .external_lex_state = 2}, + [271] = {.lex_state = 51, .external_lex_state = 2}, + [272] = {.lex_state = 51, .external_lex_state = 2}, + [273] = {.lex_state = 51, .external_lex_state = 2}, + [274] = {.lex_state = 51, .external_lex_state = 2}, + [275] = {.lex_state = 51, .external_lex_state = 2}, + [276] = {.lex_state = 51, .external_lex_state = 2}, + [277] = {.lex_state = 51, .external_lex_state = 2}, + [278] = {.lex_state = 51, .external_lex_state = 2}, + [279] = {.lex_state = 51, .external_lex_state = 3}, + [280] = {.lex_state = 51, .external_lex_state = 2}, + [281] = {.lex_state = 51, .external_lex_state = 2}, + [282] = {.lex_state = 51, .external_lex_state = 2}, + [283] = {.lex_state = 51, .external_lex_state = 3}, + [284] = {.lex_state = 51, .external_lex_state = 2}, + [285] = {.lex_state = 51, .external_lex_state = 2}, + [286] = {.lex_state = 51, .external_lex_state = 2}, + [287] = {.lex_state = 51, .external_lex_state = 2}, + [288] = {.lex_state = 51, .external_lex_state = 2}, + [289] = {.lex_state = 51, .external_lex_state = 4}, + [290] = {.lex_state = 51, .external_lex_state = 4}, + [291] = {.lex_state = 51, .external_lex_state = 4}, + [292] = {.lex_state = 51, .external_lex_state = 2}, + [293] = {.lex_state = 51, .external_lex_state = 2}, + [294] = {.lex_state = 16}, + [295] = {.lex_state = 51, .external_lex_state = 2}, + [296] = {.lex_state = 51, .external_lex_state = 2}, + [297] = {.lex_state = 51, .external_lex_state = 2}, + [298] = {.lex_state = 51, .external_lex_state = 2}, + [299] = {.lex_state = 51, .external_lex_state = 2}, + [300] = {.lex_state = 51, .external_lex_state = 4}, + [301] = {.lex_state = 51, .external_lex_state = 2}, + [302] = {.lex_state = 51, .external_lex_state = 2}, + [303] = {.lex_state = 51, .external_lex_state = 2}, + [304] = {.lex_state = 51, .external_lex_state = 2}, + [305] = {.lex_state = 51, .external_lex_state = 2}, + [306] = {.lex_state = 51, .external_lex_state = 2}, + [307] = {.lex_state = 16}, + [308] = {.lex_state = 51, .external_lex_state = 2}, + [309] = {.lex_state = 51, .external_lex_state = 2}, + [310] = {.lex_state = 51, .external_lex_state = 2}, + [311] = {.lex_state = 51, .external_lex_state = 2}, + [312] = {.lex_state = 51, .external_lex_state = 2}, + [313] = {.lex_state = 51, .external_lex_state = 3}, + [314] = {.lex_state = 51, .external_lex_state = 3}, + [315] = {.lex_state = 51, .external_lex_state = 2}, + [316] = {.lex_state = 51, .external_lex_state = 2}, + [317] = {.lex_state = 51, .external_lex_state = 2}, + [318] = {.lex_state = 51, .external_lex_state = 2}, + [319] = {.lex_state = 51, .external_lex_state = 3}, + [320] = {.lex_state = 51, .external_lex_state = 3}, + [321] = {.lex_state = 51, .external_lex_state = 2}, + [322] = {.lex_state = 51, .external_lex_state = 2}, + [323] = {.lex_state = 51, .external_lex_state = 2}, + [324] = {.lex_state = 16, .external_lex_state = 6}, + [325] = {.lex_state = 51, .external_lex_state = 2}, + [326] = {.lex_state = 51, .external_lex_state = 3}, + [327] = {.lex_state = 51, .external_lex_state = 3}, + [328] = {.lex_state = 51, .external_lex_state = 2}, + [329] = {.lex_state = 51, .external_lex_state = 2}, + [330] = {.lex_state = 51, .external_lex_state = 3}, + [331] = {.lex_state = 51, .external_lex_state = 3}, + [332] = {.lex_state = 51, .external_lex_state = 2}, + [333] = {.lex_state = 51, .external_lex_state = 3}, + [334] = {.lex_state = 51, .external_lex_state = 2}, + [335] = {.lex_state = 51, .external_lex_state = 3}, + [336] = {.lex_state = 51, .external_lex_state = 3}, + [337] = {.lex_state = 51, .external_lex_state = 2}, + [338] = {.lex_state = 16, .external_lex_state = 6}, + [339] = {.lex_state = 51, .external_lex_state = 2}, + [340] = {.lex_state = 51, .external_lex_state = 2}, + [341] = {.lex_state = 51, .external_lex_state = 2}, + [342] = {.lex_state = 51, .external_lex_state = 2}, + [343] = {.lex_state = 51, .external_lex_state = 2}, + [344] = {.lex_state = 51, .external_lex_state = 2}, + [345] = {.lex_state = 51, .external_lex_state = 2}, + [346] = {.lex_state = 51, .external_lex_state = 2}, + [347] = {.lex_state = 51, .external_lex_state = 2}, + [348] = {.lex_state = 51, .external_lex_state = 2}, + [349] = {.lex_state = 51, .external_lex_state = 2}, + [350] = {.lex_state = 51, .external_lex_state = 2}, + [351] = {.lex_state = 51, .external_lex_state = 2}, + [352] = {.lex_state = 51, .external_lex_state = 2}, + [353] = {.lex_state = 51, .external_lex_state = 2}, + [354] = {.lex_state = 51, .external_lex_state = 2}, + [355] = {.lex_state = 51, .external_lex_state = 2}, + [356] = {.lex_state = 51, .external_lex_state = 2}, + [357] = {.lex_state = 51, .external_lex_state = 2}, + [358] = {.lex_state = 51, .external_lex_state = 2}, + [359] = {.lex_state = 51, .external_lex_state = 2}, + [360] = {.lex_state = 51, .external_lex_state = 2}, + [361] = {.lex_state = 51, .external_lex_state = 2}, + [362] = {.lex_state = 51, .external_lex_state = 2}, + [363] = {.lex_state = 51, .external_lex_state = 2}, + [364] = {.lex_state = 51, .external_lex_state = 2}, + [365] = {.lex_state = 51, .external_lex_state = 2}, + [366] = {.lex_state = 51, .external_lex_state = 2}, + [367] = {.lex_state = 16, .external_lex_state = 7}, + [368] = {.lex_state = 51, .external_lex_state = 2}, + [369] = {.lex_state = 51, .external_lex_state = 2}, + [370] = {.lex_state = 51, .external_lex_state = 2}, + [371] = {.lex_state = 51, .external_lex_state = 2}, + [372] = {.lex_state = 51, .external_lex_state = 2}, + [373] = {.lex_state = 51, .external_lex_state = 2}, + [374] = {.lex_state = 51, .external_lex_state = 2}, + [375] = {.lex_state = 51, .external_lex_state = 2}, + [376] = {.lex_state = 51, .external_lex_state = 2}, + [377] = {.lex_state = 51, .external_lex_state = 2}, + [378] = {.lex_state = 51, .external_lex_state = 2}, + [379] = {.lex_state = 51, .external_lex_state = 2}, + [380] = {.lex_state = 51, .external_lex_state = 2}, + [381] = {.lex_state = 51, .external_lex_state = 2}, + [382] = {.lex_state = 51, .external_lex_state = 2}, + [383] = {.lex_state = 51, .external_lex_state = 2}, + [384] = {.lex_state = 51, .external_lex_state = 2}, + [385] = {.lex_state = 51, .external_lex_state = 2}, + [386] = {.lex_state = 51, .external_lex_state = 2}, + [387] = {.lex_state = 51, .external_lex_state = 2}, + [388] = {.lex_state = 51, .external_lex_state = 2}, + [389] = {.lex_state = 51, .external_lex_state = 2}, + [390] = {.lex_state = 51, .external_lex_state = 2}, + [391] = {.lex_state = 51, .external_lex_state = 2}, + [392] = {.lex_state = 51, .external_lex_state = 2}, + [393] = {.lex_state = 51, .external_lex_state = 2}, + [394] = {.lex_state = 51, .external_lex_state = 2}, + [395] = {.lex_state = 51, .external_lex_state = 2}, + [396] = {.lex_state = 51, .external_lex_state = 2}, + [397] = {.lex_state = 51, .external_lex_state = 2}, + [398] = {.lex_state = 51, .external_lex_state = 2}, + [399] = {.lex_state = 51, .external_lex_state = 3}, + [400] = {.lex_state = 51, .external_lex_state = 2}, + [401] = {.lex_state = 51, .external_lex_state = 2}, + [402] = {.lex_state = 51, .external_lex_state = 2}, + [403] = {.lex_state = 51, .external_lex_state = 2}, + [404] = {.lex_state = 51, .external_lex_state = 2}, + [405] = {.lex_state = 51, .external_lex_state = 2}, + [406] = {.lex_state = 51, .external_lex_state = 2}, + [407] = {.lex_state = 51, .external_lex_state = 2}, + [408] = {.lex_state = 51, .external_lex_state = 2}, + [409] = {.lex_state = 51, .external_lex_state = 2}, + [410] = {.lex_state = 51, .external_lex_state = 2}, + [411] = {.lex_state = 51, .external_lex_state = 2}, + [412] = {.lex_state = 51, .external_lex_state = 2}, + [413] = {.lex_state = 51, .external_lex_state = 2}, + [414] = {.lex_state = 51, .external_lex_state = 2}, + [415] = {.lex_state = 51, .external_lex_state = 2}, + [416] = {.lex_state = 51, .external_lex_state = 2}, + [417] = {.lex_state = 51, .external_lex_state = 2}, + [418] = {.lex_state = 51, .external_lex_state = 2}, + [419] = {.lex_state = 51, .external_lex_state = 2}, + [420] = {.lex_state = 51, .external_lex_state = 2}, + [421] = {.lex_state = 51, .external_lex_state = 2}, + [422] = {.lex_state = 51, .external_lex_state = 2}, + [423] = {.lex_state = 51, .external_lex_state = 2}, + [424] = {.lex_state = 51, .external_lex_state = 2}, + [425] = {.lex_state = 51, .external_lex_state = 2}, + [426] = {.lex_state = 51, .external_lex_state = 2}, + [427] = {.lex_state = 51, .external_lex_state = 2}, + [428] = {.lex_state = 51, .external_lex_state = 2}, + [429] = {.lex_state = 51, .external_lex_state = 2}, + [430] = {.lex_state = 51, .external_lex_state = 2}, + [431] = {.lex_state = 51, .external_lex_state = 2}, + [432] = {.lex_state = 51, .external_lex_state = 2}, + [433] = {.lex_state = 51, .external_lex_state = 2}, + [434] = {.lex_state = 51, .external_lex_state = 2}, + [435] = {.lex_state = 51, .external_lex_state = 2}, + [436] = {.lex_state = 51, .external_lex_state = 2}, + [437] = {.lex_state = 51, .external_lex_state = 3}, + [438] = {.lex_state = 51, .external_lex_state = 3}, + [439] = {.lex_state = 51, .external_lex_state = 3}, + [440] = {.lex_state = 51, .external_lex_state = 3}, + [441] = {.lex_state = 51, .external_lex_state = 3}, + [442] = {.lex_state = 51, .external_lex_state = 2}, + [443] = {.lex_state = 51, .external_lex_state = 3}, + [444] = {.lex_state = 51, .external_lex_state = 3}, + [445] = {.lex_state = 51, .external_lex_state = 3}, + [446] = {.lex_state = 51, .external_lex_state = 3}, + [447] = {.lex_state = 51, .external_lex_state = 3}, + [448] = {.lex_state = 51, .external_lex_state = 2}, + [449] = {.lex_state = 51, .external_lex_state = 2}, + [450] = {.lex_state = 51, .external_lex_state = 2}, + [451] = {.lex_state = 51, .external_lex_state = 2}, + [452] = {.lex_state = 51, .external_lex_state = 3}, + [453] = {.lex_state = 51, .external_lex_state = 2}, + [454] = {.lex_state = 51, .external_lex_state = 2}, + [455] = {.lex_state = 51, .external_lex_state = 2}, + [456] = {.lex_state = 51, .external_lex_state = 2}, + [457] = {.lex_state = 51, .external_lex_state = 2}, + [458] = {.lex_state = 16, .external_lex_state = 6}, + [459] = {.lex_state = 51, .external_lex_state = 2}, + [460] = {.lex_state = 51, .external_lex_state = 3}, + [461] = {.lex_state = 51, .external_lex_state = 2}, + [462] = {.lex_state = 16, .external_lex_state = 6}, + [463] = {.lex_state = 51, .external_lex_state = 2}, + [464] = {.lex_state = 51, .external_lex_state = 2}, + [465] = {.lex_state = 16, .external_lex_state = 6}, + [466] = {.lex_state = 51, .external_lex_state = 3}, + [467] = {.lex_state = 51, .external_lex_state = 2}, + [468] = {.lex_state = 51, .external_lex_state = 2}, + [469] = {.lex_state = 51, .external_lex_state = 3}, + [470] = {.lex_state = 51, .external_lex_state = 3}, + [471] = {.lex_state = 51, .external_lex_state = 2}, + [472] = {.lex_state = 51, .external_lex_state = 2}, + [473] = {.lex_state = 51, .external_lex_state = 3}, + [474] = {.lex_state = 16}, + [475] = {.lex_state = 16, .external_lex_state = 6}, + [476] = {.lex_state = 51, .external_lex_state = 2}, + [477] = {.lex_state = 51, .external_lex_state = 3}, + [478] = {.lex_state = 51, .external_lex_state = 2}, + [479] = {.lex_state = 51, .external_lex_state = 3}, + [480] = {.lex_state = 51, .external_lex_state = 3}, + [481] = {.lex_state = 51, .external_lex_state = 2}, + [482] = {.lex_state = 51, .external_lex_state = 2}, + [483] = {.lex_state = 16, .external_lex_state = 6}, + [484] = {.lex_state = 51, .external_lex_state = 2}, + [485] = {.lex_state = 51, .external_lex_state = 2}, + [486] = {.lex_state = 51, .external_lex_state = 3}, + [487] = {.lex_state = 16}, + [488] = {.lex_state = 51, .external_lex_state = 3}, + [489] = {.lex_state = 51, .external_lex_state = 3}, + [490] = {.lex_state = 51, .external_lex_state = 2}, + [491] = {.lex_state = 51, .external_lex_state = 3}, + [492] = {.lex_state = 51, .external_lex_state = 3}, + [493] = {.lex_state = 51, .external_lex_state = 2}, + [494] = {.lex_state = 16, .external_lex_state = 6}, + [495] = {.lex_state = 51, .external_lex_state = 2}, + [496] = {.lex_state = 51, .external_lex_state = 2}, + [497] = {.lex_state = 51, .external_lex_state = 2}, + [498] = {.lex_state = 51, .external_lex_state = 2}, + [499] = {.lex_state = 51, .external_lex_state = 2}, + [500] = {.lex_state = 51, .external_lex_state = 2}, + [501] = {.lex_state = 51, .external_lex_state = 2}, + [502] = {.lex_state = 16, .external_lex_state = 6}, + [503] = {.lex_state = 51, .external_lex_state = 3}, + [504] = {.lex_state = 51, .external_lex_state = 3}, + [505] = {.lex_state = 51, .external_lex_state = 3}, + [506] = {.lex_state = 51, .external_lex_state = 3}, + [507] = {.lex_state = 51, .external_lex_state = 3}, + [508] = {.lex_state = 51, .external_lex_state = 2}, + [509] = {.lex_state = 16}, + [510] = {.lex_state = 51, .external_lex_state = 2}, + [511] = {.lex_state = 51, .external_lex_state = 2}, + [512] = {.lex_state = 51, .external_lex_state = 2}, + [513] = {.lex_state = 16, .external_lex_state = 6}, + [514] = {.lex_state = 51, .external_lex_state = 2}, + [515] = {.lex_state = 51, .external_lex_state = 2}, + [516] = {.lex_state = 51, .external_lex_state = 2}, + [517] = {.lex_state = 51, .external_lex_state = 2}, + [518] = {.lex_state = 51, .external_lex_state = 2}, + [519] = {.lex_state = 51, .external_lex_state = 2}, + [520] = {.lex_state = 51, .external_lex_state = 2}, + [521] = {.lex_state = 51, .external_lex_state = 2}, + [522] = {.lex_state = 51, .external_lex_state = 2}, + [523] = {.lex_state = 51, .external_lex_state = 2}, + [524] = {.lex_state = 51, .external_lex_state = 2}, + [525] = {.lex_state = 51, .external_lex_state = 2}, + [526] = {.lex_state = 51, .external_lex_state = 2}, + [527] = {.lex_state = 51, .external_lex_state = 2}, + [528] = {.lex_state = 51, .external_lex_state = 2}, + [529] = {.lex_state = 51, .external_lex_state = 2}, + [530] = {.lex_state = 51, .external_lex_state = 2}, + [531] = {.lex_state = 51, .external_lex_state = 2}, + [532] = {.lex_state = 51, .external_lex_state = 2}, + [533] = {.lex_state = 51, .external_lex_state = 2}, + [534] = {.lex_state = 51, .external_lex_state = 2}, + [535] = {.lex_state = 51, .external_lex_state = 2}, + [536] = {.lex_state = 51, .external_lex_state = 2}, + [537] = {.lex_state = 51, .external_lex_state = 2}, + [538] = {.lex_state = 51, .external_lex_state = 2}, + [539] = {.lex_state = 51, .external_lex_state = 2}, + [540] = {.lex_state = 51, .external_lex_state = 2}, + [541] = {.lex_state = 51, .external_lex_state = 2}, + [542] = {.lex_state = 51, .external_lex_state = 2}, + [543] = {.lex_state = 51, .external_lex_state = 2}, + [544] = {.lex_state = 51, .external_lex_state = 2}, + [545] = {.lex_state = 51, .external_lex_state = 2}, + [546] = {.lex_state = 51, .external_lex_state = 2}, + [547] = {.lex_state = 51, .external_lex_state = 2}, + [548] = {.lex_state = 51, .external_lex_state = 2}, + [549] = {.lex_state = 51, .external_lex_state = 2}, + [550] = {.lex_state = 51, .external_lex_state = 2}, + [551] = {.lex_state = 51, .external_lex_state = 2}, + [552] = {.lex_state = 51, .external_lex_state = 3}, + [553] = {.lex_state = 51, .external_lex_state = 3}, + [554] = {.lex_state = 51, .external_lex_state = 3}, + [555] = {.lex_state = 51, .external_lex_state = 3}, + [556] = {.lex_state = 51, .external_lex_state = 3}, + [557] = {.lex_state = 51, .external_lex_state = 3}, + [558] = {.lex_state = 51, .external_lex_state = 3}, + [559] = {.lex_state = 51, .external_lex_state = 3}, + [560] = {.lex_state = 51, .external_lex_state = 3}, + [561] = {.lex_state = 51, .external_lex_state = 3}, + [562] = {.lex_state = 51, .external_lex_state = 3}, + [563] = {.lex_state = 51, .external_lex_state = 3}, + [564] = {.lex_state = 51, .external_lex_state = 3}, + [565] = {.lex_state = 51, .external_lex_state = 3}, + [566] = {.lex_state = 51, .external_lex_state = 3}, + [567] = {.lex_state = 51, .external_lex_state = 3}, + [568] = {.lex_state = 51, .external_lex_state = 3}, + [569] = {.lex_state = 51, .external_lex_state = 3}, + [570] = {.lex_state = 51, .external_lex_state = 3}, + [571] = {.lex_state = 51, .external_lex_state = 3}, + [572] = {.lex_state = 51, .external_lex_state = 3}, + [573] = {.lex_state = 51, .external_lex_state = 3}, + [574] = {.lex_state = 51, .external_lex_state = 3}, + [575] = {.lex_state = 51, .external_lex_state = 3}, + [576] = {.lex_state = 51, .external_lex_state = 3}, + [577] = {.lex_state = 51, .external_lex_state = 3}, + [578] = {.lex_state = 51, .external_lex_state = 3}, + [579] = {.lex_state = 51, .external_lex_state = 3}, + [580] = {.lex_state = 51, .external_lex_state = 3}, + [581] = {.lex_state = 51, .external_lex_state = 2}, + [582] = {.lex_state = 51, .external_lex_state = 3}, + [583] = {.lex_state = 51, .external_lex_state = 3}, + [584] = {.lex_state = 51, .external_lex_state = 3}, + [585] = {.lex_state = 51, .external_lex_state = 3}, + [586] = {.lex_state = 51, .external_lex_state = 3}, + [587] = {.lex_state = 51, .external_lex_state = 3}, + [588] = {.lex_state = 51, .external_lex_state = 2}, + [589] = {.lex_state = 51, .external_lex_state = 3}, + [590] = {.lex_state = 51, .external_lex_state = 3}, + [591] = {.lex_state = 51, .external_lex_state = 3}, + [592] = {.lex_state = 51, .external_lex_state = 3}, + [593] = {.lex_state = 51, .external_lex_state = 3}, + [594] = {.lex_state = 51, .external_lex_state = 3}, + [595] = {.lex_state = 51, .external_lex_state = 3}, + [596] = {.lex_state = 51, .external_lex_state = 2}, + [597] = {.lex_state = 51, .external_lex_state = 2}, + [598] = {.lex_state = 51, .external_lex_state = 3}, + [599] = {.lex_state = 51, .external_lex_state = 3}, + [600] = {.lex_state = 51, .external_lex_state = 3}, + [601] = {.lex_state = 51, .external_lex_state = 3}, + [602] = {.lex_state = 51, .external_lex_state = 3}, + [603] = {.lex_state = 51, .external_lex_state = 3}, + [604] = {.lex_state = 51, .external_lex_state = 3}, + [605] = {.lex_state = 51, .external_lex_state = 2}, + [606] = {.lex_state = 51, .external_lex_state = 2}, + [607] = {.lex_state = 51, .external_lex_state = 2}, + [608] = {.lex_state = 51, .external_lex_state = 2}, + [609] = {.lex_state = 51, .external_lex_state = 2}, + [610] = {.lex_state = 51, .external_lex_state = 2}, + [611] = {.lex_state = 51, .external_lex_state = 2}, + [612] = {.lex_state = 51, .external_lex_state = 2}, + [613] = {.lex_state = 51, .external_lex_state = 2}, + [614] = {.lex_state = 51, .external_lex_state = 2}, + [615] = {.lex_state = 51, .external_lex_state = 2}, + [616] = {.lex_state = 16, .external_lex_state = 8}, + [617] = {.lex_state = 16, .external_lex_state = 9}, + [618] = {.lex_state = 51, .external_lex_state = 2}, + [619] = {.lex_state = 16, .external_lex_state = 8}, + [620] = {.lex_state = 16, .external_lex_state = 9}, + [621] = {.lex_state = 16, .external_lex_state = 8}, + [622] = {.lex_state = 51, .external_lex_state = 2}, + [623] = {.lex_state = 51, .external_lex_state = 2}, [624] = {.lex_state = 16, .external_lex_state = 9}, - [625] = {.lex_state = 50, .external_lex_state = 2}, - [626] = {.lex_state = 50, .external_lex_state = 2}, - [627] = {.lex_state = 50, .external_lex_state = 2}, - [628] = {.lex_state = 50, .external_lex_state = 2}, - [629] = {.lex_state = 16}, - [630] = {.lex_state = 16}, - [631] = {.lex_state = 16}, - [632] = {.lex_state = 16}, - [633] = {.lex_state = 16}, - [634] = {.lex_state = 16}, - [635] = {.lex_state = 16}, - [636] = {.lex_state = 16}, - [637] = {.lex_state = 16}, - [638] = {.lex_state = 16}, - [639] = {.lex_state = 16}, - [640] = {.lex_state = 16}, - [641] = {.lex_state = 16}, - [642] = {.lex_state = 16}, - [643] = {.lex_state = 16}, - [644] = {.lex_state = 16}, - [645] = {.lex_state = 16}, - [646] = {.lex_state = 16}, - [647] = {.lex_state = 16}, - [648] = {.lex_state = 16}, - [649] = {.lex_state = 16}, - [650] = {.lex_state = 16}, - [651] = {.lex_state = 16}, - [652] = {.lex_state = 16}, - [653] = {.lex_state = 16}, - [654] = {.lex_state = 16}, - [655] = {.lex_state = 16}, - [656] = {.lex_state = 16}, - [657] = {.lex_state = 16}, - [658] = {.lex_state = 16}, - [659] = {.lex_state = 16}, - [660] = {.lex_state = 16}, - [661] = {.lex_state = 16}, - [662] = {.lex_state = 16}, - [663] = {.lex_state = 16}, - [664] = {.lex_state = 16}, - [665] = {.lex_state = 16}, - [666] = {.lex_state = 16}, - [667] = {.lex_state = 16}, - [668] = {.lex_state = 16}, - [669] = {.lex_state = 16}, - [670] = {.lex_state = 16}, - [671] = {.lex_state = 16}, - [672] = {.lex_state = 16}, - [673] = {.lex_state = 16}, - [674] = {.lex_state = 16}, - [675] = {.lex_state = 16}, - [676] = {.lex_state = 16}, - [677] = {.lex_state = 16}, - [678] = {.lex_state = 16}, - [679] = {.lex_state = 16}, - [680] = {.lex_state = 16}, - [681] = {.lex_state = 16}, - [682] = {.lex_state = 16}, - [683] = {.lex_state = 16}, - [684] = {.lex_state = 16}, - [685] = {.lex_state = 16}, - [686] = {.lex_state = 16, .external_lex_state = 9}, - [687] = {.lex_state = 15}, - [688] = {.lex_state = 16, .external_lex_state = 8}, - [689] = {.lex_state = 16, .external_lex_state = 9}, - [690] = {.lex_state = 16}, - [691] = {.lex_state = 16, .external_lex_state = 8}, - [692] = {.lex_state = 15}, - [693] = {.lex_state = 15}, - [694] = {.lex_state = 15}, - [695] = {.lex_state = 16}, - [696] = {.lex_state = 16, .external_lex_state = 10}, - [697] = {.lex_state = 16}, - [698] = {.lex_state = 16, .external_lex_state = 7}, - [699] = {.lex_state = 16, .external_lex_state = 7}, - [700] = {.lex_state = 16, .external_lex_state = 10}, - [701] = {.lex_state = 16, .external_lex_state = 10}, - [702] = {.lex_state = 16, .external_lex_state = 6}, + [625] = {.lex_state = 51, .external_lex_state = 2}, + [626] = {.lex_state = 51, .external_lex_state = 2}, + [627] = {.lex_state = 51, .external_lex_state = 2}, + [628] = {.lex_state = 51, .external_lex_state = 2}, + [629] = {.lex_state = 51, .external_lex_state = 2}, + [630] = {.lex_state = 51, .external_lex_state = 2}, + [631] = {.lex_state = 51, .external_lex_state = 2}, + [632] = {.lex_state = 51, .external_lex_state = 2}, + [633] = {.lex_state = 51, .external_lex_state = 2}, + [634] = {.lex_state = 51, .external_lex_state = 2}, + [635] = {.lex_state = 51, .external_lex_state = 2}, + [636] = {.lex_state = 51, .external_lex_state = 2}, + [637] = {.lex_state = 51, .external_lex_state = 2}, + [638] = {.lex_state = 51, .external_lex_state = 2}, + [639] = {.lex_state = 51, .external_lex_state = 2}, + [640] = {.lex_state = 51, .external_lex_state = 2}, + [641] = {.lex_state = 51, .external_lex_state = 2}, + [642] = {.lex_state = 51, .external_lex_state = 2}, + [643] = {.lex_state = 51, .external_lex_state = 2}, + [644] = {.lex_state = 51, .external_lex_state = 2}, + [645] = {.lex_state = 51, .external_lex_state = 2}, + [646] = {.lex_state = 51, .external_lex_state = 2}, + [647] = {.lex_state = 51, .external_lex_state = 2}, + [648] = {.lex_state = 51, .external_lex_state = 2}, + [649] = {.lex_state = 51, .external_lex_state = 2}, + [650] = {.lex_state = 51, .external_lex_state = 2}, + [651] = {.lex_state = 51, .external_lex_state = 2}, + [652] = {.lex_state = 51, .external_lex_state = 2}, + [653] = {.lex_state = 51, .external_lex_state = 2}, + [654] = {.lex_state = 51, .external_lex_state = 2}, + [655] = {.lex_state = 51, .external_lex_state = 2}, + [656] = {.lex_state = 51, .external_lex_state = 2}, + [657] = {.lex_state = 51, .external_lex_state = 2}, + [658] = {.lex_state = 51, .external_lex_state = 2}, + [659] = {.lex_state = 51, .external_lex_state = 2}, + [660] = {.lex_state = 51, .external_lex_state = 2}, + [661] = {.lex_state = 51, .external_lex_state = 2}, + [662] = {.lex_state = 51, .external_lex_state = 2}, + [663] = {.lex_state = 51, .external_lex_state = 2}, + [664] = {.lex_state = 51, .external_lex_state = 2}, + [665] = {.lex_state = 51, .external_lex_state = 2}, + [666] = {.lex_state = 51, .external_lex_state = 2}, + [667] = {.lex_state = 51, .external_lex_state = 2}, + [668] = {.lex_state = 51, .external_lex_state = 2}, + [669] = {.lex_state = 51, .external_lex_state = 2}, + [670] = {.lex_state = 51, .external_lex_state = 2}, + [671] = {.lex_state = 51, .external_lex_state = 2}, + [672] = {.lex_state = 51, .external_lex_state = 2}, + [673] = {.lex_state = 51, .external_lex_state = 2}, + [674] = {.lex_state = 51, .external_lex_state = 2}, + [675] = {.lex_state = 51, .external_lex_state = 2}, + [676] = {.lex_state = 51, .external_lex_state = 2}, + [677] = {.lex_state = 51, .external_lex_state = 2}, + [678] = {.lex_state = 51, .external_lex_state = 2}, + [679] = {.lex_state = 51, .external_lex_state = 2}, + [680] = {.lex_state = 51, .external_lex_state = 2}, + [681] = {.lex_state = 51, .external_lex_state = 2}, + [682] = {.lex_state = 51, .external_lex_state = 2}, + [683] = {.lex_state = 51, .external_lex_state = 2}, + [684] = {.lex_state = 51, .external_lex_state = 2}, + [685] = {.lex_state = 51, .external_lex_state = 2}, + [686] = {.lex_state = 51, .external_lex_state = 2}, + [687] = {.lex_state = 51, .external_lex_state = 2}, + [688] = {.lex_state = 51, .external_lex_state = 2}, + [689] = {.lex_state = 51, .external_lex_state = 2}, + [690] = {.lex_state = 51, .external_lex_state = 2}, + [691] = {.lex_state = 51, .external_lex_state = 2}, + [692] = {.lex_state = 51, .external_lex_state = 2}, + [693] = {.lex_state = 51, .external_lex_state = 2}, + [694] = {.lex_state = 51, .external_lex_state = 2}, + [695] = {.lex_state = 16, .external_lex_state = 8}, + [696] = {.lex_state = 16, .external_lex_state = 9}, + [697] = {.lex_state = 16, .external_lex_state = 8}, + [698] = {.lex_state = 16, .external_lex_state = 9}, + [699] = {.lex_state = 16}, + [700] = {.lex_state = 16}, + [701] = {.lex_state = 16}, + [702] = {.lex_state = 16}, [703] = {.lex_state = 16}, - [704] = {.lex_state = 16, .external_lex_state = 7}, - [705] = {.lex_state = 16, .external_lex_state = 6}, - [706] = {.lex_state = 16, .external_lex_state = 6}, - [707] = {.lex_state = 16, .external_lex_state = 6}, - [708] = {.lex_state = 16, .external_lex_state = 6}, - [709] = {.lex_state = 16, .external_lex_state = 8}, - [710] = {.lex_state = 16, .external_lex_state = 6}, - [711] = {.lex_state = 16, .external_lex_state = 6}, - [712] = {.lex_state = 16, .external_lex_state = 6}, - [713] = {.lex_state = 16, .external_lex_state = 6}, - [714] = {.lex_state = 16, .external_lex_state = 6}, - [715] = {.lex_state = 16, .external_lex_state = 9}, - [716] = {.lex_state = 16, .external_lex_state = 8}, - [717] = {.lex_state = 16, .external_lex_state = 6}, + [704] = {.lex_state = 16}, + [705] = {.lex_state = 16}, + [706] = {.lex_state = 16}, + [707] = {.lex_state = 16}, + [708] = {.lex_state = 16}, + [709] = {.lex_state = 16}, + [710] = {.lex_state = 16}, + [711] = {.lex_state = 16}, + [712] = {.lex_state = 15}, + [713] = {.lex_state = 15}, + [714] = {.lex_state = 16}, + [715] = {.lex_state = 16}, + [716] = {.lex_state = 16}, + [717] = {.lex_state = 16}, [718] = {.lex_state = 16}, - [719] = {.lex_state = 16, .external_lex_state = 9}, - [720] = {.lex_state = 16, .external_lex_state = 8}, - [721] = {.lex_state = 16, .external_lex_state = 6}, - [722] = {.lex_state = 16, .external_lex_state = 9}, - [723] = {.lex_state = 16, .external_lex_state = 6}, + [719] = {.lex_state = 16}, + [720] = {.lex_state = 16}, + [721] = {.lex_state = 16}, + [722] = {.lex_state = 16}, + [723] = {.lex_state = 16}, [724] = {.lex_state = 16}, - [725] = {.lex_state = 16, .external_lex_state = 10}, - [726] = {.lex_state = 16, .external_lex_state = 10}, - [727] = {.lex_state = 15, .external_lex_state = 6}, - [728] = {.lex_state = 50, .external_lex_state = 2}, - [729] = {.lex_state = 15}, - [730] = {.lex_state = 15, .external_lex_state = 6}, + [725] = {.lex_state = 16}, + [726] = {.lex_state = 16}, + [727] = {.lex_state = 16}, + [728] = {.lex_state = 16}, + [729] = {.lex_state = 16}, + [730] = {.lex_state = 16}, [731] = {.lex_state = 16}, [732] = {.lex_state = 16}, - [733] = {.lex_state = 50, .external_lex_state = 2}, + [733] = {.lex_state = 16}, [734] = {.lex_state = 16}, [735] = {.lex_state = 16}, [736] = {.lex_state = 16}, - [737] = {.lex_state = 14, .external_lex_state = 2}, + [737] = {.lex_state = 16}, [738] = {.lex_state = 16}, [739] = {.lex_state = 16}, [740] = {.lex_state = 16}, [741] = {.lex_state = 16}, [742] = {.lex_state = 16}, - [743] = {.lex_state = 16, .external_lex_state = 7}, - [744] = {.lex_state = 16}, - [745] = {.lex_state = 16}, - [746] = {.lex_state = 16}, - [747] = {.lex_state = 15}, + [743] = {.lex_state = 16}, + [744] = {.lex_state = 16, .external_lex_state = 8}, + [745] = {.lex_state = 16, .external_lex_state = 9}, + [746] = {.lex_state = 16, .external_lex_state = 8}, + [747] = {.lex_state = 16, .external_lex_state = 9}, [748] = {.lex_state = 16}, - [749] = {.lex_state = 15}, - [750] = {.lex_state = 14, .external_lex_state = 2}, + [749] = {.lex_state = 16}, + [750] = {.lex_state = 16}, [751] = {.lex_state = 16}, [752] = {.lex_state = 16}, [753] = {.lex_state = 16}, - [754] = {.lex_state = 15}, - [755] = {.lex_state = 16, .external_lex_state = 7}, + [754] = {.lex_state = 16}, + [755] = {.lex_state = 16}, [756] = {.lex_state = 16}, - [757] = {.lex_state = 16, .external_lex_state = 6}, - [758] = {.lex_state = 16, .external_lex_state = 6}, - [759] = {.lex_state = 16, .external_lex_state = 6}, - [760] = {.lex_state = 16, .external_lex_state = 6}, - [761] = {.lex_state = 16, .external_lex_state = 6}, - [762] = {.lex_state = 15}, - [763] = {.lex_state = 16, .external_lex_state = 6}, - [764] = {.lex_state = 16, .external_lex_state = 6}, - [765] = {.lex_state = 50, .external_lex_state = 2}, - [766] = {.lex_state = 50, .external_lex_state = 2}, - [767] = {.lex_state = 16, .external_lex_state = 6}, - [768] = {.lex_state = 50, .external_lex_state = 2}, - [769] = {.lex_state = 16, .external_lex_state = 6}, - [770] = {.lex_state = 16}, - [771] = {.lex_state = 50, .external_lex_state = 2}, - [772] = {.lex_state = 16, .external_lex_state = 6}, - [773] = {.lex_state = 50, .external_lex_state = 2}, - [774] = {.lex_state = 50, .external_lex_state = 2}, - [775] = {.lex_state = 16, .external_lex_state = 6}, - [776] = {.lex_state = 16, .external_lex_state = 6}, - [777] = {.lex_state = 16, .external_lex_state = 6}, - [778] = {.lex_state = 15}, + [757] = {.lex_state = 16}, + [758] = {.lex_state = 16}, + [759] = {.lex_state = 16}, + [760] = {.lex_state = 16}, + [761] = {.lex_state = 16}, + [762] = {.lex_state = 15, .external_lex_state = 9}, + [763] = {.lex_state = 16, .external_lex_state = 10}, + [764] = {.lex_state = 16}, + [765] = {.lex_state = 16, .external_lex_state = 7}, + [766] = {.lex_state = 15}, + [767] = {.lex_state = 15, .external_lex_state = 8}, + [768] = {.lex_state = 15, .external_lex_state = 9}, + [769] = {.lex_state = 15, .external_lex_state = 8}, + [770] = {.lex_state = 15, .external_lex_state = 9}, + [771] = {.lex_state = 15, .external_lex_state = 8}, + [772] = {.lex_state = 16}, + [773] = {.lex_state = 16}, + [774] = {.lex_state = 16}, + [775] = {.lex_state = 16, .external_lex_state = 7}, + [776] = {.lex_state = 16, .external_lex_state = 10}, + [777] = {.lex_state = 16}, + [778] = {.lex_state = 16, .external_lex_state = 10}, [779] = {.lex_state = 16, .external_lex_state = 6}, - [780] = {.lex_state = 16, .external_lex_state = 6}, - [781] = {.lex_state = 16, .external_lex_state = 6}, - [782] = {.lex_state = 16, .external_lex_state = 6}, - [783] = {.lex_state = 16, .external_lex_state = 6}, - [784] = {.lex_state = 16, .external_lex_state = 6}, - [785] = {.lex_state = 16, .external_lex_state = 6}, - [786] = {.lex_state = 16, .external_lex_state = 6}, - [787] = {.lex_state = 16, .external_lex_state = 6}, - [788] = {.lex_state = 16, .external_lex_state = 6}, - [789] = {.lex_state = 16, .external_lex_state = 6}, - [790] = {.lex_state = 16, .external_lex_state = 6}, - [791] = {.lex_state = 16, .external_lex_state = 6}, - [792] = {.lex_state = 16, .external_lex_state = 6}, - [793] = {.lex_state = 16, .external_lex_state = 6}, - [794] = {.lex_state = 16, .external_lex_state = 6}, - [795] = {.lex_state = 16, .external_lex_state = 6}, - [796] = {.lex_state = 16}, - [797] = {.lex_state = 16, .external_lex_state = 6}, - [798] = {.lex_state = 16, .external_lex_state = 6}, + [780] = {.lex_state = 16}, + [781] = {.lex_state = 16}, + [782] = {.lex_state = 16, .external_lex_state = 7}, + [783] = {.lex_state = 15}, + [784] = {.lex_state = 15}, + [785] = {.lex_state = 15}, + [786] = {.lex_state = 15}, + [787] = {.lex_state = 15}, + [788] = {.lex_state = 15}, + [789] = {.lex_state = 15}, + [790] = {.lex_state = 16}, + [791] = {.lex_state = 15}, + [792] = {.lex_state = 15}, + [793] = {.lex_state = 15}, + [794] = {.lex_state = 16, .external_lex_state = 8}, + [795] = {.lex_state = 16, .external_lex_state = 9}, + [796] = {.lex_state = 16, .external_lex_state = 6}, + [797] = {.lex_state = 15}, + [798] = {.lex_state = 15}, [799] = {.lex_state = 16, .external_lex_state = 6}, - [800] = {.lex_state = 16}, - [801] = {.lex_state = 16}, - [802] = {.lex_state = 16}, - [803] = {.lex_state = 15}, - [804] = {.lex_state = 50, .external_lex_state = 2}, - [805] = {.lex_state = 16}, - [806] = {.lex_state = 16}, - [807] = {.lex_state = 50, .external_lex_state = 2}, - [808] = {.lex_state = 16}, - [809] = {.lex_state = 16}, - [810] = {.lex_state = 50, .external_lex_state = 2}, - [811] = {.lex_state = 16}, + [800] = {.lex_state = 16, .external_lex_state = 6}, + [801] = {.lex_state = 16, .external_lex_state = 6}, + [802] = {.lex_state = 16, .external_lex_state = 6}, + [803] = {.lex_state = 16}, + [804] = {.lex_state = 16, .external_lex_state = 6}, + [805] = {.lex_state = 16, .external_lex_state = 6}, + [806] = {.lex_state = 16, .external_lex_state = 8}, + [807] = {.lex_state = 16, .external_lex_state = 9}, + [808] = {.lex_state = 16, .external_lex_state = 8}, + [809] = {.lex_state = 16, .external_lex_state = 9}, + [810] = {.lex_state = 16, .external_lex_state = 6}, + [811] = {.lex_state = 16, .external_lex_state = 6}, [812] = {.lex_state = 16}, [813] = {.lex_state = 16}, [814] = {.lex_state = 16}, @@ -6958,14 +7225,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [820] = {.lex_state = 16}, [821] = {.lex_state = 16}, [822] = {.lex_state = 16}, - [823] = {.lex_state = 50, .external_lex_state = 2}, - [824] = {.lex_state = 16}, - [825] = {.lex_state = 15}, - [826] = {.lex_state = 16}, - [827] = {.lex_state = 16}, + [823] = {.lex_state = 16, .external_lex_state = 6}, + [824] = {.lex_state = 16, .external_lex_state = 6}, + [825] = {.lex_state = 16, .external_lex_state = 6}, + [826] = {.lex_state = 16, .external_lex_state = 6}, + [827] = {.lex_state = 16, .external_lex_state = 10}, [828] = {.lex_state = 16}, [829] = {.lex_state = 16}, - [830] = {.lex_state = 16}, + [830] = {.lex_state = 16, .external_lex_state = 10}, [831] = {.lex_state = 16}, [832] = {.lex_state = 16}, [833] = {.lex_state = 16}, @@ -6974,754 +7241,894 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [836] = {.lex_state = 16}, [837] = {.lex_state = 16}, [838] = {.lex_state = 16}, - [839] = {.lex_state = 50, .external_lex_state = 2}, - [840] = {.lex_state = 50, .external_lex_state = 2}, - [841] = {.lex_state = 50, .external_lex_state = 2}, - [842] = {.lex_state = 50, .external_lex_state = 2}, - [843] = {.lex_state = 50, .external_lex_state = 2}, - [844] = {.lex_state = 14}, - [845] = {.lex_state = 14}, - [846] = {.lex_state = 14}, - [847] = {.lex_state = 14}, - [848] = {.lex_state = 14}, - [849] = {.lex_state = 14}, - [850] = {.lex_state = 0, .external_lex_state = 6}, - [851] = {.lex_state = 50, .external_lex_state = 2}, + [839] = {.lex_state = 16}, + [840] = {.lex_state = 15}, + [841] = {.lex_state = 15, .external_lex_state = 8}, + [842] = {.lex_state = 16}, + [843] = {.lex_state = 16}, + [844] = {.lex_state = 16}, + [845] = {.lex_state = 16}, + [846] = {.lex_state = 51, .external_lex_state = 2}, + [847] = {.lex_state = 16, .external_lex_state = 7}, + [848] = {.lex_state = 16}, + [849] = {.lex_state = 16}, + [850] = {.lex_state = 15, .external_lex_state = 8}, + [851] = {.lex_state = 15, .external_lex_state = 9}, [852] = {.lex_state = 16}, - [853] = {.lex_state = 14}, - [854] = {.lex_state = 14}, - [855] = {.lex_state = 50, .external_lex_state = 2}, - [856] = {.lex_state = 0, .external_lex_state = 6}, - [857] = {.lex_state = 14}, - [858] = {.lex_state = 50, .external_lex_state = 2}, - [859] = {.lex_state = 16}, - [860] = {.lex_state = 14}, - [861] = {.lex_state = 14}, - [862] = {.lex_state = 16}, - [863] = {.lex_state = 14}, - [864] = {.lex_state = 14}, - [865] = {.lex_state = 14}, - [866] = {.lex_state = 14}, - [867] = {.lex_state = 14}, - [868] = {.lex_state = 14}, - [869] = {.lex_state = 14}, - [870] = {.lex_state = 50, .external_lex_state = 2}, - [871] = {.lex_state = 0}, - [872] = {.lex_state = 0}, - [873] = {.lex_state = 0}, - [874] = {.lex_state = 14}, - [875] = {.lex_state = 14}, - [876] = {.lex_state = 14}, - [877] = {.lex_state = 0}, - [878] = {.lex_state = 0}, - [879] = {.lex_state = 14}, - [880] = {.lex_state = 14}, - [881] = {.lex_state = 16}, - [882] = {.lex_state = 16}, - [883] = {.lex_state = 14}, - [884] = {.lex_state = 14}, - [885] = {.lex_state = 14}, - [886] = {.lex_state = 14}, - [887] = {.lex_state = 14}, - [888] = {.lex_state = 14}, - [889] = {.lex_state = 14}, - [890] = {.lex_state = 14}, - [891] = {.lex_state = 14, .external_lex_state = 9}, - [892] = {.lex_state = 14, .external_lex_state = 8}, - [893] = {.lex_state = 14}, - [894] = {.lex_state = 16}, - [895] = {.lex_state = 14}, - [896] = {.lex_state = 14}, - [897] = {.lex_state = 14}, - [898] = {.lex_state = 14}, - [899] = {.lex_state = 14}, - [900] = {.lex_state = 14}, - [901] = {.lex_state = 14}, - [902] = {.lex_state = 16}, - [903] = {.lex_state = 0}, - [904] = {.lex_state = 14}, - [905] = {.lex_state = 14}, - [906] = {.lex_state = 18, .external_lex_state = 11}, - [907] = {.lex_state = 18, .external_lex_state = 11}, - [908] = {.lex_state = 0}, - [909] = {.lex_state = 0}, - [910] = {.lex_state = 14}, - [911] = {.lex_state = 0}, - [912] = {.lex_state = 0}, - [913] = {.lex_state = 18, .external_lex_state = 11}, - [914] = {.lex_state = 18, .external_lex_state = 11}, - [915] = {.lex_state = 18, .external_lex_state = 11}, - [916] = {.lex_state = 18, .external_lex_state = 11}, - [917] = {.lex_state = 14}, - [918] = {.lex_state = 18, .external_lex_state = 11}, - [919] = {.lex_state = 18, .external_lex_state = 11}, - [920] = {.lex_state = 18, .external_lex_state = 11}, - [921] = {.lex_state = 0}, - [922] = {.lex_state = 18, .external_lex_state = 11}, - [923] = {.lex_state = 18, .external_lex_state = 11}, - [924] = {.lex_state = 14}, - [925] = {.lex_state = 18, .external_lex_state = 11}, - [926] = {.lex_state = 18, .external_lex_state = 11}, - [927] = {.lex_state = 14}, - [928] = {.lex_state = 0}, - [929] = {.lex_state = 18, .external_lex_state = 11}, - [930] = {.lex_state = 0}, - [931] = {.lex_state = 14}, - [932] = {.lex_state = 18, .external_lex_state = 11}, - [933] = {.lex_state = 0}, - [934] = {.lex_state = 14}, - [935] = {.lex_state = 0}, - [936] = {.lex_state = 0}, - [937] = {.lex_state = 0}, - [938] = {.lex_state = 14}, - [939] = {.lex_state = 14}, - [940] = {.lex_state = 14}, - [941] = {.lex_state = 0}, - [942] = {.lex_state = 0}, - [943] = {.lex_state = 0}, - [944] = {.lex_state = 14}, - [945] = {.lex_state = 0}, - [946] = {.lex_state = 14}, - [947] = {.lex_state = 14}, - [948] = {.lex_state = 14}, - [949] = {.lex_state = 14}, - [950] = {.lex_state = 14}, - [951] = {.lex_state = 0, .external_lex_state = 6}, - [952] = {.lex_state = 14}, - [953] = {.lex_state = 0, .external_lex_state = 6}, - [954] = {.lex_state = 14}, - [955] = {.lex_state = 0, .external_lex_state = 6}, - [956] = {.lex_state = 14}, - [957] = {.lex_state = 14}, - [958] = {.lex_state = 14}, - [959] = {.lex_state = 14}, - [960] = {.lex_state = 0}, - [961] = {.lex_state = 0}, - [962] = {.lex_state = 14}, - [963] = {.lex_state = 0, .external_lex_state = 6}, - [964] = {.lex_state = 14}, - [965] = {.lex_state = 14}, - [966] = {.lex_state = 14}, - [967] = {.lex_state = 0}, - [968] = {.lex_state = 14}, - [969] = {.lex_state = 0, .external_lex_state = 6}, - [970] = {.lex_state = 0, .external_lex_state = 6}, - [971] = {.lex_state = 14}, - [972] = {.lex_state = 0, .external_lex_state = 6}, - [973] = {.lex_state = 0}, - [974] = {.lex_state = 14}, - [975] = {.lex_state = 14}, - [976] = {.lex_state = 0}, - [977] = {.lex_state = 14}, - [978] = {.lex_state = 0}, - [979] = {.lex_state = 0, .external_lex_state = 6}, - [980] = {.lex_state = 14}, + [853] = {.lex_state = 16, .external_lex_state = 6}, + [854] = {.lex_state = 51, .external_lex_state = 2}, + [855] = {.lex_state = 16}, + [856] = {.lex_state = 51, .external_lex_state = 2}, + [857] = {.lex_state = 16}, + [858] = {.lex_state = 16}, + [859] = {.lex_state = 15, .external_lex_state = 9}, + [860] = {.lex_state = 16}, + [861] = {.lex_state = 16, .external_lex_state = 7}, + [862] = {.lex_state = 51, .external_lex_state = 2}, + [863] = {.lex_state = 16}, + [864] = {.lex_state = 16}, + [865] = {.lex_state = 15}, + [866] = {.lex_state = 15}, + [867] = {.lex_state = 16, .external_lex_state = 6}, + [868] = {.lex_state = 15}, + [869] = {.lex_state = 15}, + [870] = {.lex_state = 16}, + [871] = {.lex_state = 16}, + [872] = {.lex_state = 15}, + [873] = {.lex_state = 15}, + [874] = {.lex_state = 15}, + [875] = {.lex_state = 15}, + [876] = {.lex_state = 15}, + [877] = {.lex_state = 15}, + [878] = {.lex_state = 16, .external_lex_state = 6}, + [879] = {.lex_state = 15}, + [880] = {.lex_state = 15}, + [881] = {.lex_state = 15}, + [882] = {.lex_state = 15}, + [883] = {.lex_state = 15}, + [884] = {.lex_state = 15}, + [885] = {.lex_state = 15}, + [886] = {.lex_state = 16, .external_lex_state = 6}, + [887] = {.lex_state = 15}, + [888] = {.lex_state = 15}, + [889] = {.lex_state = 15}, + [890] = {.lex_state = 15}, + [891] = {.lex_state = 16, .external_lex_state = 6}, + [892] = {.lex_state = 15}, + [893] = {.lex_state = 15}, + [894] = {.lex_state = 15}, + [895] = {.lex_state = 15}, + [896] = {.lex_state = 15}, + [897] = {.lex_state = 15}, + [898] = {.lex_state = 15}, + [899] = {.lex_state = 15}, + [900] = {.lex_state = 15}, + [901] = {.lex_state = 16, .external_lex_state = 6}, + [902] = {.lex_state = 16, .external_lex_state = 6}, + [903] = {.lex_state = 16, .external_lex_state = 6}, + [904] = {.lex_state = 16, .external_lex_state = 6}, + [905] = {.lex_state = 16, .external_lex_state = 6}, + [906] = {.lex_state = 15}, + [907] = {.lex_state = 16, .external_lex_state = 6}, + [908] = {.lex_state = 16, .external_lex_state = 6}, + [909] = {.lex_state = 16, .external_lex_state = 6}, + [910] = {.lex_state = 16, .external_lex_state = 6}, + [911] = {.lex_state = 16}, + [912] = {.lex_state = 16}, + [913] = {.lex_state = 16, .external_lex_state = 6}, + [914] = {.lex_state = 16, .external_lex_state = 6}, + [915] = {.lex_state = 16}, + [916] = {.lex_state = 16, .external_lex_state = 6}, + [917] = {.lex_state = 16, .external_lex_state = 6}, + [918] = {.lex_state = 16, .external_lex_state = 6}, + [919] = {.lex_state = 16}, + [920] = {.lex_state = 16, .external_lex_state = 6}, + [921] = {.lex_state = 16, .external_lex_state = 6}, + [922] = {.lex_state = 16, .external_lex_state = 6}, + [923] = {.lex_state = 16, .external_lex_state = 6}, + [924] = {.lex_state = 15}, + [925] = {.lex_state = 16}, + [926] = {.lex_state = 16, .external_lex_state = 6}, + [927] = {.lex_state = 51, .external_lex_state = 2}, + [928] = {.lex_state = 51, .external_lex_state = 2}, + [929] = {.lex_state = 16, .external_lex_state = 6}, + [930] = {.lex_state = 16, .external_lex_state = 6}, + [931] = {.lex_state = 16, .external_lex_state = 6}, + [932] = {.lex_state = 51, .external_lex_state = 2}, + [933] = {.lex_state = 51, .external_lex_state = 2}, + [934] = {.lex_state = 51, .external_lex_state = 2}, + [935] = {.lex_state = 51, .external_lex_state = 2}, + [936] = {.lex_state = 16, .external_lex_state = 6}, + [937] = {.lex_state = 16, .external_lex_state = 6}, + [938] = {.lex_state = 15}, + [939] = {.lex_state = 15}, + [940] = {.lex_state = 16, .external_lex_state = 6}, + [941] = {.lex_state = 16, .external_lex_state = 6}, + [942] = {.lex_state = 16, .external_lex_state = 6}, + [943] = {.lex_state = 16, .external_lex_state = 6}, + [944] = {.lex_state = 16, .external_lex_state = 6}, + [945] = {.lex_state = 16}, + [946] = {.lex_state = 16}, + [947] = {.lex_state = 16}, + [948] = {.lex_state = 16}, + [949] = {.lex_state = 16}, + [950] = {.lex_state = 16}, + [951] = {.lex_state = 16}, + [952] = {.lex_state = 16}, + [953] = {.lex_state = 16}, + [954] = {.lex_state = 16}, + [955] = {.lex_state = 16}, + [956] = {.lex_state = 16}, + [957] = {.lex_state = 16}, + [958] = {.lex_state = 16}, + [959] = {.lex_state = 16}, + [960] = {.lex_state = 16}, + [961] = {.lex_state = 16}, + [962] = {.lex_state = 16}, + [963] = {.lex_state = 16}, + [964] = {.lex_state = 51, .external_lex_state = 2}, + [965] = {.lex_state = 16}, + [966] = {.lex_state = 16}, + [967] = {.lex_state = 16}, + [968] = {.lex_state = 16}, + [969] = {.lex_state = 16}, + [970] = {.lex_state = 16}, + [971] = {.lex_state = 16}, + [972] = {.lex_state = 16}, + [973] = {.lex_state = 16}, + [974] = {.lex_state = 16}, + [975] = {.lex_state = 16}, + [976] = {.lex_state = 16}, + [977] = {.lex_state = 16}, + [978] = {.lex_state = 16}, + [979] = {.lex_state = 51, .external_lex_state = 2}, + [980] = {.lex_state = 51, .external_lex_state = 2}, [981] = {.lex_state = 16}, - [982] = {.lex_state = 14}, - [983] = {.lex_state = 14}, - [984] = {.lex_state = 0, .external_lex_state = 6}, - [985] = {.lex_state = 0, .external_lex_state = 6}, - [986] = {.lex_state = 14}, - [987] = {.lex_state = 0}, - [988] = {.lex_state = 0}, - [989] = {.lex_state = 0, .external_lex_state = 6}, - [990] = {.lex_state = 14}, - [991] = {.lex_state = 14}, + [982] = {.lex_state = 51, .external_lex_state = 2}, + [983] = {.lex_state = 16}, + [984] = {.lex_state = 51, .external_lex_state = 2}, + [985] = {.lex_state = 51, .external_lex_state = 2}, + [986] = {.lex_state = 51, .external_lex_state = 2}, + [987] = {.lex_state = 51, .external_lex_state = 2}, + [988] = {.lex_state = 51, .external_lex_state = 2}, + [989] = {.lex_state = 51}, + [990] = {.lex_state = 0}, + [991] = {.lex_state = 51}, [992] = {.lex_state = 0}, - [993] = {.lex_state = 14}, - [994] = {.lex_state = 14}, - [995] = {.lex_state = 0}, - [996] = {.lex_state = 14}, - [997] = {.lex_state = 0}, - [998] = {.lex_state = 0}, - [999] = {.lex_state = 14}, - [1000] = {.lex_state = 14}, - [1001] = {.lex_state = 14}, + [993] = {.lex_state = 51}, + [994] = {.lex_state = 51, .external_lex_state = 2}, + [995] = {.lex_state = 14}, + [996] = {.lex_state = 51, .external_lex_state = 2}, + [997] = {.lex_state = 51}, + [998] = {.lex_state = 51}, + [999] = {.lex_state = 51}, + [1000] = {.lex_state = 16}, + [1001] = {.lex_state = 16}, [1002] = {.lex_state = 0, .external_lex_state = 6}, [1003] = {.lex_state = 0, .external_lex_state = 6}, - [1004] = {.lex_state = 0}, - [1005] = {.lex_state = 0, .external_lex_state = 6}, - [1006] = {.lex_state = 0}, - [1007] = {.lex_state = 0}, - [1008] = {.lex_state = 0, .external_lex_state = 6}, - [1009] = {.lex_state = 0, .external_lex_state = 6}, - [1010] = {.lex_state = 14}, - [1011] = {.lex_state = 0}, - [1012] = {.lex_state = 0, .external_lex_state = 6}, - [1013] = {.lex_state = 16}, - [1014] = {.lex_state = 14}, - [1015] = {.lex_state = 14}, - [1016] = {.lex_state = 0}, - [1017] = {.lex_state = 0}, - [1018] = {.lex_state = 0}, - [1019] = {.lex_state = 14}, - [1020] = {.lex_state = 0}, - [1021] = {.lex_state = 14}, - [1022] = {.lex_state = 14}, - [1023] = {.lex_state = 0}, - [1024] = {.lex_state = 14}, - [1025] = {.lex_state = 0}, - [1026] = {.lex_state = 0, .external_lex_state = 6}, - [1027] = {.lex_state = 14}, + [1004] = {.lex_state = 51}, + [1005] = {.lex_state = 51}, + [1006] = {.lex_state = 14}, + [1007] = {.lex_state = 51}, + [1008] = {.lex_state = 51, .external_lex_state = 2}, + [1009] = {.lex_state = 51}, + [1010] = {.lex_state = 51}, + [1011] = {.lex_state = 51}, + [1012] = {.lex_state = 16}, + [1013] = {.lex_state = 51}, + [1014] = {.lex_state = 51}, + [1015] = {.lex_state = 51}, + [1016] = {.lex_state = 51}, + [1017] = {.lex_state = 51}, + [1018] = {.lex_state = 51}, + [1019] = {.lex_state = 51}, + [1020] = {.lex_state = 51}, + [1021] = {.lex_state = 51, .external_lex_state = 2}, + [1022] = {.lex_state = 0}, + [1023] = {.lex_state = 51}, + [1024] = {.lex_state = 51}, + [1025] = {.lex_state = 51}, + [1026] = {.lex_state = 0}, + [1027] = {.lex_state = 0}, [1028] = {.lex_state = 0}, - [1029] = {.lex_state = 14}, - [1030] = {.lex_state = 0, .external_lex_state = 6}, - [1031] = {.lex_state = 0, .external_lex_state = 6}, - [1032] = {.lex_state = 0, .external_lex_state = 6}, - [1033] = {.lex_state = 14}, - [1034] = {.lex_state = 14}, + [1029] = {.lex_state = 0}, + [1030] = {.lex_state = 51}, + [1031] = {.lex_state = 51}, + [1032] = {.lex_state = 16}, + [1033] = {.lex_state = 18, .external_lex_state = 11}, + [1034] = {.lex_state = 51}, [1035] = {.lex_state = 18, .external_lex_state = 11}, - [1036] = {.lex_state = 14}, + [1036] = {.lex_state = 18, .external_lex_state = 11}, [1037] = {.lex_state = 18, .external_lex_state = 11}, - [1038] = {.lex_state = 16, .external_lex_state = 6}, - [1039] = {.lex_state = 16}, - [1040] = {.lex_state = 14}, - [1041] = {.lex_state = 16, .external_lex_state = 6}, - [1042] = {.lex_state = 14}, - [1043] = {.lex_state = 0}, + [1038] = {.lex_state = 16}, + [1039] = {.lex_state = 51, .external_lex_state = 8}, + [1040] = {.lex_state = 51, .external_lex_state = 9}, + [1041] = {.lex_state = 0}, + [1042] = {.lex_state = 16}, + [1043] = {.lex_state = 18, .external_lex_state = 11}, [1044] = {.lex_state = 18, .external_lex_state = 11}, - [1045] = {.lex_state = 0}, - [1046] = {.lex_state = 18, .external_lex_state = 11}, - [1047] = {.lex_state = 16, .external_lex_state = 6}, + [1045] = {.lex_state = 18, .external_lex_state = 11}, + [1046] = {.lex_state = 51}, + [1047] = {.lex_state = 18, .external_lex_state = 11}, [1048] = {.lex_state = 18, .external_lex_state = 11}, - [1049] = {.lex_state = 14}, - [1050] = {.lex_state = 14}, - [1051] = {.lex_state = 16}, - [1052] = {.lex_state = 14}, - [1053] = {.lex_state = 0, .external_lex_state = 6}, + [1049] = {.lex_state = 16}, + [1050] = {.lex_state = 18, .external_lex_state = 11}, + [1051] = {.lex_state = 18, .external_lex_state = 11}, + [1052] = {.lex_state = 18, .external_lex_state = 11}, + [1053] = {.lex_state = 18, .external_lex_state = 11}, [1054] = {.lex_state = 18, .external_lex_state = 11}, - [1055] = {.lex_state = 14}, + [1055] = {.lex_state = 18, .external_lex_state = 11}, [1056] = {.lex_state = 18, .external_lex_state = 11}, - [1057] = {.lex_state = 14}, - [1058] = {.lex_state = 14}, - [1059] = {.lex_state = 14}, - [1060] = {.lex_state = 0}, - [1061] = {.lex_state = 14}, - [1062] = {.lex_state = 14}, - [1063] = {.lex_state = 0, .external_lex_state = 6}, - [1064] = {.lex_state = 14}, - [1065] = {.lex_state = 14}, - [1066] = {.lex_state = 14}, - [1067] = {.lex_state = 18, .external_lex_state = 11}, - [1068] = {.lex_state = 0, .external_lex_state = 6}, - [1069] = {.lex_state = 0, .external_lex_state = 6}, - [1070] = {.lex_state = 14}, - [1071] = {.lex_state = 14}, - [1072] = {.lex_state = 8}, - [1073] = {.lex_state = 0, .external_lex_state = 6}, + [1057] = {.lex_state = 18, .external_lex_state = 11}, + [1058] = {.lex_state = 18, .external_lex_state = 11}, + [1059] = {.lex_state = 18, .external_lex_state = 11}, + [1060] = {.lex_state = 51}, + [1061] = {.lex_state = 51}, + [1062] = {.lex_state = 0}, + [1063] = {.lex_state = 51}, + [1064] = {.lex_state = 0}, + [1065] = {.lex_state = 51}, + [1066] = {.lex_state = 0}, + [1067] = {.lex_state = 0}, + [1068] = {.lex_state = 0}, + [1069] = {.lex_state = 0}, + [1070] = {.lex_state = 51}, + [1071] = {.lex_state = 51}, + [1072] = {.lex_state = 51}, + [1073] = {.lex_state = 0}, [1074] = {.lex_state = 0}, [1075] = {.lex_state = 0}, - [1076] = {.lex_state = 14}, - [1077] = {.lex_state = 0}, - [1078] = {.lex_state = 0, .external_lex_state = 6}, + [1076] = {.lex_state = 0}, + [1077] = {.lex_state = 51}, + [1078] = {.lex_state = 51}, [1079] = {.lex_state = 0}, - [1080] = {.lex_state = 0, .external_lex_state = 6}, - [1081] = {.lex_state = 0, .external_lex_state = 6}, - [1082] = {.lex_state = 0, .external_lex_state = 6}, + [1080] = {.lex_state = 0}, + [1081] = {.lex_state = 0}, + [1082] = {.lex_state = 51}, [1083] = {.lex_state = 0}, - [1084] = {.lex_state = 14}, + [1084] = {.lex_state = 0}, [1085] = {.lex_state = 0}, - [1086] = {.lex_state = 14}, + [1086] = {.lex_state = 0}, [1087] = {.lex_state = 0}, - [1088] = {.lex_state = 14}, - [1089] = {.lex_state = 14}, + [1088] = {.lex_state = 0}, + [1089] = {.lex_state = 51}, [1090] = {.lex_state = 0}, - [1091] = {.lex_state = 0, .external_lex_state = 6}, + [1091] = {.lex_state = 51}, [1092] = {.lex_state = 0}, - [1093] = {.lex_state = 0, .external_lex_state = 6}, - [1094] = {.lex_state = 0, .external_lex_state = 6}, - [1095] = {.lex_state = 0}, - [1096] = {.lex_state = 0, .external_lex_state = 6}, - [1097] = {.lex_state = 0, .external_lex_state = 6}, - [1098] = {.lex_state = 8}, + [1093] = {.lex_state = 14}, + [1094] = {.lex_state = 0}, + [1095] = {.lex_state = 14}, + [1096] = {.lex_state = 51}, + [1097] = {.lex_state = 51}, + [1098] = {.lex_state = 0}, [1099] = {.lex_state = 0}, [1100] = {.lex_state = 0}, - [1101] = {.lex_state = 0, .external_lex_state = 6}, - [1102] = {.lex_state = 0}, + [1101] = {.lex_state = 51}, + [1102] = {.lex_state = 51}, [1103] = {.lex_state = 14}, - [1104] = {.lex_state = 8}, - [1105] = {.lex_state = 0, .external_lex_state = 6}, - [1106] = {.lex_state = 0}, - [1107] = {.lex_state = 16, .external_lex_state = 6}, - [1108] = {.lex_state = 0}, + [1104] = {.lex_state = 14}, + [1105] = {.lex_state = 14}, + [1106] = {.lex_state = 14}, + [1107] = {.lex_state = 14}, + [1108] = {.lex_state = 14}, [1109] = {.lex_state = 0, .external_lex_state = 6}, - [1110] = {.lex_state = 0, .external_lex_state = 6}, - [1111] = {.lex_state = 0, .external_lex_state = 6}, + [1110] = {.lex_state = 51}, + [1111] = {.lex_state = 0}, [1112] = {.lex_state = 14}, [1113] = {.lex_state = 0}, - [1114] = {.lex_state = 16}, - [1115] = {.lex_state = 14}, - [1116] = {.lex_state = 0}, - [1117] = {.lex_state = 14}, + [1114] = {.lex_state = 51}, + [1115] = {.lex_state = 51}, + [1116] = {.lex_state = 51}, + [1117] = {.lex_state = 51}, [1118] = {.lex_state = 0}, - [1119] = {.lex_state = 14, .external_lex_state = 9}, - [1120] = {.lex_state = 14, .external_lex_state = 8}, - [1121] = {.lex_state = 14}, - [1122] = {.lex_state = 0}, - [1123] = {.lex_state = 0}, - [1124] = {.lex_state = 0, .external_lex_state = 6}, + [1119] = {.lex_state = 51}, + [1120] = {.lex_state = 51}, + [1121] = {.lex_state = 0, .external_lex_state = 6}, + [1122] = {.lex_state = 0, .external_lex_state = 6}, + [1123] = {.lex_state = 0, .external_lex_state = 6}, + [1124] = {.lex_state = 51}, [1125] = {.lex_state = 14}, - [1126] = {.lex_state = 14}, - [1127] = {.lex_state = 0}, - [1128] = {.lex_state = 14}, - [1129] = {.lex_state = 0}, - [1130] = {.lex_state = 0, .external_lex_state = 6}, - [1131] = {.lex_state = 0, .external_lex_state = 6}, - [1132] = {.lex_state = 0, .external_lex_state = 6}, - [1133] = {.lex_state = 0, .external_lex_state = 6}, - [1134] = {.lex_state = 0, .external_lex_state = 6}, + [1126] = {.lex_state = 51}, + [1127] = {.lex_state = 51}, + [1128] = {.lex_state = 0}, + [1129] = {.lex_state = 14}, + [1130] = {.lex_state = 51}, + [1131] = {.lex_state = 51}, + [1132] = {.lex_state = 51}, + [1133] = {.lex_state = 18, .external_lex_state = 11}, + [1134] = {.lex_state = 51}, [1135] = {.lex_state = 0, .external_lex_state = 6}, [1136] = {.lex_state = 0}, - [1137] = {.lex_state = 0}, - [1138] = {.lex_state = 0}, - [1139] = {.lex_state = 14}, - [1140] = {.lex_state = 0, .external_lex_state = 6}, - [1141] = {.lex_state = 14}, - [1142] = {.lex_state = 0}, - [1143] = {.lex_state = 0, .external_lex_state = 6}, + [1137] = {.lex_state = 51}, + [1138] = {.lex_state = 51}, + [1139] = {.lex_state = 16}, + [1140] = {.lex_state = 51}, + [1141] = {.lex_state = 0, .external_lex_state = 6}, + [1142] = {.lex_state = 51}, + [1143] = {.lex_state = 51}, [1144] = {.lex_state = 0, .external_lex_state = 6}, [1145] = {.lex_state = 0, .external_lex_state = 6}, [1146] = {.lex_state = 0}, - [1147] = {.lex_state = 0}, + [1147] = {.lex_state = 18, .external_lex_state = 11}, [1148] = {.lex_state = 0}, - [1149] = {.lex_state = 0}, - [1150] = {.lex_state = 14}, - [1151] = {.lex_state = 14}, - [1152] = {.lex_state = 14}, - [1153] = {.lex_state = 0}, - [1154] = {.lex_state = 14}, - [1155] = {.lex_state = 0, .external_lex_state = 6}, + [1149] = {.lex_state = 51}, + [1150] = {.lex_state = 51}, + [1151] = {.lex_state = 51}, + [1152] = {.lex_state = 51}, + [1153] = {.lex_state = 51}, + [1154] = {.lex_state = 51}, + [1155] = {.lex_state = 0}, [1156] = {.lex_state = 0, .external_lex_state = 6}, - [1157] = {.lex_state = 14}, - [1158] = {.lex_state = 14}, - [1159] = {.lex_state = 0, .external_lex_state = 6}, - [1160] = {.lex_state = 0}, - [1161] = {.lex_state = 14}, - [1162] = {.lex_state = 14}, - [1163] = {.lex_state = 0}, - [1164] = {.lex_state = 0}, - [1165] = {.lex_state = 0}, - [1166] = {.lex_state = 14}, - [1167] = {.lex_state = 0, .external_lex_state = 6}, - [1168] = {.lex_state = 0, .external_lex_state = 6}, - [1169] = {.lex_state = 14}, + [1157] = {.lex_state = 51}, + [1158] = {.lex_state = 0, .external_lex_state = 6}, + [1159] = {.lex_state = 51}, + [1160] = {.lex_state = 51}, + [1161] = {.lex_state = 51}, + [1162] = {.lex_state = 0}, + [1163] = {.lex_state = 0, .external_lex_state = 6}, + [1164] = {.lex_state = 14}, + [1165] = {.lex_state = 14}, + [1166] = {.lex_state = 51}, + [1167] = {.lex_state = 51}, + [1168] = {.lex_state = 14}, + [1169] = {.lex_state = 0}, [1170] = {.lex_state = 0}, - [1171] = {.lex_state = 16}, - [1172] = {.lex_state = 0}, + [1171] = {.lex_state = 0}, + [1172] = {.lex_state = 51}, [1173] = {.lex_state = 0}, [1174] = {.lex_state = 0}, - [1175] = {.lex_state = 0}, - [1176] = {.lex_state = 0}, - [1177] = {.lex_state = 0}, - [1178] = {.lex_state = 14}, - [1179] = {.lex_state = 14}, - [1180] = {.lex_state = 0}, - [1181] = {.lex_state = 0, .external_lex_state = 6}, + [1175] = {.lex_state = 0, .external_lex_state = 6}, + [1176] = {.lex_state = 51}, + [1177] = {.lex_state = 0, .external_lex_state = 6}, + [1178] = {.lex_state = 0}, + [1179] = {.lex_state = 0, .external_lex_state = 6}, + [1180] = {.lex_state = 0, .external_lex_state = 6}, + [1181] = {.lex_state = 0}, [1182] = {.lex_state = 0}, [1183] = {.lex_state = 14}, - [1184] = {.lex_state = 14}, + [1184] = {.lex_state = 51}, [1185] = {.lex_state = 0, .external_lex_state = 6}, - [1186] = {.lex_state = 14}, + [1186] = {.lex_state = 51}, [1187] = {.lex_state = 0}, - [1188] = {.lex_state = 0}, + [1188] = {.lex_state = 51}, [1189] = {.lex_state = 0}, [1190] = {.lex_state = 0}, - [1191] = {.lex_state = 8}, - [1192] = {.lex_state = 0}, - [1193] = {.lex_state = 0}, - [1194] = {.lex_state = 0}, - [1195] = {.lex_state = 0, .external_lex_state = 6}, - [1196] = {.lex_state = 0, .external_lex_state = 6}, - [1197] = {.lex_state = 0}, - [1198] = {.lex_state = 14}, + [1191] = {.lex_state = 0, .external_lex_state = 6}, + [1192] = {.lex_state = 51}, + [1193] = {.lex_state = 51}, + [1194] = {.lex_state = 51}, + [1195] = {.lex_state = 51}, + [1196] = {.lex_state = 14}, + [1197] = {.lex_state = 0, .external_lex_state = 6}, + [1198] = {.lex_state = 0}, [1199] = {.lex_state = 0, .external_lex_state = 6}, - [1200] = {.lex_state = 0}, - [1201] = {.lex_state = 0}, - [1202] = {.lex_state = 0}, + [1200] = {.lex_state = 51}, + [1201] = {.lex_state = 16}, + [1202] = {.lex_state = 0, .external_lex_state = 6}, [1203] = {.lex_state = 0}, - [1204] = {.lex_state = 0}, - [1205] = {.lex_state = 0}, + [1204] = {.lex_state = 51}, + [1205] = {.lex_state = 51}, [1206] = {.lex_state = 0}, - [1207] = {.lex_state = 0}, - [1208] = {.lex_state = 0}, - [1209] = {.lex_state = 14}, - [1210] = {.lex_state = 14}, - [1211] = {.lex_state = 0, .external_lex_state = 6}, - [1212] = {.lex_state = 0, .external_lex_state = 6}, - [1213] = {.lex_state = 0}, + [1207] = {.lex_state = 51}, + [1208] = {.lex_state = 51}, + [1209] = {.lex_state = 51}, + [1210] = {.lex_state = 51}, + [1211] = {.lex_state = 0}, + [1212] = {.lex_state = 0}, + [1213] = {.lex_state = 0, .external_lex_state = 6}, [1214] = {.lex_state = 0}, - [1215] = {.lex_state = 0}, - [1216] = {.lex_state = 0}, - [1217] = {.lex_state = 0, .external_lex_state = 6}, - [1218] = {.lex_state = 0}, - [1219] = {.lex_state = 0}, - [1220] = {.lex_state = 0}, - [1221] = {.lex_state = 0}, - [1222] = {.lex_state = 14}, - [1223] = {.lex_state = 0}, - [1224] = {.lex_state = 16}, + [1215] = {.lex_state = 14}, + [1216] = {.lex_state = 16}, + [1217] = {.lex_state = 18, .external_lex_state = 11}, + [1218] = {.lex_state = 18, .external_lex_state = 11}, + [1219] = {.lex_state = 16, .external_lex_state = 6}, + [1220] = {.lex_state = 51}, + [1221] = {.lex_state = 14}, + [1222] = {.lex_state = 51}, + [1223] = {.lex_state = 18, .external_lex_state = 11}, + [1224] = {.lex_state = 0, .external_lex_state = 6}, [1225] = {.lex_state = 0}, - [1226] = {.lex_state = 0}, + [1226] = {.lex_state = 0, .external_lex_state = 6}, [1227] = {.lex_state = 0, .external_lex_state = 6}, - [1228] = {.lex_state = 0, .external_lex_state = 6}, - [1229] = {.lex_state = 0}, - [1230] = {.lex_state = 0}, - [1231] = {.lex_state = 0, .external_lex_state = 6}, - [1232] = {.lex_state = 0}, - [1233] = {.lex_state = 0}, - [1234] = {.lex_state = 0}, - [1235] = {.lex_state = 0}, - [1236] = {.lex_state = 0}, - [1237] = {.lex_state = 0}, - [1238] = {.lex_state = 14}, - [1239] = {.lex_state = 14}, - [1240] = {.lex_state = 0}, - [1241] = {.lex_state = 8}, - [1242] = {.lex_state = 0}, - [1243] = {.lex_state = 0}, - [1244] = {.lex_state = 0}, - [1245] = {.lex_state = 8}, - [1246] = {.lex_state = 0}, - [1247] = {.lex_state = 0}, + [1228] = {.lex_state = 51}, + [1229] = {.lex_state = 51}, + [1230] = {.lex_state = 51}, + [1231] = {.lex_state = 51}, + [1232] = {.lex_state = 51}, + [1233] = {.lex_state = 16, .external_lex_state = 6}, + [1234] = {.lex_state = 16, .external_lex_state = 6}, + [1235] = {.lex_state = 51}, + [1236] = {.lex_state = 51}, + [1237] = {.lex_state = 51}, + [1238] = {.lex_state = 0}, + [1239] = {.lex_state = 51}, + [1240] = {.lex_state = 51}, + [1241] = {.lex_state = 16}, + [1242] = {.lex_state = 51}, + [1243] = {.lex_state = 51}, + [1244] = {.lex_state = 51}, + [1245] = {.lex_state = 18, .external_lex_state = 11}, + [1246] = {.lex_state = 51}, + [1247] = {.lex_state = 51}, [1248] = {.lex_state = 0}, - [1249] = {.lex_state = 0}, - [1250] = {.lex_state = 0}, - [1251] = {.lex_state = 0}, - [1252] = {.lex_state = 14}, - [1253] = {.lex_state = 0}, - [1254] = {.lex_state = 8}, - [1255] = {.lex_state = 8}, - [1256] = {.lex_state = 0, .external_lex_state = 6}, + [1249] = {.lex_state = 51}, + [1250] = {.lex_state = 0, .external_lex_state = 6}, + [1251] = {.lex_state = 14}, + [1252] = {.lex_state = 18, .external_lex_state = 11}, + [1253] = {.lex_state = 18, .external_lex_state = 11}, + [1254] = {.lex_state = 51}, + [1255] = {.lex_state = 0, .external_lex_state = 6}, + [1256] = {.lex_state = 51}, [1257] = {.lex_state = 0}, - [1258] = {.lex_state = 0}, + [1258] = {.lex_state = 0, .external_lex_state = 6}, [1259] = {.lex_state = 0}, - [1260] = {.lex_state = 0}, + [1260] = {.lex_state = 0, .external_lex_state = 6}, [1261] = {.lex_state = 0}, - [1262] = {.lex_state = 0, .external_lex_state = 6}, - [1263] = {.lex_state = 0}, + [1262] = {.lex_state = 0}, + [1263] = {.lex_state = 51}, [1264] = {.lex_state = 0}, - [1265] = {.lex_state = 0}, - [1266] = {.lex_state = 14}, - [1267] = {.lex_state = 0}, - [1268] = {.lex_state = 14}, - [1269] = {.lex_state = 0}, - [1270] = {.lex_state = 14}, - [1271] = {.lex_state = 14}, - [1272] = {.lex_state = 14}, - [1273] = {.lex_state = 0}, + [1265] = {.lex_state = 14}, + [1266] = {.lex_state = 0}, + [1267] = {.lex_state = 51}, + [1268] = {.lex_state = 0}, + [1269] = {.lex_state = 0, .external_lex_state = 6}, + [1270] = {.lex_state = 0}, + [1271] = {.lex_state = 0, .external_lex_state = 6}, + [1272] = {.lex_state = 0}, + [1273] = {.lex_state = 14}, [1274] = {.lex_state = 0}, - [1275] = {.lex_state = 0}, - [1276] = {.lex_state = 14}, - [1277] = {.lex_state = 14}, - [1278] = {.lex_state = 14}, - [1279] = {.lex_state = 0}, - [1280] = {.lex_state = 0}, - [1281] = {.lex_state = 0}, - [1282] = {.lex_state = 14}, - [1283] = {.lex_state = 0}, - [1284] = {.lex_state = 14}, - [1285] = {.lex_state = 0}, + [1275] = {.lex_state = 0, .external_lex_state = 6}, + [1276] = {.lex_state = 0}, + [1277] = {.lex_state = 51}, + [1278] = {.lex_state = 0, .external_lex_state = 6}, + [1279] = {.lex_state = 0, .external_lex_state = 6}, + [1280] = {.lex_state = 0, .external_lex_state = 6}, + [1281] = {.lex_state = 51}, + [1282] = {.lex_state = 0}, + [1283] = {.lex_state = 10}, + [1284] = {.lex_state = 10}, + [1285] = {.lex_state = 0, .external_lex_state = 6}, [1286] = {.lex_state = 0}, [1287] = {.lex_state = 14}, - [1288] = {.lex_state = 14}, - [1289] = {.lex_state = 0, .external_lex_state = 6}, + [1288] = {.lex_state = 10}, + [1289] = {.lex_state = 16, .external_lex_state = 6}, [1290] = {.lex_state = 0, .external_lex_state = 6}, [1291] = {.lex_state = 0}, - [1292] = {.lex_state = 14}, + [1292] = {.lex_state = 0, .external_lex_state = 6}, [1293] = {.lex_state = 0}, - [1294] = {.lex_state = 0}, - [1295] = {.lex_state = 0}, - [1296] = {.lex_state = 0}, + [1294] = {.lex_state = 51}, + [1295] = {.lex_state = 51}, + [1296] = {.lex_state = 51}, [1297] = {.lex_state = 0}, - [1298] = {.lex_state = 14}, + [1298] = {.lex_state = 0}, [1299] = {.lex_state = 0, .external_lex_state = 6}, [1300] = {.lex_state = 0}, [1301] = {.lex_state = 0}, - [1302] = {.lex_state = 0}, - [1303] = {.lex_state = 0}, + [1302] = {.lex_state = 14}, + [1303] = {.lex_state = 0, .external_lex_state = 6}, [1304] = {.lex_state = 0}, [1305] = {.lex_state = 0}, - [1306] = {.lex_state = 0}, - [1307] = {.lex_state = 14}, - [1308] = {.lex_state = 0}, - [1309] = {.lex_state = 0}, - [1310] = {.lex_state = 0}, - [1311] = {.lex_state = 0, .external_lex_state = 6}, + [1306] = {.lex_state = 0, .external_lex_state = 6}, + [1307] = {.lex_state = 0}, + [1308] = {.lex_state = 51}, + [1309] = {.lex_state = 0, .external_lex_state = 6}, + [1310] = {.lex_state = 14}, + [1311] = {.lex_state = 0}, [1312] = {.lex_state = 0}, [1313] = {.lex_state = 0}, - [1314] = {.lex_state = 0, .external_lex_state = 6}, - [1315] = {.lex_state = 0, .external_lex_state = 6}, + [1314] = {.lex_state = 0}, + [1315] = {.lex_state = 0}, [1316] = {.lex_state = 0, .external_lex_state = 6}, - [1317] = {.lex_state = 0}, - [1318] = {.lex_state = 0}, - [1319] = {.lex_state = 0}, - [1320] = {.lex_state = 17}, + [1317] = {.lex_state = 51, .external_lex_state = 8}, + [1318] = {.lex_state = 51, .external_lex_state = 9}, + [1319] = {.lex_state = 0, .external_lex_state = 6}, + [1320] = {.lex_state = 0, .external_lex_state = 6}, [1321] = {.lex_state = 0}, - [1322] = {.lex_state = 0}, + [1322] = {.lex_state = 51}, [1323] = {.lex_state = 0}, - [1324] = {.lex_state = 0}, - [1325] = {.lex_state = 0}, - [1326] = {.lex_state = 0}, + [1324] = {.lex_state = 0, .external_lex_state = 6}, + [1325] = {.lex_state = 51}, + [1326] = {.lex_state = 0, .external_lex_state = 6}, [1327] = {.lex_state = 0}, [1328] = {.lex_state = 0}, - [1329] = {.lex_state = 0, .external_lex_state = 6}, - [1330] = {.lex_state = 0, .external_lex_state = 6}, - [1331] = {.lex_state = 14}, - [1332] = {.lex_state = 0}, - [1333] = {.lex_state = 0}, - [1334] = {.lex_state = 17}, - [1335] = {.lex_state = 0, .external_lex_state = 6}, - [1336] = {.lex_state = 0}, - [1337] = {.lex_state = 0}, - [1338] = {.lex_state = 0, .external_lex_state = 6}, + [1329] = {.lex_state = 0}, + [1330] = {.lex_state = 0}, + [1331] = {.lex_state = 51}, + [1332] = {.lex_state = 0, .external_lex_state = 6}, + [1333] = {.lex_state = 0, .external_lex_state = 6}, + [1334] = {.lex_state = 51}, + [1335] = {.lex_state = 0}, + [1336] = {.lex_state = 16}, + [1337] = {.lex_state = 0, .external_lex_state = 6}, + [1338] = {.lex_state = 51}, [1339] = {.lex_state = 0}, [1340] = {.lex_state = 0, .external_lex_state = 6}, - [1341] = {.lex_state = 16}, - [1342] = {.lex_state = 0}, + [1341] = {.lex_state = 51}, + [1342] = {.lex_state = 51}, [1343] = {.lex_state = 0, .external_lex_state = 6}, - [1344] = {.lex_state = 0}, - [1345] = {.lex_state = 14}, - [1346] = {.lex_state = 14}, - [1347] = {.lex_state = 17}, - [1348] = {.lex_state = 17}, - [1349] = {.lex_state = 17}, - [1350] = {.lex_state = 17}, - [1351] = {.lex_state = 0}, - [1352] = {.lex_state = 0, .external_lex_state = 6}, - [1353] = {.lex_state = 17}, - [1354] = {.lex_state = 14}, - [1355] = {.lex_state = 17}, - [1356] = {.lex_state = 0, .external_lex_state = 6}, + [1344] = {.lex_state = 0, .external_lex_state = 6}, + [1345] = {.lex_state = 0}, + [1346] = {.lex_state = 51}, + [1347] = {.lex_state = 51}, + [1348] = {.lex_state = 0, .external_lex_state = 6}, + [1349] = {.lex_state = 51}, + [1350] = {.lex_state = 51}, + [1351] = {.lex_state = 51}, + [1352] = {.lex_state = 51}, + [1353] = {.lex_state = 0, .external_lex_state = 6}, + [1354] = {.lex_state = 0, .external_lex_state = 6}, + [1355] = {.lex_state = 0, .external_lex_state = 6}, + [1356] = {.lex_state = 0}, [1357] = {.lex_state = 0, .external_lex_state = 6}, - [1358] = {.lex_state = 0}, - [1359] = {.lex_state = 17}, - [1360] = {.lex_state = 0}, - [1361] = {.lex_state = 0}, - [1362] = {.lex_state = 0}, - [1363] = {.lex_state = 17}, - [1364] = {.lex_state = 0}, + [1358] = {.lex_state = 0, .external_lex_state = 6}, + [1359] = {.lex_state = 0, .external_lex_state = 6}, + [1360] = {.lex_state = 0, .external_lex_state = 6}, + [1361] = {.lex_state = 51}, + [1362] = {.lex_state = 16}, + [1363] = {.lex_state = 0}, + [1364] = {.lex_state = 51}, [1365] = {.lex_state = 0, .external_lex_state = 6}, [1366] = {.lex_state = 0}, [1367] = {.lex_state = 0}, - [1368] = {.lex_state = 0}, - [1369] = {.lex_state = 0, .external_lex_state = 6}, + [1368] = {.lex_state = 0, .external_lex_state = 6}, + [1369] = {.lex_state = 0}, [1370] = {.lex_state = 0}, [1371] = {.lex_state = 0}, [1372] = {.lex_state = 0}, - [1373] = {.lex_state = 0}, + [1373] = {.lex_state = 0, .external_lex_state = 6}, [1374] = {.lex_state = 0}, [1375] = {.lex_state = 0}, [1376] = {.lex_state = 0}, - [1377] = {.lex_state = 0, .external_lex_state = 6}, + [1377] = {.lex_state = 0}, [1378] = {.lex_state = 0}, - [1379] = {.lex_state = 14}, - [1380] = {.lex_state = 0, .external_lex_state = 6}, - [1381] = {.lex_state = 0, .external_lex_state = 6}, + [1379] = {.lex_state = 51}, + [1380] = {.lex_state = 10}, + [1381] = {.lex_state = 0}, [1382] = {.lex_state = 0}, [1383] = {.lex_state = 0}, [1384] = {.lex_state = 0}, - [1385] = {.lex_state = 14}, + [1385] = {.lex_state = 51}, [1386] = {.lex_state = 0}, [1387] = {.lex_state = 0}, [1388] = {.lex_state = 0}, [1389] = {.lex_state = 0}, - [1390] = {.lex_state = 0}, - [1391] = {.lex_state = 0}, + [1390] = {.lex_state = 51}, + [1391] = {.lex_state = 51}, [1392] = {.lex_state = 0}, - [1393] = {.lex_state = 0}, - [1394] = {.lex_state = 0}, - [1395] = {.lex_state = 14}, + [1393] = {.lex_state = 0, .external_lex_state = 6}, + [1394] = {.lex_state = 51}, + [1395] = {.lex_state = 0}, [1396] = {.lex_state = 0}, - [1397] = {.lex_state = 14}, + [1397] = {.lex_state = 0}, [1398] = {.lex_state = 0}, [1399] = {.lex_state = 0}, [1400] = {.lex_state = 0}, [1401] = {.lex_state = 0}, - [1402] = {.lex_state = 14}, + [1402] = {.lex_state = 0}, [1403] = {.lex_state = 0}, - [1404] = {.lex_state = 0}, + [1404] = {.lex_state = 0, .external_lex_state = 6}, [1405] = {.lex_state = 0}, - [1406] = {.lex_state = 14}, + [1406] = {.lex_state = 0, .external_lex_state = 6}, [1407] = {.lex_state = 0}, [1408] = {.lex_state = 0}, [1409] = {.lex_state = 0}, [1410] = {.lex_state = 0}, [1411] = {.lex_state = 0}, [1412] = {.lex_state = 0}, - [1413] = {.lex_state = 14}, + [1413] = {.lex_state = 0}, [1414] = {.lex_state = 0}, - [1415] = {.lex_state = 14}, + [1415] = {.lex_state = 0}, [1416] = {.lex_state = 0}, [1417] = {.lex_state = 0}, [1418] = {.lex_state = 0}, - [1419] = {.lex_state = 0}, - [1420] = {.lex_state = 0}, - [1421] = {.lex_state = 0}, + [1419] = {.lex_state = 14}, + [1420] = {.lex_state = 0, .external_lex_state = 6}, + [1421] = {.lex_state = 0, .external_lex_state = 6}, [1422] = {.lex_state = 0}, - [1423] = {.lex_state = 14}, + [1423] = {.lex_state = 0}, [1424] = {.lex_state = 0}, - [1425] = {.lex_state = 14}, + [1425] = {.lex_state = 0}, [1426] = {.lex_state = 0}, [1427] = {.lex_state = 0}, [1428] = {.lex_state = 0}, [1429] = {.lex_state = 0}, - [1430] = {.lex_state = 14}, - [1431] = {.lex_state = 14}, - [1432] = {.lex_state = 14}, - [1433] = {.lex_state = 14}, - [1434] = {.lex_state = 0}, - [1435] = {.lex_state = 14}, + [1430] = {.lex_state = 0}, + [1431] = {.lex_state = 0}, + [1432] = {.lex_state = 0}, + [1433] = {.lex_state = 0}, + [1434] = {.lex_state = 51}, + [1435] = {.lex_state = 0}, [1436] = {.lex_state = 0}, - [1437] = {.lex_state = 14}, + [1437] = {.lex_state = 0}, [1438] = {.lex_state = 0}, - [1439] = {.lex_state = 14}, - [1440] = {.lex_state = 14}, + [1439] = {.lex_state = 0}, + [1440] = {.lex_state = 0}, [1441] = {.lex_state = 0}, - [1442] = {.lex_state = 0}, + [1442] = {.lex_state = 51}, [1443] = {.lex_state = 0}, - [1444] = {.lex_state = 14}, - [1445] = {.lex_state = 0}, - [1446] = {.lex_state = 14}, - [1447] = {.lex_state = 0}, - [1448] = {.lex_state = 14}, - [1449] = {.lex_state = 14}, - [1450] = {.lex_state = 14}, - [1451] = {.lex_state = 14}, - [1452] = {.lex_state = 14}, - [1453] = {.lex_state = 14}, + [1444] = {.lex_state = 51}, + [1445] = {.lex_state = 51}, + [1446] = {.lex_state = 51}, + [1447] = {.lex_state = 51}, + [1448] = {.lex_state = 0}, + [1449] = {.lex_state = 0}, + [1450] = {.lex_state = 0}, + [1451] = {.lex_state = 0}, + [1452] = {.lex_state = 51}, + [1453] = {.lex_state = 51}, [1454] = {.lex_state = 0}, - [1455] = {.lex_state = 0}, - [1456] = {.lex_state = 0}, - [1457] = {.lex_state = 0}, - [1458] = {.lex_state = 0}, - [1459] = {.lex_state = 14}, + [1455] = {.lex_state = 10}, + [1456] = {.lex_state = 51}, + [1457] = {.lex_state = 14}, + [1458] = {.lex_state = 14}, + [1459] = {.lex_state = 0}, [1460] = {.lex_state = 0}, - [1461] = {.lex_state = 14}, + [1461] = {.lex_state = 0}, [1462] = {.lex_state = 0}, - [1463] = {.lex_state = 0}, - [1464] = {.lex_state = 14}, - [1465] = {.lex_state = 14}, - [1466] = {.lex_state = 14}, + [1463] = {.lex_state = 0, .external_lex_state = 6}, + [1464] = {.lex_state = 51}, + [1465] = {.lex_state = 51}, + [1466] = {.lex_state = 0}, [1467] = {.lex_state = 0}, [1468] = {.lex_state = 0}, [1469] = {.lex_state = 0}, - [1470] = {.lex_state = 0}, - [1471] = {.lex_state = 14}, - [1472] = {.lex_state = 14}, + [1470] = {.lex_state = 0, .external_lex_state = 6}, + [1471] = {.lex_state = 51}, + [1472] = {.lex_state = 0}, [1473] = {.lex_state = 0}, - [1474] = {.lex_state = 14}, - [1475] = {.lex_state = 0}, + [1474] = {.lex_state = 0}, + [1475] = {.lex_state = 0, .external_lex_state = 6}, [1476] = {.lex_state = 0}, [1477] = {.lex_state = 0}, - [1478] = {.lex_state = 14}, - [1479] = {.lex_state = 14}, + [1478] = {.lex_state = 16}, + [1479] = {.lex_state = 51}, [1480] = {.lex_state = 0}, [1481] = {.lex_state = 0}, - [1482] = {.lex_state = 0}, + [1482] = {.lex_state = 10}, [1483] = {.lex_state = 0}, [1484] = {.lex_state = 0}, [1485] = {.lex_state = 0}, - [1486] = {.lex_state = 0}, + [1486] = {.lex_state = 0, .external_lex_state = 6}, [1487] = {.lex_state = 0}, [1488] = {.lex_state = 0}, [1489] = {.lex_state = 0}, - [1490] = {.lex_state = 14}, + [1490] = {.lex_state = 0}, [1491] = {.lex_state = 0}, [1492] = {.lex_state = 0}, - [1493] = {.lex_state = 0}, - [1494] = {.lex_state = 0}, + [1493] = {.lex_state = 51}, + [1494] = {.lex_state = 14}, [1495] = {.lex_state = 0}, - [1496] = {.lex_state = 14}, - [1497] = {.lex_state = 0}, + [1496] = {.lex_state = 0}, + [1497] = {.lex_state = 10}, [1498] = {.lex_state = 0}, [1499] = {.lex_state = 0}, [1500] = {.lex_state = 0}, - [1501] = {.lex_state = 0}, - [1502] = {.lex_state = 0}, - [1503] = {.lex_state = 14}, + [1501] = {.lex_state = 51}, + [1502] = {.lex_state = 10}, + [1503] = {.lex_state = 0}, [1504] = {.lex_state = 0}, [1505] = {.lex_state = 0}, - [1506] = {.lex_state = 14}, - [1507] = {.lex_state = 0}, - [1508] = {.lex_state = 14}, + [1506] = {.lex_state = 51}, + [1507] = {.lex_state = 0, .external_lex_state = 6}, + [1508] = {.lex_state = 0}, [1509] = {.lex_state = 0}, -}; - -enum { - ts_external_token__newline = 0, - ts_external_token__indent = 1, - ts_external_token__dedent = 2, - ts_external_token__string_start = 3, - ts_external_token__string_content = 4, - ts_external_token__string_end = 5, - ts_external_token__template_string_start = 6, -}; - -static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { - [ts_external_token__newline] = sym__newline, - [ts_external_token__indent] = sym__indent, - [ts_external_token__dedent] = sym__dedent, - [ts_external_token__string_start] = sym__string_start, - [ts_external_token__string_content] = sym__string_content, - [ts_external_token__string_end] = sym__string_end, - [ts_external_token__template_string_start] = sym__template_string_start, -}; - -static const bool ts_external_scanner_states[12][EXTERNAL_TOKEN_COUNT] = { - [1] = { - [ts_external_token__newline] = true, - [ts_external_token__indent] = true, - [ts_external_token__dedent] = true, - [ts_external_token__string_start] = true, - [ts_external_token__string_content] = true, - [ts_external_token__string_end] = true, - [ts_external_token__template_string_start] = true, - }, - [2] = { - [ts_external_token__string_start] = true, - [ts_external_token__template_string_start] = true, - }, - [3] = { - [ts_external_token__dedent] = true, - [ts_external_token__string_start] = true, - [ts_external_token__template_string_start] = true, - }, - [4] = { - [ts_external_token__newline] = true, - [ts_external_token__string_start] = true, - [ts_external_token__template_string_start] = true, - }, - [5] = { - [ts_external_token__newline] = true, - [ts_external_token__indent] = true, - [ts_external_token__string_start] = true, - [ts_external_token__template_string_start] = true, - }, - [6] = { - [ts_external_token__newline] = true, - }, - [7] = { - [ts_external_token__newline] = true, - [ts_external_token__string_start] = true, - }, - [8] = { - [ts_external_token__string_start] = true, - }, - [9] = { - [ts_external_token__template_string_start] = true, - }, - [10] = { - [ts_external_token__newline] = true, - [ts_external_token__template_string_start] = true, - }, - [11] = { - [ts_external_token__string_content] = true, - [ts_external_token__string_end] = true, - }, + [1510] = {.lex_state = 0}, + [1511] = {.lex_state = 17}, + [1512] = {.lex_state = 0}, + [1513] = {.lex_state = 17}, + [1514] = {.lex_state = 0, .external_lex_state = 6}, + [1515] = {.lex_state = 0}, + [1516] = {.lex_state = 0}, + [1517] = {.lex_state = 0, .external_lex_state = 6}, + [1518] = {.lex_state = 0, .external_lex_state = 6}, + [1519] = {.lex_state = 0}, + [1520] = {.lex_state = 51}, + [1521] = {.lex_state = 0}, + [1522] = {.lex_state = 0}, + [1523] = {.lex_state = 0, .external_lex_state = 6}, + [1524] = {.lex_state = 0}, + [1525] = {.lex_state = 0, .external_lex_state = 6}, + [1526] = {.lex_state = 0}, + [1527] = {.lex_state = 0, .external_lex_state = 6}, + [1528] = {.lex_state = 0, .external_lex_state = 6}, + [1529] = {.lex_state = 0}, + [1530] = {.lex_state = 0, .external_lex_state = 6}, + [1531] = {.lex_state = 0, .external_lex_state = 6}, + [1532] = {.lex_state = 0, .external_lex_state = 6}, + [1533] = {.lex_state = 0, .external_lex_state = 6}, + [1534] = {.lex_state = 0}, + [1535] = {.lex_state = 0, .external_lex_state = 6}, + [1536] = {.lex_state = 0}, + [1537] = {.lex_state = 0, .external_lex_state = 6}, + [1538] = {.lex_state = 0}, + [1539] = {.lex_state = 17}, + [1540] = {.lex_state = 0}, + [1541] = {.lex_state = 17}, + [1542] = {.lex_state = 0}, + [1543] = {.lex_state = 17}, + [1544] = {.lex_state = 0}, + [1545] = {.lex_state = 0}, + [1546] = {.lex_state = 17}, + [1547] = {.lex_state = 17}, + [1548] = {.lex_state = 51}, + [1549] = {.lex_state = 0}, + [1550] = {.lex_state = 51}, + [1551] = {.lex_state = 0, .external_lex_state = 6}, + [1552] = {.lex_state = 51}, + [1553] = {.lex_state = 0}, + [1554] = {.lex_state = 17}, + [1555] = {.lex_state = 0}, + [1556] = {.lex_state = 0}, + [1557] = {.lex_state = 0}, + [1558] = {.lex_state = 0}, + [1559] = {.lex_state = 0}, + [1560] = {.lex_state = 0}, + [1561] = {.lex_state = 0}, + [1562] = {.lex_state = 16}, + [1563] = {.lex_state = 0}, + [1564] = {.lex_state = 0}, + [1565] = {.lex_state = 51}, + [1566] = {.lex_state = 0}, + [1567] = {.lex_state = 0}, + [1568] = {.lex_state = 0, .external_lex_state = 6}, + [1569] = {.lex_state = 0}, + [1570] = {.lex_state = 0}, + [1571] = {.lex_state = 17}, + [1572] = {.lex_state = 0, .external_lex_state = 6}, + [1573] = {.lex_state = 0}, + [1574] = {.lex_state = 0}, + [1575] = {.lex_state = 0}, + [1576] = {.lex_state = 0}, + [1577] = {.lex_state = 0}, + [1578] = {.lex_state = 0}, + [1579] = {.lex_state = 0, .external_lex_state = 6}, + [1580] = {.lex_state = 0}, + [1581] = {.lex_state = 0}, + [1582] = {.lex_state = 17}, + [1583] = {.lex_state = 51}, + [1584] = {.lex_state = 0}, + [1585] = {.lex_state = 0}, + [1586] = {.lex_state = 0}, + [1587] = {.lex_state = 0}, + [1588] = {.lex_state = 51}, + [1589] = {.lex_state = 51}, + [1590] = {.lex_state = 51}, + [1591] = {.lex_state = 0}, + [1592] = {.lex_state = 0}, + [1593] = {.lex_state = 51}, + [1594] = {.lex_state = 0}, + [1595] = {.lex_state = 0}, + [1596] = {.lex_state = 0}, + [1597] = {.lex_state = 51}, + [1598] = {.lex_state = 51}, + [1599] = {.lex_state = 0}, + [1600] = {.lex_state = 0}, + [1601] = {.lex_state = 51}, + [1602] = {.lex_state = 0}, + [1603] = {.lex_state = 51}, + [1604] = {.lex_state = 51}, + [1605] = {.lex_state = 0}, + [1606] = {.lex_state = 51}, + [1607] = {.lex_state = 51}, + [1608] = {.lex_state = 51}, + [1609] = {.lex_state = 51}, + [1610] = {.lex_state = 51}, + [1611] = {.lex_state = 0}, + [1612] = {.lex_state = 0}, + [1613] = {.lex_state = 0}, + [1614] = {.lex_state = 0}, + [1615] = {.lex_state = 0}, + [1616] = {.lex_state = 51}, + [1617] = {.lex_state = 51}, + [1618] = {.lex_state = 51}, + [1619] = {.lex_state = 0}, + [1620] = {.lex_state = 51}, + [1621] = {.lex_state = 51}, + [1622] = {.lex_state = 51}, + [1623] = {.lex_state = 0}, + [1624] = {.lex_state = 0}, + [1625] = {.lex_state = 51}, + [1626] = {.lex_state = 0}, + [1627] = {.lex_state = 0}, + [1628] = {.lex_state = 0}, + [1629] = {.lex_state = 0}, + [1630] = {.lex_state = 51}, + [1631] = {.lex_state = 0}, + [1632] = {.lex_state = 0}, + [1633] = {.lex_state = 0}, + [1634] = {.lex_state = 0}, + [1635] = {.lex_state = 0}, + [1636] = {.lex_state = 0}, + [1637] = {.lex_state = 51}, + [1638] = {.lex_state = 0}, + [1639] = {.lex_state = 51}, + [1640] = {.lex_state = 51}, + [1641] = {.lex_state = 0}, + [1642] = {.lex_state = 51}, + [1643] = {.lex_state = 0}, + [1644] = {.lex_state = 0}, + [1645] = {.lex_state = 0}, + [1646] = {.lex_state = 51}, + [1647] = {.lex_state = 0}, + [1648] = {.lex_state = 0}, + [1649] = {.lex_state = 0}, + [1650] = {.lex_state = 0}, + [1651] = {.lex_state = 0}, + [1652] = {.lex_state = 0}, + [1653] = {.lex_state = 0}, + [1654] = {.lex_state = 0}, + [1655] = {.lex_state = 0}, + [1656] = {.lex_state = 0}, + [1657] = {.lex_state = 0}, + [1658] = {.lex_state = 0}, + [1659] = {.lex_state = 0}, + [1660] = {.lex_state = 0}, + [1661] = {.lex_state = 0}, + [1662] = {.lex_state = 0}, + [1663] = {.lex_state = 0}, + [1664] = {.lex_state = 0}, + [1665] = {.lex_state = 0}, + [1666] = {.lex_state = 51}, + [1667] = {.lex_state = 0}, + [1668] = {.lex_state = 51}, + [1669] = {.lex_state = 0}, + [1670] = {.lex_state = 51}, + [1671] = {.lex_state = 0}, + [1672] = {.lex_state = 0}, + [1673] = {.lex_state = 51}, + [1674] = {.lex_state = 0}, + [1675] = {.lex_state = 0}, + [1676] = {.lex_state = 51}, + [1677] = {.lex_state = 0}, + [1678] = {.lex_state = 0}, + [1679] = {.lex_state = 0}, + [1680] = {.lex_state = 0}, + [1681] = {.lex_state = 0}, + [1682] = {.lex_state = 51}, + [1683] = {.lex_state = 0}, + [1684] = {.lex_state = 0}, + [1685] = {.lex_state = 0}, + [1686] = {.lex_state = 0}, + [1687] = {.lex_state = 0}, + [1688] = {.lex_state = 51}, + [1689] = {.lex_state = 51}, + [1690] = {.lex_state = 51}, + [1691] = {.lex_state = 0}, + [1692] = {.lex_state = 0}, + [1693] = {.lex_state = 0}, + [1694] = {.lex_state = 0}, + [1695] = {.lex_state = 0}, + [1696] = {.lex_state = 0}, + [1697] = {.lex_state = 51}, + [1698] = {.lex_state = 0}, + [1699] = {.lex_state = 0}, + [1700] = {.lex_state = 0}, + [1701] = {.lex_state = 0}, + [1702] = {.lex_state = 0}, + [1703] = {.lex_state = 0}, + [1704] = {.lex_state = 0}, + [1705] = {.lex_state = 0}, + [1706] = {.lex_state = 0}, + [1707] = {.lex_state = 0}, + [1708] = {.lex_state = 0}, + [1709] = {.lex_state = 0}, + [1710] = {.lex_state = 51}, + [1711] = {.lex_state = 51}, + [1712] = {.lex_state = 51}, + [1713] = {.lex_state = 0}, + [1714] = {.lex_state = 0}, + [1715] = {.lex_state = 0}, + [1716] = {.lex_state = 0}, + [1717] = {.lex_state = 0}, + [1718] = {.lex_state = 0}, + [1719] = {.lex_state = 0}, + [1720] = {.lex_state = 0}, + [1721] = {.lex_state = 0}, + [1722] = {.lex_state = 51}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { - [0] = { + [STATE(0)] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [anon_sym_import] = ACTIONS(1), @@ -7810,6 +8217,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(1), [sym_ellipsis] = ACTIONS(1), [anon_sym_LBRACE2] = ACTIONS(1), + [anon_sym_COLON2] = ACTIONS(1), [sym_type_conversion] = ACTIONS(1), [sym_integer] = ACTIONS(1), [sym_float] = ACTIONS(1), @@ -7818,7 +8226,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(1), [sym_none] = ACTIONS(1), [sym_comment] = ACTIONS(3), - [sym__semicolon] = ACTIONS(1), + [anon_sym_SEMI] = ACTIONS(1), [sym__newline] = ACTIONS(1), [sym__indent] = ACTIONS(1), [sym__dedent] = ACTIONS(1), @@ -7827,76 +8235,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_end] = ACTIONS(1), [sym__template_string_start] = ACTIONS(1), }, - [1] = { - [sym_module] = STATE(1488), - [sym__statement] = STATE(64), - [sym__simple_statements] = STATE(64), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_if_statement] = STATE(64), - [sym_for_statement] = STATE(64), - [sym_while_statement] = STATE(64), - [sym_try_statement] = STATE(64), - [sym_with_statement] = STATE(64), - [sym_match_statement] = STATE(64), - [sym_function_definition] = STATE(64), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_class_definition] = STATE(64), - [sym_decorated_definition] = STATE(64), - [sym_decorator] = STATE(960), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(64), - [aux_sym_decorated_definition_repeat1] = STATE(960), + [STATE(1)] = { + [sym_module] = STATE(1655), + [sym__statement] = STATE(62), + [sym__simple_statements] = STATE(62), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_if_statement] = STATE(62), + [sym_for_statement] = STATE(62), + [sym_while_statement] = STATE(62), + [sym_try_statement] = STATE(62), + [sym_with_statement] = STATE(62), + [sym_match_statement] = STATE(62), + [sym_function_definition] = STATE(62), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_class_definition] = STATE(62), + [sym_decorated_definition] = STATE(62), + [sym_decorator] = STATE(1118), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1118), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), @@ -7945,76 +8353,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [2] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(535), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), + [STATE(2)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(327), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -8063,2618 +8471,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [3] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(517), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [4] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(407), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [5] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(392), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [6] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(403), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [7] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(485), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [8] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(291), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [9] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(427), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [10] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(304), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [11] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(516), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [12] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(435), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [13] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(497), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [14] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(450), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [15] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(528), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [16] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(398), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [17] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(562), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [18] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(544), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [19] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(444), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [20] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(514), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [21] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(462), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [22] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(406), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [23] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(503), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [24] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(543), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [25] = { + [STATE(3)] = { [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), [sym_if_statement] = STATE(61), [sym_for_statement] = STATE(61), [sym_while_statement] = STATE(61), @@ -10682,53 +8494,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_with_statement] = STATE(61), [sym_match_statement] = STATE(61), [sym_function_definition] = STATE(61), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), - [sym_decorator] = STATE(961), - [sym_block] = STATE(998), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(1181), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [aux_sym_module_repeat1] = STATE(61), - [aux_sym_decorated_definition_repeat1] = STATE(961), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(105), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(4)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(322), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -10777,22 +8707,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [26] = { + [STATE(5)] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), [sym_if_statement] = STATE(63), [sym_for_statement] = STATE(63), [sym_while_statement] = STATE(63), @@ -10800,3947 +8730,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_with_statement] = STATE(63), [sym_match_statement] = STATE(63), [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(419), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [27] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(519), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [28] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(512), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [29] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(460), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [30] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(454), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [31] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(565), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [32] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(496), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [33] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(395), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [34] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(402), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [35] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(546), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [36] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(470), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [37] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(556), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [38] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(538), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [39] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(494), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [40] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(436), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [41] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(432), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [42] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(466), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [43] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(457), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [44] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(474), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [45] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(492), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [46] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(475), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [47] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), + [sym_decorator] = STATE(1113), [sym_block] = STATE(490), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [48] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(488), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [49] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(400), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [50] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(554), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [51] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(540), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [52] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(506), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [53] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(480), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [54] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(426), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [55] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(421), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [56] = { - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(961), - [sym_block] = STATE(408), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [57] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(405), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [58] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(961), - [sym_block] = STATE(534), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), - [anon_sym_AT] = ACTIONS(67), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [59] = { - [sym__statement] = STATE(61), - [sym__simple_statements] = STATE(61), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(61), - [sym_for_statement] = STATE(61), - [sym_while_statement] = STATE(61), - [sym_try_statement] = STATE(61), - [sym_with_statement] = STATE(61), - [sym_match_statement] = STATE(61), - [sym_function_definition] = STATE(61), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(61), - [sym_decorated_definition] = STATE(61), - [sym_decorator] = STATE(961), - [sym_block] = STATE(1011), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(61), - [aux_sym_decorated_definition_repeat1] = STATE(961), + [aux_sym_decorated_definition_repeat1] = STATE(1113), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -14789,22 +8825,6394 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [60] = { + [STATE(6)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(540), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(7)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(547), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(8)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(605), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(9)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(519), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(10)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(522), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(11)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(524), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(12)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(526), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(13)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(484), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(14)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(456), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(15)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(529), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(16)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(532), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(17)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(533), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(18)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(498), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(19)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(476), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(20)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(538), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(21)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(455), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(22)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(499), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(23)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(542), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(24)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(471), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(25)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(545), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(26)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(457), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(27)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(501), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(28)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(548), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(29)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(448), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(30)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(449), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(31)] = { + [sym__statement] = STATE(61), + [sym__simple_statements] = STATE(61), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(61), + [sym_for_statement] = STATE(61), + [sym_while_statement] = STATE(61), + [sym_try_statement] = STATE(61), + [sym_with_statement] = STATE(61), + [sym_match_statement] = STATE(61), + [sym_function_definition] = STATE(61), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(61), + [sym_decorated_definition] = STATE(61), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(1173), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(61), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(105), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(32)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(477), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(33)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(563), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(34)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(565), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(35)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(570), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(36)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(576), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(37)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(578), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(38)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(580), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(39)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(583), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(40)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(469), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(41)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(438), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(42)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(586), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(43)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(590), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(44)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(591), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(45)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(492), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(46)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(466), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(47)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(594), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(48)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(441), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(49)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(505), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(50)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(598), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(51)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(486), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(52)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(601), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(53)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(443), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(54)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(507), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(55)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(603), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(56)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(604), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(57)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(446), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(58)] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(447), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(103), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(59)] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1113), + [sym_block] = STATE(549), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_def] = ACTIONS(99), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_class] = ACTIONS(101), + [anon_sym_AT] = ACTIONS(67), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(60)] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), [sym_if_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_while_statement] = STATE(60), @@ -14812,169 +15220,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_with_statement] = STATE(60), [sym_match_statement] = STATE(60), [sym_function_definition] = STATE(60), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), - [sym_decorator] = STATE(961), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [sym_decorator] = STATE(1118), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [aux_sym_module_repeat1] = STATE(60), - [aux_sym_decorated_definition_repeat1] = STATE(961), - [sym_identifier] = ACTIONS(109), - [anon_sym_import] = ACTIONS(112), - [anon_sym_from] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(118), - [anon_sym_STAR] = ACTIONS(121), - [anon_sym_print] = ACTIONS(124), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_return] = ACTIONS(130), - [anon_sym_del] = ACTIONS(133), - [anon_sym_raise] = ACTIONS(136), - [anon_sym_pass] = ACTIONS(139), - [anon_sym_break] = ACTIONS(142), - [anon_sym_continue] = ACTIONS(145), - [anon_sym_if] = ACTIONS(148), - [anon_sym_async] = ACTIONS(151), - [anon_sym_for] = ACTIONS(154), - [anon_sym_while] = ACTIONS(157), - [anon_sym_try] = ACTIONS(160), - [anon_sym_with] = ACTIONS(163), - [anon_sym_match] = ACTIONS(166), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_LBRACK] = ACTIONS(172), - [anon_sym_LBRACE] = ACTIONS(175), - [anon_sym_STAR_STAR] = ACTIONS(178), - [anon_sym_def] = ACTIONS(181), - [anon_sym_global] = ACTIONS(184), - [anon_sym_nonlocal] = ACTIONS(187), - [anon_sym_exec] = ACTIONS(190), - [anon_sym_type] = ACTIONS(193), - [anon_sym_class] = ACTIONS(196), - [anon_sym_AT] = ACTIONS(199), - [anon_sym_not] = ACTIONS(202), - [anon_sym_TILDE] = ACTIONS(169), - [anon_sym_lambda] = ACTIONS(205), - [anon_sym_yield] = ACTIONS(208), - [sym_ellipsis] = ACTIONS(211), - [sym_integer] = ACTIONS(214), - [sym_float] = ACTIONS(211), - [anon_sym_await] = ACTIONS(217), - [sym_true] = ACTIONS(214), - [sym_false] = ACTIONS(214), - [sym_none] = ACTIONS(214), + [aux_sym_decorated_definition_repeat1] = STATE(1118), + [ts_builtin_sym_end] = ACTIONS(109), + [sym_identifier] = ACTIONS(111), + [anon_sym_import] = ACTIONS(114), + [anon_sym_from] = ACTIONS(117), + [anon_sym_LPAREN] = ACTIONS(120), + [anon_sym_STAR] = ACTIONS(123), + [anon_sym_print] = ACTIONS(126), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_return] = ACTIONS(132), + [anon_sym_del] = ACTIONS(135), + [anon_sym_raise] = ACTIONS(138), + [anon_sym_pass] = ACTIONS(141), + [anon_sym_break] = ACTIONS(144), + [anon_sym_continue] = ACTIONS(147), + [anon_sym_if] = ACTIONS(150), + [anon_sym_async] = ACTIONS(153), + [anon_sym_for] = ACTIONS(156), + [anon_sym_while] = ACTIONS(159), + [anon_sym_try] = ACTIONS(162), + [anon_sym_with] = ACTIONS(165), + [anon_sym_match] = ACTIONS(168), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_LBRACK] = ACTIONS(174), + [anon_sym_LBRACE] = ACTIONS(177), + [anon_sym_STAR_STAR] = ACTIONS(180), + [anon_sym_def] = ACTIONS(183), + [anon_sym_global] = ACTIONS(186), + [anon_sym_nonlocal] = ACTIONS(189), + [anon_sym_exec] = ACTIONS(192), + [anon_sym_type] = ACTIONS(195), + [anon_sym_class] = ACTIONS(198), + [anon_sym_AT] = ACTIONS(201), + [anon_sym_not] = ACTIONS(204), + [anon_sym_TILDE] = ACTIONS(171), + [anon_sym_lambda] = ACTIONS(207), + [anon_sym_yield] = ACTIONS(210), + [sym_ellipsis] = ACTIONS(213), + [sym_integer] = ACTIONS(216), + [sym_float] = ACTIONS(213), + [anon_sym_await] = ACTIONS(219), + [sym_true] = ACTIONS(216), + [sym_false] = ACTIONS(216), + [sym_none] = ACTIONS(216), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(220), [sym__string_start] = ACTIONS(222), [sym__template_string_start] = ACTIONS(225), }, - [61] = { - [sym__statement] = STATE(60), - [sym__simple_statements] = STATE(60), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(60), - [sym_for_statement] = STATE(60), - [sym_while_statement] = STATE(60), - [sym_try_statement] = STATE(60), - [sym_with_statement] = STATE(60), - [sym_match_statement] = STATE(60), - [sym_function_definition] = STATE(60), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(60), - [sym_decorated_definition] = STATE(60), - [sym_decorator] = STATE(961), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(60), - [aux_sym_decorated_definition_repeat1] = STATE(961), + [STATE(61)] = { + [sym__statement] = STATE(64), + [sym__simple_statements] = STATE(64), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(64), + [sym_for_statement] = STATE(64), + [sym_while_statement] = STATE(64), + [sym_try_statement] = STATE(64), + [sym_with_statement] = STATE(64), + [sym_match_statement] = STATE(64), + [sym_function_definition] = STATE(64), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(64), + [sym_decorated_definition] = STATE(64), + [sym_decorator] = STATE(1113), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(64), + [aux_sym_decorated_definition_repeat1] = STATE(1113), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -15023,22 +15431,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [62] = { + [STATE(62)] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), [sym_if_statement] = STATE(60), [sym_for_statement] = STATE(60), [sym_while_statement] = STATE(60), @@ -15046,52 +15454,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_with_statement] = STATE(60), [sym_match_statement] = STATE(60), [sym_function_definition] = STATE(60), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), - [sym_decorator] = STATE(961), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [sym_decorator] = STATE(1118), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [aux_sym_module_repeat1] = STATE(60), - [aux_sym_decorated_definition_repeat1] = STATE(961), + [aux_sym_decorated_definition_repeat1] = STATE(1118), + [ts_builtin_sym_end] = ACTIONS(230), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -15105,24 +15514,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_match] = ACTIONS(97), + [anon_sym_if] = ACTIONS(33), + [anon_sym_async] = ACTIONS(35), + [anon_sym_for] = ACTIONS(37), + [anon_sym_while] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_with] = ACTIONS(43), + [anon_sym_match] = ACTIONS(45), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(99), + [anon_sym_def] = ACTIONS(55), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(101), + [anon_sym_class] = ACTIONS(65), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), @@ -15136,79 +15545,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), - [sym__dedent] = ACTIONS(230), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [63] = { - [sym__statement] = STATE(60), - [sym__simple_statements] = STATE(60), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_if_statement] = STATE(60), - [sym_for_statement] = STATE(60), - [sym_while_statement] = STATE(60), - [sym_try_statement] = STATE(60), - [sym_with_statement] = STATE(60), - [sym_match_statement] = STATE(60), - [sym_function_definition] = STATE(60), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_class_definition] = STATE(60), - [sym_decorated_definition] = STATE(60), - [sym_decorator] = STATE(961), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(60), - [aux_sym_decorated_definition_repeat1] = STATE(961), + [STATE(63)] = { + [sym__statement] = STATE(64), + [sym__simple_statements] = STATE(64), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(64), + [sym_for_statement] = STATE(64), + [sym_while_statement] = STATE(64), + [sym_try_statement] = STATE(64), + [sym_with_statement] = STATE(64), + [sym_match_statement] = STATE(64), + [sym_function_definition] = STATE(64), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(64), + [sym_decorated_definition] = STATE(64), + [sym_decorator] = STATE(1113), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(64), + [aux_sym_decorated_definition_repeat1] = STATE(1113), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -15257,76 +15665,192 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [64] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_if_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(960), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(960), - [ts_builtin_sym_end] = ACTIONS(234), + [STATE(64)] = { + [sym__statement] = STATE(64), + [sym__simple_statements] = STATE(64), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(64), + [sym_for_statement] = STATE(64), + [sym_while_statement] = STATE(64), + [sym_try_statement] = STATE(64), + [sym_with_statement] = STATE(64), + [sym_match_statement] = STATE(64), + [sym_function_definition] = STATE(64), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(64), + [sym_decorated_definition] = STATE(64), + [sym_decorator] = STATE(1113), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(64), + [aux_sym_decorated_definition_repeat1] = STATE(1113), + [sym_identifier] = ACTIONS(111), + [anon_sym_import] = ACTIONS(114), + [anon_sym_from] = ACTIONS(117), + [anon_sym_LPAREN] = ACTIONS(120), + [anon_sym_STAR] = ACTIONS(123), + [anon_sym_print] = ACTIONS(126), + [anon_sym_assert] = ACTIONS(129), + [anon_sym_return] = ACTIONS(132), + [anon_sym_del] = ACTIONS(135), + [anon_sym_raise] = ACTIONS(138), + [anon_sym_pass] = ACTIONS(141), + [anon_sym_break] = ACTIONS(144), + [anon_sym_continue] = ACTIONS(147), + [anon_sym_if] = ACTIONS(234), + [anon_sym_async] = ACTIONS(237), + [anon_sym_for] = ACTIONS(240), + [anon_sym_while] = ACTIONS(243), + [anon_sym_try] = ACTIONS(246), + [anon_sym_with] = ACTIONS(249), + [anon_sym_match] = ACTIONS(252), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_LBRACK] = ACTIONS(174), + [anon_sym_LBRACE] = ACTIONS(177), + [anon_sym_STAR_STAR] = ACTIONS(180), + [anon_sym_def] = ACTIONS(255), + [anon_sym_global] = ACTIONS(186), + [anon_sym_nonlocal] = ACTIONS(189), + [anon_sym_exec] = ACTIONS(192), + [anon_sym_type] = ACTIONS(195), + [anon_sym_class] = ACTIONS(258), + [anon_sym_AT] = ACTIONS(201), + [anon_sym_not] = ACTIONS(204), + [anon_sym_TILDE] = ACTIONS(171), + [anon_sym_lambda] = ACTIONS(207), + [anon_sym_yield] = ACTIONS(210), + [sym_ellipsis] = ACTIONS(213), + [sym_integer] = ACTIONS(216), + [sym_float] = ACTIONS(213), + [anon_sym_await] = ACTIONS(219), + [sym_true] = ACTIONS(216), + [sym_false] = ACTIONS(216), + [sym_none] = ACTIONS(216), + [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(109), + [sym__string_start] = ACTIONS(222), + [sym__template_string_start] = ACTIONS(225), + }, + [STATE(65)] = { + [sym__statement] = STATE(64), + [sym__simple_statements] = STATE(64), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_if_statement] = STATE(64), + [sym_for_statement] = STATE(64), + [sym_while_statement] = STATE(64), + [sym_try_statement] = STATE(64), + [sym_with_statement] = STATE(64), + [sym_match_statement] = STATE(64), + [sym_function_definition] = STATE(64), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_class_definition] = STATE(64), + [sym_decorated_definition] = STATE(64), + [sym_decorator] = STATE(1113), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [aux_sym_module_repeat1] = STATE(64), + [aux_sym_decorated_definition_repeat1] = STATE(1113), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -15340,24 +15864,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_if] = ACTIONS(33), - [anon_sym_async] = ACTIONS(35), - [anon_sym_for] = ACTIONS(37), - [anon_sym_while] = ACTIONS(39), - [anon_sym_try] = ACTIONS(41), - [anon_sym_with] = ACTIONS(43), - [anon_sym_match] = ACTIONS(45), + [anon_sym_if] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_match] = ACTIONS(97), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_def] = ACTIONS(55), + [anon_sym_def] = ACTIONS(99), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), - [anon_sym_class] = ACTIONS(65), + [anon_sym_class] = ACTIONS(101), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), @@ -15371,157 +15895,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), + [sym__dedent] = ACTIONS(261), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [65] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_if_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(960), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(960), - [ts_builtin_sym_end] = ACTIONS(220), - [sym_identifier] = ACTIONS(109), - [anon_sym_import] = ACTIONS(112), - [anon_sym_from] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(118), - [anon_sym_STAR] = ACTIONS(121), - [anon_sym_print] = ACTIONS(124), - [anon_sym_assert] = ACTIONS(127), - [anon_sym_return] = ACTIONS(130), - [anon_sym_del] = ACTIONS(133), - [anon_sym_raise] = ACTIONS(136), - [anon_sym_pass] = ACTIONS(139), - [anon_sym_break] = ACTIONS(142), - [anon_sym_continue] = ACTIONS(145), - [anon_sym_if] = ACTIONS(236), - [anon_sym_async] = ACTIONS(239), - [anon_sym_for] = ACTIONS(242), - [anon_sym_while] = ACTIONS(245), - [anon_sym_try] = ACTIONS(248), - [anon_sym_with] = ACTIONS(251), - [anon_sym_match] = ACTIONS(254), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_LBRACK] = ACTIONS(172), - [anon_sym_LBRACE] = ACTIONS(175), - [anon_sym_STAR_STAR] = ACTIONS(178), - [anon_sym_def] = ACTIONS(257), - [anon_sym_global] = ACTIONS(184), - [anon_sym_nonlocal] = ACTIONS(187), - [anon_sym_exec] = ACTIONS(190), - [anon_sym_type] = ACTIONS(193), - [anon_sym_class] = ACTIONS(260), - [anon_sym_AT] = ACTIONS(199), - [anon_sym_not] = ACTIONS(202), - [anon_sym_TILDE] = ACTIONS(169), - [anon_sym_lambda] = ACTIONS(205), - [anon_sym_yield] = ACTIONS(208), - [sym_ellipsis] = ACTIONS(211), - [sym_integer] = ACTIONS(214), - [sym_float] = ACTIONS(211), - [anon_sym_await] = ACTIONS(217), - [sym_true] = ACTIONS(214), - [sym_false] = ACTIONS(214), - [sym_none] = ACTIONS(214), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(222), - [sym__template_string_start] = ACTIONS(225), - }, - [66] = { - [sym_named_expression] = STATE(880), - [sym_list_splat] = STATE(1375), - [sym_dictionary_splat] = STATE(1375), - [sym_expression_list] = STATE(1430), - [sym_expression] = STATE(1066), - [sym_primary_expression] = STATE(652), - [sym_not_operator] = STATE(880), - [sym_boolean_operator] = STATE(880), - [sym_binary_operator] = STATE(649), - [sym_unary_operator] = STATE(649), - [sym_comparison_operator] = STATE(880), - [sym_lambda] = STATE(880), - [sym_attribute] = STATE(649), - [sym_subscript] = STATE(649), - [sym_call] = STATE(649), - [sym_list] = STATE(649), - [sym_set] = STATE(649), - [sym_tuple] = STATE(649), - [sym_dictionary] = STATE(649), - [sym_list_comprehension] = STATE(649), - [sym_dictionary_comprehension] = STATE(649), - [sym_set_comprehension] = STATE(649), - [sym_generator_expression] = STATE(649), - [sym_parenthesized_expression] = STATE(649), - [sym_conditional_expression] = STATE(880), - [sym_concatenated_string] = STATE(649), - [sym_string] = STATE(569), - [sym_concatenated_template_string] = STATE(649), - [sym_template_string] = STATE(570), - [sym_await] = STATE(649), + [STATE(66)] = { + [sym_named_expression] = STATE(1031), + [sym_list_splat] = STATE(1510), + [sym_dictionary_splat] = STATE(1510), + [sym_expression_list] = STATE(1590), + [sym_expression] = STATE(1254), + [sym_primary_expression] = STATE(719), + [sym_not_operator] = STATE(1031), + [sym_boolean_operator] = STATE(1031), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_comparison_operator] = STATE(1031), + [sym_lambda] = STATE(1031), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_conditional_expression] = STATE(1031), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), [sym_identifier] = ACTIONS(263), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(267), @@ -15585,42 +15993,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), - [sym__semicolon] = ACTIONS(298), + [anon_sym_SEMI] = ACTIONS(298), [sym__newline] = ACTIONS(298), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, - [67] = { - [sym_named_expression] = STATE(880), - [sym_list_splat] = STATE(1375), - [sym_dictionary_splat] = STATE(1375), - [sym_expression_list] = STATE(1433), - [sym_expression] = STATE(1052), - [sym_primary_expression] = STATE(652), - [sym_not_operator] = STATE(880), - [sym_boolean_operator] = STATE(880), - [sym_binary_operator] = STATE(649), - [sym_unary_operator] = STATE(649), - [sym_comparison_operator] = STATE(880), - [sym_lambda] = STATE(880), - [sym_attribute] = STATE(649), - [sym_subscript] = STATE(649), - [sym_call] = STATE(649), - [sym_list] = STATE(649), - [sym_set] = STATE(649), - [sym_tuple] = STATE(649), - [sym_dictionary] = STATE(649), - [sym_list_comprehension] = STATE(649), - [sym_dictionary_comprehension] = STATE(649), - [sym_set_comprehension] = STATE(649), - [sym_generator_expression] = STATE(649), - [sym_parenthesized_expression] = STATE(649), - [sym_conditional_expression] = STATE(880), - [sym_concatenated_string] = STATE(649), - [sym_string] = STATE(569), - [sym_concatenated_template_string] = STATE(649), - [sym_template_string] = STATE(570), - [sym_await] = STATE(649), + [STATE(67)] = { + [sym_named_expression] = STATE(1031), + [sym_list_splat] = STATE(1510), + [sym_dictionary_splat] = STATE(1510), + [sym_expression_list] = STATE(1676), + [sym_expression] = STATE(1230), + [sym_primary_expression] = STATE(719), + [sym_not_operator] = STATE(1031), + [sym_boolean_operator] = STATE(1031), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_comparison_operator] = STATE(1031), + [sym_lambda] = STATE(1031), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_conditional_expression] = STATE(1031), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), [sym_identifier] = ACTIONS(263), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(267), @@ -15684,4224 +16092,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(306), [sym_none] = ACTIONS(306), [sym_comment] = ACTIONS(3), - [sym__semicolon] = ACTIONS(298), + [anon_sym_SEMI] = ACTIONS(298), [sym__newline] = ACTIONS(298), [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, - [68] = { - [sym__simple_statements] = STATE(536), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(316), - [sym__indent] = ACTIONS(318), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [69] = { - [sym__simple_statements] = STATE(439), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(320), - [sym__indent] = ACTIONS(322), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [70] = { - [sym__simple_statements] = STATE(533), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(324), - [sym__indent] = ACTIONS(326), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [71] = { - [sym__simple_statements] = STATE(424), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(328), - [sym__indent] = ACTIONS(330), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [72] = { - [sym__simple_statements] = STATE(418), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(332), - [sym__indent] = ACTIONS(334), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [73] = { - [sym__simple_statements] = STATE(413), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(336), - [sym__indent] = ACTIONS(338), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [74] = { - [sym__simple_statements] = STATE(463), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(340), - [sym__indent] = ACTIONS(342), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [75] = { - [sym__simple_statements] = STATE(437), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(344), - [sym__indent] = ACTIONS(346), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [76] = { - [sym__simple_statements] = STATE(461), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(348), - [sym__indent] = ACTIONS(350), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [77] = { - [sym__simple_statements] = STATE(428), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(352), - [sym__indent] = ACTIONS(354), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [78] = { - [sym__simple_statements] = STATE(455), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(356), - [sym__indent] = ACTIONS(358), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [79] = { - [sym__simple_statements] = STATE(539), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(360), - [sym__indent] = ACTIONS(362), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [80] = { - [sym__simple_statements] = STATE(493), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(364), - [sym__indent] = ACTIONS(366), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [81] = { - [sym__simple_statements] = STATE(487), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(368), - [sym__indent] = ACTIONS(370), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [82] = { - [sym__simple_statements] = STATE(393), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(372), - [sym__indent] = ACTIONS(374), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [83] = { - [sym__simple_statements] = STATE(471), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(376), - [sym__indent] = ACTIONS(378), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [84] = { - [sym__simple_statements] = STATE(550), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(380), - [sym__indent] = ACTIONS(382), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [85] = { - [sym__simple_statements] = STATE(476), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(384), - [sym__indent] = ACTIONS(386), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [86] = { - [sym__simple_statements] = STATE(495), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(388), - [sym__indent] = ACTIONS(390), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [87] = { - [sym__simple_statements] = STATE(430), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(392), - [sym__indent] = ACTIONS(394), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [88] = { - [sym__simple_statements] = STATE(300), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(396), - [sym__indent] = ACTIONS(398), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [89] = { - [sym__simple_statements] = STATE(420), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(400), - [sym__indent] = ACTIONS(402), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [90] = { - [sym__simple_statements] = STATE(558), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(404), - [sym__indent] = ACTIONS(406), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [91] = { - [sym__simple_statements] = STATE(391), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(408), - [sym__indent] = ACTIONS(410), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [92] = { - [sym__simple_statements] = STATE(500), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(412), - [sym__indent] = ACTIONS(414), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [93] = { - [sym__simple_statements] = STATE(401), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(416), - [sym__indent] = ACTIONS(418), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [94] = { - [sym__simple_statements] = STATE(396), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(420), - [sym__indent] = ACTIONS(422), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [95] = { - [sym__simple_statements] = STATE(394), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(424), - [sym__indent] = ACTIONS(426), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [96] = { - [sym__simple_statements] = STATE(465), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(428), - [sym__indent] = ACTIONS(430), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [97] = { - [sym__simple_statements] = STATE(525), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(432), - [sym__indent] = ACTIONS(434), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [98] = { - [sym__simple_statements] = STATE(453), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(436), - [sym__indent] = ACTIONS(438), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [99] = { - [sym__simple_statements] = STATE(547), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(440), - [sym__indent] = ACTIONS(442), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [100] = { - [sym__simple_statements] = STATE(567), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(444), - [sym__indent] = ACTIONS(446), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [101] = { - [sym__simple_statements] = STATE(997), - [sym_import_statement] = STATE(1212), - [sym_future_import_statement] = STATE(1212), - [sym_import_from_statement] = STATE(1212), - [sym_print_statement] = STATE(1212), - [sym_assert_statement] = STATE(1212), - [sym_expression_statement] = STATE(1212), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1212), - [sym_delete_statement] = STATE(1212), - [sym_raise_statement] = STATE(1212), - [sym_pass_statement] = STATE(1212), - [sym_break_statement] = STATE(1212), - [sym_continue_statement] = STATE(1212), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1212), - [sym_nonlocal_statement] = STATE(1212), - [sym_exec_statement] = STATE(1212), - [sym_type_alias_statement] = STATE(1212), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(448), - [sym__indent] = ACTIONS(450), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [102] = { - [sym__simple_statements] = STATE(477), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(452), - [sym__indent] = ACTIONS(454), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [103] = { - [sym__simple_statements] = STATE(472), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(456), - [sym__indent] = ACTIONS(458), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [104] = { - [sym__simple_statements] = STATE(411), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(460), - [sym__indent] = ACTIONS(462), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [105] = { - [sym__simple_statements] = STATE(438), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(464), - [sym__indent] = ACTIONS(466), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [106] = { - [sym__simple_statements] = STATE(518), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(468), - [sym__indent] = ACTIONS(470), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [107] = { - [sym__simple_statements] = STATE(464), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(472), - [sym__indent] = ACTIONS(474), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [108] = { - [sym__simple_statements] = STATE(302), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(476), - [sym__indent] = ACTIONS(478), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [109] = { - [sym__simple_statements] = STATE(509), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(480), - [sym__indent] = ACTIONS(482), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [110] = { - [sym__simple_statements] = STATE(552), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(7), - [anon_sym_import] = ACTIONS(9), - [anon_sym_from] = ACTIONS(11), - [anon_sym_LPAREN] = ACTIONS(13), - [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(17), - [anon_sym_assert] = ACTIONS(19), - [anon_sym_return] = ACTIONS(21), - [anon_sym_del] = ACTIONS(23), - [anon_sym_raise] = ACTIONS(25), - [anon_sym_pass] = ACTIONS(27), - [anon_sym_break] = ACTIONS(29), - [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_global] = ACTIONS(57), - [anon_sym_nonlocal] = ACTIONS(59), - [anon_sym_exec] = ACTIONS(61), - [anon_sym_type] = ACTIONS(63), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__newline] = ACTIONS(484), - [sym__indent] = ACTIONS(486), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [111] = { - [sym_chevron] = STATE(1109), - [sym_named_expression] = STATE(955), - [sym_expression] = STATE(1012), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_attribute] = STATE(760), - [sym_subscript] = STATE(760), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(488), + [STATE(68)] = { + [sym_chevron] = STATE(1316), + [sym_named_expression] = STATE(1158), + [sym_expression] = STATE(1175), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_attribute] = STATE(908), + [sym_subscript] = STATE(908), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(314), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(298), [anon_sym_COMMA] = ACTIONS(270), [anon_sym_STAR] = ACTIONS(265), - [anon_sym_print] = ACTIONS(490), - [anon_sym_GT_GT] = ACTIONS(492), + [anon_sym_print] = ACTIONS(316), + [anon_sym_GT_GT] = ACTIONS(318), [anon_sym_COLON_EQ] = ACTIONS(278), [anon_sym_if] = ACTIONS(265), [anon_sym_COLON] = ACTIONS(280), - [anon_sym_async] = ACTIONS(490), + [anon_sym_async] = ACTIONS(316), [anon_sym_in] = ACTIONS(265), - [anon_sym_match] = ACTIONS(490), + [anon_sym_match] = ACTIONS(316), [anon_sym_PIPE] = ACTIONS(265), [anon_sym_DASH] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(265), @@ -19909,8 +16146,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(265), [anon_sym_EQ] = ACTIONS(280), - [anon_sym_exec] = ACTIONS(490), - [anon_sym_type] = ACTIONS(490), + [anon_sym_exec] = ACTIONS(316), + [anon_sym_type] = ACTIONS(316), [anon_sym_AT] = ACTIONS(265), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), @@ -19947,72 +16184,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(494), + [anon_sym_await] = ACTIONS(320), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), - [sym__semicolon] = ACTIONS(298), + [anon_sym_SEMI] = ACTIONS(298), [sym__newline] = ACTIONS(298), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [112] = { - [sym__simple_statements] = STATE(501), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(69)] = { + [sym__simple_statements] = STATE(1171), + [sym_import_statement] = STATE(1373), + [sym_future_import_statement] = STATE(1373), + [sym_import_from_statement] = STATE(1373), + [sym_print_statement] = STATE(1373), + [sym_assert_statement] = STATE(1373), + [sym_expression_statement] = STATE(1373), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1373), + [sym_delete_statement] = STATE(1373), + [sym_raise_statement] = STATE(1373), + [sym_pass_statement] = STATE(1373), + [sym_break_statement] = STATE(1373), + [sym_continue_statement] = STATE(1373), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1373), + [sym_nonlocal_statement] = STATE(1373), + [sym_exec_statement] = STATE(1373), + [sym_type_alias_statement] = STATE(1373), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -20026,8 +16263,4179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(324), + [sym__indent] = ACTIONS(326), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(70)] = { + [sym__simple_statements] = STATE(436), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(328), + [sym__indent] = ACTIONS(330), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(71)] = { + [sym__simple_statements] = STATE(550), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(332), + [sym__indent] = ACTIONS(334), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(72)] = { + [sym__simple_statements] = STATE(581), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(336), + [sym__indent] = ACTIONS(338), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(73)] = { + [sym__simple_statements] = STATE(442), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(340), + [sym__indent] = ACTIONS(342), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(74)] = { + [sym__simple_statements] = STATE(606), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(344), + [sym__indent] = ACTIONS(346), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(75)] = { + [sym__simple_statements] = STATE(482), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(348), + [sym__indent] = ACTIONS(350), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(76)] = { + [sym__simple_statements] = STATE(319), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(352), + [sym__indent] = ACTIONS(354), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(77)] = { + [sym__simple_statements] = STATE(489), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(356), + [sym__indent] = ACTIONS(358), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(78)] = { + [sym__simple_statements] = STATE(554), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(360), + [sym__indent] = ACTIONS(362), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(79)] = { + [sym__simple_statements] = STATE(557), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(364), + [sym__indent] = ACTIONS(366), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(80)] = { + [sym__simple_statements] = STATE(454), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(368), + [sym__indent] = ACTIONS(370), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(81)] = { + [sym__simple_statements] = STATE(559), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(372), + [sym__indent] = ACTIONS(374), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(82)] = { + [sym__simple_statements] = STATE(516), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(376), + [sym__indent] = ACTIONS(378), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(83)] = { + [sym__simple_statements] = STATE(520), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(380), + [sym__indent] = ACTIONS(382), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(84)] = { + [sym__simple_statements] = STATE(564), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(384), + [sym__indent] = ACTIONS(386), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(85)] = { + [sym__simple_statements] = STATE(566), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(388), + [sym__indent] = ACTIONS(390), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(86)] = { + [sym__simple_statements] = STATE(567), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(392), + [sym__indent] = ACTIONS(394), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(87)] = { + [sym__simple_statements] = STATE(523), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(396), + [sym__indent] = ACTIONS(398), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(88)] = { + [sym__simple_statements] = STATE(571), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(400), + [sym__indent] = ACTIONS(402), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(89)] = { + [sym__simple_statements] = STATE(491), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(404), + [sym__indent] = ACTIONS(406), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(90)] = { + [sym__simple_statements] = STATE(437), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(408), + [sym__indent] = ACTIONS(410), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(91)] = { + [sym__simple_statements] = STATE(573), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(412), + [sym__indent] = ACTIONS(414), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(92)] = { + [sym__simple_statements] = STATE(546), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(416), + [sym__indent] = ACTIONS(418), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(93)] = { + [sym__simple_statements] = STATE(577), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(420), + [sym__indent] = ACTIONS(422), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(94)] = { + [sym__simple_statements] = STATE(495), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(424), + [sym__indent] = ACTIONS(426), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(95)] = { + [sym__simple_statements] = STATE(579), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(428), + [sym__indent] = ACTIONS(430), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(96)] = { + [sym__simple_statements] = STATE(541), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(432), + [sym__indent] = ACTIONS(434), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(97)] = { + [sym__simple_statements] = STATE(503), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(436), + [sym__indent] = ACTIONS(438), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(98)] = { + [sym__simple_statements] = STATE(480), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(440), + [sym__indent] = ACTIONS(442), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(99)] = { + [sym__simple_statements] = STATE(312), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(444), + [sym__indent] = ACTIONS(446), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(100)] = { + [sym__simple_statements] = STATE(584), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(448), + [sym__indent] = ACTIONS(450), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(101)] = { + [sym__simple_statements] = STATE(527), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(452), + [sym__indent] = ACTIONS(454), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(102)] = { + [sym__simple_statements] = STATE(439), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(456), + [sym__indent] = ACTIONS(458), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(103)] = { + [sym__simple_statements] = STATE(485), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(460), + [sym__indent] = ACTIONS(462), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(104)] = { + [sym__simple_statements] = STATE(504), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(464), + [sym__indent] = ACTIONS(466), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(105)] = { + [sym__simple_statements] = STATE(589), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(468), + [sym__indent] = ACTIONS(470), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(106)] = { + [sym__simple_statements] = STATE(459), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(472), + [sym__indent] = ACTIONS(474), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(107)] = { + [sym__simple_statements] = STATE(488), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(476), + [sym__indent] = ACTIONS(478), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(108)] = { + [sym__simple_statements] = STATE(496), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(480), + [sym__indent] = ACTIONS(482), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(109)] = { + [sym__simple_statements] = STATE(531), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(484), + [sym__indent] = ACTIONS(486), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(110)] = { + [sym__simple_statements] = STATE(593), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(488), + [sym__indent] = ACTIONS(490), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(111)] = { + [sym__simple_statements] = STATE(608), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_LBRACE] = ACTIONS(51), + [anon_sym_STAR_STAR] = ACTIONS(53), + [anon_sym_global] = ACTIONS(57), + [anon_sym_nonlocal] = ACTIONS(59), + [anon_sym_exec] = ACTIONS(61), + [anon_sym_type] = ACTIONS(63), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(47), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym__newline] = ACTIONS(492), + [sym__indent] = ACTIONS(494), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), + }, + [STATE(112)] = { + [sym__simple_statements] = STATE(440), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(7), + [anon_sym_import] = ACTIONS(9), + [anon_sym_from] = ACTIONS(11), + [anon_sym_LPAREN] = ACTIONS(13), + [anon_sym_STAR] = ACTIONS(15), + [anon_sym_print] = ACTIONS(17), + [anon_sym_assert] = ACTIONS(19), + [anon_sym_return] = ACTIONS(21), + [anon_sym_del] = ACTIONS(23), + [anon_sym_raise] = ACTIONS(25), + [anon_sym_pass] = ACTIONS(27), + [anon_sym_break] = ACTIONS(29), + [anon_sym_continue] = ACTIONS(31), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -20054,62 +20462,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [113] = { - [sym__simple_statements] = STATE(486), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(113)] = { + [sym__simple_statements] = STATE(611), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -20123,8 +20531,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -20151,62 +20559,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [114] = { - [sym__simple_statements] = STATE(995), - [sym_import_statement] = STATE(1212), - [sym_future_import_statement] = STATE(1212), - [sym_import_from_statement] = STATE(1212), - [sym_print_statement] = STATE(1212), - [sym_assert_statement] = STATE(1212), - [sym_expression_statement] = STATE(1212), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1212), - [sym_delete_statement] = STATE(1212), - [sym_raise_statement] = STATE(1212), - [sym_pass_statement] = STATE(1212), - [sym_break_statement] = STATE(1212), - [sym_continue_statement] = STATE(1212), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1212), - [sym_nonlocal_statement] = STATE(1212), - [sym_exec_statement] = STATE(1212), - [sym_type_alias_statement] = STATE(1212), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(114)] = { + [sym__simple_statements] = STATE(464), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -20220,8 +20628,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -20248,62 +20656,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [115] = { - [sym__simple_statements] = STATE(404), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(115)] = { + [sym__simple_statements] = STATE(506), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -20317,8 +20725,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -20345,62 +20753,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [116] = { - [sym__simple_statements] = STATE(561), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(116)] = { + [sym__simple_statements] = STATE(599), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -20414,8 +20822,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -20442,62 +20850,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [117] = { - [sym__simple_statements] = STATE(511), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(117)] = { + [sym__simple_statements] = STATE(537), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -20511,8 +20919,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -20539,62 +20947,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [118] = { - [sym__simple_statements] = STATE(468), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(118)] = { + [sym__simple_statements] = STATE(602), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -20608,8 +21016,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -20636,62 +21044,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [119] = { - [sym__simple_statements] = STATE(564), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(119)] = { + [sym__simple_statements] = STATE(444), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -20705,8 +21113,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -20733,62 +21141,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [120] = { - [sym__simple_statements] = STATE(563), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(120)] = { + [sym__simple_statements] = STATE(451), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -20802,8 +21210,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -20830,62 +21238,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [121] = { - [sym__simple_statements] = STATE(515), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(121)] = { + [sym__simple_statements] = STATE(613), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -20899,8 +21307,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -20927,62 +21335,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [122] = { - [sym__simple_statements] = STATE(557), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(122)] = { + [sym__simple_statements] = STATE(445), + [sym_import_statement] = STATE(1332), + [sym_future_import_statement] = STATE(1332), + [sym_import_from_statement] = STATE(1332), + [sym_print_statement] = STATE(1332), + [sym_assert_statement] = STATE(1332), + [sym_expression_statement] = STATE(1332), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1332), + [sym_delete_statement] = STATE(1332), + [sym_raise_statement] = STATE(1332), + [sym_pass_statement] = STATE(1332), + [sym_break_statement] = STATE(1332), + [sym_continue_statement] = STATE(1332), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1332), + [sym_nonlocal_statement] = STATE(1332), + [sym_exec_statement] = STATE(1332), + [sym_type_alias_statement] = STATE(1332), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -20996,8 +21404,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -21024,62 +21432,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [123] = { - [sym__simple_statements] = STATE(399), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(123)] = { + [sym__simple_statements] = STATE(500), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -21093,8 +21501,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -21121,62 +21529,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [124] = { - [sym__simple_statements] = STATE(410), - [sym_import_statement] = STATE(1227), - [sym_future_import_statement] = STATE(1227), - [sym_import_from_statement] = STATE(1227), - [sym_print_statement] = STATE(1227), - [sym_assert_statement] = STATE(1227), - [sym_expression_statement] = STATE(1227), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1227), - [sym_delete_statement] = STATE(1227), - [sym_raise_statement] = STATE(1227), - [sym_pass_statement] = STATE(1227), - [sym_break_statement] = STATE(1227), - [sym_continue_statement] = STATE(1227), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1227), - [sym_nonlocal_statement] = STATE(1227), - [sym_exec_statement] = STATE(1227), - [sym_type_alias_statement] = STATE(1227), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(124)] = { + [sym__simple_statements] = STATE(1187), + [sym_import_statement] = STATE(1373), + [sym_future_import_statement] = STATE(1373), + [sym_import_from_statement] = STATE(1373), + [sym_print_statement] = STATE(1373), + [sym_assert_statement] = STATE(1373), + [sym_expression_statement] = STATE(1373), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1373), + [sym_delete_statement] = STATE(1373), + [sym_raise_statement] = STATE(1373), + [sym_pass_statement] = STATE(1373), + [sym_break_statement] = STATE(1373), + [sym_continue_statement] = STATE(1373), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1373), + [sym_nonlocal_statement] = STATE(1373), + [sym_exec_statement] = STATE(1373), + [sym_type_alias_statement] = STATE(1373), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -21190,8 +21598,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -21218,62 +21626,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [125] = { - [sym__simple_statements] = STATE(508), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(125)] = { + [sym__simple_statements] = STATE(543), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -21287,8 +21695,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -21315,62 +21723,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [126] = { - [sym__simple_statements] = STATE(507), - [sym_import_statement] = STATE(1181), - [sym_future_import_statement] = STATE(1181), - [sym_import_from_statement] = STATE(1181), - [sym_print_statement] = STATE(1181), - [sym_assert_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1181), - [sym_delete_statement] = STATE(1181), - [sym_raise_statement] = STATE(1181), - [sym_pass_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1181), - [sym_nonlocal_statement] = STATE(1181), - [sym_exec_statement] = STATE(1181), - [sym_type_alias_statement] = STATE(1181), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(126)] = { + [sym__simple_statements] = STATE(481), + [sym_import_statement] = STATE(1348), + [sym_future_import_statement] = STATE(1348), + [sym_import_from_statement] = STATE(1348), + [sym_print_statement] = STATE(1348), + [sym_assert_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1348), + [sym_delete_statement] = STATE(1348), + [sym_raise_statement] = STATE(1348), + [sym_pass_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1348), + [sym_nonlocal_statement] = STATE(1348), + [sym_exec_statement] = STATE(1348), + [sym_type_alias_statement] = STATE(1348), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -21384,8 +21792,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -21412,61 +21820,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [127] = { - [sym_import_statement] = STATE(1369), - [sym_future_import_statement] = STATE(1369), - [sym_import_from_statement] = STATE(1369), - [sym_print_statement] = STATE(1369), - [sym_assert_statement] = STATE(1369), - [sym_expression_statement] = STATE(1369), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1369), - [sym_delete_statement] = STATE(1369), - [sym_raise_statement] = STATE(1369), - [sym_pass_statement] = STATE(1369), - [sym_break_statement] = STATE(1369), - [sym_continue_statement] = STATE(1369), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1369), - [sym_nonlocal_statement] = STATE(1369), - [sym_exec_statement] = STATE(1369), - [sym_type_alias_statement] = STATE(1369), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(127)] = { + [sym_import_statement] = STATE(1517), + [sym_future_import_statement] = STATE(1517), + [sym_import_from_statement] = STATE(1517), + [sym_print_statement] = STATE(1517), + [sym_assert_statement] = STATE(1517), + [sym_expression_statement] = STATE(1517), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1517), + [sym_delete_statement] = STATE(1517), + [sym_raise_statement] = STATE(1517), + [sym_pass_statement] = STATE(1517), + [sym_break_statement] = STATE(1517), + [sym_continue_statement] = STATE(1517), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1517), + [sym_nonlocal_statement] = STATE(1517), + [sym_exec_statement] = STATE(1517), + [sym_type_alias_statement] = STATE(1517), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -21480,8 +21888,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -21507,61 +21915,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [128] = { - [sym_import_statement] = STATE(1369), - [sym_future_import_statement] = STATE(1369), - [sym_import_from_statement] = STATE(1369), - [sym_print_statement] = STATE(1369), - [sym_assert_statement] = STATE(1369), - [sym_expression_statement] = STATE(1369), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1369), - [sym_delete_statement] = STATE(1369), - [sym_raise_statement] = STATE(1369), - [sym_pass_statement] = STATE(1369), - [sym_break_statement] = STATE(1369), - [sym_continue_statement] = STATE(1369), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1369), - [sym_nonlocal_statement] = STATE(1369), - [sym_exec_statement] = STATE(1369), - [sym_type_alias_statement] = STATE(1369), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(128)] = { + [sym_import_statement] = STATE(1517), + [sym_future_import_statement] = STATE(1517), + [sym_import_from_statement] = STATE(1517), + [sym_print_statement] = STATE(1517), + [sym_assert_statement] = STATE(1517), + [sym_expression_statement] = STATE(1517), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1517), + [sym_delete_statement] = STATE(1517), + [sym_raise_statement] = STATE(1517), + [sym_pass_statement] = STATE(1517), + [sym_break_statement] = STATE(1517), + [sym_continue_statement] = STATE(1517), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1517), + [sym_nonlocal_statement] = STATE(1517), + [sym_exec_statement] = STATE(1517), + [sym_type_alias_statement] = STATE(1517), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -21575,8 +21983,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -21602,61 +22010,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [129] = { - [sym_import_statement] = STATE(1369), - [sym_future_import_statement] = STATE(1369), - [sym_import_from_statement] = STATE(1369), - [sym_print_statement] = STATE(1369), - [sym_assert_statement] = STATE(1369), - [sym_expression_statement] = STATE(1369), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1369), - [sym_delete_statement] = STATE(1369), - [sym_raise_statement] = STATE(1369), - [sym_pass_statement] = STATE(1369), - [sym_break_statement] = STATE(1369), - [sym_continue_statement] = STATE(1369), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1369), - [sym_nonlocal_statement] = STATE(1369), - [sym_exec_statement] = STATE(1369), - [sym_type_alias_statement] = STATE(1369), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(129)] = { + [sym_import_statement] = STATE(1517), + [sym_future_import_statement] = STATE(1517), + [sym_import_from_statement] = STATE(1517), + [sym_print_statement] = STATE(1517), + [sym_assert_statement] = STATE(1517), + [sym_expression_statement] = STATE(1517), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1517), + [sym_delete_statement] = STATE(1517), + [sym_raise_statement] = STATE(1517), + [sym_pass_statement] = STATE(1517), + [sym_break_statement] = STATE(1517), + [sym_continue_statement] = STATE(1517), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1517), + [sym_nonlocal_statement] = STATE(1517), + [sym_exec_statement] = STATE(1517), + [sym_type_alias_statement] = STATE(1517), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -21670,8 +22078,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -21697,61 +22105,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [130] = { - [sym_import_statement] = STATE(1369), - [sym_future_import_statement] = STATE(1369), - [sym_import_from_statement] = STATE(1369), - [sym_print_statement] = STATE(1369), - [sym_assert_statement] = STATE(1369), - [sym_expression_statement] = STATE(1369), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1369), - [sym_delete_statement] = STATE(1369), - [sym_raise_statement] = STATE(1369), - [sym_pass_statement] = STATE(1369), - [sym_break_statement] = STATE(1369), - [sym_continue_statement] = STATE(1369), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1369), - [sym_nonlocal_statement] = STATE(1369), - [sym_exec_statement] = STATE(1369), - [sym_type_alias_statement] = STATE(1369), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(130)] = { + [sym_import_statement] = STATE(1517), + [sym_future_import_statement] = STATE(1517), + [sym_import_from_statement] = STATE(1517), + [sym_print_statement] = STATE(1517), + [sym_assert_statement] = STATE(1517), + [sym_expression_statement] = STATE(1517), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1517), + [sym_delete_statement] = STATE(1517), + [sym_raise_statement] = STATE(1517), + [sym_pass_statement] = STATE(1517), + [sym_break_statement] = STATE(1517), + [sym_continue_statement] = STATE(1517), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1517), + [sym_nonlocal_statement] = STATE(1517), + [sym_exec_statement] = STATE(1517), + [sym_type_alias_statement] = STATE(1517), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -21765,8 +22173,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -21792,61 +22200,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [131] = { - [sym_import_statement] = STATE(1369), - [sym_future_import_statement] = STATE(1369), - [sym_import_from_statement] = STATE(1369), - [sym_print_statement] = STATE(1369), - [sym_assert_statement] = STATE(1369), - [sym_expression_statement] = STATE(1369), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1369), - [sym_delete_statement] = STATE(1369), - [sym_raise_statement] = STATE(1369), - [sym_pass_statement] = STATE(1369), - [sym_break_statement] = STATE(1369), - [sym_continue_statement] = STATE(1369), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1369), - [sym_nonlocal_statement] = STATE(1369), - [sym_exec_statement] = STATE(1369), - [sym_type_alias_statement] = STATE(1369), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(131)] = { + [sym_import_statement] = STATE(1517), + [sym_future_import_statement] = STATE(1517), + [sym_import_from_statement] = STATE(1517), + [sym_print_statement] = STATE(1517), + [sym_assert_statement] = STATE(1517), + [sym_expression_statement] = STATE(1517), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1517), + [sym_delete_statement] = STATE(1517), + [sym_raise_statement] = STATE(1517), + [sym_pass_statement] = STATE(1517), + [sym_break_statement] = STATE(1517), + [sym_continue_statement] = STATE(1517), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1517), + [sym_nonlocal_statement] = STATE(1517), + [sym_exec_statement] = STATE(1517), + [sym_type_alias_statement] = STATE(1517), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -21860,8 +22268,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -21887,61 +22295,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [132] = { - [sym_import_statement] = STATE(1369), - [sym_future_import_statement] = STATE(1369), - [sym_import_from_statement] = STATE(1369), - [sym_print_statement] = STATE(1369), - [sym_assert_statement] = STATE(1369), - [sym_expression_statement] = STATE(1369), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1369), - [sym_delete_statement] = STATE(1369), - [sym_raise_statement] = STATE(1369), - [sym_pass_statement] = STATE(1369), - [sym_break_statement] = STATE(1369), - [sym_continue_statement] = STATE(1369), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1369), - [sym_nonlocal_statement] = STATE(1369), - [sym_exec_statement] = STATE(1369), - [sym_type_alias_statement] = STATE(1369), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(132)] = { + [sym_import_statement] = STATE(1517), + [sym_future_import_statement] = STATE(1517), + [sym_import_from_statement] = STATE(1517), + [sym_print_statement] = STATE(1517), + [sym_assert_statement] = STATE(1517), + [sym_expression_statement] = STATE(1517), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1517), + [sym_delete_statement] = STATE(1517), + [sym_raise_statement] = STATE(1517), + [sym_pass_statement] = STATE(1517), + [sym_break_statement] = STATE(1517), + [sym_continue_statement] = STATE(1517), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1517), + [sym_nonlocal_statement] = STATE(1517), + [sym_exec_statement] = STATE(1517), + [sym_type_alias_statement] = STATE(1517), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -21955,8 +22363,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -21982,61 +22390,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [133] = { - [sym_import_statement] = STATE(1369), - [sym_future_import_statement] = STATE(1369), - [sym_import_from_statement] = STATE(1369), - [sym_print_statement] = STATE(1369), - [sym_assert_statement] = STATE(1369), - [sym_expression_statement] = STATE(1369), - [sym_named_expression] = STATE(955), - [sym_return_statement] = STATE(1369), - [sym_delete_statement] = STATE(1369), - [sym_raise_statement] = STATE(1369), - [sym_pass_statement] = STATE(1369), - [sym_break_statement] = STATE(1369), - [sym_continue_statement] = STATE(1369), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_global_statement] = STATE(1369), - [sym_nonlocal_statement] = STATE(1369), - [sym_exec_statement] = STATE(1369), - [sym_type_alias_statement] = STATE(1369), - [sym_expression_list] = STATE(1329), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1032), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1329), - [sym_augmented_assignment] = STATE(1329), - [sym_pattern_list] = STATE(874), - [sym_yield] = STATE(1329), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(133)] = { + [sym_import_statement] = STATE(1517), + [sym_future_import_statement] = STATE(1517), + [sym_import_from_statement] = STATE(1517), + [sym_print_statement] = STATE(1517), + [sym_assert_statement] = STATE(1517), + [sym_expression_statement] = STATE(1517), + [sym_named_expression] = STATE(1158), + [sym_return_statement] = STATE(1517), + [sym_delete_statement] = STATE(1517), + [sym_raise_statement] = STATE(1517), + [sym_pass_statement] = STATE(1517), + [sym_break_statement] = STATE(1517), + [sym_continue_statement] = STATE(1517), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_global_statement] = STATE(1517), + [sym_nonlocal_statement] = STATE(1517), + [sym_exec_statement] = STATE(1517), + [sym_type_alias_statement] = STATE(1517), + [sym_expression_list] = STATE(1551), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1185), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1551), + [sym_augmented_assignment] = STATE(1551), + [sym_pattern_list] = STATE(1024), + [sym_yield] = STATE(1551), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), @@ -22050,8 +22458,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), @@ -22076,27 +22484,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [134] = { - [sym_primary_expression] = STATE(711), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_attribute] = STATE(760), - [sym_subscript] = STATE(760), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(134)] = { + [sym_primary_expression] = STATE(810), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_attribute] = STATE(908), + [sym_subscript] = STATE(908), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(77), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(568), @@ -22159,32 +22567,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), - [sym__semicolon] = ACTIONS(298), + [anon_sym_SEMI] = ACTIONS(298), [sym__newline] = ACTIONS(298), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [135] = { - [sym_primary_expression] = STATE(669), - [sym_binary_operator] = STATE(649), - [sym_unary_operator] = STATE(649), - [sym_attribute] = STATE(649), - [sym_subscript] = STATE(649), - [sym_call] = STATE(649), - [sym_list] = STATE(649), - [sym_set] = STATE(649), - [sym_tuple] = STATE(649), - [sym_dictionary] = STATE(649), - [sym_list_comprehension] = STATE(649), - [sym_dictionary_comprehension] = STATE(649), - [sym_set_comprehension] = STATE(649), - [sym_generator_expression] = STATE(649), - [sym_parenthesized_expression] = STATE(649), - [sym_concatenated_string] = STATE(649), - [sym_string] = STATE(569), - [sym_concatenated_template_string] = STATE(649), - [sym_template_string] = STATE(570), - [sym_await] = STATE(649), + [STATE(135)] = { + [sym_primary_expression] = STATE(735), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(578), @@ -22252,27 +22660,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, - [136] = { - [sym_primary_expression] = STATE(669), - [sym_binary_operator] = STATE(649), - [sym_unary_operator] = STATE(649), - [sym_attribute] = STATE(649), - [sym_subscript] = STATE(649), - [sym_call] = STATE(649), - [sym_list] = STATE(649), - [sym_set] = STATE(649), - [sym_tuple] = STATE(649), - [sym_dictionary] = STATE(649), - [sym_list_comprehension] = STATE(649), - [sym_dictionary_comprehension] = STATE(649), - [sym_set_comprehension] = STATE(649), - [sym_generator_expression] = STATE(649), - [sym_parenthesized_expression] = STATE(649), - [sym_concatenated_string] = STATE(649), - [sym_string] = STATE(569), - [sym_concatenated_template_string] = STATE(649), - [sym_template_string] = STATE(570), - [sym_await] = STATE(649), + [STATE(136)] = { + [sym_primary_expression] = STATE(735), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(578), @@ -22319,7 +22727,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [sym_ellipsis] = ACTIONS(304), - [sym_type_conversion] = ACTIONS(298), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(595), @@ -22330,27 +22737,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, - [137] = { - [sym_primary_expression] = STATE(669), - [sym_binary_operator] = STATE(649), - [sym_unary_operator] = STATE(649), - [sym_attribute] = STATE(649), - [sym_subscript] = STATE(649), - [sym_call] = STATE(649), - [sym_list] = STATE(649), - [sym_set] = STATE(649), - [sym_tuple] = STATE(649), - [sym_dictionary] = STATE(649), - [sym_list_comprehension] = STATE(649), - [sym_dictionary_comprehension] = STATE(649), - [sym_set_comprehension] = STATE(649), - [sym_generator_expression] = STATE(649), - [sym_parenthesized_expression] = STATE(649), - [sym_concatenated_string] = STATE(649), - [sym_string] = STATE(569), - [sym_concatenated_template_string] = STATE(649), - [sym_template_string] = STATE(570), - [sym_await] = STATE(649), + [STATE(137)] = { + [sym_primary_expression] = STATE(735), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(578), @@ -22396,7 +22803,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), [sym_ellipsis] = ACTIONS(304), - [sym_type_conversion] = ACTIONS(298), [sym_integer] = ACTIONS(306), [sym_float] = ACTIONS(304), [anon_sym_await] = ACTIONS(595), @@ -22407,27 +22813,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, - [138] = { - [sym_primary_expression] = STATE(675), - [sym_binary_operator] = STATE(649), - [sym_unary_operator] = STATE(649), - [sym_attribute] = STATE(649), - [sym_subscript] = STATE(649), - [sym_call] = STATE(649), - [sym_list] = STATE(649), - [sym_set] = STATE(649), - [sym_tuple] = STATE(649), - [sym_dictionary] = STATE(649), - [sym_list_comprehension] = STATE(649), - [sym_dictionary_comprehension] = STATE(649), - [sym_set_comprehension] = STATE(649), - [sym_generator_expression] = STATE(649), - [sym_parenthesized_expression] = STATE(649), - [sym_concatenated_string] = STATE(649), - [sym_string] = STATE(569), - [sym_concatenated_template_string] = STATE(649), - [sym_template_string] = STATE(570), - [sym_await] = STATE(649), + [STATE(138)] = { + [sym_primary_expression] = STATE(760), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(597), @@ -22439,7 +22845,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_GT] = ACTIONS(298), [anon_sym_COLON_EQ] = ACTIONS(599), [anon_sym_if] = ACTIONS(265), - [anon_sym_COLON] = ACTIONS(265), [anon_sym_async] = ACTIONS(583), [anon_sym_for] = ACTIONS(265), [anon_sym_in] = ACTIONS(265), @@ -22484,253 +22889,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, - [139] = { - [sym_primary_expression] = STATE(675), - [sym_binary_operator] = STATE(649), - [sym_unary_operator] = STATE(649), - [sym_attribute] = STATE(649), - [sym_subscript] = STATE(649), - [sym_call] = STATE(649), - [sym_list] = STATE(649), - [sym_set] = STATE(649), - [sym_tuple] = STATE(649), - [sym_dictionary] = STATE(649), - [sym_list_comprehension] = STATE(649), - [sym_dictionary_comprehension] = STATE(649), - [sym_set_comprehension] = STATE(649), - [sym_generator_expression] = STATE(649), - [sym_parenthesized_expression] = STATE(649), - [sym_concatenated_string] = STATE(649), - [sym_string] = STATE(569), - [sym_concatenated_template_string] = STATE(649), - [sym_template_string] = STATE(570), - [sym_await] = STATE(649), - [sym_identifier] = ACTIONS(306), - [anon_sym_DOT] = ACTIONS(265), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_RPAREN] = ACTIONS(298), - [anon_sym_COMMA] = ACTIONS(298), - [anon_sym_as] = ACTIONS(265), - [anon_sym_STAR] = ACTIONS(265), - [anon_sym_print] = ACTIONS(583), - [anon_sym_GT_GT] = ACTIONS(298), - [anon_sym_if] = ACTIONS(265), - [anon_sym_COLON] = ACTIONS(298), - [anon_sym_async] = ACTIONS(583), - [anon_sym_for] = ACTIONS(265), - [anon_sym_in] = ACTIONS(265), - [anon_sym_match] = ACTIONS(583), - [anon_sym_PIPE] = ACTIONS(298), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_RBRACK] = ACTIONS(298), - [anon_sym_LBRACE] = ACTIONS(288), - [anon_sym_RBRACE] = ACTIONS(298), - [anon_sym_STAR_STAR] = ACTIONS(298), - [anon_sym_exec] = ACTIONS(583), - [anon_sym_type] = ACTIONS(583), - [anon_sym_AT] = ACTIONS(298), - [anon_sym_not] = ACTIONS(265), - [anon_sym_and] = ACTIONS(265), - [anon_sym_or] = ACTIONS(265), - [anon_sym_SLASH] = ACTIONS(265), - [anon_sym_PERCENT] = ACTIONS(298), - [anon_sym_SLASH_SLASH] = ACTIONS(298), - [anon_sym_AMP] = ACTIONS(298), - [anon_sym_CARET] = ACTIONS(298), - [anon_sym_LT_LT] = ACTIONS(298), - [anon_sym_TILDE] = ACTIONS(601), - [anon_sym_LT] = ACTIONS(265), - [anon_sym_LT_EQ] = ACTIONS(298), - [anon_sym_EQ_EQ] = ACTIONS(298), - [anon_sym_BANG_EQ] = ACTIONS(298), - [anon_sym_GT_EQ] = ACTIONS(298), - [anon_sym_GT] = ACTIONS(265), - [anon_sym_LT_GT] = ACTIONS(298), - [anon_sym_is] = ACTIONS(265), - [sym_ellipsis] = ACTIONS(304), - [sym_integer] = ACTIONS(306), - [sym_float] = ACTIONS(304), - [anon_sym_await] = ACTIONS(605), - [sym_true] = ACTIONS(306), - [sym_false] = ACTIONS(306), - [sym_none] = ACTIONS(306), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(310), - [sym__template_string_start] = ACTIONS(312), - }, - [140] = { - [sym_primary_expression] = STATE(711), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_attribute] = STATE(760), - [sym_subscript] = STATE(760), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), - [sym_identifier] = ACTIONS(77), - [anon_sym_DOT] = ACTIONS(265), - [anon_sym_from] = ACTIONS(265), - [anon_sym_LPAREN] = ACTIONS(568), - [anon_sym_COMMA] = ACTIONS(298), - [anon_sym_STAR] = ACTIONS(265), - [anon_sym_print] = ACTIONS(570), - [anon_sym_GT_GT] = ACTIONS(298), - [anon_sym_COLON_EQ] = ACTIONS(278), - [anon_sym_if] = ACTIONS(265), - [anon_sym_async] = ACTIONS(570), - [anon_sym_in] = ACTIONS(265), - [anon_sym_match] = ACTIONS(570), - [anon_sym_PIPE] = ACTIONS(298), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(574), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_STAR_STAR] = ACTIONS(298), - [anon_sym_EQ] = ACTIONS(265), - [anon_sym_exec] = ACTIONS(570), - [anon_sym_type] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(298), - [anon_sym_not] = ACTIONS(265), - [anon_sym_and] = ACTIONS(265), - [anon_sym_or] = ACTIONS(265), - [anon_sym_SLASH] = ACTIONS(265), - [anon_sym_PERCENT] = ACTIONS(298), - [anon_sym_SLASH_SLASH] = ACTIONS(298), - [anon_sym_AMP] = ACTIONS(298), - [anon_sym_CARET] = ACTIONS(298), - [anon_sym_LT_LT] = ACTIONS(298), - [anon_sym_TILDE] = ACTIONS(47), - [anon_sym_LT] = ACTIONS(265), - [anon_sym_LT_EQ] = ACTIONS(298), - [anon_sym_EQ_EQ] = ACTIONS(298), - [anon_sym_BANG_EQ] = ACTIONS(298), - [anon_sym_GT_EQ] = ACTIONS(298), - [anon_sym_GT] = ACTIONS(265), - [anon_sym_LT_GT] = ACTIONS(298), - [anon_sym_is] = ACTIONS(265), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(576), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym__semicolon] = ACTIONS(298), - [sym__newline] = ACTIONS(298), - [sym__string_start] = ACTIONS(81), - [sym__template_string_start] = ACTIONS(83), - }, - [141] = { - [sym_primary_expression] = STATE(669), - [sym_binary_operator] = STATE(649), - [sym_unary_operator] = STATE(649), - [sym_attribute] = STATE(649), - [sym_subscript] = STATE(649), - [sym_call] = STATE(649), - [sym_list] = STATE(649), - [sym_set] = STATE(649), - [sym_tuple] = STATE(649), - [sym_dictionary] = STATE(649), - [sym_list_comprehension] = STATE(649), - [sym_dictionary_comprehension] = STATE(649), - [sym_set_comprehension] = STATE(649), - [sym_generator_expression] = STATE(649), - [sym_parenthesized_expression] = STATE(649), - [sym_concatenated_string] = STATE(649), - [sym_string] = STATE(569), - [sym_concatenated_template_string] = STATE(649), - [sym_template_string] = STATE(570), - [sym_await] = STATE(649), - [sym_identifier] = ACTIONS(306), - [anon_sym_DOT] = ACTIONS(265), - [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_RPAREN] = ACTIONS(302), - [anon_sym_COMMA] = ACTIONS(302), - [anon_sym_STAR] = ACTIONS(265), - [anon_sym_print] = ACTIONS(583), - [anon_sym_GT_GT] = ACTIONS(265), - [anon_sym_COLON] = ACTIONS(302), - [anon_sym_async] = ACTIONS(583), - [anon_sym_in] = ACTIONS(280), - [anon_sym_match] = ACTIONS(583), - [anon_sym_PIPE] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_RBRACK] = ACTIONS(302), - [anon_sym_LBRACE] = ACTIONS(288), - [anon_sym_STAR_STAR] = ACTIONS(265), - [anon_sym_EQ] = ACTIONS(302), - [anon_sym_exec] = ACTIONS(583), - [anon_sym_type] = ACTIONS(583), - [anon_sym_AT] = ACTIONS(265), - [anon_sym_SLASH] = ACTIONS(265), - [anon_sym_PERCENT] = ACTIONS(265), - [anon_sym_SLASH_SLASH] = ACTIONS(265), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_CARET] = ACTIONS(265), - [anon_sym_LT_LT] = ACTIONS(265), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_PLUS_EQ] = ACTIONS(302), - [anon_sym_DASH_EQ] = ACTIONS(302), - [anon_sym_STAR_EQ] = ACTIONS(302), - [anon_sym_SLASH_EQ] = ACTIONS(302), - [anon_sym_AT_EQ] = ACTIONS(302), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(302), - [anon_sym_PERCENT_EQ] = ACTIONS(302), - [anon_sym_STAR_STAR_EQ] = ACTIONS(302), - [anon_sym_GT_GT_EQ] = ACTIONS(302), - [anon_sym_LT_LT_EQ] = ACTIONS(302), - [anon_sym_AMP_EQ] = ACTIONS(302), - [anon_sym_CARET_EQ] = ACTIONS(302), - [anon_sym_PIPE_EQ] = ACTIONS(302), - [sym_ellipsis] = ACTIONS(304), - [sym_integer] = ACTIONS(306), - [sym_float] = ACTIONS(304), - [anon_sym_await] = ACTIONS(595), - [sym_true] = ACTIONS(306), - [sym_false] = ACTIONS(306), - [sym_none] = ACTIONS(306), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(310), - [sym__template_string_start] = ACTIONS(312), - }, - [142] = { - [sym_primary_expression] = STATE(669), - [sym_binary_operator] = STATE(649), - [sym_unary_operator] = STATE(649), - [sym_attribute] = STATE(649), - [sym_subscript] = STATE(649), - [sym_call] = STATE(649), - [sym_list] = STATE(649), - [sym_set] = STATE(649), - [sym_tuple] = STATE(649), - [sym_dictionary] = STATE(649), - [sym_list_comprehension] = STATE(649), - [sym_dictionary_comprehension] = STATE(649), - [sym_set_comprehension] = STATE(649), - [sym_generator_expression] = STATE(649), - [sym_parenthesized_expression] = STATE(649), - [sym_concatenated_string] = STATE(649), - [sym_string] = STATE(569), - [sym_concatenated_template_string] = STATE(649), - [sym_template_string] = STATE(570), - [sym_await] = STATE(649), + [STATE(139)] = { + [sym_primary_expression] = STATE(735), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(578), @@ -22785,175 +22964,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, - [143] = { - [sym_primary_expression] = STATE(748), - [sym_binary_operator] = STATE(809), - [sym_unary_operator] = STATE(809), - [sym_attribute] = STATE(809), - [sym_subscript] = STATE(809), - [sym_call] = STATE(809), - [sym_list] = STATE(809), - [sym_set] = STATE(809), - [sym_tuple] = STATE(809), - [sym_dictionary] = STATE(809), - [sym_list_comprehension] = STATE(809), - [sym_dictionary_comprehension] = STATE(809), - [sym_set_comprehension] = STATE(809), - [sym_generator_expression] = STATE(809), - [sym_parenthesized_expression] = STATE(809), - [sym_concatenated_string] = STATE(809), - [sym_string] = STATE(720), - [sym_concatenated_template_string] = STATE(809), - [sym_template_string] = STATE(722), - [sym_await] = STATE(809), - [sym_identifier] = ACTIONS(607), - [anon_sym_DOT] = ACTIONS(265), - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym_RPAREN] = ACTIONS(298), - [anon_sym_COMMA] = ACTIONS(298), - [anon_sym_as] = ACTIONS(265), - [anon_sym_STAR] = ACTIONS(265), - [anon_sym_print] = ACTIONS(611), - [anon_sym_GT_GT] = ACTIONS(298), - [anon_sym_COLON_EQ] = ACTIONS(613), - [anon_sym_if] = ACTIONS(265), - [anon_sym_COLON] = ACTIONS(265), - [anon_sym_async] = ACTIONS(611), - [anon_sym_in] = ACTIONS(265), - [anon_sym_match] = ACTIONS(611), - [anon_sym_PIPE] = ACTIONS(298), - [anon_sym_DASH] = ACTIONS(615), - [anon_sym_PLUS] = ACTIONS(615), - [anon_sym_LBRACK] = ACTIONS(617), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_STAR_STAR] = ACTIONS(298), - [anon_sym_exec] = ACTIONS(611), - [anon_sym_type] = ACTIONS(611), - [anon_sym_AT] = ACTIONS(298), - [anon_sym_not] = ACTIONS(265), - [anon_sym_and] = ACTIONS(265), - [anon_sym_or] = ACTIONS(265), - [anon_sym_SLASH] = ACTIONS(265), - [anon_sym_PERCENT] = ACTIONS(298), - [anon_sym_SLASH_SLASH] = ACTIONS(298), - [anon_sym_AMP] = ACTIONS(298), - [anon_sym_CARET] = ACTIONS(298), - [anon_sym_LT_LT] = ACTIONS(298), - [anon_sym_TILDE] = ACTIONS(615), - [anon_sym_LT] = ACTIONS(265), - [anon_sym_LT_EQ] = ACTIONS(298), - [anon_sym_EQ_EQ] = ACTIONS(298), - [anon_sym_BANG_EQ] = ACTIONS(298), - [anon_sym_GT_EQ] = ACTIONS(298), - [anon_sym_GT] = ACTIONS(265), - [anon_sym_LT_GT] = ACTIONS(298), - [anon_sym_is] = ACTIONS(265), - [sym_ellipsis] = ACTIONS(621), - [sym_integer] = ACTIONS(607), - [sym_float] = ACTIONS(621), - [anon_sym_await] = ACTIONS(623), - [sym_true] = ACTIONS(607), - [sym_false] = ACTIONS(607), - [sym_none] = ACTIONS(607), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(625), - [sym__template_string_start] = ACTIONS(627), - }, - [144] = { - [sym_primary_expression] = STATE(675), - [sym_binary_operator] = STATE(649), - [sym_unary_operator] = STATE(649), - [sym_attribute] = STATE(649), - [sym_subscript] = STATE(649), - [sym_call] = STATE(649), - [sym_list] = STATE(649), - [sym_set] = STATE(649), - [sym_tuple] = STATE(649), - [sym_dictionary] = STATE(649), - [sym_list_comprehension] = STATE(649), - [sym_dictionary_comprehension] = STATE(649), - [sym_set_comprehension] = STATE(649), - [sym_generator_expression] = STATE(649), - [sym_parenthesized_expression] = STATE(649), - [sym_concatenated_string] = STATE(649), - [sym_string] = STATE(569), - [sym_concatenated_template_string] = STATE(649), - [sym_template_string] = STATE(570), - [sym_await] = STATE(649), - [sym_identifier] = ACTIONS(306), - [anon_sym_DOT] = ACTIONS(265), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_RPAREN] = ACTIONS(298), - [anon_sym_COMMA] = ACTIONS(298), - [anon_sym_STAR] = ACTIONS(265), - [anon_sym_print] = ACTIONS(583), - [anon_sym_GT_GT] = ACTIONS(298), - [anon_sym_COLON_EQ] = ACTIONS(599), - [anon_sym_if] = ACTIONS(265), - [anon_sym_async] = ACTIONS(583), - [anon_sym_for] = ACTIONS(265), - [anon_sym_in] = ACTIONS(265), - [anon_sym_match] = ACTIONS(583), - [anon_sym_PIPE] = ACTIONS(298), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_LBRACE] = ACTIONS(288), - [anon_sym_STAR_STAR] = ACTIONS(298), - [anon_sym_EQ] = ACTIONS(629), - [anon_sym_exec] = ACTIONS(583), - [anon_sym_type] = ACTIONS(583), - [anon_sym_AT] = ACTIONS(298), - [anon_sym_not] = ACTIONS(265), - [anon_sym_and] = ACTIONS(265), - [anon_sym_or] = ACTIONS(265), - [anon_sym_SLASH] = ACTIONS(265), - [anon_sym_PERCENT] = ACTIONS(298), - [anon_sym_SLASH_SLASH] = ACTIONS(298), - [anon_sym_AMP] = ACTIONS(298), - [anon_sym_CARET] = ACTIONS(298), - [anon_sym_LT_LT] = ACTIONS(298), - [anon_sym_TILDE] = ACTIONS(601), - [anon_sym_LT] = ACTIONS(265), - [anon_sym_LT_EQ] = ACTIONS(298), - [anon_sym_EQ_EQ] = ACTIONS(298), - [anon_sym_BANG_EQ] = ACTIONS(298), - [anon_sym_GT_EQ] = ACTIONS(298), - [anon_sym_GT] = ACTIONS(265), - [anon_sym_LT_GT] = ACTIONS(298), - [anon_sym_is] = ACTIONS(265), - [sym_ellipsis] = ACTIONS(304), - [sym_integer] = ACTIONS(306), - [sym_float] = ACTIONS(304), - [anon_sym_await] = ACTIONS(605), - [sym_true] = ACTIONS(306), - [sym_false] = ACTIONS(306), - [sym_none] = ACTIONS(306), - [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(310), - [sym__template_string_start] = ACTIONS(312), - }, - [145] = { - [sym_primary_expression] = STATE(711), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_attribute] = STATE(760), - [sym_subscript] = STATE(760), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(140)] = { + [sym_primary_expression] = STATE(810), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_attribute] = STATE(908), + [sym_subscript] = STATE(908), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(77), [anon_sym_DOT] = ACTIONS(265), [anon_sym_from] = ACTIONS(265), @@ -22962,6 +22993,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(265), [anon_sym_print] = ACTIONS(570), [anon_sym_GT_GT] = ACTIONS(298), + [anon_sym_COLON_EQ] = ACTIONS(278), [anon_sym_if] = ACTIONS(265), [anon_sym_async] = ACTIONS(570), [anon_sym_in] = ACTIONS(265), @@ -23002,32 +23034,553 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), - [sym__semicolon] = ACTIONS(298), + [anon_sym_SEMI] = ACTIONS(298), [sym__newline] = ACTIONS(298), [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [146] = { - [sym_primary_expression] = STATE(675), - [sym_binary_operator] = STATE(649), - [sym_unary_operator] = STATE(649), - [sym_attribute] = STATE(649), - [sym_subscript] = STATE(649), - [sym_call] = STATE(649), - [sym_list] = STATE(649), - [sym_set] = STATE(649), - [sym_tuple] = STATE(649), - [sym_dictionary] = STATE(649), - [sym_list_comprehension] = STATE(649), - [sym_dictionary_comprehension] = STATE(649), - [sym_set_comprehension] = STATE(649), - [sym_generator_expression] = STATE(649), - [sym_parenthesized_expression] = STATE(649), - [sym_concatenated_string] = STATE(649), - [sym_string] = STATE(569), - [sym_concatenated_template_string] = STATE(649), - [sym_template_string] = STATE(570), - [sym_await] = STATE(649), + [STATE(141)] = { + [sym_primary_expression] = STATE(785), + [sym_binary_operator] = STATE(924), + [sym_unary_operator] = STATE(924), + [sym_attribute] = STATE(924), + [sym_subscript] = STATE(924), + [sym_call] = STATE(924), + [sym_list] = STATE(924), + [sym_set] = STATE(924), + [sym_tuple] = STATE(924), + [sym_dictionary] = STATE(924), + [sym_list_comprehension] = STATE(924), + [sym_dictionary_comprehension] = STATE(924), + [sym_set_comprehension] = STATE(924), + [sym_generator_expression] = STATE(924), + [sym_parenthesized_expression] = STATE(924), + [sym_concatenated_string] = STATE(924), + [sym_string] = STATE(767), + [sym_concatenated_template_string] = STATE(924), + [sym_template_string] = STATE(768), + [sym_await] = STATE(924), + [sym_identifier] = ACTIONS(607), + [anon_sym_DOT] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(609), + [anon_sym_COMMA] = ACTIONS(298), + [anon_sym_STAR] = ACTIONS(265), + [anon_sym_print] = ACTIONS(611), + [anon_sym_GT_GT] = ACTIONS(298), + [anon_sym_COLON_EQ] = ACTIONS(613), + [anon_sym_if] = ACTIONS(265), + [anon_sym_async] = ACTIONS(611), + [anon_sym_in] = ACTIONS(265), + [anon_sym_match] = ACTIONS(611), + [anon_sym_PIPE] = ACTIONS(298), + [anon_sym_DASH] = ACTIONS(615), + [anon_sym_PLUS] = ACTIONS(615), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(298), + [anon_sym_STAR_STAR] = ACTIONS(298), + [anon_sym_EQ] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(611), + [anon_sym_type] = ACTIONS(611), + [anon_sym_AT] = ACTIONS(298), + [anon_sym_not] = ACTIONS(265), + [anon_sym_and] = ACTIONS(265), + [anon_sym_or] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(265), + [anon_sym_PERCENT] = ACTIONS(298), + [anon_sym_SLASH_SLASH] = ACTIONS(298), + [anon_sym_AMP] = ACTIONS(298), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_LT_LT] = ACTIONS(298), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_LT] = ACTIONS(265), + [anon_sym_LT_EQ] = ACTIONS(298), + [anon_sym_EQ_EQ] = ACTIONS(298), + [anon_sym_BANG_EQ] = ACTIONS(298), + [anon_sym_GT_EQ] = ACTIONS(298), + [anon_sym_GT] = ACTIONS(265), + [anon_sym_LT_GT] = ACTIONS(298), + [anon_sym_is] = ACTIONS(265), + [sym_ellipsis] = ACTIONS(621), + [anon_sym_COLON2] = ACTIONS(298), + [sym_type_conversion] = ACTIONS(298), + [sym_integer] = ACTIONS(607), + [sym_float] = ACTIONS(621), + [anon_sym_await] = ACTIONS(623), + [sym_true] = ACTIONS(607), + [sym_false] = ACTIONS(607), + [sym_none] = ACTIONS(607), + [sym_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(625), + [sym__template_string_start] = ACTIONS(627), + }, + [STATE(142)] = { + [sym_primary_expression] = STATE(735), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), + [sym_identifier] = ACTIONS(306), + [anon_sym_DOT] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(578), + [anon_sym_RPAREN] = ACTIONS(302), + [anon_sym_COMMA] = ACTIONS(302), + [anon_sym_STAR] = ACTIONS(265), + [anon_sym_print] = ACTIONS(583), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_COLON] = ACTIONS(302), + [anon_sym_async] = ACTIONS(583), + [anon_sym_in] = ACTIONS(280), + [anon_sym_match] = ACTIONS(583), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(589), + [anon_sym_LBRACK] = ACTIONS(591), + [anon_sym_RBRACK] = ACTIONS(302), + [anon_sym_LBRACE] = ACTIONS(288), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_EQ] = ACTIONS(302), + [anon_sym_exec] = ACTIONS(583), + [anon_sym_type] = ACTIONS(583), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(265), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_PLUS_EQ] = ACTIONS(302), + [anon_sym_DASH_EQ] = ACTIONS(302), + [anon_sym_STAR_EQ] = ACTIONS(302), + [anon_sym_SLASH_EQ] = ACTIONS(302), + [anon_sym_AT_EQ] = ACTIONS(302), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(302), + [anon_sym_PERCENT_EQ] = ACTIONS(302), + [anon_sym_STAR_STAR_EQ] = ACTIONS(302), + [anon_sym_GT_GT_EQ] = ACTIONS(302), + [anon_sym_LT_LT_EQ] = ACTIONS(302), + [anon_sym_AMP_EQ] = ACTIONS(302), + [anon_sym_CARET_EQ] = ACTIONS(302), + [anon_sym_PIPE_EQ] = ACTIONS(302), + [sym_ellipsis] = ACTIONS(304), + [sym_integer] = ACTIONS(306), + [sym_float] = ACTIONS(304), + [anon_sym_await] = ACTIONS(595), + [sym_true] = ACTIONS(306), + [sym_false] = ACTIONS(306), + [sym_none] = ACTIONS(306), + [sym_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(310), + [sym__template_string_start] = ACTIONS(312), + }, + [STATE(143)] = { + [sym_primary_expression] = STATE(760), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), + [sym_identifier] = ACTIONS(306), + [anon_sym_DOT] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(597), + [anon_sym_RPAREN] = ACTIONS(298), + [anon_sym_COMMA] = ACTIONS(298), + [anon_sym_as] = ACTIONS(265), + [anon_sym_STAR] = ACTIONS(265), + [anon_sym_print] = ACTIONS(583), + [anon_sym_GT_GT] = ACTIONS(298), + [anon_sym_if] = ACTIONS(265), + [anon_sym_async] = ACTIONS(583), + [anon_sym_for] = ACTIONS(265), + [anon_sym_in] = ACTIONS(265), + [anon_sym_match] = ACTIONS(583), + [anon_sym_PIPE] = ACTIONS(298), + [anon_sym_DASH] = ACTIONS(601), + [anon_sym_PLUS] = ACTIONS(601), + [anon_sym_LBRACK] = ACTIONS(603), + [anon_sym_RBRACK] = ACTIONS(298), + [anon_sym_LBRACE] = ACTIONS(288), + [anon_sym_RBRACE] = ACTIONS(298), + [anon_sym_STAR_STAR] = ACTIONS(298), + [anon_sym_exec] = ACTIONS(583), + [anon_sym_type] = ACTIONS(583), + [anon_sym_AT] = ACTIONS(298), + [anon_sym_not] = ACTIONS(265), + [anon_sym_and] = ACTIONS(265), + [anon_sym_or] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(265), + [anon_sym_PERCENT] = ACTIONS(298), + [anon_sym_SLASH_SLASH] = ACTIONS(298), + [anon_sym_AMP] = ACTIONS(298), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_LT_LT] = ACTIONS(298), + [anon_sym_TILDE] = ACTIONS(601), + [anon_sym_LT] = ACTIONS(265), + [anon_sym_LT_EQ] = ACTIONS(298), + [anon_sym_EQ_EQ] = ACTIONS(298), + [anon_sym_BANG_EQ] = ACTIONS(298), + [anon_sym_GT_EQ] = ACTIONS(298), + [anon_sym_GT] = ACTIONS(265), + [anon_sym_LT_GT] = ACTIONS(298), + [anon_sym_is] = ACTIONS(265), + [sym_ellipsis] = ACTIONS(304), + [sym_integer] = ACTIONS(306), + [sym_float] = ACTIONS(304), + [anon_sym_await] = ACTIONS(605), + [sym_true] = ACTIONS(306), + [sym_false] = ACTIONS(306), + [sym_none] = ACTIONS(306), + [sym_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(310), + [sym__template_string_start] = ACTIONS(312), + }, + [STATE(144)] = { + [sym_primary_expression] = STATE(848), + [sym_binary_operator] = STATE(953), + [sym_unary_operator] = STATE(953), + [sym_attribute] = STATE(953), + [sym_subscript] = STATE(953), + [sym_call] = STATE(953), + [sym_list] = STATE(953), + [sym_set] = STATE(953), + [sym_tuple] = STATE(953), + [sym_dictionary] = STATE(953), + [sym_list_comprehension] = STATE(953), + [sym_dictionary_comprehension] = STATE(953), + [sym_set_comprehension] = STATE(953), + [sym_generator_expression] = STATE(953), + [sym_parenthesized_expression] = STATE(953), + [sym_concatenated_string] = STATE(953), + [sym_string] = STATE(794), + [sym_concatenated_template_string] = STATE(953), + [sym_template_string] = STATE(795), + [sym_await] = STATE(953), + [sym_identifier] = ACTIONS(629), + [anon_sym_DOT] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(631), + [anon_sym_RPAREN] = ACTIONS(298), + [anon_sym_COMMA] = ACTIONS(298), + [anon_sym_as] = ACTIONS(265), + [anon_sym_STAR] = ACTIONS(265), + [anon_sym_print] = ACTIONS(633), + [anon_sym_GT_GT] = ACTIONS(298), + [anon_sym_COLON_EQ] = ACTIONS(635), + [anon_sym_if] = ACTIONS(265), + [anon_sym_COLON] = ACTIONS(265), + [anon_sym_async] = ACTIONS(633), + [anon_sym_in] = ACTIONS(265), + [anon_sym_match] = ACTIONS(633), + [anon_sym_PIPE] = ACTIONS(298), + [anon_sym_DASH] = ACTIONS(637), + [anon_sym_PLUS] = ACTIONS(637), + [anon_sym_LBRACK] = ACTIONS(639), + [anon_sym_LBRACE] = ACTIONS(641), + [anon_sym_STAR_STAR] = ACTIONS(298), + [anon_sym_exec] = ACTIONS(633), + [anon_sym_type] = ACTIONS(633), + [anon_sym_AT] = ACTIONS(298), + [anon_sym_not] = ACTIONS(265), + [anon_sym_and] = ACTIONS(265), + [anon_sym_or] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(265), + [anon_sym_PERCENT] = ACTIONS(298), + [anon_sym_SLASH_SLASH] = ACTIONS(298), + [anon_sym_AMP] = ACTIONS(298), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_LT_LT] = ACTIONS(298), + [anon_sym_TILDE] = ACTIONS(637), + [anon_sym_LT] = ACTIONS(265), + [anon_sym_LT_EQ] = ACTIONS(298), + [anon_sym_EQ_EQ] = ACTIONS(298), + [anon_sym_BANG_EQ] = ACTIONS(298), + [anon_sym_GT_EQ] = ACTIONS(298), + [anon_sym_GT] = ACTIONS(265), + [anon_sym_LT_GT] = ACTIONS(298), + [anon_sym_is] = ACTIONS(265), + [sym_ellipsis] = ACTIONS(643), + [sym_integer] = ACTIONS(629), + [sym_float] = ACTIONS(643), + [anon_sym_await] = ACTIONS(645), + [sym_true] = ACTIONS(629), + [sym_false] = ACTIONS(629), + [sym_none] = ACTIONS(629), + [sym_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(647), + [sym__template_string_start] = ACTIONS(649), + }, + [STATE(145)] = { + [sym_primary_expression] = STATE(785), + [sym_binary_operator] = STATE(924), + [sym_unary_operator] = STATE(924), + [sym_attribute] = STATE(924), + [sym_subscript] = STATE(924), + [sym_call] = STATE(924), + [sym_list] = STATE(924), + [sym_set] = STATE(924), + [sym_tuple] = STATE(924), + [sym_dictionary] = STATE(924), + [sym_list_comprehension] = STATE(924), + [sym_dictionary_comprehension] = STATE(924), + [sym_set_comprehension] = STATE(924), + [sym_generator_expression] = STATE(924), + [sym_parenthesized_expression] = STATE(924), + [sym_concatenated_string] = STATE(924), + [sym_string] = STATE(767), + [sym_concatenated_template_string] = STATE(924), + [sym_template_string] = STATE(768), + [sym_await] = STATE(924), + [sym_identifier] = ACTIONS(607), + [anon_sym_DOT] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(609), + [anon_sym_COMMA] = ACTIONS(298), + [anon_sym_STAR] = ACTIONS(265), + [anon_sym_print] = ACTIONS(611), + [anon_sym_GT_GT] = ACTIONS(298), + [anon_sym_if] = ACTIONS(265), + [anon_sym_async] = ACTIONS(611), + [anon_sym_in] = ACTIONS(265), + [anon_sym_match] = ACTIONS(611), + [anon_sym_PIPE] = ACTIONS(298), + [anon_sym_DASH] = ACTIONS(615), + [anon_sym_PLUS] = ACTIONS(615), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(298), + [anon_sym_STAR_STAR] = ACTIONS(298), + [anon_sym_EQ] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(611), + [anon_sym_type] = ACTIONS(611), + [anon_sym_AT] = ACTIONS(298), + [anon_sym_not] = ACTIONS(265), + [anon_sym_and] = ACTIONS(265), + [anon_sym_or] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(265), + [anon_sym_PERCENT] = ACTIONS(298), + [anon_sym_SLASH_SLASH] = ACTIONS(298), + [anon_sym_AMP] = ACTIONS(298), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_LT_LT] = ACTIONS(298), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_LT] = ACTIONS(265), + [anon_sym_LT_EQ] = ACTIONS(298), + [anon_sym_EQ_EQ] = ACTIONS(298), + [anon_sym_BANG_EQ] = ACTIONS(298), + [anon_sym_GT_EQ] = ACTIONS(298), + [anon_sym_GT] = ACTIONS(265), + [anon_sym_LT_GT] = ACTIONS(298), + [anon_sym_is] = ACTIONS(265), + [sym_ellipsis] = ACTIONS(621), + [anon_sym_COLON2] = ACTIONS(298), + [sym_type_conversion] = ACTIONS(298), + [sym_integer] = ACTIONS(607), + [sym_float] = ACTIONS(621), + [anon_sym_await] = ACTIONS(623), + [sym_true] = ACTIONS(607), + [sym_false] = ACTIONS(607), + [sym_none] = ACTIONS(607), + [sym_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(625), + [sym__template_string_start] = ACTIONS(627), + }, + [STATE(146)] = { + [sym_primary_expression] = STATE(760), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), + [sym_identifier] = ACTIONS(306), + [anon_sym_DOT] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(597), + [anon_sym_RPAREN] = ACTIONS(298), + [anon_sym_COMMA] = ACTIONS(298), + [anon_sym_STAR] = ACTIONS(265), + [anon_sym_print] = ACTIONS(583), + [anon_sym_GT_GT] = ACTIONS(298), + [anon_sym_COLON_EQ] = ACTIONS(599), + [anon_sym_if] = ACTIONS(265), + [anon_sym_async] = ACTIONS(583), + [anon_sym_for] = ACTIONS(265), + [anon_sym_in] = ACTIONS(265), + [anon_sym_match] = ACTIONS(583), + [anon_sym_PIPE] = ACTIONS(298), + [anon_sym_DASH] = ACTIONS(601), + [anon_sym_PLUS] = ACTIONS(601), + [anon_sym_LBRACK] = ACTIONS(603), + [anon_sym_LBRACE] = ACTIONS(288), + [anon_sym_STAR_STAR] = ACTIONS(298), + [anon_sym_EQ] = ACTIONS(651), + [anon_sym_exec] = ACTIONS(583), + [anon_sym_type] = ACTIONS(583), + [anon_sym_AT] = ACTIONS(298), + [anon_sym_not] = ACTIONS(265), + [anon_sym_and] = ACTIONS(265), + [anon_sym_or] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(265), + [anon_sym_PERCENT] = ACTIONS(298), + [anon_sym_SLASH_SLASH] = ACTIONS(298), + [anon_sym_AMP] = ACTIONS(298), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_LT_LT] = ACTIONS(298), + [anon_sym_TILDE] = ACTIONS(601), + [anon_sym_LT] = ACTIONS(265), + [anon_sym_LT_EQ] = ACTIONS(298), + [anon_sym_EQ_EQ] = ACTIONS(298), + [anon_sym_BANG_EQ] = ACTIONS(298), + [anon_sym_GT_EQ] = ACTIONS(298), + [anon_sym_GT] = ACTIONS(265), + [anon_sym_LT_GT] = ACTIONS(298), + [anon_sym_is] = ACTIONS(265), + [sym_ellipsis] = ACTIONS(304), + [sym_integer] = ACTIONS(306), + [sym_float] = ACTIONS(304), + [anon_sym_await] = ACTIONS(605), + [sym_true] = ACTIONS(306), + [sym_false] = ACTIONS(306), + [sym_none] = ACTIONS(306), + [sym_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(310), + [sym__template_string_start] = ACTIONS(312), + }, + [STATE(147)] = { + [sym_primary_expression] = STATE(790), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), + [sym_identifier] = ACTIONS(306), + [anon_sym_DOT] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(653), + [anon_sym_COMMA] = ACTIONS(298), + [anon_sym_STAR] = ACTIONS(265), + [anon_sym_print] = ACTIONS(583), + [anon_sym_GT_GT] = ACTIONS(298), + [anon_sym_COLON_EQ] = ACTIONS(655), + [anon_sym_if] = ACTIONS(265), + [anon_sym_COLON] = ACTIONS(265), + [anon_sym_async] = ACTIONS(583), + [anon_sym_for] = ACTIONS(265), + [anon_sym_in] = ACTIONS(265), + [anon_sym_match] = ACTIONS(583), + [anon_sym_PIPE] = ACTIONS(298), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_LBRACK] = ACTIONS(659), + [anon_sym_LBRACE] = ACTIONS(288), + [anon_sym_RBRACE] = ACTIONS(298), + [anon_sym_STAR_STAR] = ACTIONS(298), + [anon_sym_exec] = ACTIONS(583), + [anon_sym_type] = ACTIONS(583), + [anon_sym_AT] = ACTIONS(298), + [anon_sym_not] = ACTIONS(265), + [anon_sym_and] = ACTIONS(265), + [anon_sym_or] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(265), + [anon_sym_PERCENT] = ACTIONS(298), + [anon_sym_SLASH_SLASH] = ACTIONS(298), + [anon_sym_AMP] = ACTIONS(298), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_LT_LT] = ACTIONS(298), + [anon_sym_TILDE] = ACTIONS(657), + [anon_sym_LT] = ACTIONS(265), + [anon_sym_LT_EQ] = ACTIONS(298), + [anon_sym_EQ_EQ] = ACTIONS(298), + [anon_sym_BANG_EQ] = ACTIONS(298), + [anon_sym_GT_EQ] = ACTIONS(298), + [anon_sym_GT] = ACTIONS(265), + [anon_sym_LT_GT] = ACTIONS(298), + [anon_sym_is] = ACTIONS(265), + [sym_ellipsis] = ACTIONS(304), + [sym_integer] = ACTIONS(306), + [sym_float] = ACTIONS(304), + [anon_sym_await] = ACTIONS(661), + [sym_true] = ACTIONS(306), + [sym_false] = ACTIONS(306), + [sym_none] = ACTIONS(306), + [sym_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(310), + [sym__template_string_start] = ACTIONS(312), + }, + [STATE(148)] = { + [sym_primary_expression] = STATE(760), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(597), @@ -23081,49 +23634,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, - [147] = { - [sym_primary_expression] = STATE(748), - [sym_binary_operator] = STATE(809), - [sym_unary_operator] = STATE(809), - [sym_attribute] = STATE(809), - [sym_subscript] = STATE(809), - [sym_call] = STATE(809), - [sym_list] = STATE(809), - [sym_set] = STATE(809), - [sym_tuple] = STATE(809), - [sym_dictionary] = STATE(809), - [sym_list_comprehension] = STATE(809), - [sym_dictionary_comprehension] = STATE(809), - [sym_set_comprehension] = STATE(809), - [sym_generator_expression] = STATE(809), - [sym_parenthesized_expression] = STATE(809), - [sym_concatenated_string] = STATE(809), - [sym_string] = STATE(720), - [sym_concatenated_template_string] = STATE(809), - [sym_template_string] = STATE(722), - [sym_await] = STATE(809), - [sym_identifier] = ACTIONS(607), + [STATE(149)] = { + [sym_primary_expression] = STATE(810), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_attribute] = STATE(908), + [sym_subscript] = STATE(908), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), + [sym_identifier] = ACTIONS(77), [anon_sym_DOT] = ACTIONS(265), - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym_RPAREN] = ACTIONS(298), + [anon_sym_from] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(568), [anon_sym_COMMA] = ACTIONS(298), - [anon_sym_as] = ACTIONS(265), [anon_sym_STAR] = ACTIONS(265), - [anon_sym_print] = ACTIONS(611), + [anon_sym_print] = ACTIONS(570), [anon_sym_GT_GT] = ACTIONS(298), [anon_sym_if] = ACTIONS(265), - [anon_sym_COLON] = ACTIONS(298), - [anon_sym_async] = ACTIONS(611), + [anon_sym_async] = ACTIONS(570), [anon_sym_in] = ACTIONS(265), - [anon_sym_match] = ACTIONS(611), + [anon_sym_match] = ACTIONS(570), [anon_sym_PIPE] = ACTIONS(298), - [anon_sym_DASH] = ACTIONS(615), - [anon_sym_PLUS] = ACTIONS(615), - [anon_sym_LBRACK] = ACTIONS(617), - [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(574), + [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(298), - [anon_sym_exec] = ACTIONS(611), - [anon_sym_type] = ACTIONS(611), + [anon_sym_EQ] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(570), + [anon_sym_type] = ACTIONS(570), [anon_sym_AT] = ACTIONS(298), [anon_sym_not] = ACTIONS(265), [anon_sym_and] = ACTIONS(265), @@ -23134,7 +23686,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(298), [anon_sym_CARET] = ACTIONS(298), [anon_sym_LT_LT] = ACTIONS(298), - [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_TILDE] = ACTIONS(47), [anon_sym_LT] = ACTIONS(265), [anon_sym_LT_EQ] = ACTIONS(298), [anon_sym_EQ_EQ] = ACTIONS(298), @@ -23143,38 +23695,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(265), [anon_sym_LT_GT] = ACTIONS(298), [anon_sym_is] = ACTIONS(265), - [sym_ellipsis] = ACTIONS(621), - [sym_integer] = ACTIONS(607), - [sym_float] = ACTIONS(621), - [anon_sym_await] = ACTIONS(623), - [sym_true] = ACTIONS(607), - [sym_false] = ACTIONS(607), - [sym_none] = ACTIONS(607), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(576), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(625), - [sym__template_string_start] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(298), + [sym__newline] = ACTIONS(298), + [sym__string_start] = ACTIONS(81), + [sym__template_string_start] = ACTIONS(83), }, - [148] = { - [sym_primary_expression] = STATE(669), - [sym_binary_operator] = STATE(649), - [sym_unary_operator] = STATE(649), - [sym_attribute] = STATE(649), - [sym_subscript] = STATE(649), - [sym_call] = STATE(649), - [sym_list] = STATE(649), - [sym_set] = STATE(649), - [sym_tuple] = STATE(649), - [sym_dictionary] = STATE(649), - [sym_list_comprehension] = STATE(649), - [sym_dictionary_comprehension] = STATE(649), - [sym_set_comprehension] = STATE(649), - [sym_generator_expression] = STATE(649), - [sym_parenthesized_expression] = STATE(649), - [sym_concatenated_string] = STATE(649), - [sym_string] = STATE(569), - [sym_concatenated_template_string] = STATE(649), - [sym_template_string] = STATE(570), - [sym_await] = STATE(649), + [STATE(150)] = { + [sym_primary_expression] = STATE(848), + [sym_binary_operator] = STATE(953), + [sym_unary_operator] = STATE(953), + [sym_attribute] = STATE(953), + [sym_subscript] = STATE(953), + [sym_call] = STATE(953), + [sym_list] = STATE(953), + [sym_set] = STATE(953), + [sym_tuple] = STATE(953), + [sym_dictionary] = STATE(953), + [sym_list_comprehension] = STATE(953), + [sym_dictionary_comprehension] = STATE(953), + [sym_set_comprehension] = STATE(953), + [sym_generator_expression] = STATE(953), + [sym_parenthesized_expression] = STATE(953), + [sym_concatenated_string] = STATE(953), + [sym_string] = STATE(794), + [sym_concatenated_template_string] = STATE(953), + [sym_template_string] = STATE(795), + [sym_await] = STATE(953), + [sym_identifier] = ACTIONS(629), + [anon_sym_DOT] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(631), + [anon_sym_RPAREN] = ACTIONS(298), + [anon_sym_COMMA] = ACTIONS(298), + [anon_sym_as] = ACTIONS(265), + [anon_sym_STAR] = ACTIONS(265), + [anon_sym_print] = ACTIONS(633), + [anon_sym_GT_GT] = ACTIONS(298), + [anon_sym_if] = ACTIONS(265), + [anon_sym_COLON] = ACTIONS(298), + [anon_sym_async] = ACTIONS(633), + [anon_sym_in] = ACTIONS(265), + [anon_sym_match] = ACTIONS(633), + [anon_sym_PIPE] = ACTIONS(298), + [anon_sym_DASH] = ACTIONS(637), + [anon_sym_PLUS] = ACTIONS(637), + [anon_sym_LBRACK] = ACTIONS(639), + [anon_sym_LBRACE] = ACTIONS(641), + [anon_sym_STAR_STAR] = ACTIONS(298), + [anon_sym_exec] = ACTIONS(633), + [anon_sym_type] = ACTIONS(633), + [anon_sym_AT] = ACTIONS(298), + [anon_sym_not] = ACTIONS(265), + [anon_sym_and] = ACTIONS(265), + [anon_sym_or] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(265), + [anon_sym_PERCENT] = ACTIONS(298), + [anon_sym_SLASH_SLASH] = ACTIONS(298), + [anon_sym_AMP] = ACTIONS(298), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_LT_LT] = ACTIONS(298), + [anon_sym_TILDE] = ACTIONS(637), + [anon_sym_LT] = ACTIONS(265), + [anon_sym_LT_EQ] = ACTIONS(298), + [anon_sym_EQ_EQ] = ACTIONS(298), + [anon_sym_BANG_EQ] = ACTIONS(298), + [anon_sym_GT_EQ] = ACTIONS(298), + [anon_sym_GT] = ACTIONS(265), + [anon_sym_LT_GT] = ACTIONS(298), + [anon_sym_is] = ACTIONS(265), + [sym_ellipsis] = ACTIONS(643), + [sym_integer] = ACTIONS(629), + [sym_float] = ACTIONS(643), + [anon_sym_await] = ACTIONS(645), + [sym_true] = ACTIONS(629), + [sym_false] = ACTIONS(629), + [sym_none] = ACTIONS(629), + [sym_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(647), + [sym__template_string_start] = ACTIONS(649), + }, + [STATE(151)] = { + [sym_primary_expression] = STATE(735), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), [sym_identifier] = ACTIONS(306), [anon_sym_DOT] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(578), @@ -23194,7 +23821,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(591), [anon_sym_LBRACE] = ACTIONS(288), [anon_sym_STAR_STAR] = ACTIONS(298), - [anon_sym_EQ] = ACTIONS(629), + [anon_sym_EQ] = ACTIONS(651), [anon_sym_exec] = ACTIONS(583), [anon_sym_type] = ACTIONS(583), [anon_sym_AT] = ACTIONS(298), @@ -23227,59 +23854,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(310), [sym__template_string_start] = ACTIONS(312), }, - [149] = { - [sym_named_expression] = STATE(955), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_expression_list] = STATE(1357), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1026), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1357), - [sym_augmented_assignment] = STATE(1357), - [sym_pattern_list] = STATE(874), - [sym__right_hand_side] = STATE(1357), - [sym_yield] = STATE(1357), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(152)] = { + [sym_primary_expression] = STATE(790), + [sym_binary_operator] = STATE(724), + [sym_unary_operator] = STATE(724), + [sym_attribute] = STATE(724), + [sym_subscript] = STATE(724), + [sym_call] = STATE(724), + [sym_list] = STATE(724), + [sym_set] = STATE(724), + [sym_tuple] = STATE(724), + [sym_dictionary] = STATE(724), + [sym_list_comprehension] = STATE(724), + [sym_dictionary_comprehension] = STATE(724), + [sym_set_comprehension] = STATE(724), + [sym_generator_expression] = STATE(724), + [sym_parenthesized_expression] = STATE(724), + [sym_concatenated_string] = STATE(724), + [sym_string] = STATE(621), + [sym_concatenated_template_string] = STATE(724), + [sym_template_string] = STATE(624), + [sym_await] = STATE(724), + [sym_identifier] = ACTIONS(306), + [anon_sym_DOT] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(653), + [anon_sym_COMMA] = ACTIONS(298), + [anon_sym_STAR] = ACTIONS(265), + [anon_sym_print] = ACTIONS(583), + [anon_sym_GT_GT] = ACTIONS(298), + [anon_sym_if] = ACTIONS(265), + [anon_sym_COLON] = ACTIONS(298), + [anon_sym_async] = ACTIONS(583), + [anon_sym_for] = ACTIONS(265), + [anon_sym_in] = ACTIONS(265), + [anon_sym_match] = ACTIONS(583), + [anon_sym_PIPE] = ACTIONS(298), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_LBRACK] = ACTIONS(659), + [anon_sym_LBRACE] = ACTIONS(288), + [anon_sym_RBRACE] = ACTIONS(298), + [anon_sym_STAR_STAR] = ACTIONS(298), + [anon_sym_exec] = ACTIONS(583), + [anon_sym_type] = ACTIONS(583), + [anon_sym_AT] = ACTIONS(298), + [anon_sym_not] = ACTIONS(265), + [anon_sym_and] = ACTIONS(265), + [anon_sym_or] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(265), + [anon_sym_PERCENT] = ACTIONS(298), + [anon_sym_SLASH_SLASH] = ACTIONS(298), + [anon_sym_AMP] = ACTIONS(298), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_LT_LT] = ACTIONS(298), + [anon_sym_TILDE] = ACTIONS(657), + [anon_sym_LT] = ACTIONS(265), + [anon_sym_LT_EQ] = ACTIONS(298), + [anon_sym_EQ_EQ] = ACTIONS(298), + [anon_sym_BANG_EQ] = ACTIONS(298), + [anon_sym_GT_EQ] = ACTIONS(298), + [anon_sym_GT] = ACTIONS(265), + [anon_sym_LT_GT] = ACTIONS(298), + [anon_sym_is] = ACTIONS(265), + [sym_ellipsis] = ACTIONS(304), + [sym_integer] = ACTIONS(306), + [sym_float] = ACTIONS(304), + [anon_sym_await] = ACTIONS(661), + [sym_true] = ACTIONS(306), + [sym_false] = ACTIONS(306), + [sym_none] = ACTIONS(306), + [sym_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(310), + [sym__template_string_start] = ACTIONS(312), + }, + [STATE(153)] = { + [sym_named_expression] = STATE(1158), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_expression_list] = STATE(1535), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1213), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1535), + [sym_augmented_assignment] = STATE(1535), + [sym_pattern_list] = STATE(1024), + [sym__right_hand_side] = STATE(1535), + [sym_yield] = STATE(1535), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(314), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_print] = ACTIONS(322), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_exec] = ACTIONS(314), - [anon_sym_type] = ACTIONS(314), + [anon_sym_exec] = ACTIONS(322), + [anon_sym_type] = ACTIONS(322), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), @@ -23295,59 +23995,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [150] = { - [sym_named_expression] = STATE(955), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_expression_list] = STATE(1356), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1026), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1356), - [sym_augmented_assignment] = STATE(1356), - [sym_pattern_list] = STATE(874), - [sym__right_hand_side] = STATE(1356), - [sym_yield] = STATE(1356), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(154)] = { + [sym_named_expression] = STATE(1158), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_expression_list] = STATE(1518), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1213), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1518), + [sym_augmented_assignment] = STATE(1518), + [sym_pattern_list] = STATE(1024), + [sym__right_hand_side] = STATE(1518), + [sym_yield] = STATE(1518), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(314), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_print] = ACTIONS(322), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_exec] = ACTIONS(314), - [anon_sym_type] = ACTIONS(314), + [anon_sym_exec] = ACTIONS(322), + [anon_sym_type] = ACTIONS(322), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), @@ -23363,59 +24063,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(81), [sym__template_string_start] = ACTIONS(83), }, - [151] = { - [sym_named_expression] = STATE(955), - [sym_list_splat] = STATE(1328), - [sym_dictionary_splat] = STATE(1328), - [sym_expression_list] = STATE(1365), - [sym_pattern] = STATE(867), - [sym_tuple_pattern] = STATE(853), - [sym_list_pattern] = STATE(853), - [sym_list_splat_pattern] = STATE(853), - [sym_expression] = STATE(1026), - [sym_primary_expression] = STATE(702), - [sym_not_operator] = STATE(955), - [sym_boolean_operator] = STATE(955), - [sym_binary_operator] = STATE(760), - [sym_unary_operator] = STATE(760), - [sym_comparison_operator] = STATE(955), - [sym_lambda] = STATE(955), - [sym_assignment] = STATE(1365), - [sym_augmented_assignment] = STATE(1365), - [sym_pattern_list] = STATE(874), - [sym__right_hand_side] = STATE(1365), - [sym_yield] = STATE(1365), - [sym_attribute] = STATE(459), - [sym_subscript] = STATE(459), - [sym_call] = STATE(760), - [sym_list] = STATE(760), - [sym_set] = STATE(760), - [sym_tuple] = STATE(760), - [sym_dictionary] = STATE(760), - [sym_list_comprehension] = STATE(760), - [sym_dictionary_comprehension] = STATE(760), - [sym_set_comprehension] = STATE(760), - [sym_generator_expression] = STATE(760), - [sym_parenthesized_expression] = STATE(760), - [sym_conditional_expression] = STATE(955), - [sym_concatenated_string] = STATE(760), - [sym_string] = STATE(698), - [sym_concatenated_template_string] = STATE(760), - [sym_template_string] = STATE(700), - [sym_await] = STATE(760), + [STATE(155)] = { + [sym_named_expression] = STATE(1158), + [sym_list_splat] = STATE(1549), + [sym_dictionary_splat] = STATE(1549), + [sym_expression_list] = STATE(1530), + [sym_pattern] = STATE(1013), + [sym_tuple_pattern] = STATE(999), + [sym_list_pattern] = STATE(999), + [sym_list_splat_pattern] = STATE(999), + [sym_expression] = STATE(1213), + [sym_primary_expression] = STATE(779), + [sym_not_operator] = STATE(1158), + [sym_boolean_operator] = STATE(1158), + [sym_binary_operator] = STATE(908), + [sym_unary_operator] = STATE(908), + [sym_comparison_operator] = STATE(1158), + [sym_lambda] = STATE(1158), + [sym_assignment] = STATE(1530), + [sym_augmented_assignment] = STATE(1530), + [sym_pattern_list] = STATE(1024), + [sym__right_hand_side] = STATE(1530), + [sym_yield] = STATE(1530), + [sym_attribute] = STATE(494), + [sym_subscript] = STATE(494), + [sym_call] = STATE(908), + [sym_list] = STATE(908), + [sym_set] = STATE(908), + [sym_tuple] = STATE(908), + [sym_dictionary] = STATE(908), + [sym_list_comprehension] = STATE(908), + [sym_dictionary_comprehension] = STATE(908), + [sym_set_comprehension] = STATE(908), + [sym_generator_expression] = STATE(908), + [sym_parenthesized_expression] = STATE(908), + [sym_conditional_expression] = STATE(1158), + [sym_concatenated_string] = STATE(908), + [sym_string] = STATE(782), + [sym_concatenated_template_string] = STATE(908), + [sym_template_string] = STATE(763), + [sym_await] = STATE(908), [sym_identifier] = ACTIONS(7), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), - [anon_sym_print] = ACTIONS(314), - [anon_sym_async] = ACTIONS(314), - [anon_sym_match] = ACTIONS(314), + [anon_sym_print] = ACTIONS(322), + [anon_sym_async] = ACTIONS(322), + [anon_sym_match] = ACTIONS(322), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), - [anon_sym_exec] = ACTIONS(314), - [anon_sym_type] = ACTIONS(314), + [anon_sym_exec] = ACTIONS(322), + [anon_sym_type] = ACTIONS(322), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), @@ -23434,596 +24134,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }; static const uint16_t ts_small_parse_table[] = { - [0] = 26, + [0] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(631), 1, - anon_sym_from, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(885), 1, - sym_expression, - STATE(1001), 1, - sym_expression_list, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1375), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(296), 1, anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - ACTIONS(633), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [117] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(639), 1, - sym_identifier, - ACTIONS(641), 1, - anon_sym_LPAREN, - ACTIONS(643), 1, - anon_sym_RPAREN, - ACTIONS(645), 1, - anon_sym_STAR, - ACTIONS(649), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(657), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(935), 1, - sym_expression, - STATE(1177), 1, - sym_pattern, - STATE(1197), 1, - sym_yield, - STATE(1409), 1, - sym__collection_elements, - STATE(1416), 1, - sym__patterns, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(770), 2, - sym_attribute, - sym_subscript, - STATE(1095), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(853), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(647), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 15, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [241] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(639), 1, - sym_identifier, - ACTIONS(641), 1, - anon_sym_LPAREN, - ACTIONS(645), 1, - anon_sym_STAR, - ACTIONS(649), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(657), 1, - anon_sym_await, - ACTIONS(659), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(930), 1, - sym_expression, - STATE(1177), 1, - sym_pattern, - STATE(1218), 1, - sym_yield, - STATE(1303), 1, - sym_parenthesized_list_splat, - STATE(1304), 1, - sym_list_splat, - STATE(1416), 1, - sym__patterns, - STATE(1480), 1, - sym__collection_elements, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(770), 2, - sym_attribute, - sym_subscript, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(853), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(647), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 15, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [367] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(639), 1, - sym_identifier, - ACTIONS(641), 1, - anon_sym_LPAREN, - ACTIONS(645), 1, - anon_sym_STAR, - ACTIONS(649), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(657), 1, - anon_sym_await, - ACTIONS(661), 1, - anon_sym_RBRACK, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(908), 1, - sym_expression, - STATE(1177), 1, - sym_pattern, - STATE(1434), 1, - sym__patterns, - STATE(1438), 1, - sym__collection_elements, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(770), 2, - sym_attribute, - sym_subscript, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(853), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - STATE(1095), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(647), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 15, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [489] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(639), 1, - sym_identifier, - ACTIONS(641), 1, - anon_sym_LPAREN, - ACTIONS(645), 1, - anon_sym_STAR, - ACTIONS(649), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(657), 1, - anon_sym_await, ACTIONS(663), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(930), 1, - sym_expression, - STATE(1177), 1, - sym_pattern, - STATE(1218), 1, - sym_yield, - STATE(1416), 1, - sym__patterns, - STATE(1480), 1, - sym__collection_elements, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(770), 2, - sym_attribute, - sym_subscript, - STATE(1095), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(853), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(647), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 15, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [613] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(639), 1, sym_identifier, - ACTIONS(641), 1, - anon_sym_LPAREN, - ACTIONS(645), 1, - anon_sym_STAR, - ACTIONS(649), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(657), 1, - anon_sym_await, ACTIONS(665), 1, - anon_sym_RBRACK, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(912), 1, - sym_expression, - STATE(1177), 1, - sym_pattern, - STATE(1390), 1, - sym__collection_elements, - STATE(1434), 1, - sym__patterns, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(770), 2, - sym_attribute, - sym_subscript, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(853), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - STATE(1095), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(647), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 15, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [735] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(296), 1, - anon_sym_TILDE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(667), 1, - sym_identifier, - ACTIONS(669), 1, anon_sym_LPAREN, - ACTIONS(671), 1, + ACTIONS(667), 1, anon_sym_STAR, + ACTIONS(673), 1, + anon_sym_in, + ACTIONS(675), 1, + anon_sym_LBRACK, ACTIONS(677), 1, - anon_sym_in, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(681), 1, anon_sym_await, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(854), 1, + STATE(1005), 1, sym_pattern, - STATE(862), 1, + STATE(1012), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, @@ -24031,10 +24171,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(589), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(735), 2, + STATE(849), 2, sym_attribute, sym_subscript, - STATE(853), 3, + STATE(999), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, @@ -24043,13 +24183,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(673), 5, + ACTIONS(669), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - ACTIONS(675), 15, + ACTIONS(671), 15, anon_sym_COLON, anon_sym_EQ, anon_sym_PLUS_EQ, @@ -24065,7 +24205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - STATE(649), 15, + STATE(724), 15, sym_binary_operator, sym_unary_operator, sym_call, @@ -24081,7 +24221,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [845] = 29, + [110] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, @@ -24090,53 +24230,53 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(639), 1, + ACTIONS(679), 1, sym_identifier, - ACTIONS(641), 1, + ACTIONS(681), 1, anon_sym_LPAREN, - ACTIONS(645), 1, - anon_sym_STAR, - ACTIONS(649), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(657), 1, - anon_sym_await, ACTIONS(683), 1, + anon_sym_STAR, + ACTIONS(687), 1, + anon_sym_LBRACK, + ACTIONS(689), 1, anon_sym_RBRACK, - STATE(569), 1, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(697), 1, + anon_sym_await, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(653), 1, + STATE(725), 1, sym_primary_expression, - STATE(912), 1, + STATE(1083), 1, sym_expression, - STATE(1177), 1, + STATE(1356), 1, sym_pattern, - STATE(1390), 1, - sym__collection_elements, - STATE(1434), 1, + STATE(1628), 1, sym__patterns, + STATE(1633), 1, + sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, - STATE(770), 2, + STATE(915), 2, sym_attribute, sym_subscript, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(853), 3, + STATE(999), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, - STATE(1095), 3, + STATE(1257), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, @@ -24145,20 +24285,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(647), 5, + ACTIONS(685), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 15, + STATE(724), 15, sym_binary_operator, sym_unary_operator, sym_call, @@ -24174,7 +24314,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [967] = 23, + [232] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, @@ -24185,25 +24325,25 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(667), 1, + ACTIONS(663), 1, sym_identifier, - ACTIONS(669), 1, + ACTIONS(665), 1, anon_sym_LPAREN, - ACTIONS(671), 1, + ACTIONS(667), 1, anon_sym_STAR, - ACTIONS(679), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(681), 1, + ACTIONS(677), 1, anon_sym_await, - ACTIONS(687), 1, + ACTIONS(701), 1, anon_sym_in, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(854), 1, + STATE(1005), 1, sym_pattern, - STATE(862), 1, + STATE(1012), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, @@ -24211,10 +24351,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(589), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(735), 2, + STATE(849), 2, sym_attribute, sym_subscript, - STATE(853), 3, + STATE(999), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, @@ -24223,13 +24363,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(673), 5, + ACTIONS(669), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - ACTIONS(685), 15, + ACTIONS(699), 15, anon_sym_COLON, anon_sym_EQ, anon_sym_PLUS_EQ, @@ -24245,7 +24385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - STATE(649), 15, + STATE(724), 15, sym_binary_operator, sym_unary_operator, sym_call, @@ -24261,85 +24401,87 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [1077] = 29, + [342] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, + ACTIONS(679), 1, sym_identifier, - ACTIONS(691), 1, + ACTIONS(681), 1, anon_sym_LPAREN, + ACTIONS(683), 1, + anon_sym_STAR, + ACTIONS(687), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, ACTIONS(693), 1, - anon_sym_COMMA, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, ACTIONS(697), 1, - anon_sym_RBRACE, - ACTIONS(699), 1, anon_sym_await, - STATE(569), 1, + ACTIONS(703), 1, + anon_sym_RPAREN, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(653), 1, + STATE(725), 1, sym_primary_expression, - STATE(905), 1, + STATE(1066), 1, sym_expression, - STATE(1017), 1, - sym_pair, - STATE(1259), 1, - sym_dictionary_splat, - STATE(1456), 1, + STATE(1356), 1, + sym_pattern, + STATE(1383), 1, + sym_yield, + STATE(1615), 1, sym__collection_elements, + STATE(1643), 1, + sym__patterns, ACTIONS(304), 2, sym_ellipsis, sym_float, + STATE(915), 2, + sym_attribute, + sym_subscript, + STATE(1257), 2, + sym_list_splat, + sym_parenthesized_list_splat, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1095), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, + STATE(999), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(695), 5, + ACTIONS(685), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 15, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -24353,233 +24495,62 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [1198] = 24, + [466] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(578), 1, + ACTIONS(679), 1, + sym_identifier, + ACTIONS(681), 1, anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, + ACTIONS(683), 1, anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(931), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1010), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - ACTIONS(701), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [1309] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, + ACTIONS(687), 1, anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(931), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1010), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - ACTIONS(703), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [1420] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, - sym_identifier, ACTIONS(691), 1, - anon_sym_LPAREN, - ACTIONS(699), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(697), 1, anon_sym_await, ACTIONS(705), 1, - anon_sym_COMMA, - ACTIONS(707), 1, - anon_sym_RBRACE, - STATE(569), 1, + anon_sym_RBRACK, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(653), 1, + STATE(725), 1, sym_primary_expression, - STATE(887), 1, + STATE(1081), 1, sym_expression, - STATE(1006), 1, - sym_pair, - STATE(1215), 1, - sym_dictionary_splat, - STATE(1396), 1, + STATE(1356), 1, + sym_pattern, + STATE(1628), 1, + sym__patterns, + STATE(1656), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, + STATE(915), 2, + sym_attribute, + sym_subscript, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1095), 3, + STATE(999), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + STATE(1257), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, @@ -24588,24 +24559,22 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(695), 5, + ACTIONS(685), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 15, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -24619,80 +24588,88 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [1541] = 24, + [588] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(578), 1, + ACTIONS(679), 1, + sym_identifier, + ACTIONS(681), 1, anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, + ACTIONS(683), 1, anon_sym_STAR, - ACTIONS(637), 1, + ACTIONS(687), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, anon_sym_not, - STATE(569), 1, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(697), 1, + anon_sym_await, + ACTIONS(707), 1, + anon_sym_RPAREN, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(725), 1, sym_primary_expression, - STATE(931), 1, + STATE(1066), 1, sym_expression, + STATE(1356), 1, + sym_pattern, + STATE(1383), 1, + sym_yield, + STATE(1440), 1, + sym_parenthesized_list_splat, + STATE(1474), 1, + sym_list_splat, + STATE(1615), 1, + sym__collection_elements, + STATE(1643), 1, + sym__patterns, ACTIONS(304), 2, sym_ellipsis, sym_float, - STATE(1010), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(296), 3, + STATE(915), 2, + sym_attribute, + sym_subscript, + ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + STATE(999), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(276), 5, + ACTIONS(685), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - ACTIONS(703), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - STATE(649), 17, + STATE(724), 15, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -24706,85 +24683,87 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [1652] = 29, + [714] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, + ACTIONS(679), 1, sym_identifier, - ACTIONS(691), 1, + ACTIONS(681), 1, anon_sym_LPAREN, - ACTIONS(699), 1, + ACTIONS(683), 1, + anon_sym_STAR, + ACTIONS(687), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(697), 1, anon_sym_await, ACTIONS(709), 1, - anon_sym_COMMA, - ACTIONS(711), 1, - anon_sym_RBRACE, - STATE(569), 1, + anon_sym_RPAREN, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(653), 1, + STATE(725), 1, sym_primary_expression, - STATE(886), 1, + STATE(1084), 1, sym_expression, - STATE(1025), 1, - sym_pair, - STATE(1225), 1, - sym_dictionary_splat, - STATE(1387), 1, + STATE(1356), 1, + sym_pattern, + STATE(1489), 1, + sym_yield, + STATE(1626), 1, sym__collection_elements, + STATE(1643), 1, + sym__patterns, ACTIONS(304), 2, sym_ellipsis, sym_float, + STATE(915), 2, + sym_attribute, + sym_subscript, + STATE(1257), 2, + sym_list_splat, + sym_parenthesized_list_splat, ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1095), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, + STATE(999), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(695), 5, + ACTIONS(685), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 15, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -24798,51 +24777,62 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [1773] = 24, + [838] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(263), 1, - sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(713), 1, + ACTIONS(679), 1, + sym_identifier, + ACTIONS(681), 1, anon_sym_LPAREN, - ACTIONS(717), 1, + ACTIONS(683), 1, anon_sym_STAR, - STATE(569), 1, + ACTIONS(687), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(697), 1, + anon_sym_await, + ACTIONS(711), 1, + anon_sym_RBRACK, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(725), 1, sym_primary_expression, - STATE(992), 1, + STATE(1081), 1, sym_expression, + STATE(1356), 1, + sym_pattern, + STATE(1628), 1, + sym__patterns, + STATE(1656), 1, + sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(296), 3, + STATE(915), 2, + sym_attribute, + sym_subscript, + ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(715), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - STATE(1118), 3, + STATE(999), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + STATE(1257), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, @@ -24851,24 +24841,22 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(276), 5, + ACTIONS(685), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 15, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -24882,7 +24870,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [1881] = 26, + [960] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, @@ -24893,213 +24881,140 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(603), 1, + ACTIONS(659), 1, anon_sym_LBRACK, - ACTIONS(635), 1, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(713), 1, + sym_identifier, + ACTIONS(715), 1, + anon_sym_LPAREN, + ACTIONS(717), 1, + anon_sym_COMMA, + ACTIONS(719), 1, anon_sym_STAR, - ACTIONS(651), 1, + ACTIONS(723), 1, + anon_sym_RBRACE, + ACTIONS(725), 1, anon_sym_not, - ACTIONS(653), 1, + ACTIONS(727), 1, anon_sym_lambda, - ACTIONS(691), 1, + ACTIONS(729), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(772), 1, + sym_primary_expression, + STATE(1046), 1, + sym_expression, + STATE(1212), 1, + sym_pair, + STATE(1490), 1, + sym_dictionary_splat, + STATE(1705), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1257), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(721), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [1081] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(713), 1, + sym_identifier, + ACTIONS(715), 1, anon_sym_LPAREN, ACTIONS(719), 1, - sym_identifier, - ACTIONS(721), 1, - anon_sym_RPAREN, - ACTIONS(723), 1, - anon_sym_COMMA, - ACTIONS(727), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(911), 1, - sym_expression, - STATE(1261), 1, - sym_parenthesized_list_splat, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1260), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(725), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [1993] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(691), 1, - anon_sym_LPAREN, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(717), 1, anon_sym_STAR, + ACTIONS(725), 1, + anon_sym_not, + ACTIONS(727), 1, + anon_sym_lambda, ACTIONS(729), 1, - anon_sym_RPAREN, - STATE(569), 1, + anon_sym_await, + ACTIONS(731), 1, + anon_sym_COMMA, + ACTIONS(733), 1, + anon_sym_RBRACE, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(653), 1, + STATE(772), 1, sym_primary_expression, - STATE(903), 1, + STATE(1061), 1, sym_expression, - STATE(1220), 1, - sym_yield, - STATE(1274), 1, - sym_with_item, - STATE(1391), 1, + STATE(1190), 1, + sym_pair, + STATE(1403), 1, + sym_dictionary_splat, + STATE(1687), 1, sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, - STATE(1095), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(601), 3, + ACTIONS(657), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [2107] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(713), 1, - anon_sym_LPAREN, - ACTIONS(717), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(992), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(715), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - STATE(1118), 3, + STATE(1257), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, @@ -25108,20 +25023,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(276), 5, + ACTIONS(721), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25139,160 +25054,81 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [2215] = 26, + [1202] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(591), 1, + ACTIONS(659), 1, anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, + ACTIONS(695), 1, + anon_sym_yield, ACTIONS(713), 1, - anon_sym_LPAREN, - ACTIONS(721), 1, - anon_sym_RPAREN, - ACTIONS(723), 1, - anon_sym_COMMA, - ACTIONS(731), 1, sym_identifier, - ACTIONS(735), 1, + ACTIONS(715), 1, + anon_sym_LPAREN, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(725), 1, + anon_sym_not, + ACTIONS(727), 1, + anon_sym_lambda, + ACTIONS(729), 1, anon_sym_await, - STATE(569), 1, + ACTIONS(735), 1, + anon_sym_COMMA, + ACTIONS(737), 1, + anon_sym_RBRACE, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(772), 1, sym_primary_expression, STATE(1060), 1, sym_expression, - STATE(1261), 1, + STATE(1170), 1, + sym_pair, + STATE(1410), 1, + sym_dictionary_splat, + STATE(1600), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1257), 3, + sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1260), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(733), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [2327] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(655), 1, - anon_sym_yield, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(940), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1375), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1076), 3, - sym_expression_list, sym_yield, - sym__f_expression, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(276), 5, + ACTIONS(721), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25310,160 +25146,81 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [2437] = 25, + [1323] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, + ACTIONS(659), 1, anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(655), 1, + ACTIONS(695), 1, anon_sym_yield, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(940), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1375), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1088), 3, - sym_expression_list, - sym_yield, - sym__f_expression, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [2547] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(691), 1, + ACTIONS(713), 1, + sym_identifier, + ACTIONS(715), 1, anon_sym_LPAREN, ACTIONS(719), 1, - sym_identifier, + anon_sym_STAR, + ACTIONS(725), 1, + anon_sym_not, ACTIONS(727), 1, + anon_sym_lambda, + ACTIONS(729), 1, anon_sym_await, - ACTIONS(737), 1, - anon_sym_RPAREN, ACTIONS(739), 1, anon_sym_COMMA, - STATE(569), 1, + ACTIONS(741), 1, + anon_sym_RBRACE, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(653), 1, + STATE(772), 1, sym_primary_expression, - STATE(933), 1, + STATE(1034), 1, sym_expression, - STATE(1204), 1, - sym_parenthesized_list_splat, + STATE(1198), 1, + sym_pair, + STATE(1425), 1, + sym_dictionary_splat, + STATE(1602), 1, + sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(601), 3, + ACTIONS(657), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1205), 3, + STATE(1257), 3, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, + sym_parenthesized_list_splat, + sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(725), 5, + ACTIONS(721), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25481,75 +25238,77 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [2659] = 26, + [1444] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(691), 1, + ACTIONS(578), 1, anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, ACTIONS(719), 1, - sym_identifier, - ACTIONS(727), 1, - anon_sym_await, - ACTIONS(741), 1, - anon_sym_RPAREN, + anon_sym_STAR, ACTIONS(743), 1, - anon_sym_COMMA, - STATE(569), 1, + anon_sym_from, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(653), 1, + STATE(719), 1, sym_primary_expression, - STATE(909), 1, + STATE(1148), 1, sym_expression, - STATE(1230), 1, - sym_parenthesized_list_splat, + STATE(1196), 1, + sym_expression_list, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(601), 3, + STATE(1510), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1223), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(725), 5, + ACTIONS(745), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RBRACE, + ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25567,7 +25326,521 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [2771] = 24, + [1558] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(751), 1, + anon_sym_from, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + STATE(766), 1, + sym_primary_expression, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1093), 1, + sym_expression, + STATE(1196), 1, + sym_expression_list, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + STATE(1567), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(745), 4, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + ACTIONS(753), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1129), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [1672] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1117), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1267), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + ACTIONS(761), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [1781] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1117), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1267), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + ACTIONS(763), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [1890] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1117), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1267), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + ACTIONS(763), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [1999] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + ACTIONS(765), 1, + anon_sym_yield, + STATE(766), 1, + sym_primary_expression, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1095), 1, + sym_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + STATE(1567), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1265), 3, + sym_expression_list, + sym_yield, + sym__f_expression, + ACTIONS(607), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(753), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1129), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [2109] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(767), 1, + anon_sym_from, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1202), 1, + sym_expression, + STATE(1537), 1, + sym_expression_list, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(745), 2, + sym__newline, + anon_sym_SEMI, + STATE(1549), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [2221] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -25584,21 +25857,21 @@ static const uint16_t ts_small_parse_table[] = { sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(655), 1, + ACTIONS(695), 1, anon_sym_yield, - ACTIONS(713), 1, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, anon_sym_LPAREN, - ACTIONS(717), 1, + ACTIONS(773), 1, anon_sym_STAR, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(992), 1, + STATE(1174), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, @@ -25607,11 +25880,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(745), 3, + ACTIONS(771), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - STATE(1118), 3, + STATE(1315), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, @@ -25626,14 +25899,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25651,214 +25924,130 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [2879] = 26, + [2329] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_STAR_STAR, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, sym__string_start, - ACTIONS(83), 1, + ACTIONS(312), 1, sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, + ACTIONS(603), 1, anon_sym_LBRACK, - ACTIONS(635), 1, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(775), 1, + sym_identifier, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(779), 1, + anon_sym_RPAREN, + ACTIONS(781), 1, + anon_sym_COMMA, + ACTIONS(785), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1076), 1, + sym_expression, + STATE(1388), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1387), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(783), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [2441] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, anon_sym_STAR, ACTIONS(747), 1, - anon_sym_from, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(989), 1, - sym_expression, - STATE(1228), 1, - sym_expression_list, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(749), 2, - sym__newline, - sym__semicolon, - STATE(1328), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [2991] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(69), 1, anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, + ACTIONS(769), 1, anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(751), 1, - anon_sym_from, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1030), 1, - sym_expression, - STATE(1330), 1, - sym_expression_list, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(633), 2, - sym__newline, - sym__semicolon, - STATE(1328), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [3103] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(713), 1, - anon_sym_LPAREN, - ACTIONS(731), 1, + ACTIONS(787), 1, sym_identifier, - ACTIONS(735), 1, - anon_sym_await, - ACTIONS(753), 1, + ACTIONS(789), 1, anon_sym_RPAREN, - STATE(569), 1, + ACTIONS(791), 1, + anon_sym_COMMA, + ACTIONS(795), 1, + anon_sym_await, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1102), 1, + STATE(1225), 1, sym_expression, - STATE(1368), 1, + STATE(1398), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, @@ -25867,7 +26056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1310), 3, + STATE(1397), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, @@ -25876,20 +26065,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(733), 5, + ACTIONS(793), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -25907,155 +26096,73 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [3212] = 25, + [2553] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(713), 1, + ACTIONS(609), 1, anon_sym_LPAREN, - ACTIONS(731), 1, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, sym_identifier, - ACTIONS(735), 1, - anon_sym_await, ACTIONS(755), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + ACTIONS(797), 1, + anon_sym_STAR, + ACTIONS(799), 1, + anon_sym_STAR_STAR, + STATE(766), 1, sym_primary_expression, - STATE(1102), 1, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1164), 1, sym_expression, - STATE(1368), 1, - sym_parenthesized_list_splat, - ACTIONS(304), 2, + ACTIONS(621), 2, sym_ellipsis, sym_float, - ACTIONS(296), 3, + STATE(1273), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1310), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(306), 4, + ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(733), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [3321] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(761), 1, - anon_sym_lambda, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(945), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1020), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(757), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, + ACTIONS(761), 4, anon_sym_RBRACE, - ACTIONS(759), 3, - anon_sym_if, - anon_sym_async, - anon_sym_for, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 4, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + ACTIONS(753), 5, anon_sym_print, + anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1129), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(924), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26073,73 +26180,73 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [3426] = 25, + [2661] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(713), 1, + ACTIONS(609), 1, anon_sym_LPAREN, - ACTIONS(731), 1, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, sym_identifier, - ACTIONS(735), 1, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, anon_sym_await, - ACTIONS(763), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, + ACTIONS(797), 1, + anon_sym_STAR, + ACTIONS(799), 1, + anon_sym_STAR_STAR, + STATE(766), 1, sym_primary_expression, - STATE(1102), 1, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1164), 1, sym_expression, - STATE(1368), 1, - sym_parenthesized_list_splat, - ACTIONS(304), 2, + ACTIONS(621), 2, sym_ellipsis, sym_float, - ACTIONS(296), 3, + STATE(1273), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1310), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(306), 4, + ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(733), 5, + ACTIONS(763), 4, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + ACTIONS(753), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1129), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(924), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26157,73 +26264,158 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [3535] = 25, + [2769] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + ACTIONS(797), 1, + anon_sym_STAR, + ACTIONS(799), 1, + anon_sym_STAR_STAR, + STATE(766), 1, + sym_primary_expression, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1164), 1, + sym_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + STATE(1273), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(763), 4, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + ACTIONS(753), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1129), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [2877] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(713), 1, + ACTIONS(609), 1, anon_sym_LPAREN, - ACTIONS(731), 1, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(749), 1, sym_identifier, - ACTIONS(735), 1, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, anon_sym_await, ACTIONS(765), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, + anon_sym_yield, + STATE(766), 1, sym_primary_expression, - STATE(1102), 1, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1095), 1, sym_expression, - STATE(1368), 1, - sym_parenthesized_list_splat, - ACTIONS(304), 2, + ACTIONS(621), 2, sym_ellipsis, sym_float, - ACTIONS(296), 3, + STATE(1567), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1310), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(306), 4, + STATE(1287), 3, + sym_expression_list, + sym_yield, + sym__f_expression, + ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(733), 5, + ACTIONS(753), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1129), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(924), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26241,51 +26433,53 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [3644] = 25, + [2987] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(591), 1, + ACTIONS(603), 1, anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, + ACTIONS(691), 1, anon_sym_not, - ACTIONS(713), 1, - anon_sym_LPAREN, - ACTIONS(731), 1, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(775), 1, sym_identifier, - ACTIONS(735), 1, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(785), 1, anon_sym_await, - ACTIONS(767), 1, + ACTIONS(789), 1, anon_sym_RPAREN, - STATE(569), 1, + ACTIONS(791), 1, + anon_sym_COMMA, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(725), 1, sym_primary_expression, - STATE(1102), 1, + STATE(1067), 1, sym_expression, - STATE(1368), 1, + STATE(1398), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(296), 3, + ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1310), 3, + STATE(1397), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, @@ -26294,20 +26488,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(733), 5, + ACTIONS(783), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26325,73 +26519,76 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [3753] = 25, + [3099] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(591), 1, + ACTIONS(603), 1, anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, + ACTIONS(691), 1, anon_sym_not, - ACTIONS(713), 1, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, anon_sym_LPAREN, - ACTIONS(731), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(735), 1, - anon_sym_await, - ACTIONS(769), 1, + ACTIONS(803), 1, anon_sym_RPAREN, - STATE(569), 1, + ACTIONS(807), 1, + anon_sym_await, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(725), 1, sym_primary_expression, - STATE(1102), 1, + STATE(1041), 1, sym_expression, - STATE(1368), 1, - sym_parenthesized_list_splat, + STATE(1400), 1, + sym_yield, + STATE(1439), 1, + sym_with_item, + STATE(1675), 1, + sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(296), 3, + STATE(1257), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1310), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(733), 5, + ACTIONS(805), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26409,7 +26606,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [3862] = 25, + [3213] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, @@ -26424,33 +26621,35 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(83), 1, sym__template_string_start, - ACTIONS(488), 1, + ACTIONS(314), 1, sym_identifier, - ACTIONS(494), 1, + ACTIONS(320), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(635), 1, + ACTIONS(719), 1, anon_sym_STAR, - STATE(698), 1, - sym_string, - STATE(700), 1, + ACTIONS(809), 1, + anon_sym_from, + STATE(763), 1, sym_template_string, - STATE(702), 1, + STATE(779), 1, sym_primary_expression, - STATE(1031), 1, + STATE(782), 1, + sym_string, + STATE(1122), 1, sym_expression, - STATE(1377), 1, + STATE(1475), 1, sym_expression_list, ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(771), 2, + ACTIONS(811), 2, sym__newline, - sym__semicolon, - STATE(1328), 2, + anon_sym_SEMI, + STATE(1549), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, @@ -26462,20 +26661,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(490), 5, + ACTIONS(316), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(955), 6, + STATE(1158), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(760), 17, + STATE(908), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26493,43 +26692,39 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [3971] = 25, + [3325] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(713), 1, + ACTIONS(769), 1, anon_sym_LPAREN, - ACTIONS(731), 1, - sym_identifier, - ACTIONS(735), 1, - anon_sym_await, ACTIONS(773), 1, - anon_sym_RPAREN, - STATE(569), 1, + anon_sym_STAR, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1102), 1, + STATE(1174), 1, sym_expression, - STATE(1368), 1, - sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, @@ -26537,29 +26732,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1310), 3, + ACTIONS(813), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + STATE(1315), 3, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, + sym_parenthesized_list_splat, + sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(733), 5, + ACTIONS(276), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -26577,1817 +26776,137 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [4080] = 25, + [3433] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(494), 1, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, anon_sym_LBRACK, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(773), 1, + anon_sym_STAR, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1174), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(813), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + STATE(1315), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [3541] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(719), 1, + anon_sym_STAR, ACTIONS(775), 1, - anon_sym_from, + sym_identifier, ACTIONS(777), 1, - anon_sym_STAR, - ACTIONS(779), 1, - anon_sym_STAR_STAR, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1002), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(703), 2, - sym__newline, - sym__semicolon, - STATE(1168), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [4189] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(691), 1, anon_sym_LPAREN, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(717), 1, - anon_sym_STAR, - ACTIONS(781), 1, - anon_sym_RBRACK, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(912), 1, - sym_expression, - STATE(1390), 1, - sym__collection_elements, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1095), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [4298] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(775), 1, - anon_sym_from, - ACTIONS(777), 1, - anon_sym_STAR, - ACTIONS(779), 1, - anon_sym_STAR_STAR, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1002), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(703), 2, - sym__newline, - sym__semicolon, - STATE(1168), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [4407] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(691), 1, - anon_sym_LPAREN, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(717), 1, - anon_sym_STAR, - ACTIONS(729), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(930), 1, - sym_expression, - STATE(1218), 1, - sym_yield, - STATE(1480), 1, - sym__collection_elements, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1095), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [4518] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(761), 1, - anon_sym_lambda, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(945), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1020), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(783), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - ACTIONS(785), 3, - anon_sym_if, - anon_sym_async, - anon_sym_for, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 4, - anon_sym_print, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [4623] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(761), 1, - anon_sym_lambda, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(945), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1020), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(787), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - ACTIONS(789), 3, - anon_sym_if, - anon_sym_async, - anon_sym_for, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 4, - anon_sym_print, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [4728] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(713), 1, - anon_sym_LPAREN, - ACTIONS(731), 1, - sym_identifier, - ACTIONS(735), 1, - anon_sym_await, - ACTIONS(791), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1102), 1, - sym_expression, - STATE(1368), 1, - sym_parenthesized_list_splat, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1310), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(733), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [4837] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(713), 1, - anon_sym_LPAREN, - ACTIONS(731), 1, - sym_identifier, - ACTIONS(735), 1, - anon_sym_await, - ACTIONS(793), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1102), 1, - sym_expression, - STATE(1368), 1, - sym_parenthesized_list_splat, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1310), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(733), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [4946] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(761), 1, - anon_sym_lambda, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(945), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1020), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(795), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - ACTIONS(797), 3, - anon_sym_if, - anon_sym_async, - anon_sym_for, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 4, - anon_sym_print, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [5051] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(713), 1, - anon_sym_LPAREN, - ACTIONS(731), 1, - sym_identifier, - ACTIONS(735), 1, - anon_sym_await, - ACTIONS(799), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1102), 1, - sym_expression, - STATE(1368), 1, - sym_parenthesized_list_splat, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1310), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(733), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [5160] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(713), 1, - anon_sym_LPAREN, - ACTIONS(731), 1, - sym_identifier, - ACTIONS(735), 1, - anon_sym_await, - ACTIONS(801), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1102), 1, - sym_expression, - STATE(1368), 1, - sym_parenthesized_list_splat, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1310), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(733), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [5269] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(691), 1, - anon_sym_LPAREN, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(717), 1, - anon_sym_STAR, - ACTIONS(803), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(930), 1, - sym_expression, - STATE(1218), 1, - sym_yield, - STATE(1303), 1, - sym_parenthesized_list_splat, - STATE(1304), 1, - sym_list_splat, - STATE(1480), 1, - sym__collection_elements, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [5382] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(713), 1, - anon_sym_LPAREN, - ACTIONS(731), 1, - sym_identifier, - ACTIONS(735), 1, - anon_sym_await, - ACTIONS(805), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1102), 1, - sym_expression, - STATE(1368), 1, - sym_parenthesized_list_splat, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1310), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(733), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [5491] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(691), 1, - anon_sym_LPAREN, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(717), 1, - anon_sym_STAR, - ACTIONS(807), 1, - anon_sym_RBRACK, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(908), 1, - sym_expression, - STATE(1438), 1, - sym__collection_elements, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1095), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [5600] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(691), 1, - anon_sym_LPAREN, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(717), 1, - anon_sym_STAR, - ACTIONS(729), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(921), 1, - sym_expression, - STATE(1220), 1, - sym_yield, - STATE(1391), 1, - sym__collection_elements, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1095), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [5711] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(691), 1, - anon_sym_LPAREN, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(717), 1, - anon_sym_STAR, - ACTIONS(781), 1, - anon_sym_RBRACK, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(928), 1, - sym_expression, - STATE(1393), 1, - sym__collection_elements, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1095), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [5820] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(713), 1, - anon_sym_LPAREN, - ACTIONS(731), 1, - sym_identifier, - ACTIONS(735), 1, - anon_sym_await, - ACTIONS(809), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1102), 1, - sym_expression, - STATE(1368), 1, - sym_parenthesized_list_splat, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1310), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(733), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [5929] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(691), 1, - anon_sym_LPAREN, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(717), 1, - anon_sym_STAR, - ACTIONS(811), 1, - anon_sym_RBRACK, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(912), 1, - sym_expression, - STATE(1390), 1, - sym__collection_elements, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1095), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [6038] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(691), 1, - anon_sym_LPAREN, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(717), 1, - anon_sym_STAR, - ACTIONS(813), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(935), 1, - sym_expression, - STATE(1197), 1, - sym_yield, - STATE(1409), 1, - sym__collection_elements, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1095), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [6149] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(691), 1, - anon_sym_LPAREN, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(717), 1, - anon_sym_STAR, - ACTIONS(803), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(930), 1, - sym_expression, - STATE(1218), 1, - sym_yield, - STATE(1480), 1, - sym__collection_elements, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1095), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [6260] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(691), 1, - anon_sym_LPAREN, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(717), 1, - anon_sym_STAR, - ACTIONS(729), 1, - anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(930), 1, - sym_expression, - STATE(1218), 1, - sym_yield, - STATE(1303), 1, - sym_parenthesized_list_splat, - STATE(1304), 1, - sym_list_splat, - STATE(1480), 1, - sym__collection_elements, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [6373] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(713), 1, - anon_sym_LPAREN, - ACTIONS(731), 1, - sym_identifier, - ACTIONS(735), 1, + ACTIONS(785), 1, anon_sym_await, ACTIONS(815), 1, anon_sym_RPAREN, - STATE(569), 1, + ACTIONS(817), 1, + anon_sym_COMMA, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(725), 1, sym_primary_expression, - STATE(1102), 1, + STATE(1075), 1, sym_expression, - STATE(1368), 1, + STATE(1412), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(296), 3, + ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1310), 3, + STATE(1411), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, @@ -28396,20 +26915,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(733), 5, + ACTIONS(783), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28427,7 +26946,259 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [6482] = 25, + [3653] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(775), 1, + sym_identifier, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(785), 1, + anon_sym_await, + ACTIONS(819), 1, + anon_sym_RPAREN, + ACTIONS(821), 1, + anon_sym_COMMA, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1080), 1, + sym_expression, + STATE(1430), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1429), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(783), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [3765] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(823), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [3874] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(829), 1, + anon_sym_lambda, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1094), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1211), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(825), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + ACTIONS(827), 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 4, + anon_sym_print, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [3979] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, @@ -28440,35 +27211,35 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(83), 1, sym__template_string_start, - ACTIONS(488), 1, + ACTIONS(314), 1, sym_identifier, - ACTIONS(494), 1, + ACTIONS(320), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(777), 1, - anon_sym_STAR, - ACTIONS(779), 1, - anon_sym_STAR_STAR, - ACTIONS(817), 1, + ACTIONS(831), 1, anon_sym_from, - STATE(698), 1, - sym_string, - STATE(700), 1, + ACTIONS(833), 1, + anon_sym_STAR, + ACTIONS(835), 1, + anon_sym_STAR_STAR, + STATE(763), 1, sym_template_string, - STATE(702), 1, + STATE(779), 1, sym_primary_expression, - STATE(1002), 1, + STATE(782), 1, + sym_string, + STATE(1199), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(701), 2, + ACTIONS(761), 2, sym__newline, - sym__semicolon, - STATE(1168), 2, + anon_sym_SEMI, + STATE(1358), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, @@ -28480,20 +27251,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(490), 5, + ACTIONS(316), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(955), 6, + STATE(1158), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(760), 17, + STATE(908), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28511,73 +27282,71 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [6591] = 25, + [4088] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(713), 1, + ACTIONS(597), 1, anon_sym_LPAREN, - ACTIONS(731), 1, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(801), 1, sym_identifier, - ACTIONS(735), 1, + ACTIONS(807), 1, anon_sym_await, - ACTIONS(819), 1, + ACTIONS(829), 1, + anon_sym_lambda, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1094), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1211), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(837), 3, anon_sym_RPAREN, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1102), 1, - sym_expression, - STATE(1368), 1, - sym_parenthesized_list_splat, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1310), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, + anon_sym_RBRACK, + anon_sym_RBRACE, + ACTIONS(839), 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(733), 5, + ACTIONS(805), 4, anon_sym_print, - anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28595,7 +27364,176 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [6700] = 24, + [4193] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(833), 1, + anon_sym_STAR, + ACTIONS(835), 1, + anon_sym_STAR_STAR, + ACTIONS(841), 1, + anon_sym_from, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1199), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(763), 2, + sym__newline, + anon_sym_SEMI, + STATE(1358), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [4302] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(803), 1, + anon_sym_RPAREN, + ACTIONS(807), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1066), 1, + sym_expression, + STATE(1383), 1, + sym_yield, + STATE(1615), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1257), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [4413] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, @@ -28610,25 +27548,27 @@ static const uint16_t ts_small_parse_table[] = { sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(635), 1, + ACTIONS(719), 1, anon_sym_STAR, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(713), 1, + ACTIONS(769), 1, anon_sym_LPAREN, - ACTIONS(731), 1, + ACTIONS(787), 1, sym_identifier, - ACTIONS(735), 1, + ACTIONS(795), 1, anon_sym_await, - STATE(569), 1, + ACTIONS(843), 1, + anon_sym_RPAREN, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1102), 1, + STATE(1261), 1, sym_expression, - STATE(1368), 1, + STATE(1577), 1, sym_parenthesized_list_splat, ACTIONS(304), 2, sym_ellipsis, @@ -28637,7 +27577,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1310), 3, + STATE(1570), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, @@ -28646,20 +27586,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(733), 5, + ACTIONS(793), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28677,71 +27617,157 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [6806] = 24, + [4522] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(263), 1, - sym_identifier, + ACTIONS(53), 1, + anon_sym_STAR_STAR, ACTIONS(288), 1, anon_sym_LBRACE, ACTIONS(300), 1, anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(717), 1, + ACTIONS(719), 1, anon_sym_STAR, - ACTIONS(821), 1, - anon_sym_COLON, - ACTIONS(823), 1, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(845), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [4631] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(847), 1, anon_sym_RBRACK, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(725), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1081), 1, sym_expression, + STATE(1656), 1, + sym__collection_elements, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(296), 3, + ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1371), 3, + STATE(1257), 3, sym_list_splat, - sym__index_expression, - sym_slice, + sym_parenthesized_list_splat, + sym_yield, ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(276), 5, + ACTIONS(805), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28759,7 +27785,2870 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [6912] = 24, + [4740] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(849), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [4849] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(851), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1066), 1, + sym_expression, + STATE(1383), 1, + sym_yield, + STATE(1440), 1, + sym_parenthesized_list_splat, + STATE(1474), 1, + sym_list_splat, + STATE(1615), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [4962] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(853), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [5071] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(855), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [5180] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(857), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [5289] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(859), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [5398] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(829), 1, + anon_sym_lambda, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1094), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1211), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(861), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + ACTIONS(863), 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 4, + anon_sym_print, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [5503] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(829), 1, + anon_sym_lambda, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1094), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1211), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(865), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + ACTIONS(867), 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 4, + anon_sym_print, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [5608] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(869), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1084), 1, + sym_expression, + STATE(1489), 1, + sym_yield, + STATE(1626), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1257), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [5719] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(871), 1, + anon_sym_RBRACK, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1083), 1, + sym_expression, + STATE(1633), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1257), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [5828] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(873), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1073), 1, + sym_expression, + STATE(1423), 1, + sym_yield, + STATE(1591), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1257), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [5939] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(875), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [6048] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(803), 1, + anon_sym_RPAREN, + ACTIONS(807), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1066), 1, + sym_expression, + STATE(1383), 1, + sym_yield, + STATE(1440), 1, + sym_parenthesized_list_splat, + STATE(1474), 1, + sym_list_splat, + STATE(1615), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [6161] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(873), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1066), 1, + sym_expression, + STATE(1383), 1, + sym_yield, + STATE(1440), 1, + sym_parenthesized_list_splat, + STATE(1474), 1, + sym_list_splat, + STATE(1615), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [6274] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(877), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [6383] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(879), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [6492] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(881), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [6601] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(883), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [6710] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(885), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [6819] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1179), 1, + sym_expression, + STATE(1572), 1, + sym_expression_list, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(887), 2, + sym__newline, + anon_sym_SEMI, + STATE(1549), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [6928] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(873), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1066), 1, + sym_expression, + STATE(1383), 1, + sym_yield, + STATE(1615), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1257), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [7039] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(889), 1, + anon_sym_RBRACK, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1088), 1, + sym_expression, + STATE(1594), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1257), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [7148] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(833), 1, + anon_sym_STAR, + ACTIONS(835), 1, + anon_sym_STAR_STAR, + ACTIONS(841), 1, + anon_sym_from, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1199), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(763), 2, + sym__newline, + anon_sym_SEMI, + STATE(1358), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [7257] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(891), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [7366] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(893), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [7475] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(895), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [7584] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(897), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [7693] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(899), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [7802] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(851), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1066), 1, + sym_expression, + STATE(1383), 1, + sym_yield, + STATE(1615), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1257), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [7913] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(889), 1, + anon_sym_RBRACK, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1081), 1, + sym_expression, + STATE(1656), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1257), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [8022] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(901), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [8131] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(803), 1, + anon_sym_RPAREN, + ACTIONS(807), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1079), 1, + sym_expression, + STATE(1400), 1, + sym_yield, + STATE(1675), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1257), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [8242] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(847), 1, + anon_sym_RBRACK, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1086), 1, + sym_expression, + STATE(1679), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1257), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [8351] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(777), 1, + anon_sym_LPAREN, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(903), 1, + anon_sym_RBRACK, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1081), 1, + sym_expression, + STATE(1656), 1, + sym__collection_elements, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1257), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [8460] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -28778,21 +30667,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(717), 1, + ACTIONS(773), 1, anon_sym_STAR, - ACTIONS(821), 1, + ACTIONS(905), 1, anon_sym_COLON, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1246), 1, sym_expression, - STATE(1454), 1, + STATE(1693), 1, sym_index_expression_list, ACTIONS(304), 2, sym_ellipsis, @@ -28801,7 +30690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1243), 3, + STATE(1407), 3, sym_list_splat, sym__index_expression, sym_slice, @@ -28816,14 +30705,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28841,7 +30730,89 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [7018] = 24, + [8566] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + sym_identifier, + ACTIONS(795), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1261), 1, + sym_expression, + STATE(1577), 1, + sym_parenthesized_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1570), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(793), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [8672] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -28860,22 +30831,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(717), 1, + ACTIONS(773), 1, anon_sym_STAR, - ACTIONS(821), 1, + ACTIONS(905), 1, anon_sym_COLON, - STATE(569), 1, + ACTIONS(907), 1, + anon_sym_RBRACK, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1246), 1, sym_expression, - STATE(1407), 1, - sym_index_expression_list, ACTIONS(304), 2, sym_ellipsis, sym_float, @@ -28883,7 +30854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1203), 3, + STATE(1508), 3, sym_list_splat, sym__index_expression, sym_slice, @@ -28898,14 +30869,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28923,7 +30894,335 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [7124] = 18, + [8778] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(813), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1174), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1315), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [8884] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(905), 1, + anon_sym_COLON, + ACTIONS(909), 1, + anon_sym_RBRACK, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1246), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1508), 3, + sym_list_splat, + sym__index_expression, + sym_slice, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [8990] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(695), 1, + anon_sym_yield, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(813), 1, + anon_sym_RPAREN, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1174), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1315), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [9096] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(773), 1, + anon_sym_STAR, + ACTIONS(905), 1, + anon_sym_COLON, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1246), 1, + sym_expression, + STATE(1660), 1, + sym_index_expression_list, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1377), 3, + sym_list_splat, + sym__index_expression, + sym_slice, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [9202] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, @@ -28938,11 +31237,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(595), 1, anon_sym_await, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(669), 1, + STATE(735), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, @@ -28955,7 +31254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(825), 3, + ACTIONS(911), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, @@ -28981,7 +31280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -28999,89 +31298,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [7218] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(713), 1, - anon_sym_LPAREN, - ACTIONS(715), 1, - anon_sym_RPAREN, - ACTIONS(717), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(992), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1118), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [7324] = 24, + [9296] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -29100,21 +31317,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(717), 1, + ACTIONS(773), 1, anon_sym_STAR, - ACTIONS(821), 1, + ACTIONS(905), 1, anon_sym_COLON, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1246), 1, sym_expression, - STATE(1469), 1, + STATE(1669), 1, sym_index_expression_list, ACTIONS(304), 2, sym_ellipsis, @@ -29123,7 +31340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1263), 3, + STATE(1414), 3, sym_list_splat, sym__index_expression, sym_slice, @@ -29138,14 +31355,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29163,89 +31380,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [7430] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(655), 1, - anon_sym_yield, - ACTIONS(713), 1, - anon_sym_LPAREN, - ACTIONS(715), 1, - anon_sym_RPAREN, - ACTIONS(717), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(992), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1118), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [7536] = 24, + [9402] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -29264,22 +31399,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(717), 1, + ACTIONS(773), 1, anon_sym_STAR, - ACTIONS(821), 1, + ACTIONS(905), 1, anon_sym_COLON, - ACTIONS(827), 1, - anon_sym_RBRACK, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1246), 1, sym_expression, + STATE(1653), 1, + sym_index_expression_list, ACTIONS(304), 2, sym_ellipsis, sym_float, @@ -29287,7 +31422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1371), 3, + STATE(1432), 3, sym_list_splat, sym__index_expression, sym_slice, @@ -29302,14 +31437,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29327,250 +31462,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [7642] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1055), 1, - sym_expression, - STATE(1453), 1, - sym_expression_list, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1375), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [7747] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1065), 1, - sym_expression, - STATE(1490), 1, - sym_expression_list, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1375), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [7852] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, - anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1040), 1, - sym_expression, - STATE(1446), 1, - sym_expression_list, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1375), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [7957] = 23, + [9508] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -29587,21 +31479,21 @@ static const uint16_t ts_small_parse_table[] = { sym__template_string_start, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(655), 1, + ACTIONS(695), 1, anon_sym_yield, - ACTIONS(713), 1, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(769), 1, anon_sym_LPAREN, - ACTIONS(717), 1, + ACTIONS(773), 1, anon_sym_STAR, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(992), 1, + STATE(1174), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, @@ -29610,7 +31502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1118), 3, + STATE(1315), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, @@ -29625,14 +31517,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29650,7 +31542,88 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [8060] = 24, + [9611] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1237), 1, + sym_expression, + STATE(1637), 1, + sym_expression_list, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1510), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [9716] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, @@ -29665,30 +31638,30 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(83), 1, sym__template_string_start, - ACTIONS(488), 1, + ACTIONS(314), 1, sym_identifier, - ACTIONS(494), 1, + ACTIONS(320), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(635), 1, + ACTIONS(719), 1, anon_sym_STAR, - STATE(698), 1, - sym_string, - STATE(700), 1, + STATE(763), 1, sym_template_string, - STATE(702), 1, + STATE(779), 1, sym_primary_expression, - STATE(1005), 1, + STATE(782), 1, + sym_string, + STATE(1180), 1, sym_expression, - STATE(1380), 1, + STATE(1579), 1, sym_expression_list, ACTIONS(75), 2, sym_ellipsis, sym_float, - STATE(1328), 2, + STATE(1549), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, @@ -29700,20 +31673,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(490), 5, + ACTIONS(316), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(955), 6, + STATE(1158), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(760), 17, + STATE(908), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29731,7 +31704,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [8165] = 23, + [9821] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -29750,19 +31723,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(717), 1, + ACTIONS(773), 1, anon_sym_STAR, - ACTIONS(821), 1, + ACTIONS(905), 1, anon_sym_COLON, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1042), 1, + STATE(1246), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, @@ -29771,7 +31744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(1371), 3, + STATE(1508), 3, sym_list_splat, sym__index_expression, sym_slice, @@ -29786,14 +31759,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29811,7 +31784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [8268] = 24, + [9924] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, @@ -29832,24 +31805,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(635), 1, + ACTIONS(719), 1, anon_sym_STAR, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1050), 1, + STATE(1240), 1, sym_expression, - STATE(1437), 1, + STATE(1625), 1, sym_expression_list, ACTIONS(304), 2, sym_ellipsis, sym_float, - STATE(1375), 2, + STATE(1510), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(296), 3, @@ -29867,14 +31840,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29892,7 +31865,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [8373] = 23, + [10029] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, @@ -29913,22 +31886,184 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(829), 1, - anon_sym_RBRACE, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1112), 1, + STATE(1236), 1, + sym_expression, + STATE(1610), 1, + sym_expression_list, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1510), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [10134] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1235), 1, + sym_expression, + STATE(1603), 1, + sym_expression_list, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1510), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [10239] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(913), 1, + anon_sym_RBRACE, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1331), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, - STATE(1378), 2, + STATE(1563), 2, sym_dictionary_splat, sym_pair, ACTIONS(296), 3, @@ -29946,14 +32081,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -29971,86 +32106,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [8475] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(831), 1, - anon_sym_RBRACE, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1112), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1378), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [8577] = 23, + [10341] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, @@ -30063,425 +32119,1057 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(83), 1, sym__template_string_start, - ACTIONS(488), 1, + ACTIONS(314), 1, sym_identifier, - ACTIONS(494), 1, + ACTIONS(320), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(777), 1, - anon_sym_STAR, - ACTIONS(779), 1, - anon_sym_STAR_STAR, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1002), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - STATE(1168), 2, - sym_list_splat, - sym_dictionary_splat, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [8679] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, ACTIONS(833), 1, - anon_sym_RBRACE, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1112), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1378), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [8781] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(835), 1, - anon_sym_RBRACE, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1112), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1378), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [8883] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(837), 1, - anon_sym_RBRACE, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1112), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1378), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [8985] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(839), 1, - anon_sym_RBRACE, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1112), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1378), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [9087] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(635), 1, anon_sym_STAR, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, + ACTIONS(835), 1, + anon_sym_STAR_STAR, + STATE(763), 1, sym_template_string, - STATE(652), 1, + STATE(779), 1, sym_primary_expression, - STATE(931), 1, + STATE(782), 1, + sym_string, + STATE(1199), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + STATE(1358), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [10443] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + ACTIONS(797), 1, + anon_sym_STAR, + ACTIONS(799), 1, + anon_sym_STAR_STAR, + STATE(766), 1, + sym_primary_expression, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1164), 1, + sym_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + STATE(1273), 2, + sym_list_splat, + sym_dictionary_splat, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(753), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1129), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [10545] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(915), 1, + anon_sym_RBRACE, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1331), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, - STATE(1010), 2, + STATE(1563), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [10647] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(917), 1, + anon_sym_RBRACE, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1331), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1563), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [10749] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(919), 1, + anon_sym_RBRACE, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1331), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1563), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [10851] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(921), 1, + anon_sym_RBRACE, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1331), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1563), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [10953] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(923), 1, + anon_sym_RBRACE, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1331), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1563), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [11055] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(925), 1, + anon_sym_RBRACE, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1331), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1563), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [11157] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(927), 1, + anon_sym_RBRACE, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1331), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1563), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [11259] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(929), 1, + anon_sym_RBRACE, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1331), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1563), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [11361] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(931), 1, + anon_sym_RBRACE, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1331), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1563), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [11463] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(933), 1, + anon_sym_RBRACE, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1331), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1563), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [11565] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(935), 1, + anon_sym_RBRACE, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1331), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1563), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [11667] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(719), 1, + anon_sym_STAR, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1117), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1267), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(296), 3, @@ -30499,14 +33187,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30524,11 +33212,9 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [9189] = 23, + [11769] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, @@ -30545,24 +33231,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(841), 1, - anon_sym_RBRACE, - STATE(569), 1, + ACTIONS(773), 1, + anon_sym_STAR, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1112), 1, + STATE(1172), 1, sym_expression, + STATE(1308), 1, + sym_list_splat, + STATE(1447), 1, + sym_type, ACTIONS(304), 2, sym_ellipsis, sym_float, - STATE(1378), 2, - sym_dictionary_splat, - sym_pair, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, @@ -30578,14 +33265,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30603,11 +33290,9 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [9291] = 23, + [11870] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, ACTIONS(263), 1, sym_identifier, ACTIONS(288), 1, @@ -30624,24 +33309,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(843), 1, - anon_sym_RBRACE, - STATE(569), 1, + ACTIONS(773), 1, + anon_sym_STAR, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1112), 1, + STATE(1172), 1, sym_expression, + STATE(1308), 1, + sym_list_splat, + STATE(1583), 1, + sym_type, ACTIONS(304), 2, sym_ellipsis, sym_float, - STATE(1378), 2, - sym_dictionary_splat, - sym_pair, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, @@ -30657,14 +33343,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30682,102 +33368,151 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [9393] = 23, + [11971] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(845), 1, - anon_sym_RBRACE, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1112), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1378), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [9495] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, + ACTIONS(941), 1, anon_sym_else, - ACTIONS(853), 1, + ACTIONS(943), 1, anon_sym_except, - ACTIONS(855), 1, + ACTIONS(945), 1, anon_sym_finally, - STATE(445), 1, + STATE(470), 1, sym_else_clause, - STATE(520), 1, + STATE(575), 1, sym_finally_clause, - STATE(308), 2, + STATE(330), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + ACTIONS(939), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(937), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [12044] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + anon_sym_else, + ACTIONS(945), 1, + anon_sym_finally, + ACTIONS(947), 1, + anon_sym_except, + STATE(470), 1, + sym_else_clause, + STATE(575), 1, + sym_finally_clause, + STATE(331), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, - ACTIONS(847), 13, + ACTIONS(939), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(937), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [12117] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + anon_sym_else, + ACTIONS(951), 1, + anon_sym_except, + ACTIONS(953), 1, + anon_sym_finally, + STATE(472), 1, + sym_else_clause, + STATE(518), 1, + sym_finally_clause, + STATE(328), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + ACTIONS(939), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -30791,7 +33526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(849), 33, + ACTIONS(937), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -30825,7 +33560,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [9568] = 23, + [12190] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -30844,256 +33579,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(717), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1022), 1, - sym_expression, - STATE(1117), 1, - sym_list_splat, - STATE(1459), 1, - sym_type, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [9669] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(717), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1022), 1, - sym_expression, - STATE(1117), 1, - sym_list_splat, - STATE(1466), 1, - sym_type, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [9770] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(717), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1022), 1, - sym_expression, - STATE(1117), 1, - sym_list_splat, - STATE(1415), 1, - sym_type, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [9871] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(859), 1, + ACTIONS(957), 1, anon_sym_COLON, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1049), 1, + STATE(1247), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(857), 2, + ACTIONS(955), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(296), 3, @@ -31111,14 +33612,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31136,123 +33637,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [9970] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(863), 17, - anon_sym_as, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR_STAR, - anon_sym_EQ, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(861), 36, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - sym_type_conversion, - [10031] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(867), 17, - anon_sym_as, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR_STAR, - anon_sym_EQ, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(865), 36, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - sym_type_conversion, - [10092] = 22, + [12289] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -31271,98 +33656,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(871), 1, - anon_sym_COLON, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1071), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(869), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [10191] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(717), 1, + ACTIONS(773), 1, anon_sym_STAR, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1022), 1, + STATE(1172), 1, sym_expression, - STATE(1117), 1, + STATE(1308), 1, sym_list_splat, - STATE(1465), 1, + STATE(1697), 1, sym_type, ACTIONS(304), 2, sym_ellipsis, @@ -31382,14 +33690,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31407,7 +33715,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [10292] = 23, + [12390] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -31426,21 +33734,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(717), 1, + ACTIONS(773), 1, anon_sym_STAR, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1022), 1, + STATE(1172), 1, sym_expression, - STATE(1117), 1, + STATE(1308), 1, sym_list_splat, - STATE(1450), 1, + STATE(1639), 1, sym_type, ACTIONS(304), 2, sym_ellipsis, @@ -31460,14 +33768,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31485,368 +33793,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [10393] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(717), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1022), 1, - sym_expression, - STATE(1117), 1, - sym_list_splat, - STATE(1282), 1, - sym_type, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [10494] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_else, - ACTIONS(879), 1, - anon_sym_except, - ACTIONS(881), 1, - anon_sym_finally, - STATE(431), 1, - sym_else_clause, - STATE(498), 1, - sym_finally_clause, - STATE(293), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - ACTIONS(875), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(873), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [10567] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(717), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1022), 1, - sym_expression, - STATE(1117), 1, - sym_list_splat, - STATE(1121), 1, - sym_type, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [10668] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_else, - ACTIONS(881), 1, - anon_sym_finally, - ACTIONS(883), 1, - anon_sym_except, - STATE(431), 1, - sym_else_clause, - STATE(498), 1, - sym_finally_clause, - STATE(292), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(875), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(873), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [10741] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_STAR_STAR, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1112), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1378), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [10840] = 23, + [12491] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, @@ -31859,338 +33806,54 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(83), 1, sym__template_string_start, - ACTIONS(488), 1, + ACTIONS(314), 1, sym_identifier, - ACTIONS(494), 1, + ACTIONS(320), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, - ACTIONS(885), 1, + ACTIONS(959), 1, anon_sym_STAR, - STATE(698), 1, - sym_string, - STATE(700), 1, + STATE(763), 1, sym_template_string, - STATE(702), 1, + STATE(779), 1, sym_primary_expression, - STATE(1063), 1, - sym_expression, - STATE(1185), 1, - sym_list_splat, - STATE(1217), 1, - sym_type, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [10941] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_else, - ACTIONS(879), 1, - anon_sym_except, - ACTIONS(881), 1, - anon_sym_finally, - STATE(425), 1, - sym_else_clause, - STATE(555), 1, - sym_finally_clause, - STATE(293), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - ACTIONS(847), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(849), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [11014] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(717), 1, - anon_sym_STAR, - STATE(569), 1, + STATE(782), 1, sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1022), 1, + STATE(1250), 1, sym_expression, - STATE(1117), 1, - sym_list_splat, - STATE(1461), 1, - sym_type, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [11115] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_else, - ACTIONS(881), 1, - anon_sym_finally, - ACTIONS(883), 1, - anon_sym_except, - STATE(425), 1, - sym_else_clause, - STATE(555), 1, - sym_finally_clause, - STATE(292), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(847), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(849), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [11188] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(717), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1022), 1, - sym_expression, - STATE(1117), 1, - sym_list_splat, STATE(1406), 1, sym_type, - ACTIONS(304), 2, + STATE(1463), 1, + sym_list_splat, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(296), 3, + ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(306), 4, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(276), 5, + ACTIONS(316), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1158), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(908), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32208,259 +33871,67 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [11289] = 9, + [12592] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(851), 1, - anon_sym_else, - ACTIONS(855), 1, - anon_sym_finally, - ACTIONS(887), 1, - anon_sym_except, - STATE(445), 1, - sym_else_clause, - STATE(520), 1, - sym_finally_clause, - STATE(289), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - ACTIONS(847), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, + ACTIONS(631), 1, anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(639), 1, anon_sym_LBRACK, + ACTIONS(641), 1, anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(849), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [11362] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_else, - ACTIONS(853), 1, - anon_sym_except, - ACTIONS(855), 1, - anon_sym_finally, - STATE(415), 1, - sym_else_clause, - STATE(542), 1, - sym_finally_clause, - STATE(308), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(875), 13, + ACTIONS(647), 1, sym__string_start, + ACTIONS(649), 1, sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(873), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, + ACTIONS(961), 1, sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [11435] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_else, - ACTIONS(855), 1, - anon_sym_finally, - ACTIONS(887), 1, - anon_sym_except, - STATE(415), 1, - sym_else_clause, - STATE(542), 1, - sym_finally_clause, - STATE(289), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - ACTIONS(875), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(873), 33, - anon_sym_import, - anon_sym_from, + ACTIONS(963), 1, anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [11508] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(891), 1, - anon_sym_STAR, - ACTIONS(895), 1, + ACTIONS(967), 1, anon_sym_COLON, - ACTIONS(897), 1, + ACTIONS(969), 1, anon_sym_not, - ACTIONS(899), 1, + ACTIONS(971), 1, anon_sym_lambda, - ACTIONS(901), 1, + ACTIONS(973), 1, anon_sym_await, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, + STATE(794), 1, sym_string, - STATE(722), 1, + STATE(795), 1, sym_template_string, - STATE(1000), 1, + STATE(822), 1, + sym_primary_expression, + STATE(1207), 1, sym_expression, - STATE(1354), 1, + STATE(1552), 1, sym_exception_list, - ACTIONS(621), 2, + ACTIONS(643), 2, sym_ellipsis, sym_float, - ACTIONS(615), 3, + ACTIONS(637), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(607), 4, + ACTIONS(629), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(893), 5, + ACTIONS(965), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(996), 6, + STATE(1176), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(809), 17, + STATE(953), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32478,85 +33949,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [11609] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - ACTIONS(903), 1, - anon_sym_STAR, - ACTIONS(905), 1, - anon_sym_COLON, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(1034), 1, - sym_expression, - STATE(1346), 1, - sym_exception_list, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [11710] = 23, + [12693] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -32575,21 +33968,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(717), 1, - anon_sym_STAR, - STATE(569), 1, + ACTIONS(977), 1, + anon_sym_COLON, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1022), 1, + STATE(1249), 1, sym_expression, - STATE(1117), 1, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(975), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [12792] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + anon_sym_else, + ACTIONS(951), 1, + anon_sym_except, + ACTIONS(953), 1, + anon_sym_finally, + STATE(468), 1, + sym_else_clause, + STATE(534), 1, + sym_finally_clause, + STATE(328), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + ACTIONS(979), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(981), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [12865] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(773), 1, + anon_sym_STAR, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1172), 1, + sym_expression, + STATE(1308), 1, sym_list_splat, - STATE(1431), 1, + STATE(1617), 1, sym_type, ACTIONS(304), 2, sym_ellipsis, @@ -32609,14 +34143,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32634,233 +34168,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [11811] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1069), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(907), 2, - sym__newline, - sym__semicolon, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [11907] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(761), 1, - anon_sym_lambda, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(945), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(973), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [12003] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(895), 1, - anon_sym_COLON, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(1000), 1, - sym_expression, - STATE(1354), 1, - sym_exception_list, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [12101] = 21, + [12966] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -32879,22 +34187,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - STATE(569), 1, + ACTIONS(773), 1, + anon_sym_STAR, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1085), 1, + STATE(1172), 1, sym_expression, + STATE(1308), 1, + sym_list_splat, + STATE(1341), 1, + sym_type, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(909), 2, - anon_sym_COMMA, - anon_sym_RBRACK, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, @@ -32910,14 +34221,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32935,308 +34246,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [12197] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - ACTIONS(911), 1, - anon_sym_LPAREN, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(999), 1, - sym_expression, - STATE(1238), 1, - sym_with_item, - STATE(1432), 1, - sym_with_clause, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [12295] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(761), 1, - anon_sym_lambda, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(945), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1020), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [12391] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1069), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(913), 2, - sym__newline, - sym__semicolon, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [12487] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1069), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(915), 2, - sym__newline, - sym__semicolon, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [12583] = 21, + [13067] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -33255,20 +34265,1119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - STATE(569), 1, + ACTIONS(773), 1, + anon_sym_STAR, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1087), 1, + STATE(1172), 1, + sym_expression, + STATE(1308), 1, + sym_list_splat, + STATE(1642), 1, + sym_type, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [13168] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + anon_sym_else, + ACTIONS(943), 1, + anon_sym_except, + ACTIONS(945), 1, + anon_sym_finally, + STATE(479), 1, + sym_else_clause, + STATE(561), 1, + sym_finally_clause, + STATE(330), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + ACTIONS(979), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(981), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [13241] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + anon_sym_else, + ACTIONS(953), 1, + anon_sym_finally, + ACTIONS(983), 1, + anon_sym_except, + STATE(472), 1, + sym_else_clause, + STATE(518), 1, + sym_finally_clause, + STATE(329), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + ACTIONS(939), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(937), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [13314] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + ACTIONS(985), 1, + anon_sym_STAR, + ACTIONS(987), 1, + anon_sym_COLON, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1204), 1, + sym_expression, + STATE(1548), 1, + sym_exception_list, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [13415] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_STAR_STAR, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1331), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(917), 2, + STATE(1563), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [13514] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + anon_sym_else, + ACTIONS(945), 1, + anon_sym_finally, + ACTIONS(947), 1, + anon_sym_except, + STATE(479), 1, + sym_else_clause, + STATE(561), 1, + sym_finally_clause, + STATE(331), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + ACTIONS(979), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(981), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [13587] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(773), 1, + anon_sym_STAR, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1172), 1, + sym_expression, + STATE(1308), 1, + sym_list_splat, + STATE(1616), 1, + sym_type, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [13688] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(773), 1, + anon_sym_STAR, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1172), 1, + sym_expression, + STATE(1308), 1, + sym_list_splat, + STATE(1618), 1, + sym_type, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [13789] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(773), 1, + anon_sym_STAR, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1172), 1, + sym_expression, + STATE(1308), 1, + sym_list_splat, + STATE(1622), 1, + sym_type, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [13890] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + anon_sym_else, + ACTIONS(953), 1, + anon_sym_finally, + ACTIONS(983), 1, + anon_sym_except, + STATE(468), 1, + sym_else_clause, + STATE(534), 1, + sym_finally_clause, + STATE(329), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + ACTIONS(979), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(981), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [13963] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + ACTIONS(989), 1, + anon_sym_LPAREN, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1200), 1, + sym_expression, + STATE(1434), 1, + sym_with_item, + STATE(1607), 1, + sym_with_clause, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [14061] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1224), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(991), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [14157] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1224), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(993), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [14253] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1224), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(995), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [14349] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(829), 1, + anon_sym_lambda, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1098), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1203), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [14445] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1276), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(997), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(296), 3, @@ -33286,14 +35395,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33311,443 +35420,122 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [12679] = 21, + [14541] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(761), 1, - anon_sym_lambda, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(945), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(987), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(601), 3, + ACTIONS(1001), 17, + anon_sym_as, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [12775] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - ACTIONS(911), 1, + anon_sym_STAR_STAR, + anon_sym_EQ, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(999), 35, + anon_sym_DOT, anon_sym_LPAREN, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(999), 1, - sym_expression, - STATE(1238), 1, - sym_with_item, - STATE(1478), 1, - sym_with_clause, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [12873] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - ACTIONS(911), 1, - anon_sym_LPAREN, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(999), 1, - sym_expression, - STATE(1238), 1, - sym_with_item, - STATE(1440), 1, - sym_with_clause, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [12971] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - ACTIONS(905), 1, - anon_sym_COLON, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(1034), 1, - sym_expression, - STATE(1346), 1, - sym_exception_list, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [13069] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - ACTIONS(919), 1, anon_sym_RPAREN, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(999), 1, - sym_expression, - STATE(1298), 1, - sym_with_item, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [13167] = 21, + anon_sym_for, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [14601] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, + ACTIONS(631), 1, anon_sym_LPAREN, - ACTIONS(603), 1, + ACTIONS(639), 1, anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(689), 1, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(761), 1, + ACTIONS(967), 1, + anon_sym_COLON, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, anon_sym_lambda, - STATE(569), 1, + ACTIONS(973), 1, + anon_sym_await, + STATE(794), 1, sym_string, - STATE(570), 1, + STATE(795), 1, sym_template_string, - STATE(653), 1, + STATE(822), 1, sym_primary_expression, - STATE(937), 1, + STATE(1207), 1, sym_expression, - ACTIONS(304), 2, + STATE(1552), 1, + sym_exception_list, + ACTIONS(643), 2, sym_ellipsis, sym_float, - STATE(1018), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(601), 3, + ACTIONS(637), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(306), 4, + ACTIONS(629), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(695), 5, + ACTIONS(965), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1176), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(953), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33765,7 +35553,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [13263] = 21, + [14699] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -33784,171 +35572,472 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, + sym_primary_expression, + STATE(1266), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(1003), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [14795] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(829), 1, + anon_sym_lambda, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1094), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1211), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [14891] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(773), 1, + anon_sym_STAR, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1264), 1, + sym_expression, + STATE(1519), 1, + sym_list_splat, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [14989] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + ACTIONS(1005), 1, + anon_sym_RPAREN, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1200), 1, + sym_expression, + STATE(1501), 1, + sym_with_item, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [15087] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1224), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(1007), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [15183] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1268), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(1009), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [15279] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(829), 1, + anon_sym_lambda, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, sym_primary_expression, STATE(1090), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(921), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [13359] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - ACTIONS(911), 1, - anon_sym_LPAREN, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(999), 1, - sym_expression, - STATE(1238), 1, - sym_with_item, - STATE(1385), 1, - sym_with_clause, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [13457] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - ACTIONS(761), 1, - anon_sym_lambda, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(941), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(1023), 2, + STATE(1178), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(601), 3, @@ -33960,20 +36049,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(695), 5, + ACTIONS(805), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33991,65 +36080,64 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [13553] = 22, + [15375] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, + ACTIONS(288), 1, anon_sym_LBRACE, - ACTIONS(625), 1, + ACTIONS(310), 1, sym__string_start, - ACTIONS(627), 1, + ACTIONS(312), 1, sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, anon_sym_await, - ACTIONS(923), 1, - anon_sym_RPAREN, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, + ACTIONS(829), 1, + anon_sym_lambda, + STATE(621), 1, sym_string, - STATE(722), 1, + STATE(624), 1, sym_template_string, - STATE(999), 1, + STATE(725), 1, + sym_primary_expression, + STATE(1094), 1, sym_expression, - STATE(1298), 1, - sym_with_item, - ACTIONS(621), 2, + ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(615), 3, + STATE(1128), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(607), 4, + ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(893), 5, + ACTIONS(805), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(996), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(809), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34067,7 +36155,159 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [13651] = 21, + [15471] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + ACTIONS(989), 1, + anon_sym_LPAREN, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1200), 1, + sym_expression, + STATE(1434), 1, + sym_with_item, + STATE(1589), 1, + sym_with_clause, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [15569] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + ACTIONS(989), 1, + anon_sym_LPAREN, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1200), 1, + sym_expression, + STATE(1434), 1, + sym_with_item, + STATE(1597), 1, + sym_with_clause, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [15667] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -34086,20 +36326,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1100), 1, + STATE(1291), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(925), 2, + ACTIONS(1011), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(296), 3, @@ -34117,14 +36357,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34142,7 +36382,2355 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [13747] = 22, + [15763] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1015), 17, + anon_sym_as, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_EQ, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1013), 35, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [15823] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + ACTIONS(1017), 1, + anon_sym_RPAREN, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1200), 1, + sym_expression, + STATE(1501), 1, + sym_with_item, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [15921] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + ACTIONS(829), 1, + anon_sym_lambda, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1094), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1111), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [16017] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + ACTIONS(989), 1, + anon_sym_LPAREN, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1200), 1, + sym_expression, + STATE(1434), 1, + sym_with_item, + STATE(1670), 1, + sym_with_clause, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [16115] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + ACTIONS(987), 1, + anon_sym_COLON, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1204), 1, + sym_expression, + STATE(1548), 1, + sym_exception_list, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [16213] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + anon_sym_else, + ACTIONS(1023), 1, + anon_sym_elif, + STATE(321), 1, + aux_sym_if_statement_repeat1, + STATE(463), 1, + sym_elif_clause, + STATE(514), 1, + sym_else_clause, + ACTIONS(1019), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1021), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [16282] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1027), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1025), 38, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [16341] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1031), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1029), 38, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [16400] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1200), 1, + sym_expression, + STATE(1501), 1, + sym_with_item, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [16495] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + anon_sym_else, + ACTIONS(1023), 1, + anon_sym_elif, + STATE(354), 1, + aux_sym_if_statement_repeat1, + STATE(463), 1, + sym_elif_clause, + STATE(525), 1, + sym_else_clause, + ACTIONS(1033), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1035), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [16564] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1037), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1039), 38, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [16623] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1027), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1025), 38, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [16682] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + anon_sym_else, + ACTIONS(1041), 1, + anon_sym_elif, + STATE(326), 1, + aux_sym_if_statement_repeat1, + STATE(473), 1, + sym_elif_clause, + STATE(558), 1, + sym_else_clause, + ACTIONS(1019), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1021), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [16751] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1045), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1043), 38, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [16810] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + anon_sym_else, + ACTIONS(1023), 1, + anon_sym_elif, + STATE(354), 1, + aux_sym_if_statement_repeat1, + STATE(463), 1, + sym_elif_clause, + STATE(596), 1, + sym_else_clause, + ACTIONS(1047), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1049), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [16879] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + anon_sym_else, + ACTIONS(1023), 1, + anon_sym_elif, + STATE(316), 1, + aux_sym_if_statement_repeat1, + STATE(463), 1, + sym_elif_clause, + STATE(597), 1, + sym_else_clause, + ACTIONS(1051), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1053), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [16948] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1186), 1, + sym_expression, + STATE(1565), 1, + sym_exception_list, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [17043] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(270), 1, + anon_sym_COMMA, + ACTIONS(278), 1, + anon_sym_COLON_EQ, + ACTIONS(1055), 1, + anon_sym_for, + ACTIONS(1057), 1, + anon_sym_with, + ACTIONS(1059), 1, + anon_sym_def, + ACTIONS(280), 2, + anon_sym_COLON, + anon_sym_EQ, + ACTIONS(302), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(265), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(298), 16, + sym__newline, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_if, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [17116] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1045), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1043), 38, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [17175] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + anon_sym_else, + ACTIONS(1041), 1, + anon_sym_elif, + STATE(399), 1, + aux_sym_if_statement_repeat1, + STATE(473), 1, + sym_elif_clause, + STATE(568), 1, + sym_else_clause, + ACTIONS(1047), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1049), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [17244] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + anon_sym_else, + ACTIONS(1041), 1, + anon_sym_elif, + STATE(333), 1, + aux_sym_if_statement_repeat1, + STATE(473), 1, + sym_elif_clause, + STATE(569), 1, + sym_else_clause, + ACTIONS(1051), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1053), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [17313] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1065), 1, + anon_sym_except, + STATE(328), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + ACTIONS(1061), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1063), 35, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [17376] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1072), 1, + anon_sym_except, + STATE(329), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + ACTIONS(1068), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1070), 35, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [17439] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1075), 1, + anon_sym_except, + STATE(330), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + ACTIONS(1061), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1063), 35, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [17502] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1078), 1, + anon_sym_except, + STATE(331), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + ACTIONS(1068), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1070), 35, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [17565] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1031), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1029), 38, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [17624] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + anon_sym_else, + ACTIONS(1041), 1, + anon_sym_elif, + STATE(399), 1, + aux_sym_if_statement_repeat1, + STATE(473), 1, + sym_elif_clause, + STATE(582), 1, + sym_else_clause, + ACTIONS(1033), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1035), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [17693] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1081), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1083), 38, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [17752] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1037), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1039), 38, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [17811] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1081), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1083), 38, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [17870] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1205), 1, + sym_expression, + STATE(1550), 1, + sym_exception_list, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [17965] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(270), 1, + anon_sym_COMMA, + ACTIONS(278), 1, + anon_sym_COLON_EQ, + ACTIONS(1085), 1, + anon_sym_for, + ACTIONS(1087), 1, + anon_sym_with, + ACTIONS(1089), 1, + anon_sym_def, + ACTIONS(280), 2, + anon_sym_COLON, + anon_sym_EQ, + ACTIONS(302), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(265), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(298), 16, + sym__newline, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_if, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [18038] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1224), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [18130] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1030), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [18222] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + STATE(766), 1, + sym_primary_expression, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1112), 1, + sym_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(753), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1129), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [18314] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1324), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [18406] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1135), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [18498] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -34161,20 +38749,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - ACTIONS(717), 1, - anon_sym_STAR, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1075), 1, + STATE(1071), 1, sym_expression, - STATE(1324), 1, - sym_list_splat, ACTIONS(304), 2, sym_ellipsis, sym_float, @@ -34193,14 +38777,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34218,7 +38802,295 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [13845] = 21, + [18590] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1282), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [18682] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1155), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [18774] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1296), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [18866] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1214), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [18958] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, @@ -34231,51 +39103,1823 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(83), 1, sym__template_string_start, - ACTIONS(488), 1, + ACTIONS(314), 1, sym_identifier, - ACTIONS(494), 1, + ACTIONS(320), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, + STATE(763), 1, sym_template_string, - STATE(702), 1, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1197), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [19050] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1297), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [19142] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1121), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [19234] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1292), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [19326] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1123), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [19418] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1095), 1, + anon_sym_elif, + STATE(354), 1, + aux_sym_if_statement_repeat1, + STATE(463), 1, + sym_elif_clause, + ACTIONS(1091), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1093), 34, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [19482] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1279), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [19574] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1188), 1, + sym_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [19666] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1087), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [19758] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1228), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [19850] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1141), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [19942] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1144), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [20034] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1064), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [20126] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1189), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [20218] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1285), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [20310] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1062), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [20402] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1226), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [20494] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1145), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [20586] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(270), 1, + anon_sym_COMMA, + ACTIONS(278), 1, + anon_sym_COLON_EQ, + ACTIONS(1098), 1, + sym__string_start, + STATE(1393), 1, + sym_string, + ACTIONS(280), 2, + anon_sym_COLON, + anon_sym_EQ, + ACTIONS(302), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(265), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(298), 16, + sym__newline, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_if, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [20656] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1156), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [20748] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, + sym_primary_expression, + STATE(1068), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(805), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [20840] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1096), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [20932] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1109), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [21024] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1262), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [21116] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1274), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [21208] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(691), 1, + anon_sym_not, + ACTIONS(693), 1, + anon_sym_lambda, + ACTIONS(801), 1, + sym_identifier, + ACTIONS(807), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(725), 1, sym_primary_expression, STATE(1069), 1, sym_expression, - ACTIONS(75), 2, + ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(927), 2, - sym__newline, - sym__semicolon, - ACTIONS(47), 3, + ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, + ACTIONS(306), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(490), 5, + ACTIONS(805), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(955), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(760), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34293,1635 +40937,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [13941] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(1036), 1, - sym_expression, - STATE(1379), 1, - sym_exception_list, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [14036] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(999), 1, - sym_expression, - STATE(1298), 1, - sym_with_item, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [14131] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(933), 1, - anon_sym_except, - STATE(289), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - ACTIONS(929), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(931), 35, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [14194] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_else, - ACTIONS(940), 1, - anon_sym_elif, - STATE(382), 1, - aux_sym_if_statement_repeat1, - STATE(417), 1, - sym_elif_clause, - STATE(524), 1, - sym_else_clause, - ACTIONS(936), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(938), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [14263] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_else, - ACTIONS(940), 1, - anon_sym_elif, - STATE(309), 1, - aux_sym_if_statement_repeat1, - STATE(417), 1, - sym_elif_clause, - STATE(521), 1, - sym_else_clause, - ACTIONS(942), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(944), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [14332] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(950), 1, - anon_sym_except, - STATE(292), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(948), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(946), 35, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [14395] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(953), 1, - anon_sym_except, - STATE(293), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - ACTIONS(929), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(931), 35, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [14458] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(956), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(958), 38, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [14517] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(960), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(962), 38, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [14576] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(956), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(958), 38, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [14635] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(964), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(966), 38, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [14694] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(270), 1, - anon_sym_COMMA, - ACTIONS(278), 1, - anon_sym_COLON_EQ, - ACTIONS(968), 1, - anon_sym_for, - ACTIONS(970), 1, - anon_sym_with, - ACTIONS(972), 1, - anon_sym_def, - ACTIONS(280), 2, - anon_sym_COLON, - anon_sym_EQ, - ACTIONS(302), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(265), 15, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(298), 16, - sym__newline, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_if, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [14767] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(270), 1, - anon_sym_COMMA, - ACTIONS(278), 1, - anon_sym_COLON_EQ, - ACTIONS(974), 1, - anon_sym_for, - ACTIONS(976), 1, - anon_sym_with, - ACTIONS(978), 1, - anon_sym_def, - ACTIONS(280), 2, - anon_sym_COLON, - anon_sym_EQ, - ACTIONS(302), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(265), 15, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(298), 16, - sym__newline, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_if, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [14840] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_else, - ACTIONS(984), 1, - anon_sym_elif, - STATE(312), 1, - aux_sym_if_statement_repeat1, - STATE(433), 1, - sym_elif_clause, - STATE(560), 1, - sym_else_clause, - ACTIONS(982), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(980), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [14909] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(960), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(962), 38, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [14968] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_else, - ACTIONS(940), 1, - anon_sym_elif, - STATE(290), 1, - aux_sym_if_statement_repeat1, - STATE(417), 1, - sym_elif_clause, - STATE(502), 1, - sym_else_clause, - ACTIONS(982), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(980), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [15037] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(1033), 1, - sym_expression, - STATE(1345), 1, - sym_exception_list, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [15132] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_else, - ACTIONS(984), 1, - anon_sym_elif, - STATE(310), 1, - aux_sym_if_statement_repeat1, - STATE(433), 1, - sym_elif_clause, - STATE(522), 1, - sym_else_clause, - ACTIONS(942), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(944), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [15201] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(986), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(988), 38, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [15260] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(986), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(988), 38, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [15319] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(992), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(990), 38, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [15378] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(994), 1, - anon_sym_except, - STATE(308), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(948), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(946), 35, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [15441] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_else, - ACTIONS(940), 1, - anon_sym_elif, - STATE(382), 1, - aux_sym_if_statement_repeat1, - STATE(417), 1, - sym_elif_clause, - STATE(491), 1, - sym_else_clause, - ACTIONS(997), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(999), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [15510] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_else, - ACTIONS(984), 1, - anon_sym_elif, - STATE(369), 1, - aux_sym_if_statement_repeat1, - STATE(433), 1, - sym_elif_clause, - STATE(489), 1, - sym_else_clause, - ACTIONS(997), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(999), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [15579] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(992), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(990), 38, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [15638] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_else, - ACTIONS(984), 1, - anon_sym_elif, - STATE(369), 1, - aux_sym_if_statement_repeat1, - STATE(433), 1, - sym_elif_clause, - STATE(526), 1, - sym_else_clause, - ACTIONS(936), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(938), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [15707] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(964), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(966), 38, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [15766] = 20, + [21300] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, @@ -35934,21 +40950,21 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(83), 1, sym__template_string_start, - ACTIONS(488), 1, + ACTIONS(314), 1, sym_identifier, - ACTIONS(494), 1, + ACTIONS(320), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, + STATE(763), 1, sym_template_string, - STATE(702), 1, + STATE(779), 1, sym_primary_expression, - STATE(953), 1, + STATE(782), 1, + sym_string, + STATE(1258), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, @@ -35962,20 +40978,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(490), 5, + ACTIONS(316), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(955), 6, + STATE(1158), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(760), 17, + STATE(908), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35993,7 +41009,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [15858] = 20, + [21392] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, @@ -36006,21 +41022,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, - ACTIONS(651), 1, + ACTIONS(691), 1, anon_sym_not, - ACTIONS(653), 1, + ACTIONS(693), 1, anon_sym_lambda, - ACTIONS(689), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(699), 1, + ACTIONS(807), 1, anon_sym_await, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(653), 1, + STATE(725), 1, sym_primary_expression, - STATE(899), 1, + STATE(1074), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, @@ -36034,20 +41050,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(695), 5, + ACTIONS(805), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36065,151 +41081,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [15950] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(994), 1, - sym_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [16042] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(972), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [16134] = 20, + [21484] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -36228,15 +41100,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1169), 1, + STATE(1231), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, @@ -36256,14 +41128,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36281,7 +41153,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [16226] = 20, + [21576] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -36300,373 +41172,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(890), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [16318] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1126), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [16410] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(963), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [16502] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(898), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [16594] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1053), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [16686] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, STATE(1166), 1, sym_expression, @@ -36688,14 +41200,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36713,7 +41225,79 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [16778] = 20, + [21668] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1192), 1, + sym_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [21760] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -36732,15 +41316,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1161), 1, + STATE(1295), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, @@ -36760,14 +41344,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36785,7 +41369,151 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [16870] = 20, + [21852] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1193), 1, + sym_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [21944] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1194), 1, + sym_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [22036] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, @@ -36798,21 +41526,21 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(83), 1, sym__template_string_start, - ACTIONS(488), 1, + ACTIONS(314), 1, sym_identifier, - ACTIONS(494), 1, + ACTIONS(320), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, + STATE(763), 1, sym_template_string, - STATE(702), 1, + STATE(779), 1, sym_primary_expression, - STATE(951), 1, + STATE(782), 1, + sym_string, + STATE(1269), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, @@ -36826,20 +41554,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(490), 5, + ACTIONS(316), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(955), 6, + STATE(1158), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(760), 17, + STATE(908), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36857,7 +41585,368 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [16962] = 20, + [22128] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + ACTIONS(1100), 1, + sym_identifier, + ACTIONS(1104), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1096), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(509), 2, + sym_attribute, + sym_subscript, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(1102), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 15, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [22222] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1322), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [22314] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1195), 1, + sym_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [22406] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1208), 1, + sym_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [22498] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1209), 1, + sym_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [22590] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, @@ -36870,21 +41959,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(603), 1, anon_sym_LBRACK, - ACTIONS(651), 1, + ACTIONS(691), 1, anon_sym_not, - ACTIONS(653), 1, + ACTIONS(693), 1, anon_sym_lambda, - ACTIONS(689), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(699), 1, + ACTIONS(807), 1, anon_sym_await, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(653), 1, + STATE(725), 1, sym_primary_expression, - STATE(904), 1, + STATE(1085), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, @@ -36898,20 +41987,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(695), 5, + ACTIONS(805), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36929,61 +42018,61 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [17054] = 20, + [22682] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, + ACTIONS(609), 1, anon_sym_LPAREN, - ACTIONS(574), 1, + ACTIONS(617), 1, anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + STATE(766), 1, sym_primary_expression, - STATE(1094), 1, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1125), 1, sym_expression, - ACTIONS(75), 2, + ACTIONS(621), 2, sym_ellipsis, sym_float, - ACTIONS(47), 3, + ACTIONS(615), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, + ACTIONS(607), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(490), 5, + ACTIONS(753), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(955), 6, + STATE(1129), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(760), 17, + STATE(924), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37001,7 +42090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [17146] = 20, + [22774] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -37020,15 +42109,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1154), 1, + STATE(1030), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, @@ -37048,14 +42137,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37073,7 +42162,367 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [17238] = 20, + [22866] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + STATE(766), 1, + sym_primary_expression, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1165), 1, + sym_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(753), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1129), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [22958] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + STATE(766), 1, + sym_primary_expression, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1103), 1, + sym_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(753), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1129), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [23050] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + STATE(766), 1, + sym_primary_expression, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1104), 1, + sym_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(753), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1129), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [23142] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + STATE(766), 1, + sym_primary_expression, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1105), 1, + sym_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(753), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1129), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [23234] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + STATE(766), 1, + sym_primary_expression, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1106), 1, + sym_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(753), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1129), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [23326] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -37092,20 +42541,870 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, + sym_primary_expression, + STATE(1349), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [23418] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + STATE(766), 1, + sym_primary_expression, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1107), 1, + sym_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(753), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1129), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [23510] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1106), 1, + anon_sym_elif, + STATE(399), 1, + aux_sym_if_statement_repeat1, + STATE(473), 1, + sym_elif_clause, + ACTIONS(1091), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1093), 34, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [23574] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + STATE(766), 1, + sym_primary_expression, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1108), 1, + sym_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(753), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1129), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [23666] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1210), 1, + sym_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [23758] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1361), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [23850] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(749), 1, + sym_identifier, + ACTIONS(755), 1, + anon_sym_not, + ACTIONS(757), 1, + anon_sym_lambda, + ACTIONS(759), 1, + anon_sym_await, + STATE(766), 1, + sym_primary_expression, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(1168), 1, + sym_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(753), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1129), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [23942] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1307), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [24034] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1077), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [24126] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(314), 1, + sym_identifier, + ACTIONS(320), 1, + anon_sym_await, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + STATE(763), 1, + sym_template_string, + STATE(779), 1, + sym_primary_expression, + STATE(782), 1, + sym_string, + STATE(1177), 1, + sym_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(316), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1158), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [24218] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1334), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [24310] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(713), 1, + sym_identifier, + ACTIONS(725), 1, + anon_sym_not, + ACTIONS(727), 1, + anon_sym_lambda, + ACTIONS(729), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(772), 1, + sym_primary_expression, + STATE(1149), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(721), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [24402] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(713), 1, + sym_identifier, + ACTIONS(725), 1, + anon_sym_not, + ACTIONS(727), 1, + anon_sym_lambda, + ACTIONS(729), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(772), 1, sym_primary_expression, STATE(1150), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(296), 3, + ACTIONS(657), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, @@ -37114,20 +43413,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(276), 5, + ACTIONS(721), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37145,183 +43444,39 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [17330] = 20, + [24494] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(263), 1, - sym_identifier, ACTIONS(288), 1, anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(578), 1, + ACTIONS(653), 1, anon_sym_LPAREN, - ACTIONS(591), 1, + ACTIONS(659), 1, anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1106), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [17422] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, + ACTIONS(713), 1, sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(725), 1, anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1092), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [17514] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, + ACTIONS(727), 1, anon_sym_lambda, - ACTIONS(308), 1, + ACTIONS(729), 1, anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(772), 1, sym_primary_expression, STATE(1151), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(296), 3, + ACTIONS(657), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, @@ -37330,20 +43485,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(276), 5, + ACTIONS(721), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37361,1447 +43516,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [17606] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1059), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [17698] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(985), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [17790] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(889), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [17882] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(934), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [17974] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(879), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [18066] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1069), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [18158] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(1064), 1, - sym_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [18250] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(984), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [18342] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1081), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [18434] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(1015), 1, - sym_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [18526] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1158), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [18618] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1142), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [18710] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(910), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [18802] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(1021), 1, - sym_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [18894] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(1024), 1, - sym_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [18986] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(1027), 1, - sym_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [19078] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1043), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [19170] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1140), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [19262] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1058), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [19354] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(1029), 1, - sym_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [19446] = 20, + [24586] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, @@ -38810,30 +43525,30 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(689), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(713), 1, sym_identifier, - ACTIONS(699), 1, + ACTIONS(725), 1, + anon_sym_not, + ACTIONS(727), 1, + anon_sym_lambda, + ACTIONS(729), 1, anon_sym_await, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(653), 1, + STATE(772), 1, sym_primary_expression, - STATE(897), 1, + STATE(1152), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(601), 3, + ACTIONS(657), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, @@ -38842,20 +43557,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(695), 5, + ACTIONS(721), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38873,7 +43588,439 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [19538] = 20, + [24678] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(713), 1, + sym_identifier, + ACTIONS(725), 1, + anon_sym_not, + ACTIONS(727), 1, + anon_sym_lambda, + ACTIONS(729), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(772), 1, + sym_primary_expression, + STATE(1153), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(721), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [24770] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(713), 1, + sym_identifier, + ACTIONS(725), 1, + anon_sym_not, + ACTIONS(727), 1, + anon_sym_lambda, + ACTIONS(729), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(772), 1, + sym_primary_expression, + STATE(1157), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(721), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [24862] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(713), 1, + sym_identifier, + ACTIONS(725), 1, + anon_sym_not, + ACTIONS(727), 1, + anon_sym_lambda, + ACTIONS(729), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(772), 1, + sym_primary_expression, + STATE(1102), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(721), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [24954] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1082), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [25046] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(713), 1, + sym_identifier, + ACTIONS(725), 1, + anon_sym_not, + ACTIONS(727), 1, + anon_sym_lambda, + ACTIONS(729), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(772), 1, + sym_primary_expression, + STATE(1030), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(721), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [25138] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1335), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [25230] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, @@ -38886,21 +44033,21 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(627), 1, sym__template_string_start, - ACTIONS(889), 1, + ACTIONS(749), 1, sym_identifier, - ACTIONS(897), 1, + ACTIONS(755), 1, anon_sym_not, - ACTIONS(899), 1, + ACTIONS(757), 1, anon_sym_lambda, - ACTIONS(901), 1, + ACTIONS(759), 1, anon_sym_await, - STATE(718), 1, + STATE(766), 1, sym_primary_expression, - STATE(720), 1, + STATE(767), 1, sym_string, - STATE(722), 1, + STATE(768), 1, sym_template_string, - STATE(993), 1, + STATE(1183), 1, sym_expression, ACTIONS(621), 2, sym_ellipsis, @@ -38914,20 +44061,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(893), 5, + ACTIONS(753), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(996), 6, + STATE(1129), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(809), 17, + STATE(924), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38945,7 +44092,871 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [19630] = 20, + [25322] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1339), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [25414] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1089), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [25506] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1366), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [25598] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1345), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [25690] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1346), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [25782] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1347), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [25874] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1238), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [25966] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1063), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [26058] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1065), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [26150] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1070), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [26242] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(300), 1, + anon_sym_lambda, + ACTIONS(308), 1, + anon_sym_await, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(719), 1, + sym_primary_expression, + STATE(1350), 1, + sym_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(276), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1031), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [26334] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(969), 1, + anon_sym_not, + ACTIONS(971), 1, + anon_sym_lambda, + ACTIONS(973), 1, + anon_sym_await, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(822), 1, + sym_primary_expression, + STATE(1243), 1, + sym_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(965), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(1176), 6, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [26426] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, @@ -38958,21 +44969,21 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(83), 1, sym__template_string_start, - ACTIONS(488), 1, + ACTIONS(314), 1, sym_identifier, - ACTIONS(494), 1, + ACTIONS(320), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, + STATE(763), 1, sym_template_string, - STATE(702), 1, + STATE(779), 1, sym_primary_expression, - STATE(1068), 1, + STATE(782), 1, + sym_string, + STATE(1191), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, @@ -38986,20 +44997,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(490), 5, + ACTIONS(316), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(955), 6, + STATE(1158), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(760), 17, + STATE(908), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39017,223 +45028,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [19722] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1170), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [19814] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(901), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [19906] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(900), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [19998] = 20, + [26518] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, @@ -39246,21 +45041,21 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(83), 1, sym__template_string_start, - ACTIONS(488), 1, + ACTIONS(314), 1, sym_identifier, - ACTIONS(494), 1, + ACTIONS(320), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, + STATE(763), 1, sym_template_string, - STATE(702), 1, + STATE(779), 1, sym_primary_expression, - STATE(1091), 1, + STATE(782), 1, + sym_string, + STATE(1227), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, @@ -39274,20 +45069,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(490), 5, + ACTIONS(316), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(955), 6, + STATE(1158), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(760), 17, + STATE(908), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39305,7 +45100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [20090] = 20, + [26610] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -39324,15 +45119,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(1160), 1, + STATE(1351), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, @@ -39352,14 +45147,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39377,7 +45172,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [20182] = 20, + [26702] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(263), 1, @@ -39396,15 +45191,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(747), 1, anon_sym_not, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(652), 1, + STATE(719), 1, sym_primary_expression, - STATE(896), 1, + STATE(1352), 1, sym_expression, ACTIONS(304), 2, sym_ellipsis, @@ -39424,14 +45219,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(880), 6, + STATE(1031), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(649), 17, + STATE(724), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39449,79 +45244,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [20274] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(895), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [20366] = 20, + [26794] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, @@ -39534,21 +45257,21 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(83), 1, sym__template_string_start, - ACTIONS(488), 1, + ACTIONS(314), 1, sym_identifier, - ACTIONS(494), 1, + ACTIONS(320), 1, anon_sym_await, ACTIONS(568), 1, anon_sym_LPAREN, ACTIONS(574), 1, anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, + STATE(763), 1, sym_template_string, - STATE(702), 1, + STATE(779), 1, sym_primary_expression, - STATE(1003), 1, + STATE(782), 1, + sym_string, + STATE(1163), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, @@ -39562,20 +45285,20 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(490), 5, + ACTIONS(316), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(955), 6, + STATE(1158), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(760), 17, + STATE(908), 17, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39593,1215 +45316,10 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [20458] = 20, + [26886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1128), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [20550] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(970), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [20642] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1164), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [20734] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(969), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [20826] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1005), 1, - anon_sym_elif, - STATE(369), 1, - aux_sym_if_statement_repeat1, - STATE(433), 1, - sym_elif_clause, - ACTIONS(1003), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1001), 34, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [20890] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(889), 1, - sym_identifier, - ACTIONS(897), 1, - anon_sym_not, - ACTIONS(899), 1, - anon_sym_lambda, - ACTIONS(901), 1, - anon_sym_await, - STATE(718), 1, - sym_primary_expression, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(1019), 1, - sym_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(893), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(996), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [20982] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(879), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [21074] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(883), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [21166] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1162), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [21258] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(884), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [21350] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(967), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [21442] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1093), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [21534] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1008), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [21626] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1125), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [21718] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(979), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [21810] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1073), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [21902] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(270), 1, - anon_sym_COMMA, - ACTIONS(278), 1, - anon_sym_COLON_EQ, - ACTIONS(1008), 1, - sym__string_start, - STATE(1256), 1, - sym_string, - ACTIONS(280), 2, - anon_sym_COLON, - anon_sym_EQ, - ACTIONS(302), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(265), 15, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(298), 16, - sym__newline, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_if, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [21972] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1010), 1, - anon_sym_elif, - STATE(382), 1, - aux_sym_if_statement_repeat1, - STATE(417), 1, - sym_elif_clause, - ACTIONS(1003), 13, + ACTIONS(1109), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -40815,7 +45333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1001), 34, + ACTIONS(1111), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -40833,6 +45351,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, + anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, @@ -40850,520 +45370,827 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [22036] = 20, + [26943] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, + ACTIONS(1115), 13, + sym__dedent, sym__string_start, - ACTIONS(312), 1, sym__template_string_start, - ACTIONS(597), 1, anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(888), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, anon_sym_TILDE, - ACTIONS(306), 4, + sym_ellipsis, + sym_float, + ACTIONS(1113), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, + anon_sym_await, sym_true, sym_false, sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [22128] = 20, + [27000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, + ACTIONS(1119), 13, + sym__dedent, sym__string_start, - ACTIONS(312), 1, sym__template_string_start, - ACTIONS(578), 1, anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(1083), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, anon_sym_TILDE, - ACTIONS(306), 4, + sym_ellipsis, + sym_float, + ACTIONS(1117), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, + anon_sym_await, sym_true, sym_false, sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [22220] = 20, + [27057] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, + ACTIONS(1123), 13, + sym__dedent, sym__string_start, - ACTIONS(312), 1, sym__template_string_start, - ACTIONS(597), 1, anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(1007), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, anon_sym_TILDE, - ACTIONS(306), 4, + sym_ellipsis, + sym_float, + ACTIONS(1121), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, + anon_sym_await, sym_true, sym_false, sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [22312] = 20, + [27114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(263), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(308), 1, - anon_sym_await, - ACTIONS(310), 1, + ACTIONS(1127), 13, + sym__dedent, sym__string_start, - ACTIONS(312), 1, sym__template_string_start, - ACTIONS(578), 1, anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(927), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, anon_sym_TILDE, - ACTIONS(306), 4, + sym_ellipsis, + sym_float, + ACTIONS(1125), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, + anon_sym_await, sym_true, sym_false, sym_none, - ACTIONS(276), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [22404] = 20, + [27171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, + ACTIONS(1131), 13, + sym__dedent, sym__string_start, - ACTIONS(312), 1, sym__template_string_start, - ACTIONS(597), 1, anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(651), 1, - anon_sym_not, - ACTIONS(653), 1, - anon_sym_lambda, - ACTIONS(689), 1, - sym_identifier, - ACTIONS(699), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(653), 1, - sym_primary_expression, - STATE(893), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, anon_sym_DASH, anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, anon_sym_TILDE, - ACTIONS(306), 4, + sym_ellipsis, + sym_float, + ACTIONS(1129), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, + anon_sym_await, sym_true, sym_false, sym_none, - ACTIONS(695), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [22496] = 20, + [27228] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, + ACTIONS(1133), 13, sym__string_start, - ACTIONS(83), 1, sym__template_string_start, - ACTIONS(488), 1, - sym_identifier, - ACTIONS(494), 1, - anon_sym_await, - ACTIONS(568), 1, + ts_builtin_sym_end, anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(702), 1, - sym_primary_expression, - STATE(1009), 1, - sym_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, anon_sym_TILDE, - ACTIONS(77), 4, + sym_ellipsis, + sym_float, + ACTIONS(1135), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, + anon_sym_await, sym_true, sym_false, sym_none, - ACTIONS(490), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(955), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [22588] = 21, + [27285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(300), 1, - anon_sym_lambda, - ACTIONS(310), 1, + ACTIONS(1139), 13, + sym__dedent, sym__string_start, - ACTIONS(312), 1, sym__template_string_start, - ACTIONS(578), 1, anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - anon_sym_not, - ACTIONS(1013), 1, - sym_identifier, - ACTIONS(1017), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(652), 1, - sym_primary_expression, - STATE(934), 1, - sym_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(452), 2, - sym_attribute, - sym_subscript, - ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, anon_sym_TILDE, - ACTIONS(306), 4, + sym_ellipsis, + sym_float, + ACTIONS(1137), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, + anon_sym_await, sym_true, sym_false, sym_none, - ACTIONS(1015), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(880), 6, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(649), 15, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [22682] = 5, + [27342] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1023), 1, + ACTIONS(1109), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1111), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [27399] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1133), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1135), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [27456] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1143), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1141), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [27513] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1147), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1145), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [27570] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1143), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1141), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [27627] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1147), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1145), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [27684] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1153), 1, anon_sym_case, - STATE(412), 2, + STATE(450), 2, sym_case_block, aux_sym_cases_repeat1, - ACTIONS(1021), 13, + ACTIONS(1149), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1151), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [27745] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1125), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [27802] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1160), 1, + anon_sym_case, + STATE(460), 2, + sym_case_block, + aux_sym_cases_repeat1, + ACTIONS(1158), 13, sym__dedent, sym__string_start, sym__template_string_start, @@ -41377,7 +46204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1019), 33, + ACTIONS(1156), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -41411,10 +46238,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [22743] = 3, + [27863] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1025), 13, + ACTIONS(1162), 1, + anon_sym_case, + STATE(450), 2, + sym_case_block, + aux_sym_cases_repeat1, + ACTIONS(1158), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -41428,7 +46260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1027), 36, + ACTIONS(1156), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -41441,13 +46273,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, - anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, @@ -41465,118 +46294,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [22800] = 3, + [27924] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1031), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1029), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [22857] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1025), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1027), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [22914] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1033), 13, + ACTIONS(1115), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -41590,7 +46311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1035), 36, + ACTIONS(1113), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -41627,10 +46348,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [22971] = 3, + [27981] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1037), 13, + ACTIONS(1131), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -41644,7 +46365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1039), 36, + ACTIONS(1129), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -41681,10 +46402,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [23028] = 3, + [28038] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1041), 13, + ACTIONS(1119), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -41698,7 +46419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1043), 36, + ACTIONS(1117), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -41735,14 +46456,68 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [23085] = 8, + [28095] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1139), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1137), 36, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [28152] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(270), 1, anon_sym_COMMA, ACTIONS(278), 1, anon_sym_COLON_EQ, - ACTIONS(1045), 1, + ACTIONS(1164), 1, sym_identifier, ACTIONS(280), 2, anon_sym_COLON, @@ -41757,7 +46532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - sym__semicolon, + anon_sym_SEMI, ACTIONS(302), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -41794,10 +46569,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_is, - [23152] = 3, + [28219] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1047), 13, + ACTIONS(1123), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -41811,7 +46586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1049), 36, + ACTIONS(1121), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -41848,606 +46623,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [23209] = 3, + [28276] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1051), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1053), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [23266] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1055), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1057), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [23323] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1041), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1043), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [23380] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1037), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1039), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [23437] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1055), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1057), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [23494] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1051), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1053), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [23551] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1059), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1061), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [23608] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1047), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1049), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [23665] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1031), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1029), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [23722] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1059), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1061), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [23779] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1067), 1, + ACTIONS(1166), 1, anon_sym_case, - STATE(409), 2, + STATE(460), 2, sym_case_block, aux_sym_cases_repeat1, - ACTIONS(1063), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1065), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [23840] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1033), 13, + ACTIONS(1149), 13, sym__dedent, sym__string_start, sym__template_string_start, @@ -42461,120 +46645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1035), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [23897] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1070), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1072), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [23954] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1074), 1, - anon_sym_case, - STATE(412), 2, - sym_case_block, - aux_sym_cases_repeat1, - ACTIONS(1063), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1065), 33, + ACTIONS(1151), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -42608,553 +46679,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [24015] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1070), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1072), 36, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [24072] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1077), 1, - anon_sym_case, - STATE(409), 2, - sym_case_block, - aux_sym_cases_repeat1, - ACTIONS(1021), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1019), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [24133] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(855), 1, - anon_sym_finally, - STATE(523), 1, - sym_finally_clause, - ACTIONS(1079), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1081), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [24193] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1090), 1, - anon_sym_COLON_EQ, - ACTIONS(1092), 2, - anon_sym_COLON, - anon_sym_EQ, - ACTIONS(1085), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1094), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(1083), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_if, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - ACTIONS(1088), 15, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - [24257] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1098), 35, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [24313] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_else, - STATE(473), 1, - sym_else_clause, - ACTIONS(1102), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1100), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [24373] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1106), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1104), 35, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [24429] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_else, - STATE(513), 1, - sym_else_clause, - ACTIONS(1108), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1110), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [24489] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_else, - STATE(548), 1, - sym_else_clause, - ACTIONS(1114), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1112), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [24549] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(863), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR_STAR, - anon_sym_EQ, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(861), 32, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - sym__semicolon, - [24605] = 21, + [28337] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, @@ -43163,38 +46688,38 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(667), 1, + ACTIONS(663), 1, sym_identifier, - ACTIONS(669), 1, + ACTIONS(665), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(681), 1, + ACTIONS(677), 1, anon_sym_await, - ACTIONS(1118), 1, + ACTIONS(1171), 1, anon_sym_STAR, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(854), 1, + STATE(1005), 1, sym_pattern, - STATE(862), 1, + STATE(1012), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(1116), 2, + ACTIONS(1169), 2, anon_sym_RPAREN, anon_sym_RBRACK, - STATE(735), 2, + STATE(849), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(853), 3, + STATE(999), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, @@ -43203,13 +46728,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(673), 5, + ACTIONS(669), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(649), 15, + STATE(724), 15, sym_binary_operator, sym_unary_operator, sym_call, @@ -43225,124 +46750,67 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [24697] = 5, + [28429] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(877), 1, - anon_sym_else, - STATE(481), 1, - sym_else_clause, - ACTIONS(1122), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, + ACTIONS(1175), 1, + anon_sym_COMMA, + ACTIONS(1180), 1, + anon_sym_COLON_EQ, + ACTIONS(1182), 2, + anon_sym_COLON, + anon_sym_EQ, + ACTIONS(1184), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(1178), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1120), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [24757] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(881), 1, - anon_sym_finally, - STATE(499), 1, - sym_finally_clause, - ACTIONS(1126), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 16, + sym__newline, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1124), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, + anon_sym_in, + anon_sym_LBRACK, anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [24817] = 5, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [28493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(851), 1, - anon_sym_else, - STATE(532), 1, - sym_else_clause, - ACTIONS(1114), 13, + ACTIONS(1186), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -43356,113 +46824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1112), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [24877] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(877), 1, - anon_sym_else, - STATE(505), 1, - sym_else_clause, - ACTIONS(1130), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1128), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [24937] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1132), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1134), 35, + ACTIONS(1188), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -43498,7 +46860,60 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [24993] = 7, + [28549] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1190), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1192), 35, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [28605] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(270), 1, @@ -43554,15 +46969,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [25057] = 5, + anon_sym_SEMI, + [28669] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(877), 1, + ACTIONS(941), 1, anon_sym_else, - STATE(559), 1, + STATE(600), 1, sym_else_clause, - ACTIONS(1108), 13, + ACTIONS(1196), 13, sym__dedent, sym__string_start, sym__template_string_start, @@ -43576,7 +46991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1110), 33, + ACTIONS(1194), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -43610,170 +47025,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [25117] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(881), 1, - anon_sym_finally, - STATE(479), 1, - sym_finally_clause, - ACTIONS(1079), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1081), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [25177] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_else, - STATE(545), 1, - sym_else_clause, - ACTIONS(1136), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1138), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [25237] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1098), 35, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [25293] = 21, + [28729] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, @@ -43782,38 +47034,38 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(667), 1, + ACTIONS(663), 1, sym_identifier, - ACTIONS(669), 1, + ACTIONS(665), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(681), 1, + ACTIONS(677), 1, anon_sym_await, - ACTIONS(1118), 1, + ACTIONS(1171), 1, anon_sym_STAR, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(854), 1, + STATE(1005), 1, sym_pattern, - STATE(862), 1, + STATE(1012), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, - ACTIONS(1140), 2, + ACTIONS(1198), 2, anon_sym_RPAREN, anon_sym_RBRACK, - STATE(735), 2, + STATE(849), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(853), 3, + STATE(999), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, @@ -43822,13 +47074,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(673), 5, + ACTIONS(669), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(649), 15, + STATE(724), 15, sym_binary_operator, sym_unary_operator, sym_call, @@ -43844,14 +47096,14 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [25385] = 5, + [28821] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(851), 1, - anon_sym_else, - STATE(510), 1, - sym_else_clause, - ACTIONS(1130), 13, + ACTIONS(953), 1, + anon_sym_finally, + STATE(517), 1, + sym_finally_clause, + ACTIONS(1200), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -43865,7 +47117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1128), 33, + ACTIONS(1202), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -43899,14 +47151,14 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [25445] = 5, + [28881] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(877), 1, + ACTIONS(941), 1, anon_sym_else, - STATE(537), 1, + STATE(595), 1, sym_else_clause, - ACTIONS(1136), 13, + ACTIONS(1206), 13, sym__dedent, sym__string_start, sym__template_string_start, @@ -43920,7 +47172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1138), 33, + ACTIONS(1204), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -43954,120 +47206,14 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [25505] = 5, + [28941] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(851), 1, - anon_sym_else, - STATE(566), 1, - sym_else_clause, - ACTIONS(1102), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1100), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [25565] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(851), 1, - anon_sym_else, - STATE(483), 1, - sym_else_clause, - ACTIONS(1122), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1120), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [25625] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1132), 13, + ACTIONS(945), 1, + anon_sym_finally, + STATE(587), 1, + sym_finally_clause, + ACTIONS(1210), 13, sym__dedent, sym__string_start, sym__template_string_start, @@ -44081,7 +47227,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1134), 35, + ACTIONS(1208), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [29001] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1212), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1214), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -44117,17 +47314,127 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [25681] = 7, + [29057] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1142), 1, - anon_sym_COMMA, - ACTIONS(1145), 1, + ACTIONS(953), 1, + anon_sym_finally, + STATE(530), 1, + sym_finally_clause, + ACTIONS(1210), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1208), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [29117] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1186), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1188), 35, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [29173] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1219), 1, anon_sym_COLON_EQ, - ACTIONS(1147), 2, + ACTIONS(1221), 2, anon_sym_COLON, anon_sym_EQ, - ACTIONS(1149), 13, + ACTIONS(1216), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1223), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -44141,7 +47448,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1088), 15, + ACTIONS(1173), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_if, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + ACTIONS(1178), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, @@ -44157,11 +47479,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1083), 16, + [29237] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1001), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_EQ, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(999), 32, sym__newline, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_LBRACK, anon_sym_not, @@ -44173,8 +47518,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [25745] = 22, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_SEMI, + [29293] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + anon_sym_else, + STATE(544), 1, + sym_else_clause, + ACTIONS(1196), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1194), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [29353] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + anon_sym_else, + STATE(572), 1, + sym_else_clause, + ACTIONS(1227), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1225), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [29413] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, @@ -44183,39 +47651,39 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(667), 1, + ACTIONS(663), 1, sym_identifier, - ACTIONS(669), 1, + ACTIONS(665), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(681), 1, + ACTIONS(677), 1, anon_sym_await, - ACTIONS(1118), 1, + ACTIONS(1171), 1, anon_sym_STAR, - ACTIONS(1151), 1, + ACTIONS(1229), 1, anon_sym_RPAREN, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(862), 1, + STATE(1012), 1, sym_primary_expression, - STATE(1177), 1, + STATE(1356), 1, sym_pattern, - STATE(1416), 1, + STATE(1643), 1, sym__patterns, ACTIONS(304), 2, sym_ellipsis, sym_float, - STATE(735), 2, + STATE(849), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(853), 3, + STATE(999), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, @@ -44224,13 +47692,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(673), 5, + ACTIONS(669), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(649), 15, + STATE(724), 15, sym_binary_operator, sym_unary_operator, sym_call, @@ -44246,7 +47714,443 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [25839] = 7, + [29507] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(945), 1, + anon_sym_finally, + STATE(574), 1, + sym_finally_clause, + ACTIONS(1200), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1202), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [29567] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + anon_sym_else, + STATE(592), 1, + sym_else_clause, + ACTIONS(1233), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1231), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [29627] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + anon_sym_else, + STATE(536), 1, + sym_else_clause, + ACTIONS(1233), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1231), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [29687] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + anon_sym_else, + STATE(528), 1, + sym_else_clause, + ACTIONS(1235), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1237), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [29747] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1015), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_EQ, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1013), 32, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_SEMI, + [29803] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + anon_sym_else, + STATE(539), 1, + sym_else_clause, + ACTIONS(1206), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1204), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [29863] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + anon_sym_else, + STATE(588), 1, + sym_else_clause, + ACTIONS(1239), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1241), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [29923] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1212), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1214), 35, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [29979] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(585), 1, @@ -44303,66 +48207,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - [25903] = 3, + [30043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(867), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR_STAR, - anon_sym_EQ, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(865), 32, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - sym__semicolon, - [25959] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1106), 13, + ACTIONS(1190), 13, + sym__dedent, sym__string_start, sym__template_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, @@ -44373,7 +48224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1104), 35, + ACTIONS(1192), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -44409,17 +48260,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [26015] = 5, + [30099] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(855), 1, - anon_sym_finally, - STATE(531), 1, - sym_finally_clause, - ACTIONS(1126), 13, + ACTIONS(941), 1, + anon_sym_else, + STATE(560), 1, + sym_else_clause, + ACTIONS(1239), 13, + sym__dedent, sym__string_start, sym__template_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, @@ -44430,7 +48281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1124), 33, + ACTIONS(1241), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -44464,132 +48315,169 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [26075] = 6, + [30159] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1155), 1, - anon_sym_COMMA, - ACTIONS(1162), 1, - anon_sym_EQ, - ACTIONS(1160), 14, - anon_sym_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(1158), 15, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, + ACTIONS(949), 1, + anon_sym_else, + STATE(515), 1, + sym_else_clause, + ACTIONS(1227), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1153), 16, - sym__newline, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_if, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [26136] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(667), 1, - sym_identifier, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(681), 1, - anon_sym_await, - ACTIONS(1118), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(862), 1, - sym_primary_expression, - STATE(1237), 1, - sym_pattern, - STATE(1443), 1, - sym_pattern_list, - ACTIONS(304), 2, + anon_sym_TILDE, sym_ellipsis, sym_float, - STATE(735), 2, - sym_attribute, - sym_subscript, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(853), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(306), 4, + ACTIONS(1225), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, + anon_sym_await, sym_true, sym_false, sym_none, - ACTIONS(673), 5, + [30219] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + anon_sym_else, + STATE(585), 1, + sym_else_clause, + ACTIONS(1235), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1237), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, anon_sym_exec, anon_sym_type, - STATE(649), 15, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [26227] = 21, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [30279] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1245), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1243), 34, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [30334] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, @@ -44598,107 +48486,37 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(667), 1, + ACTIONS(663), 1, sym_identifier, - ACTIONS(669), 1, + ACTIONS(665), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(681), 1, + ACTIONS(677), 1, anon_sym_await, - ACTIONS(1118), 1, + ACTIONS(1171), 1, anon_sym_STAR, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(862), 1, + STATE(1012), 1, sym_primary_expression, - STATE(1279), 1, - sym_pattern, STATE(1504), 1, - sym_pattern_list, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(735), 2, - sym_attribute, - sym_subscript, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(853), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(673), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 15, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [26318] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(667), 1, - sym_identifier, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(681), 1, - anon_sym_await, - ACTIONS(1118), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(862), 1, - sym_primary_expression, - STATE(1306), 1, sym_pattern, - STATE(1476), 1, + STATE(1716), 1, sym_pattern_list, ACTIONS(304), 2, sym_ellipsis, sym_float, - STATE(735), 2, + STATE(849), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(853), 3, + STATE(999), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, @@ -44707,13 +48525,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(673), 5, + ACTIONS(669), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(649), 15, + STATE(724), 15, sym_binary_operator, sym_unary_operator, sym_call, @@ -44729,10 +48547,65 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [26409] = 3, + [30425] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1164), 13, + ACTIONS(1175), 1, + anon_sym_COMMA, + ACTIONS(1182), 1, + anon_sym_EQ, + ACTIONS(1184), 14, + anon_sym_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(1178), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 16, + sym__newline, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_if, + anon_sym_in, + anon_sym_LBRACK, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [30486] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1247), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -44746,7 +48619,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1166), 34, + ACTIONS(1249), 34, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [30541] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1251), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1253), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -44781,14 +48706,292 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [26464] = 6, + [30596] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1170), 1, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(663), 1, + sym_identifier, + ACTIONS(665), 1, + anon_sym_LPAREN, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(1171), 1, + anon_sym_STAR, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(1012), 1, + sym_primary_expression, + STATE(1461), 1, + sym_pattern, + STATE(1657), 1, + sym_pattern_list, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(849), 2, + sym_attribute, + sym_subscript, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(999), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(669), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 15, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [30687] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1245), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1243), 34, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [30742] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1255), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1257), 34, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [30797] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1259), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1261), 34, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [30852] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1263), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1265), 34, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [30907] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1269), 1, anon_sym_COMMA, - ACTIONS(1177), 1, + ACTIONS(1276), 1, anon_sym_EQ, - ACTIONS(1175), 14, + ACTIONS(1274), 14, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -44803,7 +49006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1173), 15, + ACTIONS(1272), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, @@ -44819,7 +49022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1168), 16, + ACTIONS(1267), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, @@ -44835,17 +49038,347 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [26525] = 6, + anon_sym_SEMI, + [30968] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1092), 1, + ACTIONS(1247), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1249), 34, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [31023] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1251), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1253), 34, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [31078] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1255), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1257), 34, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [31133] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1259), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1261), 34, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [31188] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1263), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1265), 34, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_case, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [31243] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(663), 1, + sym_identifier, + ACTIONS(665), 1, + anon_sym_LPAREN, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(1171), 1, + anon_sym_STAR, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(1012), 1, + sym_primary_expression, + STATE(1496), 1, + sym_pattern, + STATE(1661), 1, + sym_pattern_list, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(849), 2, + sym_attribute, + sym_subscript, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(999), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(669), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 15, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [31334] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1221), 1, anon_sym_EQ, - ACTIONS(1085), 3, + ACTIONS(1216), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(1083), 14, + ACTIONS(1173), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_if, @@ -44860,7 +49393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - ACTIONS(1094), 14, + ACTIONS(1223), 14, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -44875,7 +49408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1088), 15, + ACTIONS(1178), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, @@ -44891,163 +49424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - [26586] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1179), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1181), 34, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [26641] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1183), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1185), 34, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [26696] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1179), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1181), 34, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [26751] = 21, + [31395] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, @@ -45056,37 +49433,37 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(667), 1, + ACTIONS(663), 1, sym_identifier, - ACTIONS(669), 1, + ACTIONS(665), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(681), 1, + ACTIONS(677), 1, anon_sym_await, - ACTIONS(1118), 1, + ACTIONS(1171), 1, anon_sym_STAR, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(862), 1, + STATE(1012), 1, sym_primary_expression, - STATE(1233), 1, + STATE(1500), 1, sym_pattern, - STATE(1422), 1, + STATE(1707), 1, sym_pattern_list, ACTIONS(304), 2, sym_ellipsis, sym_float, - STATE(735), 2, + STATE(849), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(853), 3, + STATE(999), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, @@ -45095,13 +49472,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(673), 5, + ACTIONS(669), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(649), 15, + STATE(724), 15, sym_binary_operator, sym_unary_operator, sym_call, @@ -45117,59 +49494,7 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [26842] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1187), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1189), 34, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [26897] = 21, + [31486] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, @@ -45178,37 +49503,37 @@ static const uint16_t ts_small_parse_table[] = { sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(667), 1, + ACTIONS(663), 1, sym_identifier, - ACTIONS(669), 1, + ACTIONS(665), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(681), 1, + ACTIONS(677), 1, anon_sym_await, - ACTIONS(1118), 1, + ACTIONS(1171), 1, anon_sym_STAR, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(862), 1, + STATE(1012), 1, sym_primary_expression, - STATE(1291), 1, + STATE(1473), 1, sym_pattern, - STATE(1507), 1, + STATE(1672), 1, sym_pattern_list, ACTIONS(304), 2, sym_ellipsis, sym_float, - STATE(735), 2, + STATE(849), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(853), 3, + STATE(999), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, @@ -45217,13 +49542,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(673), 5, + ACTIONS(669), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(649), 15, + STATE(724), 15, sym_binary_operator, sym_unary_operator, sym_call, @@ -45239,14 +49564,84 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [26988] = 6, + [31577] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1142), 1, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(663), 1, + sym_identifier, + ACTIONS(665), 1, + anon_sym_LPAREN, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(1171), 1, + anon_sym_STAR, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(1012), 1, + sym_primary_expression, + STATE(1505), 1, + sym_pattern, + STATE(1719), 1, + sym_pattern_list, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(849), 2, + sym_attribute, + sym_subscript, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(999), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(669), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 15, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [31668] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1280), 1, anon_sym_COMMA, - ACTIONS(1147), 1, + ACTIONS(1287), 1, anon_sym_EQ, - ACTIONS(1149), 14, + ACTIONS(1285), 14, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -45261,7 +49656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1088), 15, + ACTIONS(1283), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PIPE, @@ -45277,7 +49672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1083), 16, + ACTIONS(1278), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, @@ -45293,3692 +49688,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [27049] = 3, + anon_sym_SEMI, + [31729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1183), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1185), 34, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27104] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1191), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1193), 34, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27159] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1164), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1166), 34, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27214] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1191), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1193), 34, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27269] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1197), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1195), 34, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27324] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1197), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1195), 34, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_case, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27379] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1187), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1189), 34, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27434] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(667), 1, - sym_identifier, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(681), 1, - anon_sym_await, - ACTIONS(1118), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(862), 1, - sym_primary_expression, - STATE(1280), 1, - sym_pattern, - STATE(1428), 1, - sym_pattern_list, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(735), 2, - sym_attribute, - sym_subscript, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(853), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(673), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 15, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [27525] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1201), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1199), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27579] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(875), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(873), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27633] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1205), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1203), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27687] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1209), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1207), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27741] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1211), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1213), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27795] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1217), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1215), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27849] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1219), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27903] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1225), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1223), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [27957] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1227), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1229), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28011] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1233), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1231), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28065] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(847), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(849), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28119] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1237), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1235), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28173] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1241), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1239), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28227] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1245), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1243), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28281] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(667), 1, - sym_identifier, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(681), 1, - anon_sym_await, - ACTIONS(1118), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(854), 1, - sym_pattern, - STATE(862), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(735), 2, - sym_attribute, - sym_subscript, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(853), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(673), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 15, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [28369] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1245), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1243), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28423] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1247), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1249), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28477] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1251), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1253), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28531] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1257), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1255), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28585] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1257), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1255), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28639] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1261), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1259), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28693] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1265), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1263), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28747] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1261), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1259), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28801] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1265), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1263), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28855] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1269), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1267), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28909] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1271), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [28963] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1277), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1275), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29017] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1281), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1279), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29071] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1285), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1283), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29125] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1287), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1289), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29179] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1079), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1081), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29233] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1293), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1291), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29287] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1211), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1213), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29341] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1297), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1295), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29395] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1299), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1301), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29449] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1305), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1303), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29503] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(667), 1, - sym_identifier, - ACTIONS(669), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(681), 1, - anon_sym_await, - ACTIONS(1118), 1, - anon_sym_STAR, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(862), 1, - sym_primary_expression, - STATE(1307), 1, - sym_pattern, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(735), 2, - sym_attribute, - sym_subscript, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(853), 3, - sym_tuple_pattern, - sym_list_pattern, - sym_list_splat_pattern, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(673), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 15, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [29591] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1309), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1307), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29645] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1311), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1313), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29699] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1315), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1317), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29753] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1319), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1321), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29807] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1325), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1323), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29861] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1309), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1307), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29915] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1329), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1327), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [29969] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1311), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1313), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30023] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1331), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1333), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30077] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1287), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1289), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30131] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1297), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1295), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30185] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1337), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1335), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30239] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1251), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1253), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30293] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1329), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1327), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30347] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1337), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1335), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30401] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1126), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1124), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30455] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1339), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1341), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30509] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1339), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1341), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30563] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1237), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1235), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30617] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1343), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1345), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30671] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1319), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1321), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30725] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1343), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1345), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30779] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1347), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1349), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30833] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1351), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1353), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30887] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1357), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1355), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30941] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1247), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1249), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [30995] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1293), 13, + ACTIONS(1289), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -49026,10 +49740,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31049] = 3, + [31783] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1359), 13, + ACTIONS(1293), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -49043,7 +49757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1361), 33, + ACTIONS(1295), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -49077,10 +49791,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31103] = 3, + [31837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 13, + ACTIONS(1297), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -49094,7 +49808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1231), 33, + ACTIONS(1299), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -49128,520 +49842,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31157] = 3, + [31891] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1239), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [31211] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1285), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1283), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [31265] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1365), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1363), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [31319] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1369), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1367), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [31373] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1373), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1371), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [31427] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1377), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1375), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [31481] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1225), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1223), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [31535] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1357), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1355), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [31589] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1079), 13, - sym__string_start, - sym__template_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1081), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [31643] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1351), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1353), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [31697] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1305), 13, + ACTIONS(1301), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -49689,10 +49893,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31751] = 3, + [31945] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1369), 13, + ACTIONS(1210), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -49706,7 +49910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1367), 33, + ACTIONS(1208), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -49740,10 +49944,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31805] = 3, + [31999] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 13, + ACTIONS(1305), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -49757,7 +49961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1267), 33, + ACTIONS(1307), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -49791,10 +49995,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31859] = 3, + [32053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1281), 13, + ACTIONS(1309), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -49808,7 +50012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1279), 33, + ACTIONS(1311), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -49842,61 +50046,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31913] = 3, + [32107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1359), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1361), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [31967] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(847), 13, + ACTIONS(1313), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -49910,7 +50063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(849), 33, + ACTIONS(1315), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -49944,13 +50097,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32021] = 3, + [32161] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1227), 13, - sym__dedent, + ACTIONS(1317), 13, sym__string_start, sym__template_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_DASH, anon_sym_PLUS, @@ -49961,7 +50114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1229), 33, + ACTIONS(1319), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -49995,61 +50148,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32075] = 3, + [32215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(875), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(873), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [32129] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1325), 13, + ACTIONS(1321), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -50097,61 +50199,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32183] = 3, + [32269] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1347), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1349), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [32237] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 13, + ACTIONS(1325), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -50165,7 +50216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1219), 33, + ACTIONS(1327), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -50199,61 +50250,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32291] = 3, + [32323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1126), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1124), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [32345] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1205), 13, + ACTIONS(1329), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -50267,7 +50267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1203), 33, + ACTIONS(1331), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -50301,10 +50301,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32399] = 3, + [32377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1377), 13, + ACTIONS(1333), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -50318,7 +50318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1375), 33, + ACTIONS(1335), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -50352,10 +50352,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32453] = 3, + [32431] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 13, + ACTIONS(1337), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -50369,7 +50369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1271), 33, + ACTIONS(1339), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -50403,163 +50403,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32507] = 3, + [32485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1331), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1333), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [32561] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1299), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1301), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [32615] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1315), 13, - sym__dedent, - sym__string_start, - sym__template_string_start, - anon_sym_LPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1317), 33, - anon_sym_import, - anon_sym_from, - anon_sym_STAR, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_match, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [32669] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1373), 13, + ACTIONS(1341), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -50573,7 +50420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1371), 33, + ACTIONS(1343), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -50607,10 +50454,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32723] = 3, + [32539] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1201), 13, + ACTIONS(1345), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -50624,7 +50471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1199), 33, + ACTIONS(1347), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -50658,10 +50505,163 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32777] = 3, + [32593] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1365), 13, + ACTIONS(1349), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1351), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [32647] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1353), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1355), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [32701] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1357), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1359), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [32755] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1361), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -50709,10 +50709,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32831] = 3, + [32809] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1277), 13, + ACTIONS(1200), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -50726,7 +50726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1275), 33, + ACTIONS(1202), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -50760,10 +50760,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32885] = 3, + [32863] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 13, + ACTIONS(939), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -50777,7 +50777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1215), 33, + ACTIONS(937), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -50811,10 +50811,10 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32939] = 3, + [32917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1209), 13, + ACTIONS(1365), 13, sym__string_start, sym__template_string_start, ts_builtin_sym_end, @@ -50828,7 +50828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1207), 33, + ACTIONS(1367), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, @@ -50862,7 +50862,3968 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [32993] = 18, + [32971] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1369), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1371), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33025] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1373), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1375), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33079] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1377), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1379), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33133] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1381), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1383), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33187] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1385), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1387), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33241] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1389), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1391), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33295] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1393), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1395), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33349] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1397), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1399), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33403] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1401), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1403), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33457] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1405), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1407), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33511] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1409), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1411), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33565] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1413), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1415), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33619] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1417), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1419), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33673] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1421), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1423), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33727] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(663), 1, + sym_identifier, + ACTIONS(665), 1, + anon_sym_LPAREN, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(1171), 1, + anon_sym_STAR, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(1012), 1, + sym_primary_expression, + STATE(1445), 1, + sym_pattern, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(849), 2, + sym_attribute, + sym_subscript, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(999), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(669), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 15, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [33815] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1313), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1315), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33869] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(979), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(981), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33923] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1427), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1425), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [33977] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1431), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1429), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34031] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1435), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1433), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34085] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1439), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1437), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34139] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1289), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1291), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34193] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1443), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1441), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34247] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1447), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1445), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34301] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1200), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1202), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34355] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(939), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(937), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34409] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1381), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1383), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34463] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1385), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1387), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34517] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1409), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1411), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34571] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1421), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1423), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34625] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1451), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1449), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34679] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1455), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1453), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34733] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1457), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34787] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1463), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1461), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34841] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1467), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1465), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34895] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1293), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1295), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [34949] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1297), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1299), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35003] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1303), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35057] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1210), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1208), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35111] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1305), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1307), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35165] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1309), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1311), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35219] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1317), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1319), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35273] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1321), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1323), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35327] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1325), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1327), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35381] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1451), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1449), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35435] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1329), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1331), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35489] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1333), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1335), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35543] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1337), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1339), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35597] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1341), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1343), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35651] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1345), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1347), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35705] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1349), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1351), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35759] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1447), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1445), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35813] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1353), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1355), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35867] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1357), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1359), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35921] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1361), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1363), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [35975] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1365), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1367), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36029] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1369), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1371), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36083] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1373), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1375), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36137] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1377), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1379), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36191] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1455), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1453), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36245] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1457), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36299] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1389), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1391), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36353] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1393), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1395), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36407] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1397), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1399), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36461] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1401), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1403), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36515] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1405), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1407), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36569] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1413), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1415), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36623] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1417), 13, + sym__dedent, + sym__string_start, + sym__template_string_start, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1419), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36677] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1463), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1461), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36731] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1467), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1465), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36785] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(979), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(981), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36839] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1427), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1425), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36893] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1431), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1429), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [36947] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1435), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1433), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [37001] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1439), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1437), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [37055] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(663), 1, + sym_identifier, + ACTIONS(665), 1, + anon_sym_LPAREN, + ACTIONS(675), 1, + anon_sym_LBRACK, + ACTIONS(677), 1, + anon_sym_await, + ACTIONS(1171), 1, + anon_sym_STAR, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(1005), 1, + sym_pattern, + STATE(1012), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(849), 2, + sym_attribute, + sym_subscript, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(999), 3, + sym_tuple_pattern, + sym_list_pattern, + sym_list_splat_pattern, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(669), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 15, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [37143] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1443), 13, + sym__string_start, + sym__template_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1441), 33, + anon_sym_import, + anon_sym_from, + anon_sym_STAR, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_match, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [37197] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(288), 1, @@ -50875,27 +54836,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(591), 1, anon_sym_LBRACK, - ACTIONS(1379), 1, + ACTIONS(1469), 1, sym_identifier, - ACTIONS(1385), 1, + ACTIONS(1475), 1, anon_sym_await, - STATE(569), 1, + STATE(621), 1, sym_string, - STATE(570), 1, + STATE(624), 1, sym_template_string, - STATE(862), 1, + STATE(1012), 1, sym_primary_expression, ACTIONS(304), 2, sym_ellipsis, sym_float, - STATE(740), 2, + STATE(834), 2, sym_attribute, sym_subscript, ACTIONS(296), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1381), 3, + ACTIONS(1471), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, @@ -50904,13 +54865,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - ACTIONS(1383), 5, + ACTIONS(1473), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, - STATE(649), 15, + STATE(724), 15, sym_binary_operator, sym_unary_operator, sym_call, @@ -50926,3900 +54887,74 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_concatenated_template_string, sym_await, - [33075] = 5, + [37279] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(605), 1, + anon_sym_await, + ACTIONS(1477), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(738), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [37355] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(310), 1, sym__string_start, - STATE(573), 2, + STATE(619), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1088), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1083), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [33130] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(312), 1, - sym__template_string_start, - STATE(572), 2, - sym_template_string, - aux_sym_concatenated_template_string_repeat1, - ACTIONS(1088), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1083), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [33185] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1391), 1, - sym__template_string_start, - STATE(571), 2, - sym_template_string, - aux_sym_concatenated_template_string_repeat1, - ACTIONS(1389), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1387), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [33240] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(312), 1, - sym__template_string_start, - STATE(571), 2, - sym_template_string, - aux_sym_concatenated_template_string_repeat1, - ACTIONS(1396), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1394), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [33295] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(310), 1, - sym__string_start, - STATE(574), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1400), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1398), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [33350] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1406), 1, - sym__string_start, - STATE(574), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1404), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1402), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [33405] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(623), 1, - anon_sym_await, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1409), 1, - anon_sym_not, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(751), 1, - sym_primary_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(611), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [33481] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(605), 1, - anon_sym_await, - ACTIONS(1411), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(663), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [33557] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(576), 1, - anon_sym_await, - ACTIONS(1413), 1, - anon_sym_not, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(717), 1, - sym_primary_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(570), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [33633] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(595), 1, - anon_sym_await, - ACTIONS(1415), 1, - anon_sym_not, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(667), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [33709] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(595), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(672), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [33782] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1419), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1417), 35, - sym__string_start, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [33831] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1423), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1421), 35, - sym__template_string_start, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [33880] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(576), 1, - anon_sym_await, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(706), 1, - sym_primary_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(570), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [33953] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(605), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(663), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [34026] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1427), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1425), 35, - sym__string_start, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [34075] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(576), 1, - anon_sym_await, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(713), 1, - sym_primary_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(570), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [34148] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(605), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(664), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [34221] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(623), 1, - anon_sym_await, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(739), 1, - sym_primary_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(611), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [34294] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(605), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(673), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [34367] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(576), 1, - anon_sym_await, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(712), 1, - sym_primary_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(570), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [34440] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(623), 1, - anon_sym_await, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(736), 1, - sym_primary_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(611), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [34513] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(605), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(683), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [34586] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(623), 1, - anon_sym_await, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(734), 1, - sym_primary_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(611), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [34659] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(605), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(677), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [34732] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(623), 1, - anon_sym_await, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(741), 1, - sym_primary_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(611), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [34805] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(1429), 1, - sym_identifier, - ACTIONS(1433), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(862), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(859), 2, - sym_attribute, - sym_subscript, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1431), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 15, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [34882] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(595), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(667), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [34955] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(623), 1, - anon_sym_await, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(745), 1, - sym_primary_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(611), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35028] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(623), 1, - anon_sym_await, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(751), 1, - sym_primary_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(611), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35101] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(623), 1, - anon_sym_await, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(752), 1, - sym_primary_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(611), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35174] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(605), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(670), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35247] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(623), 1, - anon_sym_await, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(753), 1, - sym_primary_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(611), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35320] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(576), 1, - anon_sym_await, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(723), 1, - sym_primary_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(570), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35393] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(605), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(682), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35466] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(576), 1, - anon_sym_await, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(721), 1, - sym_primary_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(570), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35539] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(605), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(668), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35612] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(595), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(678), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35685] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(576), 1, - anon_sym_await, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(717), 1, - sym_primary_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(570), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35758] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(623), 1, - anon_sym_await, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(742), 1, - sym_primary_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(611), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35831] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(576), 1, - anon_sym_await, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(714), 1, - sym_primary_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(570), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35904] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(595), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(674), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [35977] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(576), 1, - anon_sym_await, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(707), 1, - sym_primary_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(570), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [36050] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(576), 1, - anon_sym_await, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(708), 1, - sym_primary_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(570), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [36123] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(595), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(685), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [36196] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(595), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(662), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [36269] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(595), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(671), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [36342] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(576), 1, - anon_sym_await, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(705), 1, - sym_primary_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(570), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [36415] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(623), 1, - anon_sym_await, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(746), 1, - sym_primary_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(611), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [36488] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(595), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(681), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [36561] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym__string_start, - ACTIONS(83), 1, - sym__template_string_start, - ACTIONS(568), 1, - anon_sym_LPAREN, - ACTIONS(574), 1, - anon_sym_LBRACK, - ACTIONS(576), 1, - anon_sym_await, - STATE(698), 1, - sym_string, - STATE(700), 1, - sym_template_string, - STATE(710), 1, - sym_primary_expression, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(47), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(570), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(760), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [36634] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(609), 1, - anon_sym_LPAREN, - ACTIONS(617), 1, - anon_sym_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(623), 1, - anon_sym_await, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - STATE(720), 1, - sym_string, - STATE(722), 1, - sym_template_string, - STATE(744), 1, - sym_primary_expression, - ACTIONS(621), 2, - sym_ellipsis, - sym_float, - ACTIONS(615), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(607), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(611), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(809), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [36707] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(605), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(679), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [36780] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(595), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(680), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [36853] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(1379), 1, - sym_identifier, - ACTIONS(1385), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(862), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - STATE(740), 2, - sym_attribute, - sym_subscript, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1383), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 15, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [36930] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1437), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1435), 35, - sym__template_string_start, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [36979] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(595), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(666), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [37052] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(605), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(676), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [37125] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(591), 1, - anon_sym_LBRACK, - ACTIONS(595), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(665), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(296), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [37198] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(288), 1, - anon_sym_LBRACE, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(597), 1, - anon_sym_LPAREN, - ACTIONS(603), 1, - anon_sym_LBRACK, - ACTIONS(605), 1, - anon_sym_await, - STATE(569), 1, - sym_string, - STATE(570), 1, - sym_template_string, - STATE(684), 1, - sym_primary_expression, - ACTIONS(304), 2, - sym_ellipsis, - sym_float, - ACTIONS(601), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(306), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - ACTIONS(583), 5, - anon_sym_print, - anon_sym_async, - anon_sym_match, - anon_sym_exec, - anon_sym_type, - STATE(649), 17, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_concatenated_template_string, - sym_await, - [37271] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1441), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1439), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [37319] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1445), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1443), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [37367] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1449), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1447), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [37415] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1453), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1451), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [37463] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1457), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1455), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [37511] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1461), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1459), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [37559] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1465), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1463), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [37607] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1469), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1467), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [37655] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1473), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1471), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [37703] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1477), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1475), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [37751] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1465), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1463), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [37799] = 3, - ACTIONS(3), 1, - sym_comment, ACTIONS(1481), 6, anon_sym_as, anon_sym_STAR, @@ -54827,7 +54962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1479), 34, + ACTIONS(1479), 33, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -54861,10 +54996,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [37847] = 3, + [37409] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(312), 1, + sym__template_string_start, + STATE(620), 2, + sym_template_string, + aux_sym_concatenated_template_string_repeat1, ACTIONS(1485), 6, anon_sym_as, anon_sym_STAR, @@ -54872,7 +55011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1483), 34, + ACTIONS(1483), 33, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -54906,582 +55045,5071 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [37895] = 3, + [37463] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1489), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1487), 34, - anon_sym_DOT, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(568), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(576), 1, + anon_sym_await, + ACTIONS(1487), 1, + anon_sym_not, + STATE(763), 1, + sym_template_string, + STATE(782), 1, + sym_string, + STATE(800), 1, + sym_primary_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(570), 5, + anon_sym_print, anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [37943] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1453), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1451), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [37991] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1493), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1491), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [38039] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1497), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1495), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [38087] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1497), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1495), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [38135] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1501), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1499), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [38183] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1449), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1447), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [38231] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1088), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1083), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [38279] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1505), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1503), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [38327] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1509), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1507), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [38375] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1523), 1, - anon_sym_PIPE, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_STAR_STAR, - ACTIONS(1531), 1, - anon_sym_EQ, - ACTIONS(1535), 1, - anon_sym_not, - ACTIONS(1537), 1, - anon_sym_AMP, - ACTIONS(1539), 1, - anon_sym_CARET, - ACTIONS(1543), 1, - anon_sym_is, - STATE(846), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1517), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1519), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1525), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1541), 2, - anon_sym_LT, - anon_sym_GT, - STATE(642), 2, - sym_argument_list, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, sym_generator_expression, - ACTIONS(1533), 3, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [37539] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1493), 1, + sym__string_start, + STATE(619), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1491), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1489), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1521), 6, - anon_sym_in, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(1515), 10, + anon_sym_is, + [37593] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1500), 1, + sym__template_string_start, + STATE(620), 2, + sym_template_string, + aux_sym_concatenated_template_string_repeat1, + ACTIONS(1498), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1496), 33, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, anon_sym_and, anon_sym_or, - sym_type_conversion, - [38457] = 20, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [37647] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1531), 1, + ACTIONS(310), 1, + sym__string_start, + STATE(616), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1178), 6, anon_sym_as, - ACTIONS(1551), 1, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, anon_sym_PIPE, - ACTIONS(1555), 1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_STAR_STAR, - ACTIONS(1559), 1, + anon_sym_AT, anon_sym_not, - ACTIONS(1561), 1, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, - ACTIONS(1563), 1, anon_sym_CARET, - ACTIONS(1567), 1, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, anon_sym_is, + [37701] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(645), 1, + anon_sym_await, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1503), 1, + anon_sym_not, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(831), 1, + sym_primary_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(633), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [37777] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(623), 1, + anon_sym_await, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + ACTIONS(1505), 1, + anon_sym_not, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(788), 1, + sym_primary_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(611), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [37853] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(312), 1, + sym__template_string_start, + STATE(617), 2, + sym_template_string, + aux_sym_concatenated_template_string_repeat1, + ACTIONS(1178), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [37907] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(595), 1, + anon_sym_await, + ACTIONS(1507), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(752), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [37983] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(661), 1, + anon_sym_await, + ACTIONS(1509), 1, + anon_sym_not, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(814), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [38059] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(645), 1, + anon_sym_await, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(843), 1, + sym_primary_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(633), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [38132] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(605), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(736), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [38205] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(605), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(737), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [38278] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(605), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(738), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [38351] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(605), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(748), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [38424] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(605), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(749), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [38497] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(576), 1, + anon_sym_await, + STATE(763), 1, + sym_template_string, + STATE(782), 1, + sym_string, + STATE(804), 1, + sym_primary_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(570), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [38570] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(576), 1, + anon_sym_await, + STATE(763), 1, + sym_template_string, + STATE(782), 1, + sym_string, + STATE(805), 1, + sym_primary_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(570), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [38643] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(576), 1, + anon_sym_await, + STATE(763), 1, + sym_template_string, + STATE(782), 1, + sym_string, + STATE(796), 1, + sym_primary_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(570), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [38716] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(576), 1, + anon_sym_await, + STATE(763), 1, + sym_template_string, + STATE(782), 1, + sym_string, + STATE(799), 1, + sym_primary_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(570), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [38789] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(645), 1, + anon_sym_await, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(828), 1, + sym_primary_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(633), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [38862] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(645), 1, + anon_sym_await, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(829), 1, + sym_primary_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(633), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [38935] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(645), 1, + anon_sym_await, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(831), 1, + sym_primary_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(633), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39008] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(645), 1, + anon_sym_await, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(832), 1, + sym_primary_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(633), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39081] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(645), 1, + anon_sym_await, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(833), 1, + sym_primary_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(633), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39154] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(645), 1, + anon_sym_await, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(835), 1, + sym_primary_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(633), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39227] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(645), 1, + anon_sym_await, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(836), 1, + sym_primary_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(633), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39300] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(645), 1, + anon_sym_await, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(837), 1, + sym_primary_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(633), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39373] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(645), 1, + anon_sym_await, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, + STATE(844), 1, + sym_primary_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(629), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(633), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39446] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(623), 1, + anon_sym_await, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(786), 1, + sym_primary_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(611), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39519] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(623), 1, + anon_sym_await, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(787), 1, + sym_primary_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(611), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39592] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(623), 1, + anon_sym_await, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(788), 1, + sym_primary_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(611), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39665] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(623), 1, + anon_sym_await, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(789), 1, + sym_primary_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(611), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39738] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(605), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(743), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39811] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(623), 1, + anon_sym_await, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(791), 1, + sym_primary_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(611), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39884] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(623), 1, + anon_sym_await, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(792), 1, + sym_primary_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(611), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [39957] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(623), 1, + anon_sym_await, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(793), 1, + sym_primary_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(611), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40030] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(605), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(739), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40103] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(623), 1, + anon_sym_await, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(797), 1, + sym_primary_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(611), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40176] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(623), 1, + anon_sym_await, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(798), 1, + sym_primary_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(611), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40249] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(605), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(759), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40322] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(576), 1, + anon_sym_await, + STATE(763), 1, + sym_template_string, + STATE(782), 1, + sym_string, + STATE(823), 1, + sym_primary_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(570), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40395] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(576), 1, + anon_sym_await, + STATE(763), 1, + sym_template_string, + STATE(782), 1, + sym_string, + STATE(824), 1, + sym_primary_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(570), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40468] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(605), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(740), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40541] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(576), 1, + anon_sym_await, + STATE(763), 1, + sym_template_string, + STATE(782), 1, + sym_string, + STATE(800), 1, + sym_primary_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(570), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40614] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(1469), 1, + sym_identifier, + ACTIONS(1475), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(1012), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(834), 2, + sym_attribute, + sym_subscript, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(1473), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 15, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40691] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(595), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(750), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40764] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(595), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(751), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40837] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(595), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(752), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40910] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(595), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(753), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [40983] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(595), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(734), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [41056] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(595), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(754), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [41129] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(595), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(755), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [41202] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(595), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(756), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [41275] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(605), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(741), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [41348] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(576), 1, + anon_sym_await, + STATE(763), 1, + sym_template_string, + STATE(782), 1, + sym_string, + STATE(801), 1, + sym_primary_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(570), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [41421] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(595), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(757), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [41494] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(595), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(758), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [41567] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(595), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(761), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [41640] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(576), 1, + anon_sym_await, + STATE(763), 1, + sym_template_string, + STATE(782), 1, + sym_string, + STATE(811), 1, + sym_primary_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(570), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [41713] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(631), 1, + anon_sym_LPAREN, + ACTIONS(639), 1, + anon_sym_LBRACK, + ACTIONS(641), 1, + anon_sym_LBRACE, + ACTIONS(645), 1, + anon_sym_await, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + STATE(794), 1, + sym_string, + STATE(795), 1, + sym_template_string, STATE(845), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1545), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1547), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1553), 2, + sym_primary_expression, + ACTIONS(643), 2, + sym_ellipsis, + sym_float, + ACTIONS(637), 3, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1565), 2, + anon_sym_TILDE, + ACTIONS(629), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(633), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(953), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [41786] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(591), 1, + anon_sym_LBRACK, + ACTIONS(1511), 1, + sym_identifier, + ACTIONS(1515), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(1012), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + STATE(1000), 2, + sym_attribute, + sym_subscript, + ACTIONS(296), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + ACTIONS(1513), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 15, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [41863] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(623), 1, + anon_sym_await, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(784), 1, + sym_primary_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(611), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [41936] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(576), 1, + anon_sym_await, + STATE(763), 1, + sym_template_string, + STATE(782), 1, + sym_string, + STATE(802), 1, + sym_primary_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(570), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42009] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(661), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(812), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42082] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(661), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(813), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42155] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(661), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(814), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42228] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(661), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(815), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42301] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(661), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(816), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42374] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(661), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(817), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42447] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(661), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(818), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42520] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(661), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(819), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42593] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(603), 1, + anon_sym_LBRACK, + ACTIONS(605), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(742), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(601), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42666] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(661), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(820), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42739] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(661), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(821), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42812] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(288), 1, + anon_sym_LBRACE, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(653), 1, + anon_sym_LPAREN, + ACTIONS(659), 1, + anon_sym_LBRACK, + ACTIONS(661), 1, + anon_sym_await, + STATE(621), 1, + sym_string, + STATE(624), 1, + sym_template_string, + STATE(803), 1, + sym_primary_expression, + ACTIONS(304), 2, + sym_ellipsis, + sym_float, + ACTIONS(657), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(306), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(583), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(724), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42885] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym__string_start, + ACTIONS(83), 1, + sym__template_string_start, + ACTIONS(568), 1, + anon_sym_LPAREN, + ACTIONS(574), 1, + anon_sym_LBRACK, + ACTIONS(576), 1, + anon_sym_await, + STATE(763), 1, + sym_template_string, + STATE(782), 1, + sym_string, + STATE(825), 1, + sym_primary_expression, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(47), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(77), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(570), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(908), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [42958] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(609), 1, + anon_sym_LPAREN, + ACTIONS(617), 1, + anon_sym_LBRACK, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(623), 1, + anon_sym_await, + ACTIONS(625), 1, + sym__string_start, + ACTIONS(627), 1, + sym__template_string_start, + STATE(767), 1, + sym_string, + STATE(768), 1, + sym_template_string, + STATE(783), 1, + sym_primary_expression, + ACTIONS(621), 2, + sym_ellipsis, + sym_float, + ACTIONS(615), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(607), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(611), 5, + anon_sym_print, + anon_sym_async, + anon_sym_match, + anon_sym_exec, + anon_sym_type, + STATE(924), 17, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_concatenated_template_string, + sym_await, + [43031] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1519), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1557), 3, + ACTIONS(1517), 34, + sym__string_start, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1549), 6, - anon_sym_in, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(1515), 10, + anon_sym_is, + [43079] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1523), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1521), 34, + sym__template_string_start, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_async, anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, anon_sym_and, anon_sym_or, - [38539] = 3, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [43127] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1527), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1525), 34, + sym__string_start, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [43175] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1531), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1529), 34, + sym__template_string_start, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [43223] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1535), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1533), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [43270] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1539), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1537), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [43317] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1543), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1541), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [43364] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1547), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1545), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [43411] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1551), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1549), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [43458] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1543), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1541), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [43505] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1555), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1553), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [43552] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1559), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1557), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [43599] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1563), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1561), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [43646] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1567), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1565), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [43693] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1571), 6, @@ -55491,7 +60119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1569), 34, + ACTIONS(1569), 33, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -55525,8 +60153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [38587] = 3, + [43740] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1575), 6, @@ -55536,7 +60163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1573), 34, + ACTIONS(1573), 33, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -55570,53 +60197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [38635] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(265), 6, - anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(298), 34, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [38683] = 3, + [43787] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1579), 6, @@ -55626,7 +60207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1577), 34, + ACTIONS(1577), 33, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -55660,8 +60241,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, + [43834] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1272), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1267), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, sym_type_conversion, - [38731] = 3, + [43881] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1283), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1278), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [43928] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1583), 6, @@ -55671,7 +60339,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1581), 34, + ACTIONS(1581), 33, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -55705,8 +60373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [38779] = 3, + [43975] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1587), 6, @@ -55716,7 +60383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1585), 34, + ACTIONS(1585), 33, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -55750,8 +60417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [38827] = 3, + [44022] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1591), 6, @@ -55761,7 +60427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1589), 34, + ACTIONS(1589), 33, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -55795,18 +60461,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [38875] = 3, + [44069] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1595), 6, + ACTIONS(1583), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1593), 34, + ACTIONS(1581), 33, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -55840,1287 +60505,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [38923] = 8, + [44116] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_STAR_STAR, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1599), 5, + ACTIONS(1579), 6, + anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1597), 28, + ACTIONS(1577), 33, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [38980] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1551), 1, - anon_sym_PIPE, - ACTIONS(1555), 1, - anon_sym_STAR_STAR, - ACTIONS(1561), 1, - anon_sym_AMP, - ACTIONS(1563), 1, - anon_sym_CARET, - ACTIONS(1545), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1547), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1553), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1557), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1603), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1601), 18, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [39051] = 15, + [44163] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1511), 1, + ACTIONS(1593), 1, anon_sym_DOT, - ACTIONS(1513), 1, + ACTIONS(1595), 1, anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1551), 1, + ACTIONS(1605), 1, anon_sym_PIPE, - ACTIONS(1555), 1, - anon_sym_STAR_STAR, - ACTIONS(1561), 1, - anon_sym_AMP, - ACTIONS(1563), 1, - anon_sym_CARET, - ACTIONS(1545), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1547), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1553), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1557), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1607), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1605), 18, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [39122] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1523), 1, - anon_sym_PIPE, - ACTIONS(1527), 1, + ACTIONS(1609), 1, anon_sym_LBRACK, - ACTIONS(1529), 1, + ACTIONS(1611), 1, anon_sym_STAR_STAR, - ACTIONS(1537), 1, - anon_sym_AMP, - ACTIONS(1539), 1, - anon_sym_CARET, - ACTIONS(1517), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1519), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1525), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1533), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1607), 3, + ACTIONS(1613), 1, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1605), 18, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_RBRACE, + ACTIONS(1617), 1, anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [39193] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1523), 1, - anon_sym_PIPE, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_STAR_STAR, - ACTIONS(1537), 1, + ACTIONS(1619), 1, anon_sym_AMP, - ACTIONS(1539), 1, - anon_sym_CARET, - ACTIONS(1517), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1519), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1525), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1533), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1611), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1609), 18, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [39264] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1523), 1, - anon_sym_PIPE, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_STAR_STAR, - ACTIONS(1537), 1, - anon_sym_AMP, - ACTIONS(1539), 1, - anon_sym_CARET, - ACTIONS(1517), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1519), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1525), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1533), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1603), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1601), 18, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [39335] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1555), 1, - anon_sym_STAR_STAR, - ACTIONS(1545), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1547), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1553), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1557), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1599), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 21, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [39400] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_STAR_STAR, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1615), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1613), 28, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [39457] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1555), 1, - anon_sym_STAR_STAR, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1619), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1617), 28, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [39514] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_STAR_STAR, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1619), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1617), 28, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [39571] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_STAR_STAR, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1599), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 28, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [39628] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1551), 1, - anon_sym_PIPE, - ACTIONS(1555), 1, - anon_sym_STAR_STAR, - ACTIONS(1561), 1, - anon_sym_AMP, - ACTIONS(1563), 1, - anon_sym_CARET, - ACTIONS(1545), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1547), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1553), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1557), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1611), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1609), 18, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [39699] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_STAR_STAR, - ACTIONS(1537), 1, - anon_sym_AMP, - ACTIONS(1539), 1, - anon_sym_CARET, - ACTIONS(1517), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1519), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1525), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1533), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1599), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 19, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [39768] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1555), 1, - anon_sym_STAR_STAR, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1615), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1613), 28, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [39825] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1555), 1, - anon_sym_STAR_STAR, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1599), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 28, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [39882] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1555), 1, - anon_sym_STAR_STAR, - ACTIONS(1545), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1553), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1557), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1599), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 23, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [39945] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_STAR_STAR, - ACTIONS(1517), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1525), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1533), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1599), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 23, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [40008] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1555), 1, - anon_sym_STAR_STAR, - ACTIONS(1563), 1, - anon_sym_CARET, - ACTIONS(1545), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1547), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1553), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1557), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1599), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 20, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [40075] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_STAR_STAR, - ACTIONS(1517), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1519), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1525), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1533), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1599), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 21, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [40140] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_STAR_STAR, - ACTIONS(1539), 1, - anon_sym_CARET, - ACTIONS(1517), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1519), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1525), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1533), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1599), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 20, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [40207] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1555), 1, - anon_sym_STAR_STAR, - ACTIONS(1561), 1, - anon_sym_AMP, - ACTIONS(1563), 1, - anon_sym_CARET, - ACTIONS(1545), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1547), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1553), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1557), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1599), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 19, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [40276] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1555), 1, - anon_sym_STAR_STAR, - ACTIONS(1545), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1557), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1599), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 25, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [40337] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1555), 1, - anon_sym_STAR_STAR, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1599), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 28, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [40394] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_STAR_STAR, - ACTIONS(1517), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1533), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1599), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 25, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [40455] = 5, - ACTIONS(3), 1, - sym_comment, ACTIONS(1621), 1, - sym__template_string_start, - STATE(686), 2, - sym_template_string, - aux_sym_concatenated_template_string_repeat1, - ACTIONS(1389), 4, + anon_sym_CARET, + ACTIONS(1625), 1, + anon_sym_is, + STATE(991), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(1599), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1601), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1607), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1623), 2, + anon_sym_LT, + anon_sym_GT, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1615), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1603), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1597), 9, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_or, + [44244] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1629), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1387), 31, + ACTIONS(1627), 33, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, @@ -57144,34 +60654,678 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [40505] = 4, + [44291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1090), 1, - anon_sym_COLON_EQ, - ACTIONS(1088), 6, + ACTIONS(1633), 6, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1083), 31, + ACTIONS(1631), 33, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44338] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1637), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1635), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44385] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(265), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(298), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44432] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1178), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44479] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1613), 1, + anon_sym_as, + ACTIONS(1645), 1, + anon_sym_PIPE, + ACTIONS(1649), 1, + anon_sym_STAR_STAR, + ACTIONS(1653), 1, + anon_sym_not, + ACTIONS(1655), 1, + anon_sym_AMP, + ACTIONS(1657), 1, + anon_sym_CARET, + ACTIONS(1661), 1, + anon_sym_is, + STATE(992), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(1639), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1641), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1647), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1659), 2, + anon_sym_LT, + anon_sym_GT, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1651), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1643), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1597), 9, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_or, + [44560] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1665), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1663), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44607] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1669), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1667), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44654] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1673), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1671), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44701] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1677), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1675), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44748] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1681), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1679), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44795] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1673), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1671), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44842] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1685), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1683), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44889] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1689), 6, + anon_sym_as, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1687), 33, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44936] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1611), 1, + anon_sym_STAR_STAR, + ACTIONS(1599), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1615), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 24, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44996] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1611), 1, anon_sym_STAR_STAR, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1697), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1695), 27, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, @@ -57187,21 +61341,431 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [40553] = 5, + [45052] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1624), 1, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1649), 1, + anon_sym_STAR_STAR, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 27, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45108] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1649), 1, + anon_sym_STAR_STAR, + ACTIONS(1639), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1647), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1651), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1693), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 22, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45170] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1645), 1, + anon_sym_PIPE, + ACTIONS(1649), 1, + anon_sym_STAR_STAR, + ACTIONS(1655), 1, + anon_sym_AMP, + ACTIONS(1657), 1, + anon_sym_CARET, + ACTIONS(1639), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1641), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1647), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1651), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1701), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1699), 17, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45240] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1649), 1, + anon_sym_STAR_STAR, + ACTIONS(1655), 1, + anon_sym_AMP, + ACTIONS(1657), 1, + anon_sym_CARET, + ACTIONS(1639), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1641), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1647), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1651), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1693), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 18, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45308] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1649), 1, + anon_sym_STAR_STAR, + ACTIONS(1639), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1651), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1693), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 24, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45368] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1649), 1, + anon_sym_STAR_STAR, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 27, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45424] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1649), 1, + anon_sym_STAR_STAR, + ACTIONS(1657), 1, + anon_sym_CARET, + ACTIONS(1639), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1641), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1647), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1651), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1693), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 19, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45490] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1649), 1, + anon_sym_STAR_STAR, + ACTIONS(1639), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1641), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1647), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1651), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1693), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 20, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45554] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, sym__string_start, - STATE(688), 2, + STATE(746), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1404), 4, + ACTIONS(1481), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1402), 31, + ACTIONS(1479), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -57233,20 +61797,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [40603] = 5, + [45604] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(627), 1, + ACTIONS(649), 1, sym__template_string_start, - STATE(686), 2, + STATE(747), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, - ACTIONS(1396), 4, + ACTIONS(1485), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1394), 31, + ACTIONS(1483), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -57278,16 +61842,919 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [40653] = 3, + [45654] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1158), 5, + ACTIONS(1703), 1, + sym__string_start, + STATE(746), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1491), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1489), 31, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45704] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1706), 1, + sym__template_string_start, + STATE(747), 2, + sym_template_string, + aux_sym_concatenated_template_string_repeat1, + ACTIONS(1498), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1496), 31, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45754] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1645), 1, + anon_sym_PIPE, + ACTIONS(1649), 1, + anon_sym_STAR_STAR, + ACTIONS(1655), 1, + anon_sym_AMP, + ACTIONS(1657), 1, + anon_sym_CARET, + ACTIONS(1639), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1641), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1647), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1651), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1711), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1709), 17, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45824] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1645), 1, + anon_sym_PIPE, + ACTIONS(1649), 1, + anon_sym_STAR_STAR, + ACTIONS(1655), 1, + anon_sym_AMP, + ACTIONS(1657), 1, + anon_sym_CARET, + ACTIONS(1639), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1641), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1647), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1651), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1715), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1713), 17, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45894] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1611), 1, + anon_sym_STAR_STAR, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1153), 33, + ACTIONS(1691), 27, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45950] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1611), 1, + anon_sym_STAR_STAR, + ACTIONS(1599), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1607), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1615), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 22, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [46012] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1605), 1, + anon_sym_PIPE, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1611), 1, + anon_sym_STAR_STAR, + ACTIONS(1619), 1, + anon_sym_AMP, + ACTIONS(1621), 1, + anon_sym_CARET, + ACTIONS(1599), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1601), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1607), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1615), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1701), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1699), 17, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [46082] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1611), 1, + anon_sym_STAR_STAR, + ACTIONS(1619), 1, + anon_sym_AMP, + ACTIONS(1621), 1, + anon_sym_CARET, + ACTIONS(1599), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1601), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1607), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1615), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 18, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [46150] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1611), 1, + anon_sym_STAR_STAR, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 27, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [46206] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1611), 1, + anon_sym_STAR_STAR, + ACTIONS(1621), 1, + anon_sym_CARET, + ACTIONS(1599), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1601), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1607), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1615), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 19, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [46272] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1611), 1, + anon_sym_STAR_STAR, + ACTIONS(1599), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1601), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1607), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1615), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 20, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [46336] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1605), 1, + anon_sym_PIPE, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1611), 1, + anon_sym_STAR_STAR, + ACTIONS(1619), 1, + anon_sym_AMP, + ACTIONS(1621), 1, + anon_sym_CARET, + ACTIONS(1599), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1601), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1607), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1615), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1711), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1709), 17, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [46406] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1605), 1, + anon_sym_PIPE, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1611), 1, + anon_sym_STAR_STAR, + ACTIONS(1619), 1, + anon_sym_AMP, + ACTIONS(1621), 1, + anon_sym_CARET, + ACTIONS(1599), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1601), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1607), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1615), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1715), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1713), 17, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [46476] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1649), 1, + anon_sym_STAR_STAR, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1719), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1717), 27, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [46532] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1649), 1, + anon_sym_STAR_STAR, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1697), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1695), 27, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [46588] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1611), 1, + anon_sym_STAR_STAR, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1719), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1717), 27, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [46644] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1721), 1, + sym__template_string_start, + STATE(762), 2, + sym_template_string, + aux_sym_concatenated_template_string_repeat1, + ACTIONS(1498), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1496), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [46693] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(83), 1, + sym__template_string_start, + STATE(778), 2, + sym_template_string, + aux_sym_concatenated_template_string_repeat1, + ACTIONS(1178), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [46742] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1283), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1278), 32, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -57320,35 +62787,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, + [46787] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(81), 1, + sym__string_start, + STATE(775), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1481), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1479), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [46836] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1613), 1, + anon_sym_EQ, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + anon_sym_LPAREN, + ACTIONS(1734), 1, + anon_sym_PIPE, + ACTIONS(1738), 1, + anon_sym_LBRACK, + ACTIONS(1740), 1, + anon_sym_STAR_STAR, + ACTIONS(1744), 1, + anon_sym_not, + ACTIONS(1746), 1, + anon_sym_AMP, + ACTIONS(1748), 1, + anon_sym_CARET, + ACTIONS(1752), 1, + anon_sym_is, + STATE(1006), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(1728), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1730), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1736), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1750), 2, + anon_sym_LT, + anon_sym_GT, + STATE(906), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1742), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1732), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1597), 7, + anon_sym_COMMA, + anon_sym_if, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_or, + anon_sym_COLON2, sym_type_conversion, - [40699] = 5, + [46915] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, sym__string_start, - STATE(688), 2, + STATE(769), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1400), 4, + ACTIONS(1178), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1398), 31, + ACTIONS(1173), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, @@ -57366,33 +62932,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [40749] = 4, + anon_sym_COLON2, + sym_type_conversion, + [46964] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1627), 1, - anon_sym_COLON_EQ, - ACTIONS(1088), 6, - anon_sym_as, + ACTIONS(627), 1, + sym__template_string_start, + STATE(770), 2, + sym_template_string, + aux_sym_concatenated_template_string_repeat1, + ACTIONS(1178), 5, anon_sym_STAR, - anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1083), 31, + ACTIONS(1173), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, @@ -57410,33 +62976,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [40797] = 4, + anon_sym_COLON2, + sym_type_conversion, + [47013] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(599), 1, - anon_sym_COLON_EQ, - ACTIONS(265), 6, - anon_sym_as, + ACTIONS(625), 1, + sym__string_start, + STATE(771), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1481), 5, anon_sym_STAR, - anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(298), 31, + ACTIONS(1479), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, @@ -57454,7 +63020,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [40845] = 4, + anon_sym_COLON2, + sym_type_conversion, + [47062] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(627), 1, + sym__template_string_start, + STATE(762), 2, + sym_template_string, + aux_sym_concatenated_template_string_repeat1, + ACTIONS(1485), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1483), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [47111] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1754), 1, + sym__string_start, + STATE(771), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1491), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1489), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [47160] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1763), 1, + anon_sym_PIPE, + ACTIONS(1767), 1, + anon_sym_STAR_STAR, + ACTIONS(1771), 1, + anon_sym_not, + ACTIONS(1773), 1, + anon_sym_AMP, + ACTIONS(1775), 1, + anon_sym_CARET, + ACTIONS(1779), 1, + anon_sym_is, + STATE(997), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(1757), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1759), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1765), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1777), 2, + anon_sym_LT, + anon_sym_GT, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1769), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1761), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1597), 8, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_or, + [47237] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(585), 1, @@ -57466,6 +63180,324 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + ACTIONS(298), 30, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_else, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [47284] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1219), 1, + anon_sym_COLON_EQ, + ACTIONS(1178), 6, + anon_sym_STAR, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 30, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_else, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [47331] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1781), 1, + sym__string_start, + STATE(775), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1491), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1489), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [47380] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1784), 1, + sym__template_string_start, + STATE(776), 2, + sym_template_string, + aux_sym_concatenated_template_string_repeat1, + ACTIONS(1498), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1496), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [47429] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1272), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1267), 32, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [47474] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(83), 1, + sym__template_string_start, + STATE(776), 2, + sym_template_string, + aux_sym_concatenated_template_string_repeat1, + ACTIONS(1485), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1483), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [47523] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1613), 1, + anon_sym_EQ, + ACTIONS(1787), 1, + anon_sym_DOT, + ACTIONS(1789), 1, + anon_sym_LPAREN, + ACTIONS(1797), 1, + anon_sym_PIPE, + ACTIONS(1801), 1, + anon_sym_LBRACK, + ACTIONS(1803), 1, + anon_sym_STAR_STAR, + ACTIONS(1807), 1, + anon_sym_not, + ACTIONS(1809), 1, + anon_sym_AMP, + ACTIONS(1811), 1, + anon_sym_CARET, + ACTIONS(1815), 1, + anon_sym_is, + STATE(1002), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(1791), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1793), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1799), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1813), 2, + anon_sym_LT, + anon_sym_GT, + STATE(904), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1805), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1795), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1597), 7, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_if, + anon_sym_and, + anon_sym_or, + anon_sym_SEMI, + [47602] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(599), 1, + anon_sym_COLON_EQ, + ACTIONS(265), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, ACTIONS(298), 31, anon_sym_DOT, anon_sym_LPAREN, @@ -57473,135 +63505,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_else, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [40893] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1173), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1168), 33, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [40939] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1629), 1, - sym__template_string_start, - STATE(696), 2, - sym_template_string, - aux_sym_concatenated_template_string_repeat1, - ACTIONS(1389), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1387), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [40988] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1158), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1153), 32, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -57627,258 +63530,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [41033] = 5, + [47649] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(81), 1, - sym__string_start, - STATE(699), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1088), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1083), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [41082] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(81), 1, - sym__string_start, - STATE(704), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1400), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1398), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [41131] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(83), 1, - sym__template_string_start, - STATE(701), 2, - sym_template_string, - aux_sym_concatenated_template_string_repeat1, - ACTIONS(1088), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1083), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [41180] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(83), 1, - sym__template_string_start, - STATE(696), 2, - sym_template_string, - aux_sym_concatenated_template_string_repeat1, - ACTIONS(1396), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1394), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [41229] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1531), 1, - anon_sym_EQ, - ACTIONS(1632), 1, - anon_sym_DOT, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(1642), 1, - anon_sym_PIPE, - ACTIONS(1646), 1, - anon_sym_LBRACK, - ACTIONS(1648), 1, - anon_sym_STAR_STAR, - ACTIONS(1652), 1, - anon_sym_not, - ACTIONS(1654), 1, - anon_sym_AMP, - ACTIONS(1656), 1, - anon_sym_CARET, - ACTIONS(1660), 1, - anon_sym_is, - STATE(850), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1636), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1638), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1644), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1658), 2, - anon_sym_LT, - anon_sym_GT, - STATE(788), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1650), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1640), 6, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(1515), 7, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_and, - anon_sym_or, - sym__semicolon, - [41308] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1173), 5, + ACTIONS(1817), 1, + anon_sym_COLON_EQ, + ACTIONS(1178), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1168), 32, + ACTIONS(1173), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -57904,21 +63573,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [41353] = 5, + [47696] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1662), 1, + ACTIONS(81), 1, sym__string_start, - STATE(704), 2, + STATE(765), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1404), 5, + ACTIONS(1178), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1402), 29, + ACTIONS(1173), 29, sym__newline, anon_sym_DOT, anon_sym_from, @@ -57947,139 +63616,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [41402] = 13, + anon_sym_SEMI, + [47745] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1632), 1, + ACTIONS(1724), 1, anon_sym_DOT, - ACTIONS(1634), 1, + ACTIONS(1726), 1, anon_sym_LPAREN, - ACTIONS(1646), 1, + ACTIONS(1738), 1, anon_sym_LBRACK, - ACTIONS(1648), 1, + ACTIONS(1740), 1, anon_sym_STAR_STAR, - ACTIONS(1656), 1, - anon_sym_CARET, - ACTIONS(1636), 2, + ACTIONS(1728), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1638), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1644), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(788), 2, + STATE(906), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1599), 3, + ACTIONS(1693), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1650), 3, + ACTIONS(1742), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1597), 17, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [41466] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1632), 1, - anon_sym_DOT, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(1642), 1, - anon_sym_PIPE, - ACTIONS(1646), 1, - anon_sym_LBRACK, - ACTIONS(1648), 1, - anon_sym_STAR_STAR, - ACTIONS(1654), 1, - anon_sym_AMP, - ACTIONS(1656), 1, - anon_sym_CARET, - ACTIONS(1636), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1638), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1644), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(788), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1607), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1650), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1605), 15, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [41534] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1632), 1, - anon_sym_DOT, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(1646), 1, - anon_sym_LBRACK, - ACTIONS(1648), 1, - anon_sym_STAR_STAR, - ACTIONS(1636), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(788), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1599), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1650), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1597), 22, - sym__newline, - anon_sym_from, + ACTIONS(1691), 22, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -58087,6 +63650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, + anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, @@ -58099,30 +63663,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [41592] = 8, + anon_sym_COLON2, + sym_type_conversion, + [47803] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1632), 1, + ACTIONS(1724), 1, anon_sym_DOT, - ACTIONS(1634), 1, + ACTIONS(1726), 1, anon_sym_LPAREN, - ACTIONS(1646), 1, + ACTIONS(1738), 1, anon_sym_LBRACK, - ACTIONS(1648), 1, + ACTIONS(1740), 1, anon_sym_STAR_STAR, - STATE(788), 2, + STATE(906), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1599), 5, + ACTIONS(1719), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1597), 25, - sym__newline, - anon_sym_from, + ACTIONS(1717), 25, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -58130,6 +63693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, + anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, @@ -58145,542 +63709,461 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [41646] = 3, + anon_sym_COLON2, + sym_type_conversion, + [47857] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1427), 4, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + anon_sym_LPAREN, + ACTIONS(1738), 1, + anon_sym_LBRACK, + ACTIONS(1740), 1, + anon_sym_STAR_STAR, + STATE(906), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1697), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1695), 25, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [47911] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + anon_sym_LPAREN, + ACTIONS(1738), 1, + anon_sym_LBRACK, + ACTIONS(1740), 1, + anon_sym_STAR_STAR, + STATE(906), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 25, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [47965] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + anon_sym_LPAREN, + ACTIONS(1738), 1, + anon_sym_LBRACK, + ACTIONS(1740), 1, + anon_sym_STAR_STAR, + ACTIONS(1728), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1736), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(906), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1742), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 20, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [48025] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + anon_sym_LPAREN, + ACTIONS(1734), 1, + anon_sym_PIPE, + ACTIONS(1738), 1, + anon_sym_LBRACK, + ACTIONS(1740), 1, + anon_sym_STAR_STAR, + ACTIONS(1746), 1, + anon_sym_AMP, + ACTIONS(1748), 1, + anon_sym_CARET, + ACTIONS(1728), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1730), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1736), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(906), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1701), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1742), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1699), 15, + anon_sym_COMMA, + anon_sym_if, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [48093] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + anon_sym_LPAREN, + ACTIONS(1738), 1, + anon_sym_LBRACK, + ACTIONS(1740), 1, + anon_sym_STAR_STAR, + ACTIONS(1746), 1, + anon_sym_AMP, + ACTIONS(1748), 1, + anon_sym_CARET, + ACTIONS(1728), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1730), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1736), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(906), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1742), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 16, + anon_sym_COMMA, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [48159] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1767), 1, + anon_sym_STAR_STAR, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1697), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1425), 32, + ACTIONS(1695), 26, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [48213] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + anon_sym_LPAREN, + ACTIONS(1738), 1, + anon_sym_LBRACK, + ACTIONS(1740), 1, + anon_sym_STAR_STAR, + STATE(906), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 25, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [48267] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + anon_sym_LPAREN, + ACTIONS(1738), 1, + anon_sym_LBRACK, + ACTIONS(1740), 1, + anon_sym_STAR_STAR, + ACTIONS(1748), 1, + anon_sym_CARET, + ACTIONS(1728), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1730), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1736), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(906), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1742), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 17, + anon_sym_COMMA, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [48331] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + anon_sym_LPAREN, + ACTIONS(1738), 1, + anon_sym_LBRACK, + ACTIONS(1740), 1, + anon_sym_STAR_STAR, + ACTIONS(1728), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1730), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1736), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(906), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1742), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 18, + anon_sym_COMMA, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [48393] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, sym__string_start, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [41690] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1632), 1, - anon_sym_DOT, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(1646), 1, - anon_sym_LBRACK, - ACTIONS(1648), 1, - anon_sym_STAR_STAR, - ACTIONS(1636), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1638), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1644), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(788), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1599), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1650), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1597), 18, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [41752] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1632), 1, - anon_sym_DOT, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(1646), 1, - anon_sym_LBRACK, - ACTIONS(1648), 1, - anon_sym_STAR_STAR, - STATE(788), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1615), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1613), 25, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [41806] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1632), 1, - anon_sym_DOT, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(1646), 1, - anon_sym_LBRACK, - ACTIONS(1648), 1, - anon_sym_STAR_STAR, - STATE(788), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1619), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1617), 25, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [41860] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1632), 1, - anon_sym_DOT, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(1642), 1, - anon_sym_PIPE, - ACTIONS(1646), 1, - anon_sym_LBRACK, - ACTIONS(1648), 1, - anon_sym_STAR_STAR, - ACTIONS(1654), 1, - anon_sym_AMP, - ACTIONS(1656), 1, - anon_sym_CARET, - ACTIONS(1636), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1638), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1644), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(788), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1611), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1650), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1609), 15, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [41928] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1632), 1, - anon_sym_DOT, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(1646), 1, - anon_sym_LBRACK, - ACTIONS(1648), 1, - anon_sym_STAR_STAR, - ACTIONS(1654), 1, - anon_sym_AMP, - ACTIONS(1656), 1, - anon_sym_CARET, - ACTIONS(1636), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1638), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1644), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(788), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1599), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1650), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1597), 16, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [41994] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1423), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1421), 32, - sym__template_string_start, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [42038] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1419), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1417), 32, - sym__string_start, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [42082] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1632), 1, - anon_sym_DOT, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(1642), 1, - anon_sym_PIPE, - ACTIONS(1646), 1, - anon_sym_LBRACK, - ACTIONS(1648), 1, - anon_sym_STAR_STAR, - ACTIONS(1654), 1, - anon_sym_AMP, - ACTIONS(1656), 1, - anon_sym_CARET, - ACTIONS(1636), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1638), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1644), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(788), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1603), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1650), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1601), 15, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [42150] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, - anon_sym_DOT, - ACTIONS(1667), 1, - anon_sym_LPAREN, - ACTIONS(1675), 1, - anon_sym_PIPE, - ACTIONS(1679), 1, - anon_sym_LBRACK, - ACTIONS(1681), 1, - anon_sym_STAR_STAR, - ACTIONS(1685), 1, - anon_sym_not, - ACTIONS(1687), 1, - anon_sym_AMP, - ACTIONS(1689), 1, - anon_sym_CARET, - ACTIONS(1693), 1, - anon_sym_is, - STATE(863), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1669), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1671), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1677), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1691), 2, - anon_sym_LT, - anon_sym_GT, - STATE(813), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1683), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1673), 6, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(1515), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_and, - anon_sym_or, - [42226] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1437), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1435), 32, - sym__template_string_start, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [42270] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - STATE(691), 2, + STATE(744), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1088), 4, + ACTIONS(1178), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1083), 29, + ACTIONS(1173), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -58710,69 +64193,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [42318] = 11, + [48441] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1632), 1, - anon_sym_DOT, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(1646), 1, - anon_sym_LBRACK, - ACTIONS(1648), 1, - anon_sym_STAR_STAR, - ACTIONS(1636), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1644), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(788), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1599), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1650), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1597), 20, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [42378] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(627), 1, + ACTIONS(649), 1, sym__template_string_start, - STATE(689), 2, + STATE(745), 2, sym_template_string, aux_sym_concatenated_template_string_repeat1, - ACTIONS(1088), 4, + ACTIONS(1178), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1083), 29, + ACTIONS(1173), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -58802,27 +64236,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [42426] = 8, + [48489] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1632), 1, + ACTIONS(1787), 1, anon_sym_DOT, - ACTIONS(1634), 1, + ACTIONS(1789), 1, anon_sym_LPAREN, - ACTIONS(1646), 1, + ACTIONS(1801), 1, anon_sym_LBRACK, - ACTIONS(1648), 1, + ACTIONS(1803), 1, anon_sym_STAR_STAR, - STATE(788), 2, + STATE(904), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1599), 5, + ACTIONS(1693), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1597), 25, + ACTIONS(1691), 25, sym__newline, anon_sym_from, anon_sym_COMMA, @@ -58847,71 +64281,487 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [42480] = 4, + anon_sym_SEMI, + [48543] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1153), 3, + ACTIONS(1724), 1, anon_sym_DOT, + ACTIONS(1726), 1, anon_sym_LPAREN, + ACTIONS(1734), 1, + anon_sym_PIPE, + ACTIONS(1738), 1, anon_sym_LBRACK, - ACTIONS(1158), 13, + ACTIONS(1740), 1, + anon_sym_STAR_STAR, + ACTIONS(1746), 1, + anon_sym_AMP, + ACTIONS(1748), 1, + anon_sym_CARET, + ACTIONS(1728), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1730), 2, anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1736), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(906), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1711), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1742), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1709), 15, + anon_sym_COMMA, + anon_sym_if, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [48611] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + anon_sym_LPAREN, + ACTIONS(1734), 1, + anon_sym_PIPE, + ACTIONS(1738), 1, + anon_sym_LBRACK, + ACTIONS(1740), 1, + anon_sym_STAR_STAR, + ACTIONS(1746), 1, + anon_sym_AMP, + ACTIONS(1748), 1, + anon_sym_CARET, + ACTIONS(1728), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1730), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1736), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(906), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1715), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1742), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1713), 15, + anon_sym_COMMA, + anon_sym_if, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [48679] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1787), 1, + anon_sym_DOT, + ACTIONS(1789), 1, + anon_sym_LPAREN, + ACTIONS(1801), 1, + anon_sym_LBRACK, + ACTIONS(1803), 1, + anon_sym_STAR_STAR, + ACTIONS(1791), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1799), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(904), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1805), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 20, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [48739] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1787), 1, + anon_sym_DOT, + ACTIONS(1789), 1, + anon_sym_LPAREN, + ACTIONS(1797), 1, + anon_sym_PIPE, + ACTIONS(1801), 1, + anon_sym_LBRACK, + ACTIONS(1803), 1, + anon_sym_STAR_STAR, + ACTIONS(1809), 1, + anon_sym_AMP, + ACTIONS(1811), 1, + anon_sym_CARET, + ACTIONS(1791), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1793), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1799), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(904), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1701), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1805), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1699), 15, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_if, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [48807] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1787), 1, + anon_sym_DOT, + ACTIONS(1789), 1, + anon_sym_LPAREN, + ACTIONS(1801), 1, + anon_sym_LBRACK, + ACTIONS(1803), 1, + anon_sym_STAR_STAR, + ACTIONS(1809), 1, + anon_sym_AMP, + ACTIONS(1811), 1, + anon_sym_CARET, + ACTIONS(1791), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1793), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1799), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(904), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1805), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 16, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [48873] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1787), 1, + anon_sym_DOT, + ACTIONS(1789), 1, + anon_sym_LPAREN, + ACTIONS(1801), 1, + anon_sym_LBRACK, + ACTIONS(1803), 1, + anon_sym_STAR_STAR, + ACTIONS(1791), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(904), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1805), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 22, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [48931] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1767), 1, anon_sym_STAR_STAR, - anon_sym_AT, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1719), 4, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1717), 26, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1160), 19, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [48985] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1787), 1, + anon_sym_DOT, + ACTIONS(1789), 1, + anon_sym_LPAREN, + ACTIONS(1801), 1, + anon_sym_LBRACK, + ACTIONS(1803), 1, + anon_sym_STAR_STAR, + ACTIONS(1811), 1, + anon_sym_CARET, + ACTIONS(1791), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1793), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1799), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(904), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1805), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 17, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [49049] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1787), 1, + anon_sym_DOT, + ACTIONS(1789), 1, + anon_sym_LPAREN, + ACTIONS(1801), 1, + anon_sym_LBRACK, + ACTIONS(1803), 1, + anon_sym_STAR_STAR, + ACTIONS(1791), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1793), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1799), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(904), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1805), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 18, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [49111] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1519), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1517), 32, + sym__string_start, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [42525] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1437), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1435), 30, - sym__newline, - sym__template_string_start, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, @@ -58928,30 +64778,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [42568] = 3, + [49155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1423), 5, + ACTIONS(1523), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1421), 30, - sym__newline, + ACTIONS(1521), 32, sym__template_string_start, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, @@ -58968,8 +64819,891 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [42611] = 4, + [49199] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1527), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1525), 32, + sym__string_start, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [49243] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1531), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1529), 32, + sym__template_string_start, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [49287] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1787), 1, + anon_sym_DOT, + ACTIONS(1789), 1, + anon_sym_LPAREN, + ACTIONS(1801), 1, + anon_sym_LBRACK, + ACTIONS(1803), 1, + anon_sym_STAR_STAR, + STATE(904), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1697), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1695), 25, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [49341] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1787), 1, + anon_sym_DOT, + ACTIONS(1789), 1, + anon_sym_LPAREN, + ACTIONS(1801), 1, + anon_sym_LBRACK, + ACTIONS(1803), 1, + anon_sym_STAR_STAR, + STATE(904), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1719), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1717), 25, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [49395] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1767), 1, + anon_sym_STAR_STAR, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 26, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [49449] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1767), 1, + anon_sym_STAR_STAR, + ACTIONS(1693), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1757), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1765), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1769), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 21, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [49509] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1763), 1, + anon_sym_PIPE, + ACTIONS(1767), 1, + anon_sym_STAR_STAR, + ACTIONS(1773), 1, + anon_sym_AMP, + ACTIONS(1775), 1, + anon_sym_CARET, + ACTIONS(1701), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1757), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1759), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1765), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1769), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1699), 16, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [49577] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1767), 1, + anon_sym_STAR_STAR, + ACTIONS(1773), 1, + anon_sym_AMP, + ACTIONS(1775), 1, + anon_sym_CARET, + ACTIONS(1693), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1757), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1759), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1765), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1769), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 17, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [49643] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1767), 1, + anon_sym_STAR_STAR, + ACTIONS(1693), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1757), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1769), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 23, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [49701] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1767), 1, + anon_sym_STAR_STAR, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 26, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [49755] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1767), 1, + anon_sym_STAR_STAR, + ACTIONS(1775), 1, + anon_sym_CARET, + ACTIONS(1693), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1757), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1759), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1765), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1769), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 18, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [49819] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1767), 1, + anon_sym_STAR_STAR, + ACTIONS(1693), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1757), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1759), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1765), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1769), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 19, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [49881] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1763), 1, + anon_sym_PIPE, + ACTIONS(1767), 1, + anon_sym_STAR_STAR, + ACTIONS(1773), 1, + anon_sym_AMP, + ACTIONS(1775), 1, + anon_sym_CARET, + ACTIONS(1711), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1757), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1759), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1765), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1769), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1709), 16, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [49949] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1763), 1, + anon_sym_PIPE, + ACTIONS(1767), 1, + anon_sym_STAR_STAR, + ACTIONS(1773), 1, + anon_sym_AMP, + ACTIONS(1775), 1, + anon_sym_CARET, + ACTIONS(1715), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1757), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1759), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1765), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1769), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1713), 16, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [50017] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_DOT, + ACTIONS(1821), 1, + anon_sym_LPAREN, + ACTIONS(1829), 1, + anon_sym_PIPE, + ACTIONS(1833), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_STAR_STAR, + ACTIONS(1839), 1, + anon_sym_not, + ACTIONS(1841), 1, + anon_sym_AMP, + ACTIONS(1843), 1, + anon_sym_CARET, + ACTIONS(1847), 1, + anon_sym_is, + STATE(1009), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(1823), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1825), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1845), 2, + anon_sym_LT, + anon_sym_GT, + STATE(977), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1837), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1827), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1597), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_and, + anon_sym_or, + [50093] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1787), 1, + anon_sym_DOT, + ACTIONS(1789), 1, + anon_sym_LPAREN, + ACTIONS(1797), 1, + anon_sym_PIPE, + ACTIONS(1801), 1, + anon_sym_LBRACK, + ACTIONS(1803), 1, + anon_sym_STAR_STAR, + ACTIONS(1809), 1, + anon_sym_AMP, + ACTIONS(1811), 1, + anon_sym_CARET, + ACTIONS(1791), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1793), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1799), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(904), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1711), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1805), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1709), 15, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_if, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [50161] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1787), 1, + anon_sym_DOT, + ACTIONS(1789), 1, + anon_sym_LPAREN, + ACTIONS(1797), 1, + anon_sym_PIPE, + ACTIONS(1801), 1, + anon_sym_LBRACK, + ACTIONS(1803), 1, + anon_sym_STAR_STAR, + ACTIONS(1809), 1, + anon_sym_AMP, + ACTIONS(1811), 1, + anon_sym_CARET, + ACTIONS(1791), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1793), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1799), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(904), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1715), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1805), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1713), 15, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_if, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [50229] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1787), 1, + anon_sym_DOT, + ACTIONS(1789), 1, + anon_sym_LPAREN, + ACTIONS(1801), 1, + anon_sym_LBRACK, + ACTIONS(1803), 1, + anon_sym_STAR_STAR, + STATE(904), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 25, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [50283] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(278), 1, @@ -59009,58 +65743,920 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [42656] = 22, + anon_sym_SEMI, + [50328] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1699), 1, + ACTIONS(1523), 5, anon_sym_STAR, - ACTIONS(1701), 1, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1521), 30, + sym__newline, + sym__template_string_start, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, + anon_sym_PLUS, anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [50371] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_DOT, + ACTIONS(1821), 1, + anon_sym_LPAREN, + ACTIONS(1833), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_STAR_STAR, STATE(977), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 25, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [50424] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_DOT, + ACTIONS(1821), 1, + anon_sym_LPAREN, + ACTIONS(1833), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_STAR_STAR, + ACTIONS(1693), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1823), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(977), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1837), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 20, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [50483] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1531), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1529), 30, + sym__newline, + sym__template_string_start, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [50526] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_DOT, + ACTIONS(1821), 1, + anon_sym_LPAREN, + ACTIONS(1829), 1, + anon_sym_PIPE, + ACTIONS(1833), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_STAR_STAR, + ACTIONS(1841), 1, + anon_sym_AMP, + ACTIONS(1843), 1, + anon_sym_CARET, + ACTIONS(1701), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1823), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1825), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(977), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1837), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1699), 15, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [50593] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_DOT, + ACTIONS(1821), 1, + anon_sym_LPAREN, + ACTIONS(1833), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_STAR_STAR, + ACTIONS(1841), 1, + anon_sym_AMP, + ACTIONS(1843), 1, + anon_sym_CARET, + ACTIONS(1693), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1823), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1825), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(977), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1837), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 16, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [50658] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_DOT, + ACTIONS(1821), 1, + anon_sym_LPAREN, + ACTIONS(1833), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_STAR_STAR, + ACTIONS(1693), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1823), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(977), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1837), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 22, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [50715] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1173), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1178), 13, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(1223), 19, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [50760] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_DOT, + ACTIONS(1821), 1, + anon_sym_LPAREN, + ACTIONS(1833), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_STAR_STAR, + STATE(977), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1693), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1691), 25, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [50813] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_DOT, + ACTIONS(1821), 1, + anon_sym_LPAREN, + ACTIONS(1833), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_STAR_STAR, + ACTIONS(1843), 1, + anon_sym_CARET, + ACTIONS(1693), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1823), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1825), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(977), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1837), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 17, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [50876] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_DOT, + ACTIONS(1821), 1, + anon_sym_LPAREN, + ACTIONS(1833), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_STAR_STAR, + ACTIONS(1693), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1823), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1825), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(977), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1837), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1691), 18, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [50937] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1267), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1272), 13, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(1274), 19, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [50982] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(599), 1, + anon_sym_COLON_EQ, + ACTIONS(651), 1, + anon_sym_EQ, + ACTIONS(265), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(298), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [51029] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(613), 1, + anon_sym_COLON_EQ, + ACTIONS(265), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(298), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [51074] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1527), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1525), 30, + sym__string_start, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [51117] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1849), 1, + anon_sym_COLON_EQ, + ACTIONS(1178), 5, + anon_sym_STAR, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [51162] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_DOT, + ACTIONS(1821), 1, + anon_sym_LPAREN, + ACTIONS(1829), 1, + anon_sym_PIPE, + ACTIONS(1833), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_STAR_STAR, + ACTIONS(1841), 1, + anon_sym_AMP, + ACTIONS(1843), 1, + anon_sym_CARET, + ACTIONS(1711), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1823), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1825), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(977), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1837), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1709), 15, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [51229] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_DOT, + ACTIONS(1821), 1, + anon_sym_LPAREN, + ACTIONS(1829), 1, + anon_sym_PIPE, + ACTIONS(1833), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_STAR_STAR, + ACTIONS(1841), 1, + anon_sym_AMP, + ACTIONS(1843), 1, + anon_sym_CARET, + ACTIONS(1715), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1823), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1825), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(977), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1837), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1713), 15, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [51296] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_DOT, + ACTIONS(1821), 1, + anon_sym_LPAREN, + ACTIONS(1833), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_STAR_STAR, + STATE(977), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1719), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1717), 25, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [51349] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1855), 1, + anon_sym_STAR, + ACTIONS(1857), 1, + anon_sym_if, + ACTIONS(1859), 1, + anon_sym_COLON, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, sym_concatenated_string, sym_concatenated_template_string, - STATE(1014), 2, + STATE(1184), 2, sym__match_or_pattern, sym_match_or_pattern, - STATE(1183), 2, - sym__match_patterns, - sym_open_sequence_match_pattern, - STATE(1184), 2, - sym__match_pattern, - sym_match_as_pattern, - STATE(1362), 2, - sym__match_maybe_star_pattern, - sym_match_star_pattern, - ACTIONS(1713), 3, + ACTIONS(1873), 3, sym_true, sym_false, sym_none, - STATE(980), 8, + STATE(1277), 4, + sym__match_pattern, + sym_match_as_pattern, + sym__match_maybe_star_pattern, + sym_match_star_pattern, + STATE(1142), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, @@ -59069,7 +66665,759 @@ static const uint16_t ts_small_parse_table[] = { sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, - [42737] = 5, + [51430] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1519), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1517), 30, + sym__newline, + sym__string_start, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [51473] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_DOT, + ACTIONS(1821), 1, + anon_sym_LPAREN, + ACTIONS(1833), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_STAR_STAR, + STATE(977), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1697), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1695), 25, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [51526] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1173), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1178), 13, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(1184), 19, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [51571] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1519), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1517), 30, + sym__string_start, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [51614] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1531), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1529), 30, + sym__template_string_start, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [51657] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1817), 1, + anon_sym_COLON_EQ, + ACTIONS(1875), 1, + anon_sym_EQ, + ACTIONS(1178), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [51704] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1180), 1, + anon_sym_COLON_EQ, + ACTIONS(1178), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [51749] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1855), 1, + anon_sym_STAR, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1877), 1, + anon_sym_if, + ACTIONS(1879), 1, + anon_sym_COLON, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1277), 4, + sym__match_pattern, + sym_match_as_pattern, + sym__match_maybe_star_pattern, + sym_match_star_pattern, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [51830] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(298), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(265), 13, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(302), 19, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [51875] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1855), 1, + anon_sym_STAR, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + STATE(1390), 2, + sym__match_patterns, + sym_open_sequence_match_pattern, + STATE(1391), 2, + sym__match_pattern, + sym_match_as_pattern, + STATE(1509), 2, + sym__match_maybe_star_pattern, + sym_match_star_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [51956] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1278), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1283), 13, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(1285), 19, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [52001] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1817), 1, + anon_sym_COLON_EQ, + ACTIONS(1175), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1178), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 27, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [52048] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1523), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1521), 30, + sym__template_string_start, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [52091] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(298), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(265), 13, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(593), 19, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [52136] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1527), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1525), 30, + sym__newline, + sym__string_start, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [52179] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1855), 1, + anon_sym_STAR, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + STATE(1391), 2, + sym__match_pattern, + sym_match_as_pattern, + STATE(1456), 2, + sym__match_patterns, + sym_open_sequence_match_pattern, + STATE(1509), 2, + sym__match_maybe_star_pattern, + sym_match_star_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [52260] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(655), 1, + anon_sym_COLON_EQ, + ACTIONS(265), 5, + anon_sym_STAR, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(298), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [52305] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(599), 1, @@ -59111,21 +67459,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [42784] = 4, + [52352] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1145), 1, + ACTIONS(1881), 1, anon_sym_COLON_EQ, - ACTIONS(1088), 5, + ACTIONS(1178), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1083), 29, - sym__newline, + ACTIONS(1173), 29, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, @@ -59135,6 +67481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, @@ -59151,592 +67498,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [42829] = 4, + anon_sym_COLON2, + sym_type_conversion, + [52397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(298), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(265), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(302), 19, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [42874] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(298), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(265), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(593), 19, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [42919] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1699), 1, - anon_sym_STAR, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - STATE(1184), 2, - sym__match_pattern, - sym_match_as_pattern, - STATE(1277), 2, - sym__match_patterns, - sym_open_sequence_match_pattern, - STATE(1362), 2, - sym__match_maybe_star_pattern, - sym_match_star_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [43000] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, - anon_sym_DOT, - ACTIONS(1667), 1, - anon_sym_LPAREN, - ACTIONS(1675), 1, - anon_sym_PIPE, - ACTIONS(1679), 1, - anon_sym_LBRACK, - ACTIONS(1681), 1, - anon_sym_STAR_STAR, - ACTIONS(1687), 1, - anon_sym_AMP, - ACTIONS(1689), 1, - anon_sym_CARET, - ACTIONS(1611), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1669), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1671), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1677), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(813), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1683), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1609), 15, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [43067] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1083), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1088), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1149), 19, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [43112] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, - anon_sym_DOT, - ACTIONS(1667), 1, - anon_sym_LPAREN, - ACTIONS(1675), 1, - anon_sym_PIPE, - ACTIONS(1679), 1, - anon_sym_LBRACK, - ACTIONS(1681), 1, - anon_sym_STAR_STAR, - ACTIONS(1687), 1, - anon_sym_AMP, - ACTIONS(1689), 1, - anon_sym_CARET, - ACTIONS(1607), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1669), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1671), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1677), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(813), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1683), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1605), 15, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [43179] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1699), 1, - anon_sym_STAR, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1715), 1, - anon_sym_if, - ACTIONS(1717), 1, - anon_sym_COLON, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(1089), 4, - sym__match_pattern, - sym_match_as_pattern, - sym__match_maybe_star_pattern, - sym_match_star_pattern, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [43260] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1168), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1173), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1175), 19, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [43305] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, - anon_sym_DOT, - ACTIONS(1667), 1, - anon_sym_LPAREN, - ACTIONS(1679), 1, - anon_sym_LBRACK, - ACTIONS(1681), 1, - anon_sym_STAR_STAR, - ACTIONS(1599), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1669), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1671), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1677), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(813), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1683), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1597), 18, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [43366] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1083), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1088), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1094), 19, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [43411] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, - anon_sym_DOT, - ACTIONS(1667), 1, - anon_sym_LPAREN, - ACTIONS(1679), 1, - anon_sym_LBRACK, - ACTIONS(1681), 1, - anon_sym_STAR_STAR, - ACTIONS(1689), 1, - anon_sym_CARET, - ACTIONS(1599), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1669), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1671), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1677), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(813), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1683), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1597), 17, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [43474] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, - anon_sym_DOT, - ACTIONS(1667), 1, - anon_sym_LPAREN, - ACTIONS(1679), 1, - anon_sym_LBRACK, - ACTIONS(1681), 1, - anon_sym_STAR_STAR, - STATE(813), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1599), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 25, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [43527] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1419), 5, + ACTIONS(1629), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1417), 30, - sym__newline, - sym__string_start, + ACTIONS(1627), 29, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, @@ -59746,6 +67520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, @@ -59762,2318 +67537,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [43570] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, - anon_sym_DOT, - ACTIONS(1667), 1, - anon_sym_LPAREN, - ACTIONS(1679), 1, - anon_sym_LBRACK, - ACTIONS(1681), 1, - anon_sym_STAR_STAR, - ACTIONS(1599), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1669), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(813), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1683), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1597), 22, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [43627] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, - anon_sym_DOT, - ACTIONS(1667), 1, - anon_sym_LPAREN, - ACTIONS(1679), 1, - anon_sym_LBRACK, - ACTIONS(1681), 1, - anon_sym_STAR_STAR, - ACTIONS(1687), 1, - anon_sym_AMP, - ACTIONS(1689), 1, - anon_sym_CARET, - ACTIONS(1599), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1669), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1671), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1677), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(813), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1683), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1597), 16, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [43692] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, - anon_sym_DOT, - ACTIONS(1667), 1, - anon_sym_LPAREN, - ACTIONS(1679), 1, - anon_sym_LBRACK, - ACTIONS(1681), 1, - anon_sym_STAR_STAR, - STATE(813), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1619), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1617), 25, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [43745] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(599), 1, - anon_sym_COLON_EQ, - ACTIONS(629), 1, - anon_sym_EQ, - ACTIONS(265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(298), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [43792] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, - anon_sym_DOT, - ACTIONS(1667), 1, - anon_sym_LPAREN, - ACTIONS(1679), 1, - anon_sym_LBRACK, - ACTIONS(1681), 1, - anon_sym_STAR_STAR, - STATE(813), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1615), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1613), 25, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [43845] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1627), 1, - anon_sym_COLON_EQ, - ACTIONS(1719), 1, - anon_sym_EQ, - ACTIONS(1088), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1083), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [43892] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1699), 1, - anon_sym_STAR, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1721), 1, - anon_sym_if, - ACTIONS(1723), 1, - anon_sym_COLON, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(1089), 4, - sym__match_pattern, - sym_match_as_pattern, - sym__match_maybe_star_pattern, - sym_match_star_pattern, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [43973] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, - anon_sym_DOT, - ACTIONS(1667), 1, - anon_sym_LPAREN, - ACTIONS(1675), 1, - anon_sym_PIPE, - ACTIONS(1679), 1, - anon_sym_LBRACK, - ACTIONS(1681), 1, - anon_sym_STAR_STAR, - ACTIONS(1687), 1, - anon_sym_AMP, - ACTIONS(1689), 1, - anon_sym_CARET, - ACTIONS(1603), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1669), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1671), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1677), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(813), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1683), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1601), 15, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [44040] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, - anon_sym_DOT, - ACTIONS(1667), 1, - anon_sym_LPAREN, - ACTIONS(1679), 1, - anon_sym_LBRACK, - ACTIONS(1681), 1, - anon_sym_STAR_STAR, - ACTIONS(1599), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1669), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1677), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(813), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1683), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1597), 20, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [44099] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, - anon_sym_DOT, - ACTIONS(1667), 1, - anon_sym_LPAREN, - ACTIONS(1679), 1, - anon_sym_LBRACK, - ACTIONS(1681), 1, - anon_sym_STAR_STAR, - STATE(813), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1599), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1597), 25, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [44152] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1627), 1, - anon_sym_COLON_EQ, - ACTIONS(1142), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1088), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1083), 27, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [44199] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1427), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1425), 30, - sym__newline, - sym__string_start, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [44242] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1170), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1173), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1168), 27, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [44286] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1505), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1503), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [44328] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1465), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1463), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [44370] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(265), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(298), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [44412] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1088), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1083), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [44454] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1579), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1577), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [44496] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(613), 1, - anon_sym_COLON_EQ, - ACTIONS(265), 5, - anon_sym_STAR, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(298), 28, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [44540] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1575), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1573), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [44582] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1571), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1569), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [44624] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1699), 1, - anon_sym_STAR, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1725), 1, - anon_sym_RPAREN, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - STATE(1376), 2, - sym__match_pattern, - sym_match_as_pattern, - STATE(1382), 2, - sym__match_maybe_star_pattern, - sym_match_star_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [44704] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1699), 1, - anon_sym_STAR, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1725), 1, - anon_sym_RBRACK, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(1206), 4, - sym__match_pattern, - sym_match_as_pattern, - sym__match_maybe_star_pattern, - sym_match_star_pattern, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [44782] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1449), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1447), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [44824] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1699), 1, - anon_sym_STAR, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1727), 1, - anon_sym_RBRACK, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(1089), 4, - sym__match_pattern, - sym_match_as_pattern, - sym__match_maybe_star_pattern, - sym_match_star_pattern, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [44902] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1469), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1467), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [44944] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1142), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1088), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1083), 27, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [44988] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1699), 1, - anon_sym_STAR, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1727), 1, - anon_sym_RPAREN, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(1089), 4, - sym__match_pattern, - sym_match_as_pattern, - sym__match_maybe_star_pattern, - sym_match_star_pattern, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [45066] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1465), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1463), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45108] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1699), 1, - anon_sym_STAR, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1729), 1, - anon_sym_RPAREN, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(1089), 4, - sym__match_pattern, - sym_match_as_pattern, - sym__match_maybe_star_pattern, - sym_match_star_pattern, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [45186] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1699), 1, - anon_sym_STAR, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1729), 1, - anon_sym_RBRACK, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(1089), 4, - sym__match_pattern, - sym_match_as_pattern, - sym__match_maybe_star_pattern, - sym_match_star_pattern, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [45264] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1497), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1495), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45306] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1497), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1495), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45348] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1477), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1475), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45390] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1731), 1, - anon_sym_COLON_EQ, - ACTIONS(1088), 5, - anon_sym_STAR, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1083), 28, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [45434] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1158), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1153), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45476] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1461), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1459), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45518] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1473), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1471), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45560] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1485), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1483), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45602] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1481), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1479), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45644] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1173), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1168), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45686] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1453), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1451), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45728] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1509), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1507), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45770] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1583), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1581), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45812] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1489), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1487), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45854] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1587), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1585), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45896] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1501), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1499), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45938] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1441), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1439), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [45980] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1595), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1593), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [46022] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1449), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1447), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [46064] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1493), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1491), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [46106] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1453), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1451), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [46148] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1155), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1158), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1153), 27, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [46192] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1445), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1443), 29, - sym__newline, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym__semicolon, - [46234] = 3, + anon_sym_COLON2, + sym_type_conversion, + [52439] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1591), 5, @@ -62111,17 +67577,407 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [46276] = 3, + anon_sym_SEMI, + [52481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1457), 5, + ACTIONS(1575), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 29, + ACTIONS(1573), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [52523] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1555), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1553), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [52565] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1272), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1267), 30, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [52607] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1283), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1278), 30, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [52649] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1559), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1557), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [52691] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1563), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1561), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [52733] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1567), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1565), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [52775] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1571), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1569), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [52817] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1001), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(999), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [52859] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1535), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1533), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [52901] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1685), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1683), 29, sym__newline, anon_sym_DOT, anon_sym_from, @@ -62150,16 +68006,2704 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym__semicolon, - [46318] = 3, + anon_sym_SEMI, + [52943] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1595), 4, + ACTIONS(1633), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1631), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [52985] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1665), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1663), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53027] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1669), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1667), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53069] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1673), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1671), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53111] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1677), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1675), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53153] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1681), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1679), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53195] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1673), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1671), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53237] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1559), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1557), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [53279] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1637), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1635), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53321] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1539), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1537), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53363] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1547), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1545), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53405] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1015), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1013), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53447] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1555), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1553), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [53489] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1583), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1581), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53531] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1583), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1581), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53573] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1591), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1589), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53615] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1579), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1577), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53657] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1685), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1683), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53699] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1579), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1577), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53741] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1543), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1541), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53783] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1551), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1549), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53825] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1543), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1541), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [53867] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1575), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1573), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [53909] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1567), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1565), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [53951] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1579), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1577), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [53993] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1689), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1687), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54035] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1272), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1267), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54077] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1689), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1687), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [54119] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1633), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1631), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54161] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1178), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54203] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1583), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1581), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54245] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1665), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1663), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54287] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(635), 1, + anon_sym_COLON_EQ, + ACTIONS(265), 5, + anon_sym_STAR, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(298), 28, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [54331] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1883), 1, + anon_sym_COLON_EQ, + ACTIONS(1178), 5, + anon_sym_STAR, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 28, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [54375] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1669), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1667), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54417] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1543), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1541), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54459] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1175), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1178), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1593), 29, + ACTIONS(1173), 27, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [54503] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1551), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1549), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54545] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1543), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1541), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54587] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1283), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1278), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54629] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1269), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1272), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1267), 27, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [54673] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1673), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1671), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54715] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1677), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1675), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54757] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1681), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1679), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54799] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1673), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1671), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54841] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1178), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [54883] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1280), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1283), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1278), 27, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [54927] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(265), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(298), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [54969] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1855), 1, + anon_sym_STAR, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1885), 1, + anon_sym_RPAREN, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1277), 4, + sym__match_pattern, + sym_match_as_pattern, + sym__match_maybe_star_pattern, + sym_match_star_pattern, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [55047] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1855), 1, + anon_sym_STAR, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1885), 1, + anon_sym_RBRACK, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1277), 4, + sym__match_pattern, + sym_match_as_pattern, + sym__match_maybe_star_pattern, + sym_match_star_pattern, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [55125] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1637), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1635), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [55167] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1539), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1537), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [55209] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1535), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1533), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [55251] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1855), 1, + anon_sym_STAR, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1887), 1, + anon_sym_RPAREN, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + STATE(1553), 2, + sym__match_pattern, + sym_match_as_pattern, + STATE(1556), 2, + sym__match_maybe_star_pattern, + sym_match_star_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [55331] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1855), 1, + anon_sym_STAR, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1887), 1, + anon_sym_RBRACK, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1469), 4, + sym__match_pattern, + sym_match_as_pattern, + sym__match_maybe_star_pattern, + sym_match_star_pattern, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [55409] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1855), 1, + anon_sym_STAR, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1889), 1, + anon_sym_RPAREN, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1277), 4, + sym__match_pattern, + sym_match_as_pattern, + sym__match_maybe_star_pattern, + sym_match_star_pattern, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [55487] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1855), 1, + anon_sym_STAR, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1889), 1, + anon_sym_RBRACK, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1277), 4, + sym__match_pattern, + sym_match_as_pattern, + sym__match_maybe_star_pattern, + sym_match_star_pattern, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [55565] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1547), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1545), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [55607] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1563), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1561), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [55649] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(265), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(298), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [55691] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1587), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1585), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_COLON2, + sym_type_conversion, + [55733] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1583), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1581), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [55775] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1629), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1627), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [55817] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1587), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1585), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [55859] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1579), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1577), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [55901] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1571), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1569), 29, + sym__newline, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + anon_sym_SEMI, + [55943] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1559), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1557), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -62189,7 +70733,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46359] = 3, + [55984] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1575), 4, @@ -62227,15 +70771,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46400] = 3, + [56025] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(265), 4, + ACTIONS(1001), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(298), 29, + ACTIONS(999), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -62265,112 +70809,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46441] = 5, + [56066] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(585), 1, - anon_sym_COLON_EQ, - ACTIONS(629), 1, - anon_sym_EQ, - ACTIONS(265), 4, + ACTIONS(1637), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(298), 27, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [46486] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1733), 1, - sym_identifier, - ACTIONS(1735), 1, - anon_sym_RPAREN, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1192), 1, - sym_match_keyword_pattern, - STATE(1200), 1, - sym_match_positional_pattern, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - STATE(1373), 2, - sym__match_pattern, - sym_match_as_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [46565] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1449), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1447), 29, + ACTIONS(1635), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -62400,15 +70847,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46606] = 3, + [56107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1501), 4, + ACTIONS(1535), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1499), 29, + ACTIONS(1533), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -62438,70 +70885,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46647] = 20, + [56148] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1699), 1, - anon_sym_STAR, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(1089), 4, - sym__match_pattern, - sym_match_as_pattern, - sym__match_maybe_star_pattern, - sym_match_star_pattern, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [46722] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1449), 4, + ACTIONS(1547), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1447), 29, + ACTIONS(1545), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -62531,15 +70923,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46763] = 3, + [56189] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1088), 4, + ACTIONS(1015), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1083), 29, + ACTIONS(1013), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -62569,769 +70961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46804] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1733), 1, - sym_identifier, - ACTIONS(1737), 1, - anon_sym_RPAREN, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1213), 1, - sym_match_keyword_pattern, - STATE(1332), 1, - sym_match_positional_pattern, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - STATE(1373), 2, - sym__match_pattern, - sym_match_as_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [46883] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1509), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1507), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [46924] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1453), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1451), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [46965] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1489), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1487), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47006] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1481), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1479), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47047] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1485), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1483), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47088] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1453), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1451), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47129] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1591), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1589), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47170] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1493), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1491), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47211] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1497), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1495), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47252] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1445), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1443), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47293] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1497), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1495), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47334] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(863), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(861), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47375] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1733), 1, - sym_identifier, - ACTIONS(1739), 1, - anon_sym_RPAREN, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1242), 1, - sym_match_keyword_pattern, - STATE(1332), 1, - sym_match_positional_pattern, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - STATE(1373), 2, - sym__match_pattern, - sym_match_as_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [47454] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1571), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1569), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47495] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1090), 1, - anon_sym_COLON_EQ, - ACTIONS(1719), 1, - anon_sym_EQ, - ACTIONS(1088), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1083), 27, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47540] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1579), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1577), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47581] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1465), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1463), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47622] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1441), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1439), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [47663] = 3, + [56230] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1587), 4, @@ -63369,15 +70999,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [47704] = 3, + [56271] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1477), 4, + ACTIONS(1178), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1475), 29, + ACTIONS(1173), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -63407,7 +71037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [47745] = 3, + [56312] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1583), 4, @@ -63445,15 +71075,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [47786] = 3, + [56353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 4, + ACTIONS(1583), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1467), 29, + ACTIONS(1581), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -63483,15 +71113,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [47827] = 3, + [56394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1465), 4, + ACTIONS(1591), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1463), 29, + ACTIONS(1589), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -63521,15 +71151,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [47868] = 3, + [56435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 4, + ACTIONS(1579), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1459), 29, + ACTIONS(1577), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -63559,15 +71189,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [47909] = 3, + [56476] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1457), 4, + ACTIONS(1629), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 29, + ACTIONS(1627), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -63597,15 +71227,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [47950] = 3, + [56517] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(867), 4, + ACTIONS(1685), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(865), 29, + ACTIONS(1683), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -63635,15 +71265,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [47991] = 3, + [56558] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 4, + ACTIONS(1579), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1471), 29, + ACTIONS(1577), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -63673,15 +71303,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [48032] = 3, + [56599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1505), 4, + ACTIONS(1543), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1503), 29, + ACTIONS(1541), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -63711,51 +71341,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [48073] = 20, + [56640] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(625), 1, + ACTIONS(1551), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1549), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [56681] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(265), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(298), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [56722] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, sym__string_start, - ACTIONS(627), 1, + ACTIONS(649), 1, sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, + ACTIONS(1853), 1, anon_sym_LPAREN, - ACTIONS(1701), 1, + ACTIONS(1861), 1, anon_sym_DASH, - ACTIONS(1703), 1, + ACTIONS(1863), 1, sym_match_wildcard_pattern, - ACTIONS(1705), 1, + ACTIONS(1865), 1, anon_sym_LBRACK, - ACTIONS(1707), 1, + ACTIONS(1867), 1, anon_sym_LBRACE, - ACTIONS(1709), 1, + ACTIONS(1869), 1, sym_integer, - ACTIONS(1711), 1, + ACTIONS(1871), 1, sym_float, - STATE(891), 1, - sym_template_string, - STATE(892), 1, + ACTIONS(1891), 1, + sym_identifier, + ACTIONS(1893), 1, + anon_sym_RPAREN, + STATE(1039), 1, sym_string, - STATE(1332), 1, + STATE(1040), 1, + sym_template_string, + STATE(1459), 1, + sym_match_keyword_pattern, + STATE(1534), 1, sym_match_positional_pattern, - STATE(1419), 1, + STATE(1680), 1, sym_pattern_class_name, - STATE(977), 2, + STATE(1140), 2, sym_concatenated_string, sym_concatenated_template_string, - STATE(1014), 2, + STATE(1184), 2, sym__match_or_pattern, sym_match_or_pattern, - STATE(1373), 2, + STATE(1526), 2, sym__match_pattern, sym_match_as_pattern, - ACTIONS(1713), 3, + ACTIONS(1873), 3, sym_true, sym_false, sym_none, - STATE(980), 8, + STATE(1142), 8, sym__closed_pattern, sym_match_literal_pattern, sym_match_capture_pattern, @@ -63764,220 +71474,1054 @@ static const uint16_t ts_small_parse_table[] = { sym_match_sequence_pattern, sym_match_mapping_pattern, sym_match_class_pattern, - [48146] = 19, + [56801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - STATE(1384), 2, - sym__match_pattern, - sym_match_as_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [48216] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1703), 1, - sym_match_wildcard_pattern, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1014), 2, - sym__match_or_pattern, - sym_match_or_pattern, - STATE(1326), 2, - sym__match_pattern, - sym_match_as_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(980), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [48286] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1741), 1, - sym_match_wildcard_pattern, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(956), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [48348] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - ACTIONS(627), 1, - sym__template_string_start, - ACTIONS(1695), 1, - sym_identifier, - ACTIONS(1697), 1, - anon_sym_LPAREN, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1705), 1, - anon_sym_LBRACK, - ACTIONS(1707), 1, - anon_sym_LBRACE, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1743), 1, - sym_match_wildcard_pattern, - STATE(891), 1, - sym_template_string, - STATE(892), 1, - sym_string, - STATE(1419), 1, - sym_pattern_class_name, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - STATE(939), 8, - sym__closed_pattern, - sym_match_literal_pattern, - sym_match_capture_pattern, - sym_match_value_pattern, - sym_match_group_pattern, - sym_match_sequence_pattern, - sym_match_mapping_pattern, - sym_match_class_pattern, - [48410] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1750), 1, - anon_sym_EQ, - ACTIONS(1752), 1, - anon_sym_not, - ACTIONS(1758), 1, - anon_sym_is, - STATE(844), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1755), 2, + ACTIONS(1543), 4, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1747), 6, + ACTIONS(1541), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [56842] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1563), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1561), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [56883] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1633), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1631), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [56924] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1567), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1565), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [56965] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1555), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1553), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [57006] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1665), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1663), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [57047] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1669), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1667), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [57088] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(585), 1, + anon_sym_COLON_EQ, + ACTIONS(651), 1, + anon_sym_EQ, + ACTIONS(265), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(298), 27, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [57133] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1219), 1, + anon_sym_COLON_EQ, + ACTIONS(1875), 1, + anon_sym_EQ, + ACTIONS(1178), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 27, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [57178] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1673), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1671), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [57219] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1571), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1569), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [57260] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1677), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1675), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [57301] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1689), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1687), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [57342] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1681), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1679), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [57383] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1855), 1, + anon_sym_STAR, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1277), 4, + sym__match_pattern, + sym_match_as_pattern, + sym__match_maybe_star_pattern, + sym_match_star_pattern, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [57458] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1891), 1, + sym_identifier, + ACTIONS(1895), 1, + anon_sym_RPAREN, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1438), 1, + sym_match_keyword_pattern, + STATE(1534), 1, + sym_match_positional_pattern, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + STATE(1526), 2, + sym__match_pattern, + sym_match_as_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [57537] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1673), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1671), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [57578] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1891), 1, + sym_identifier, + ACTIONS(1897), 1, + anon_sym_RPAREN, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1381), 1, + sym_match_keyword_pattern, + STATE(1466), 1, + sym_match_positional_pattern, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + STATE(1526), 2, + sym__match_pattern, + sym_match_as_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [57657] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1539), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1537), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [57698] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1534), 1, + sym_match_positional_pattern, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + STATE(1526), 2, + sym__match_pattern, + sym_match_as_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [57771] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + STATE(1542), 2, + sym__match_pattern, + sym_match_as_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [57841] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1863), 1, + sym_match_wildcard_pattern, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1184), 2, + sym__match_or_pattern, + sym_match_or_pattern, + STATE(1575), 2, + sym__match_pattern, + sym_match_as_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1142), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [57911] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1899), 1, + sym_match_wildcard_pattern, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1116), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [57973] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 1, + sym__string_start, + ACTIONS(649), 1, + sym__template_string_start, + ACTIONS(1851), 1, + sym_identifier, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1865), 1, + anon_sym_LBRACK, + ACTIONS(1867), 1, + anon_sym_LBRACE, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1901), 1, + sym_match_wildcard_pattern, + STATE(1039), 1, + sym_string, + STATE(1040), 1, + sym_template_string, + STATE(1680), 1, + sym_pattern_class_name, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + STATE(1091), 8, + sym__closed_pattern, + sym_match_literal_pattern, + sym_match_capture_pattern, + sym_match_value_pattern, + sym_match_group_pattern, + sym_match_sequence_pattern, + sym_match_mapping_pattern, + sym_match_class_pattern, + [58035] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1908), 1, + anon_sym_EQ, + ACTIONS(1910), 1, + anon_sym_not, + ACTIONS(1916), 1, + anon_sym_is, + STATE(989), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(1913), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1905), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(1745), 10, + ACTIONS(1903), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, @@ -63987,61 +72531,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_and, anon_sym_or, - sym_type_conversion, - [48450] = 8, + [58074] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, - anon_sym_not, - ACTIONS(1567), 1, - anon_sym_is, - ACTIONS(1763), 1, + ACTIONS(1908), 1, anon_sym_as, - STATE(847), 1, + ACTIONS(1922), 1, + anon_sym_not, + ACTIONS(1928), 1, + anon_sym_is, + STATE(990), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1565), 2, + ACTIONS(1925), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1549), 6, + ACTIONS(1919), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(1761), 10, + ACTIONS(1903), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, - [48490] = 8, + [58113] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 1, + ACTIONS(1617), 1, anon_sym_not, - ACTIONS(1543), 1, + ACTIONS(1625), 1, anon_sym_is, - ACTIONS(1763), 1, + ACTIONS(1933), 1, anon_sym_EQ, - STATE(844), 1, + STATE(989), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1541), 2, + ACTIONS(1623), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1521), 6, + ACTIONS(1603), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(1761), 10, + ACTIONS(1931), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, @@ -64051,47 +72593,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_and, anon_sym_or, - sym_type_conversion, - [48530] = 8, + [58152] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1750), 1, - anon_sym_as, - ACTIONS(1768), 1, + ACTIONS(1653), 1, anon_sym_not, - ACTIONS(1774), 1, + ACTIONS(1661), 1, anon_sym_is, - STATE(847), 1, + ACTIONS(1933), 1, + anon_sym_as, + STATE(990), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1771), 2, + ACTIONS(1659), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1765), 6, + ACTIONS(1643), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(1745), 10, + ACTIONS(1931), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, - [48570] = 4, + [58191] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1779), 1, + ACTIONS(1937), 1, anon_sym_COMMA, - STATE(848), 1, + STATE(993), 1, aux_sym__patterns_repeat1, - ACTIONS(1777), 18, + ACTIONS(1935), 18, anon_sym_RPAREN, anon_sym_COLON, anon_sym_in, @@ -64110,102 +72650,215 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [48600] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1782), 19, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [48625] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1652), 1, - anon_sym_not, - ACTIONS(1660), 1, - anon_sym_is, - ACTIONS(1763), 1, - anon_sym_EQ, - STATE(856), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1658), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1640), 6, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(1761), 7, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_and, - anon_sym_or, - sym__semicolon, - [48662] = 16, + [58221] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(310), 1, sym__string_start, ACTIONS(312), 1, sym__template_string_start, - ACTIONS(1701), 1, + ACTIONS(1861), 1, anon_sym_DASH, - ACTIONS(1709), 1, + ACTIONS(1869), 1, sym_integer, - ACTIONS(1711), 1, + ACTIONS(1871), 1, sym_float, - ACTIONS(1784), 1, + ACTIONS(1940), 1, sym_identifier, - ACTIONS(1786), 1, + ACTIONS(1942), 1, anon_sym_RBRACE, - ACTIONS(1788), 1, + ACTIONS(1944), 1, anon_sym_STAR_STAR, - STATE(1119), 1, - sym_template_string, - STATE(1120), 1, + STATE(1317), 1, sym_string, - STATE(1273), 1, + STATE(1318), 1, + sym_template_string, + STATE(1477), 1, sym_match_key_value_pattern, - STATE(1337), 1, + STATE(1564), 1, sym_match_double_star_pattern, - STATE(977), 2, + STATE(1140), 2, sym_concatenated_string, sym_concatenated_template_string, - STATE(1471), 2, + STATE(1722), 2, sym_match_literal_pattern, sym_match_value_pattern, - ACTIONS(1713), 3, + ACTIONS(1873), 3, sym_true, sym_false, sym_none, - [48715] = 4, + [58274] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1908), 1, + anon_sym_EQ, + ACTIONS(1949), 1, + anon_sym_not, + ACTIONS(1955), 1, + anon_sym_is, + STATE(995), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(1952), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1946), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1903), 7, + anon_sym_COMMA, + anon_sym_if, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_or, + anon_sym_COLON2, + sym_type_conversion, + [58311] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1940), 1, + sym_identifier, + ACTIONS(1944), 1, + anon_sym_STAR_STAR, + ACTIONS(1958), 1, + anon_sym_RBRACE, + STATE(1317), 1, + sym_string, + STATE(1318), 1, + sym_template_string, + STATE(1569), 1, + sym_match_double_star_pattern, + STATE(1573), 1, + sym_match_key_value_pattern, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1722), 2, + sym_match_literal_pattern, + sym_match_value_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + [58364] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1771), 1, + anon_sym_not, + ACTIONS(1779), 1, + anon_sym_is, + STATE(1007), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(1777), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1761), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1931), 8, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_or, + [58399] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1960), 19, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [58424] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1184), 19, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [58449] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1178), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1962), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(1173), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LBRACK, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [58478] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(265), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(825), 3, + ACTIONS(911), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, @@ -64224,240 +72877,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [48744] = 2, + [58507] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1149), 19, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [48769] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1790), 19, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [48794] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1784), 1, - sym_identifier, - ACTIONS(1788), 1, - anon_sym_STAR_STAR, - ACTIONS(1792), 1, - anon_sym_RBRACE, - STATE(1119), 1, - sym_template_string, - STATE(1120), 1, - sym_string, - STATE(1339), 1, - sym_match_double_star_pattern, - STATE(1344), 1, - sym_match_key_value_pattern, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1471), 2, - sym_match_literal_pattern, - sym_match_value_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - [48847] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1750), 1, - anon_sym_EQ, - ACTIONS(1797), 1, + ACTIONS(1807), 1, anon_sym_not, - ACTIONS(1803), 1, + ACTIONS(1815), 1, anon_sym_is, - STATE(856), 1, + ACTIONS(1933), 1, + anon_sym_EQ, + STATE(1003), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1800), 2, + ACTIONS(1813), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1794), 6, + ACTIONS(1795), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(1745), 7, + ACTIONS(1931), 7, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_and, anon_sym_or, - sym__semicolon, - [48884] = 2, + anon_sym_SEMI, + [58544] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1806), 19, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, + ACTIONS(1908), 1, anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [48909] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1784), 1, - sym_identifier, - ACTIONS(1788), 1, - anon_sym_STAR_STAR, - ACTIONS(1808), 1, - anon_sym_RBRACE, - STATE(1119), 1, - sym_template_string, - STATE(1120), 1, - sym_string, - STATE(1313), 1, - sym_match_double_star_pattern, - STATE(1344), 1, - sym_match_key_value_pattern, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1471), 2, - sym_match_literal_pattern, - sym_match_value_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - [48962] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1088), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1810), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(1083), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LBRACK, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [48991] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, + ACTIONS(1967), 1, anon_sym_not, - ACTIONS(1821), 1, + ACTIONS(1973), 1, anon_sym_is, - STATE(860), 1, + STATE(1003), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1818), 2, + ACTIONS(1970), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1812), 6, + ACTIONS(1964), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(1745), 7, - anon_sym_RPAREN, + ACTIONS(1903), 7, + sym__newline, + anon_sym_from, anon_sym_COMMA, - anon_sym_as, anon_sym_if, - anon_sym_COLON, anon_sym_and, anon_sym_or, - [49025] = 4, + anon_sym_SEMI, + [58581] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1824), 1, + ACTIONS(1976), 19, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(848), 1, - aux_sym__patterns_repeat1, - ACTIONS(1826), 16, anon_sym_COLON, anon_sym_in, + anon_sym_RBRACK, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -64472,2103 +72958,892 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [49053] = 13, + [58606] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1511), 1, - anon_sym_DOT, - ACTIONS(1513), 1, - anon_sym_LPAREN, - ACTIONS(1523), 1, - anon_sym_PIPE, - ACTIONS(1527), 1, - anon_sym_LBRACK, - ACTIONS(1529), 1, - anon_sym_STAR_STAR, - ACTIONS(1537), 1, - anon_sym_AMP, - ACTIONS(1539), 1, - anon_sym_CARET, - ACTIONS(1517), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1519), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1525), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(642), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1533), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - [49099] = 7, + ACTIONS(1978), 19, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [58631] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1685), 1, + ACTIONS(1744), 1, anon_sym_not, - ACTIONS(1693), 1, + ACTIONS(1752), 1, anon_sym_is, - STATE(860), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(1691), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1673), 6, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(1761), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_and, - anon_sym_or, - [49133] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1828), 1, - sym_identifier, - ACTIONS(1830), 1, - anon_sym_LPAREN, - ACTIONS(1832), 1, - anon_sym_STAR, - ACTIONS(1834), 1, - anon_sym_COLON, - ACTIONS(1836), 1, - anon_sym_STAR_STAR, - ACTIONS(1838), 1, - anon_sym_SLASH, - STATE(1276), 1, - sym_parameter, - STATE(1448), 1, - sym_lambda_parameters, - STATE(1474), 1, - sym__parameters, - STATE(1331), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1278), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [49176] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1828), 1, - sym_identifier, - ACTIONS(1830), 1, - anon_sym_LPAREN, - ACTIONS(1832), 1, - anon_sym_STAR, - ACTIONS(1836), 1, - anon_sym_STAR_STAR, - ACTIONS(1838), 1, - anon_sym_SLASH, - ACTIONS(1840), 1, - anon_sym_COLON, - STATE(1276), 1, - sym_parameter, - STATE(1435), 1, - sym_lambda_parameters, - STATE(1474), 1, - sym__parameters, - STATE(1331), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1278), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [49219] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1828), 1, - sym_identifier, - ACTIONS(1830), 1, - anon_sym_LPAREN, - ACTIONS(1832), 1, - anon_sym_STAR, - ACTIONS(1836), 1, - anon_sym_STAR_STAR, - ACTIONS(1838), 1, - anon_sym_SLASH, - ACTIONS(1842), 1, - anon_sym_COLON, - STATE(1276), 1, - sym_parameter, - STATE(1423), 1, - sym_lambda_parameters, - STATE(1474), 1, - sym__parameters, - STATE(1331), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1278), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [49262] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1844), 1, - anon_sym_COMMA, - ACTIONS(1846), 1, - anon_sym_COLON, - ACTIONS(1848), 1, - anon_sym_EQ, - STATE(861), 1, - aux_sym__patterns_repeat1, - ACTIONS(1850), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [49293] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1828), 1, - sym_identifier, - ACTIONS(1830), 1, - anon_sym_LPAREN, - ACTIONS(1832), 1, - anon_sym_STAR, - ACTIONS(1836), 1, - anon_sym_STAR_STAR, - ACTIONS(1838), 1, - anon_sym_SLASH, - ACTIONS(1852), 1, - anon_sym_COLON, - STATE(1276), 1, - sym_parameter, - STATE(1397), 1, - sym_lambda_parameters, - STATE(1474), 1, - sym__parameters, - STATE(1331), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1278), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [49336] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1828), 1, - sym_identifier, - ACTIONS(1830), 1, - anon_sym_LPAREN, - ACTIONS(1832), 1, - anon_sym_STAR, - ACTIONS(1836), 1, - anon_sym_STAR_STAR, - ACTIONS(1838), 1, - anon_sym_SLASH, - ACTIONS(1854), 1, - anon_sym_COLON, - STATE(1276), 1, - sym_parameter, - STATE(1472), 1, - sym_lambda_parameters, - STATE(1474), 1, - sym__parameters, - STATE(1331), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1278), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [49379] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(1701), 1, - anon_sym_DASH, - ACTIONS(1709), 1, - sym_integer, - ACTIONS(1711), 1, - sym_float, - ACTIONS(1784), 1, - sym_identifier, - STATE(1119), 1, - sym_template_string, - STATE(1120), 1, - sym_string, - STATE(1344), 1, - sym_match_key_value_pattern, - STATE(977), 2, - sym_concatenated_string, - sym_concatenated_template_string, - STATE(1471), 2, - sym_match_literal_pattern, - sym_match_value_pattern, - ACTIONS(1713), 3, - sym_true, - sym_false, - sym_none, - [49423] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1830), 1, - anon_sym_LPAREN, - ACTIONS(1832), 1, - anon_sym_STAR, - ACTIONS(1836), 1, - anon_sym_STAR_STAR, - ACTIONS(1838), 1, - anon_sym_SLASH, - ACTIONS(1856), 1, - sym_identifier, - ACTIONS(1858), 1, - anon_sym_RPAREN, - STATE(1229), 1, - sym_parameter, - STATE(1473), 1, - sym__parameters, - STATE(1222), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1278), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [49463] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1830), 1, - anon_sym_LPAREN, - ACTIONS(1832), 1, - anon_sym_STAR, - ACTIONS(1836), 1, - anon_sym_STAR_STAR, - ACTIONS(1838), 1, - anon_sym_SLASH, - ACTIONS(1856), 1, - sym_identifier, - ACTIONS(1860), 1, - anon_sym_RPAREN, - STATE(1288), 1, - sym_parameter, - STATE(1222), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1278), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [49500] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1830), 1, - anon_sym_LPAREN, - ACTIONS(1832), 1, - anon_sym_STAR, - ACTIONS(1836), 1, - anon_sym_STAR_STAR, - ACTIONS(1838), 1, - anon_sym_SLASH, - ACTIONS(1856), 1, - sym_identifier, - ACTIONS(1862), 1, - anon_sym_RPAREN, - STATE(1288), 1, - sym_parameter, - STATE(1222), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1278), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [49537] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1846), 1, - anon_sym_COLON, - ACTIONS(1848), 1, - anon_sym_EQ, - ACTIONS(1850), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [49562] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1828), 1, - sym_identifier, - ACTIONS(1830), 1, - anon_sym_LPAREN, - ACTIONS(1832), 1, - anon_sym_STAR, - ACTIONS(1836), 1, - anon_sym_STAR_STAR, - ACTIONS(1838), 1, - anon_sym_SLASH, - ACTIONS(1862), 1, - anon_sym_COLON, - STATE(1288), 1, - sym_parameter, - STATE(1331), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1278), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [49599] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1828), 1, - sym_identifier, - ACTIONS(1830), 1, - anon_sym_LPAREN, - ACTIONS(1832), 1, - anon_sym_STAR, - ACTIONS(1836), 1, - anon_sym_STAR_STAR, - ACTIONS(1838), 1, - anon_sym_SLASH, - ACTIONS(1860), 1, - anon_sym_COLON, - STATE(1288), 1, - sym_parameter, - STATE(1331), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1278), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [49636] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1828), 1, - sym_identifier, - ACTIONS(1830), 1, - anon_sym_LPAREN, - ACTIONS(1832), 1, - anon_sym_STAR, - ACTIONS(1836), 1, - anon_sym_STAR_STAR, - ACTIONS(1838), 1, - anon_sym_SLASH, - STATE(1288), 1, - sym_parameter, - STATE(1331), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1278), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [49670] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1830), 1, - anon_sym_LPAREN, - ACTIONS(1832), 1, - anon_sym_STAR, - ACTIONS(1836), 1, - anon_sym_STAR_STAR, - ACTIONS(1838), 1, - anon_sym_SLASH, - ACTIONS(1856), 1, - sym_identifier, - STATE(1288), 1, - sym_parameter, - STATE(1222), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(1278), 6, - sym_tuple_pattern, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [49704] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1866), 1, - anon_sym_as, - ACTIONS(1864), 13, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_and, - anon_sym_or, - sym_type_conversion, - [49726] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1531), 1, - anon_sym_as, - ACTIONS(1515), 13, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_and, - anon_sym_or, - sym_type_conversion, - [49748] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1870), 1, - anon_sym_DOT, - STATE(881), 1, - aux_sym_match_value_pattern_repeat1, - ACTIONS(1868), 10, - anon_sym_import, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [49770] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1873), 1, - anon_sym_DOT, - ACTIONS(1875), 1, - anon_sym_LPAREN, - STATE(902), 1, - aux_sym_match_value_pattern_repeat1, - ACTIONS(1877), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [49793] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1879), 9, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - [49814] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1885), 1, - anon_sym_as, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1879), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [49837] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1893), 1, - anon_sym_COMMA, - ACTIONS(1895), 1, - anon_sym_if, - STATE(982), 1, - aux_sym_expression_list_repeat1, - ACTIONS(1891), 6, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - [49864] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1897), 1, - anon_sym_COMMA, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1901), 1, - anon_sym_COLON, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, - ACTIONS(1907), 1, - anon_sym_RBRACE, - STATE(936), 1, - sym_for_in_clause, - STATE(1079), 1, - aux_sym__collection_elements_repeat1, - STATE(1455), 1, - sym__comprehension_clauses, - [49901] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1897), 1, - anon_sym_COMMA, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1901), 1, - anon_sym_COLON, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, - ACTIONS(1907), 1, - anon_sym_RBRACE, - STATE(936), 1, - sym_for_in_clause, - STATE(1079), 1, - aux_sym__collection_elements_repeat1, - STATE(1403), 1, - sym__comprehension_clauses, - [49938] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1911), 1, - anon_sym_as, - ACTIONS(1909), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [49963] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(1913), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_else, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - [49986] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(1915), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_else, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - [50009] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(627), 1, - sym__template_string_start, - STATE(689), 2, - sym_template_string, - aux_sym_concatenated_template_string_repeat1, - ACTIONS(1917), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [50030] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(625), 1, - sym__string_start, - STATE(691), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1917), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [50051] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1921), 1, - anon_sym_as, - ACTIONS(1919), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [50074] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1868), 11, - anon_sym_import, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [50091] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(1909), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_else, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - [50114] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1919), 9, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - [50135] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1925), 1, - anon_sym_as, - ACTIONS(1923), 9, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_or, - [50156] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1927), 1, - anon_sym_as, - ACTIONS(1915), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [50181] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1925), 1, - anon_sym_as, - ACTIONS(1923), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [50204] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1923), 10, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_or, - sym_type_conversion, - [50223] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1923), 9, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - [50244] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1873), 1, - anon_sym_DOT, - ACTIONS(1929), 1, - anon_sym_LPAREN, - STATE(881), 1, - aux_sym_match_value_pattern_repeat1, - ACTIONS(1931), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [50267] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, ACTIONS(1933), 1, - anon_sym_RPAREN, - ACTIONS(1935), 1, - anon_sym_COMMA, - ACTIONS(1938), 1, - anon_sym_as, - STATE(936), 1, - sym_for_in_clause, - STATE(1079), 1, - aux_sym__collection_elements_repeat1, - STATE(1400), 1, - sym__comprehension_clauses, - [50304] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1940), 1, - anon_sym_as, - ACTIONS(1913), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [50329] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1897), 1, - anon_sym_COMMA, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1901), 1, - anon_sym_COLON, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, - ACTIONS(1907), 1, - anon_sym_RBRACE, - STATE(936), 1, - sym_for_in_clause, - STATE(1079), 1, - aux_sym__collection_elements_repeat1, - STATE(1463), 1, - sym__comprehension_clauses, - [50366] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(1950), 1, - sym__string_end, - STATE(919), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1944), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [50396] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(1952), 1, - sym__string_end, - STATE(914), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1944), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [50426] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1897), 1, - anon_sym_COMMA, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, - ACTIONS(1907), 1, - anon_sym_RBRACK, - STATE(936), 1, - sym_for_in_clause, - STATE(1079), 1, - aux_sym__collection_elements_repeat1, - STATE(1467), 1, - sym__comprehension_clauses, - [50460] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, - ACTIONS(1954), 1, - anon_sym_RPAREN, - ACTIONS(1956), 1, - anon_sym_COMMA, - STATE(936), 1, - sym_for_in_clause, - STATE(1264), 1, - aux_sym_argument_list_repeat1, - STATE(1499), 1, - sym__comprehension_clauses, - [50494] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(1958), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, anon_sym_EQ, - sym_type_conversion, - [50516] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, - ACTIONS(1960), 1, - anon_sym_RPAREN, - ACTIONS(1962), 1, + STATE(995), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(1750), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1732), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1931), 7, anon_sym_COMMA, - STATE(936), 1, - sym_for_in_clause, - STATE(1286), 1, - aux_sym_argument_list_repeat1, - STATE(1426), 1, - sym__comprehension_clauses, - [50550] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1897), 1, - anon_sym_COMMA, - ACTIONS(1899), 1, anon_sym_if, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, - ACTIONS(1907), 1, - anon_sym_RBRACK, - STATE(936), 1, - sym_for_in_clause, - STATE(1079), 1, - aux_sym__collection_elements_repeat1, - STATE(1441), 1, - sym__comprehension_clauses, - [50584] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(1964), 1, - sym__string_end, - STATE(922), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1944), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [50614] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(1966), 1, - sym__string_end, - STATE(918), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1944), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [50644] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(1968), 1, - sym__string_end, - STATE(920), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1944), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [50674] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(1970), 1, - sym__string_end, - STATE(923), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1944), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [50704] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1974), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1972), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, anon_sym_RBRACE, - [50722] = 9, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(1976), 1, - anon_sym_LBRACE2, - ACTIONS(1982), 1, - sym__not_escape_sequence, - ACTIONS(1985), 1, - sym__string_end, - STATE(918), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1979), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [50752] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(1987), 1, - sym__string_end, - STATE(918), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1944), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [50782] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, + anon_sym_and, + anon_sym_or, + anon_sym_COLON2, + sym_type_conversion, + [58668] = 7, + ACTIONS(3), 1, sym_comment, + ACTIONS(1983), 1, + anon_sym_not, ACTIONS(1989), 1, - sym__string_end, - STATE(918), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1944), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [50812] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1897), 1, + anon_sym_is, + STATE(1007), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(1986), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1980), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1903), 8, anon_sym_COMMA, - ACTIONS(1899), 1, anon_sym_if, - ACTIONS(1903), 1, + anon_sym_COLON, anon_sym_async, - ACTIONS(1905), 1, anon_sym_for, - ACTIONS(1933), 1, - anon_sym_RPAREN, - STATE(936), 1, - sym_for_in_clause, - STATE(1079), 1, - aux_sym__collection_elements_repeat1, - STATE(1400), 1, - sym__comprehension_clauses, - [50846] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(1991), 1, - sym__string_end, - STATE(918), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1944), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [50876] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(1993), 1, - sym__string_end, - STATE(918), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1944), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [50906] = 3, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_or, + [58703] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1997), 2, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(1861), 1, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1995), 8, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1940), 1, + sym_identifier, + ACTIONS(1944), 1, + anon_sym_STAR_STAR, + ACTIONS(1992), 1, + anon_sym_RBRACE, + STATE(1317), 1, + sym_string, + STATE(1318), 1, + sym_template_string, + STATE(1544), 1, + sym_match_double_star_pattern, + STATE(1573), 1, + sym_match_key_value_pattern, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1722), 2, + sym_match_literal_pattern, + sym_match_value_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + [58756] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1839), 1, + anon_sym_not, + ACTIONS(1847), 1, + anon_sym_is, + STATE(1011), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(1845), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1827), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1931), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [50924] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, + anon_sym_and, + anon_sym_or, + [58790] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(1999), 1, - sym__string_end, - STATE(918), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1944), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [50954] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, + ACTIONS(1994), 1, + anon_sym_COMMA, + STATE(993), 1, + aux_sym__patterns_repeat1, + ACTIONS(1996), 16, + anon_sym_COLON, + anon_sym_in, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [58818] = 7, + ACTIONS(3), 1, sym_comment, ACTIONS(2001), 1, - sym__string_end, - STATE(929), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1944), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [50984] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2003), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - [51006] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1897), 1, - anon_sym_COMMA, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, - ACTIONS(1907), 1, - anon_sym_RBRACK, - STATE(936), 1, - sym_for_in_clause, - STATE(1079), 1, - aux_sym__collection_elements_repeat1, - STATE(1401), 1, - sym__comprehension_clauses, - [51040] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2005), 1, - sym__string_end, - STATE(918), 1, - aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, - sym_interpolation, - ACTIONS(1944), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [51070] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1897), 1, - anon_sym_COMMA, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, + anon_sym_not, ACTIONS(2007), 1, - anon_sym_RPAREN, - STATE(936), 1, - sym_for_in_clause, - STATE(1079), 1, - aux_sym__collection_elements_repeat1, - STATE(1426), 1, - sym__comprehension_clauses, - [51104] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2009), 7, + anon_sym_is, + STATE(1011), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(2004), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1998), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1903), 7, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, + anon_sym_and, + anon_sym_or, + [58852] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1593), 1, + anon_sym_DOT, + ACTIONS(1595), 1, + anon_sym_LPAREN, + ACTIONS(1605), 1, + anon_sym_PIPE, + ACTIONS(1609), 1, + anon_sym_LBRACK, + ACTIONS(1611), 1, + anon_sym_STAR_STAR, + ACTIONS(1619), 1, + anon_sym_AMP, + ACTIONS(1621), 1, + anon_sym_CARET, + ACTIONS(1599), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1601), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1607), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(733), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1615), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + [58898] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2010), 1, + anon_sym_COMMA, + ACTIONS(2012), 1, + anon_sym_COLON, + ACTIONS(2014), 1, + anon_sym_EQ, + STATE(1010), 1, + aux_sym__patterns_repeat1, + ACTIONS(2016), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [58929] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2018), 1, + sym_identifier, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2024), 1, + anon_sym_COLON, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + STATE(1385), 1, + sym_parameter, + STATE(1593), 1, + sym_lambda_parameters, + STATE(1598), 1, + sym__parameters, + STATE(1520), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [58972] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2018), 1, + sym_identifier, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + ACTIONS(2030), 1, + anon_sym_COLON, + STATE(1385), 1, + sym_parameter, + STATE(1598), 1, + sym__parameters, + STATE(1690), 1, + sym_lambda_parameters, + STATE(1520), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [59015] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2018), 1, + sym_identifier, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + ACTIONS(2032), 1, + anon_sym_COLON, + STATE(1385), 1, + sym_parameter, + STATE(1598), 1, + sym__parameters, + STATE(1668), 1, + sym_lambda_parameters, + STATE(1520), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [59058] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2018), 1, + sym_identifier, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + ACTIONS(2034), 1, + anon_sym_COLON, + STATE(1385), 1, + sym_parameter, + STATE(1598), 1, + sym__parameters, + STATE(1604), 1, + sym_lambda_parameters, + STATE(1520), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [59101] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2018), 1, + sym_identifier, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + ACTIONS(2036), 1, + anon_sym_COLON, + STATE(1385), 1, + sym_parameter, + STATE(1598), 1, + sym__parameters, + STATE(1673), 1, + sym_lambda_parameters, + STATE(1520), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [59144] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2018), 1, + sym_identifier, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + ACTIONS(2038), 1, + anon_sym_COLON, + STATE(1385), 1, + sym_parameter, + STATE(1598), 1, + sym__parameters, + STATE(1682), 1, + sym_lambda_parameters, + STATE(1520), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [59187] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2018), 1, + sym_identifier, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + ACTIONS(2040), 1, + anon_sym_COLON, + STATE(1385), 1, + sym_parameter, + STATE(1598), 1, + sym__parameters, + STATE(1711), 1, + sym_lambda_parameters, + STATE(1520), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [59230] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(1861), 1, + anon_sym_DASH, + ACTIONS(1869), 1, + sym_integer, + ACTIONS(1871), 1, + sym_float, + ACTIONS(1940), 1, + sym_identifier, + STATE(1317), 1, + sym_string, + STATE(1318), 1, + sym_template_string, + STATE(1573), 1, + sym_match_key_value_pattern, + STATE(1140), 2, + sym_concatenated_string, + sym_concatenated_template_string, + STATE(1722), 2, + sym_match_literal_pattern, + sym_match_value_pattern, + ACTIONS(1873), 3, + sym_true, + sym_false, + sym_none, + [59274] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + ACTIONS(2042), 1, + sym_identifier, + ACTIONS(2044), 1, + anon_sym_RPAREN, + STATE(1428), 1, + sym_parameter, + STATE(1684), 1, + sym__parameters, + STATE(1442), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [59314] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2018), 1, + sym_identifier, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + ACTIONS(2046), 1, + anon_sym_COLON, + STATE(1444), 1, + sym_parameter, + STATE(1520), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [59351] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2012), 1, + anon_sym_COLON, + ACTIONS(2014), 1, + anon_sym_EQ, + ACTIONS(2016), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [59376] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2018), 1, + sym_identifier, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + ACTIONS(2048), 1, + anon_sym_COLON, + STATE(1444), 1, + sym_parameter, + STATE(1520), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [59413] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + ACTIONS(2042), 1, + sym_identifier, + ACTIONS(2048), 1, + anon_sym_RPAREN, + STATE(1444), 1, + sym_parameter, + STATE(1442), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [59450] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + ACTIONS(2042), 1, + sym_identifier, + ACTIONS(2046), 1, + anon_sym_RPAREN, + STATE(1444), 1, + sym_parameter, + STATE(1442), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [59487] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + ACTIONS(2042), 1, + sym_identifier, + STATE(1444), 1, + sym_parameter, + STATE(1442), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [59521] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2018), 1, + sym_identifier, + ACTIONS(2020), 1, + anon_sym_LPAREN, + ACTIONS(2022), 1, + anon_sym_STAR, + ACTIONS(2026), 1, + anon_sym_STAR_STAR, + ACTIONS(2028), 1, + anon_sym_SLASH, + STATE(1444), 1, + sym_parameter, + STATE(1520), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(1394), 6, + sym_tuple_pattern, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [59555] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2052), 1, + anon_sym_as, + ACTIONS(2050), 12, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, - sym_type_conversion, - [51126] = 9, - ACTIONS(1942), 1, - anon_sym_LBRACE2, - ACTIONS(1946), 1, - sym__not_escape_sequence, - ACTIONS(1948), 1, + anon_sym_and, + anon_sym_or, + [59576] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(2011), 1, + ACTIONS(1613), 1, + anon_sym_as, + ACTIONS(1597), 12, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_and, + anon_sym_or, + [59597] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2056), 1, + anon_sym_DOT, + STATE(1032), 1, + aux_sym_match_value_pattern_repeat1, + ACTIONS(2054), 10, + anon_sym_import, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [59619] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2067), 1, sym__string_end, - STATE(925), 1, + STATE(1052), 1, aux_sym_string_repeat1, - STATE(1037), 1, - aux_sym_string_content_repeat1, - STATE(1046), 1, - sym_string_content, - STATE(1054), 1, + STATE(1245), 1, sym_interpolation, - ACTIONS(1944), 3, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, - [51156] = 11, + [59650] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, - ACTIONS(2013), 1, - anon_sym_RPAREN, - ACTIONS(2015), 1, - anon_sym_COMMA, - STATE(936), 1, - sym_for_in_clause, - STATE(1188), 1, - aux_sym_argument_list_repeat1, - STATE(1400), 1, - sym__comprehension_clauses, - [51190] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2017), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - [51212] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1897), 1, - anon_sym_COMMA, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, - ACTIONS(2019), 1, - anon_sym_RPAREN, - STATE(936), 1, - sym_for_in_clause, - STATE(1079), 1, - aux_sym__collection_elements_repeat1, - STATE(1499), 1, - sym__comprehension_clauses, - [51246] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, - ACTIONS(2023), 1, - anon_sym_if, - ACTIONS(2021), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - STATE(943), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [51269] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(2025), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51288] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2029), 1, - anon_sym_PIPE, - STATE(944), 1, - aux_sym_match_or_pattern_repeat1, - ACTIONS(2027), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51307] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2029), 1, - anon_sym_PIPE, - STATE(938), 1, - aux_sym_match_or_pattern_repeat1, - ACTIONS(2031), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51326] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1893), 1, - anon_sym_COMMA, - ACTIONS(1895), 1, - anon_sym_if, - STATE(982), 1, - aux_sym_expression_list_repeat1, - ACTIONS(2033), 4, - anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - [51351] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(2025), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51370] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2037), 1, - anon_sym_if, - ACTIONS(2040), 1, - anon_sym_async, - ACTIONS(2043), 1, - anon_sym_for, - ACTIONS(2035), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - STATE(942), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [51393] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, - ACTIONS(2023), 1, - anon_sym_if, - ACTIONS(2046), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - STATE(942), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [51416] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2050), 1, - anon_sym_PIPE, - STATE(944), 1, - aux_sym_match_or_pattern_repeat1, - ACTIONS(2048), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51435] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(2025), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51454] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2053), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51468] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2055), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51482] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2057), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51496] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2059), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51510] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2061), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51524] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(1879), 6, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_EQ, - sym__semicolon, - [51542] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2067), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51556] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(1913), 5, - sym__newline, - anon_sym_from, anon_sym_COMMA, - anon_sym_EQ, - sym__semicolon, - [51576] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2071), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(2071), 1, anon_sym_if, + ACTIONS(2073), 1, anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51590] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1515), 8, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_EQ, - anon_sym_and, - anon_sym_or, - sym__semicolon, - [51604] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2048), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51618] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2073), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51632] = 4, - ACTIONS(3), 1, - sym_comment, + ACTIONS(2075), 1, + anon_sym_async, ACTIONS(2077), 1, - anon_sym_COMMA, - STATE(958), 1, - aux_sym_expression_list_repeat1, - ACTIONS(2075), 6, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - [51650] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2080), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51664] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(67), 1, - anon_sym_AT, - ACTIONS(2082), 1, - anon_sym_async, - ACTIONS(2084), 1, - anon_sym_def, - ACTIONS(2086), 1, - anon_sym_class, - STATE(527), 2, - sym_function_definition, - sym_class_definition, - STATE(1045), 2, - sym_decorator, - aux_sym_decorated_definition_repeat1, - [51688] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(67), 1, - anon_sym_AT, - ACTIONS(2088), 1, - anon_sym_async, - ACTIONS(2090), 1, - anon_sym_def, - ACTIONS(2092), 1, - anon_sym_class, - STATE(553), 2, - sym_function_definition, - sym_class_definition, - STATE(1045), 2, - sym_decorator, - aux_sym_decorated_definition_repeat1, - [51712] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2094), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51726] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(1909), 5, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_EQ, - sym__semicolon, - [51746] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2096), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51760] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2098), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51774] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2100), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51788] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(2102), 6, - anon_sym_RPAREN, - anon_sym_if, - anon_sym_async, anon_sym_for, - anon_sym_RBRACK, + ACTIONS(2079), 1, anon_sym_RBRACE, - [51806] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2104), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51820] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, + ACTIONS(2081), 1, anon_sym_and, + ACTIONS(2083), 1, + anon_sym_or, + STATE(1100), 1, + sym_for_in_clause, + STATE(1270), 1, + aux_sym__collection_elements_repeat1, + STATE(1627), 1, + sym__comprehension_clauses, + [59687] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(1923), 6, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_EQ, - sym__semicolon, - [51838] = 3, - ACTIONS(3), 1, sym_comment, + ACTIONS(2085), 1, + sym__string_end, + STATE(1043), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [59718] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(1923), 7, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_EQ, - anon_sym_or, - sym__semicolon, - [51854] = 2, + anon_sym_BSLASH, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2087), 1, + sym__string_end, + STATE(1052), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [59749] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2089), 1, + sym__string_end, + STATE(1036), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [59780] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2106), 8, + ACTIONS(2091), 1, + anon_sym_DOT, + ACTIONS(2093), 1, + anon_sym_LPAREN, + STATE(1042), 1, + aux_sym_match_value_pattern_repeat1, + ACTIONS(2095), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, @@ -66577,47 +73852,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, - [51868] = 2, + [59803] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1864), 8, - sym__newline, - anon_sym_from, + ACTIONS(647), 1, + sym__string_start, + STATE(744), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2097), 8, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_EQ, - anon_sym_and, - anon_sym_or, - sym__semicolon, - [51882] = 4, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [59824] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(649), 1, + sym__template_string_start, + STATE(745), 2, + sym_template_string, + aux_sym_concatenated_template_string_repeat1, + ACTIONS(2097), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [59845] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2099), 1, + anon_sym_RPAREN, + ACTIONS(2101), 1, + anon_sym_COMMA, + ACTIONS(2104), 1, + anon_sym_as, + ACTIONS(2106), 1, + anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, ACTIONS(2110), 1, - anon_sym_COMMA, - STATE(988), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(2108), 6, - anon_sym_RPAREN, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51900] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2112), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51914] = 2, + anon_sym_or, + STATE(1100), 1, + sym_for_in_clause, + STATE(1270), 1, + aux_sym__collection_elements_repeat1, + STATE(1706), 1, + sym__comprehension_clauses, + [59882] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(2091), 1, + anon_sym_DOT, + ACTIONS(2112), 1, + anon_sym_LPAREN, + STATE(1032), 1, + aux_sym_match_value_pattern_repeat1, ACTIONS(2114), 8, anon_sym_RPAREN, anon_sym_COMMA, @@ -66627,108 +73929,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, - [51928] = 4, - ACTIONS(3), 1, + [59905] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2116), 1, + sym__string_end, + STATE(1052), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [59936] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, + ACTIONS(2065), 1, sym_comment, ACTIONS(2118), 1, - anon_sym_COMMA, - STATE(976), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(2116), 6, - anon_sym_RPAREN, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51946] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1917), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51960] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2123), 1, - anon_sym_COMMA, - STATE(976), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(2121), 6, - anon_sym_RPAREN, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [51978] = 5, - ACTIONS(3), 1, - sym_comment, + sym__string_end, + STATE(1047), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [59967] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, ACTIONS(2063), 1, - anon_sym_and, + anon_sym_BSLASH, ACTIONS(2065), 1, - anon_sym_or, + sym_comment, + ACTIONS(2120), 1, + sym__string_end, + STATE(1048), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [59998] = 12, + ACTIONS(3), 1, + sym_comment, ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2017), 5, - sym__newline, - anon_sym_from, anon_sym_COMMA, - anon_sym_EQ, - sym__semicolon, - [51998] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2127), 1, - anon_sym_PIPE, - ACTIONS(2125), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(2071), 1, anon_sym_if, + ACTIONS(2073), 1, anon_sym_COLON, - anon_sym_RBRACK, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2079), 1, anon_sym_RBRACE, - [52014] = 6, + ACTIONS(2081), 1, + anon_sym_and, + ACTIONS(2083), 1, + anon_sym_or, + STATE(1100), 1, + sym_for_in_clause, + STATE(1270), 1, + aux_sym__collection_elements_repeat1, + STATE(1645), 1, + sym__comprehension_clauses, + [60035] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2122), 1, + sym__string_end, + STATE(1052), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [60066] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2124), 1, + sym__string_end, + STATE(1052), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [60097] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1873), 1, + ACTIONS(2054), 11, + anon_sym_import, anon_sym_DOT, - ACTIONS(1875), 1, anon_sym_LPAREN, - ACTIONS(2129), 1, - anon_sym_EQ, - STATE(902), 1, - aux_sym_match_value_pattern_repeat1, - ACTIONS(1877), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [52036] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2133), 1, - anon_sym_COMMA, - STATE(958), 1, - aux_sym_expression_list_repeat1, - ACTIONS(2131), 6, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - [52054] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2135), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, @@ -66737,7525 +74079,10052 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, - [52068] = 4, - ACTIONS(3), 1, - sym_comment, + [60114] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, ACTIONS(2063), 1, - anon_sym_and, + anon_sym_BSLASH, ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(1919), 6, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_if, - anon_sym_EQ, - sym__semicolon, - [52086] = 5, - ACTIONS(3), 1, sym_comment, + ACTIONS(2126), 1, + sym__string_end, + STATE(1053), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [60145] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, ACTIONS(2063), 1, - anon_sym_and, + anon_sym_BSLASH, ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(1915), 5, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - anon_sym_EQ, - sym__semicolon, - [52106] = 4, - ACTIONS(3), 1, sym_comment, - ACTIONS(2137), 1, - anon_sym_COMMA, - STATE(958), 1, - aux_sym_expression_list_repeat1, - ACTIONS(2131), 6, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_EQ, - sym_type_conversion, - [52124] = 4, - ACTIONS(3), 1, + ACTIONS(2128), 1, + sym__string_end, + STATE(1054), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [60176] = 9, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2130), 1, + anon_sym_LBRACE2, + ACTIONS(2136), 1, + anon_sym_BSLASH, + ACTIONS(2139), 1, + sym__string_end, + STATE(1052), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2133), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [60207] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, + ACTIONS(2065), 1, sym_comment, ACTIONS(2141), 1, - anon_sym_COMMA, - STATE(978), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(2139), 6, - anon_sym_RPAREN, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [52142] = 4, - ACTIONS(3), 1, + sym__string_end, + STATE(1052), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [60238] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2143), 1, + sym__string_end, + STATE(1052), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [60269] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, + ACTIONS(2065), 1, sym_comment, ACTIONS(2145), 1, + sym__string_end, + STATE(1057), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [60300] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2147), 1, + sym__string_end, + STATE(1058), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [60331] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2149), 1, + sym__string_end, + STATE(1052), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [60362] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2151), 1, + sym__string_end, + STATE(1052), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [60393] = 9, + ACTIONS(2059), 1, + anon_sym_LBRACE2, + ACTIONS(2063), 1, + anon_sym_BSLASH, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2153), 1, + sym__string_end, + STATE(1033), 1, + aux_sym_string_repeat1, + STATE(1245), 1, + sym_interpolation, + STATE(1252), 1, + sym_string_content, + STATE(1147), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2061), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [60424] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2069), 1, anon_sym_COMMA, - STATE(976), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(2143), 6, + ACTIONS(2071), 1, + anon_sym_if, + ACTIONS(2073), 1, + anon_sym_COLON, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2079), 1, + anon_sym_RBRACE, + ACTIONS(2081), 1, + anon_sym_and, + ACTIONS(2083), 1, + anon_sym_or, + STATE(1100), 1, + sym_for_in_clause, + STATE(1270), 1, + aux_sym__collection_elements_repeat1, + STATE(1649), 1, + sym__comprehension_clauses, + [60461] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2069), 1, + anon_sym_COMMA, + ACTIONS(2071), 1, + anon_sym_if, + ACTIONS(2073), 1, + anon_sym_COLON, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2079), 1, + anon_sym_RBRACE, + ACTIONS(2081), 1, + anon_sym_and, + ACTIONS(2083), 1, + anon_sym_or, + STATE(1100), 1, + sym_for_in_clause, + STATE(1270), 1, + aux_sym__collection_elements_repeat1, + STATE(1715), 1, + sym__comprehension_clauses, + [60498] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + ACTIONS(2157), 1, + anon_sym_as, + ACTIONS(2155), 7, anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, - [52160] = 8, + [60520] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2063), 1, + ACTIONS(2161), 1, anon_sym_and, - ACTIONS(2065), 1, + ACTIONS(2159), 9, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_EQ, anon_sym_or, + [60538] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2106), 1, + anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + ACTIONS(2165), 1, + anon_sym_as, + ACTIONS(2163), 6, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [60562] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2159), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_EQ, + [60582] = 11, + ACTIONS(3), 1, + sym_comment, ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2147), 1, - anon_sym_from, - ACTIONS(2149), 1, anon_sym_COMMA, - STATE(1082), 1, - aux_sym_expression_list_repeat1, - ACTIONS(2151), 2, - sym__newline, - sym__semicolon, - [52186] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2153), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2106), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [52200] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2155), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RBRACE, - [52214] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, + ACTIONS(2108), 1, anon_sym_and, - ACTIONS(1883), 1, + ACTIONS(2110), 1, anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2157), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - [52233] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2159), 1, - anon_sym_if, - ACTIONS(2161), 1, - anon_sym_and, - ACTIONS(2163), 1, - anon_sym_or, - ACTIONS(1915), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_COLON, - [52252] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2161), 1, - anon_sym_and, - ACTIONS(2163), 1, - anon_sym_or, - ACTIONS(1879), 5, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - [52269] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2165), 1, - anon_sym_except, - ACTIONS(2167), 1, - anon_sym_finally, - STATE(549), 1, - sym_finally_clause, - STATE(239), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - STATE(259), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - [52290] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1515), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_and, - anon_sym_or, - [52303] = 6, - ACTIONS(3), 1, - sym_comment, ACTIONS(2169), 1, - anon_sym_except, - ACTIONS(2171), 1, - anon_sym_finally, - STATE(478), 1, - sym_finally_clause, - STATE(255), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - STATE(257), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - [52324] = 6, + anon_sym_RPAREN, + STATE(1100), 1, + sym_for_in_clause, + STATE(1270), 1, + aux_sym__collection_elements_repeat1, + STATE(1686), 1, + sym__comprehension_clauses, + [60616] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2165), 1, - anon_sym_except, - ACTIONS(2167), 1, - anon_sym_finally, - STATE(469), 1, - sym_finally_clause, - STATE(260), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - STATE(261), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - [52345] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2159), 1, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2106), 1, anon_sym_if, - ACTIONS(2161), 1, + ACTIONS(2108), 1, anon_sym_and, - ACTIONS(2163), 1, + ACTIONS(2110), 1, + anon_sym_or, + ACTIONS(2171), 1, + anon_sym_RPAREN, + ACTIONS(2173), 1, + anon_sym_COMMA, + STATE(1100), 1, + sym_for_in_clause, + STATE(1451), 1, + aux_sym_argument_list_repeat1, + STATE(1686), 1, + sym__comprehension_clauses, + [60650] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2175), 1, + anon_sym_as, + ACTIONS(2159), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_or, + [60670] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, anon_sym_or, ACTIONS(2175), 1, anon_sym_as, - ACTIONS(2173), 3, + ACTIONS(2159), 7, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_COLON, - [52366] = 8, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [60692] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2159), 1, - anon_sym_if, ACTIONS(2161), 1, anon_sym_and, - ACTIONS(2163), 1, + ACTIONS(2167), 1, anon_sym_or, - ACTIONS(2177), 1, - anon_sym_COMMA, ACTIONS(2179), 1, - anon_sym_as, - ACTIONS(2181), 1, - anon_sym_COLON, - STATE(1178), 1, - aux_sym_exception_list_repeat1, - [52391] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1891), 7, + anon_sym_if, + ACTIONS(2177), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, + anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, - sym_type_conversion, - [52404] = 5, + [60714] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2063), 1, + ACTIONS(2161), 1, anon_sym_and, - ACTIONS(2065), 1, + ACTIONS(2167), 1, anon_sym_or, - ACTIONS(2069), 1, + ACTIONS(2179), 1, anon_sym_if, - ACTIONS(2009), 4, - sym__newline, - anon_sym_from, + ACTIONS(2181), 7, + anon_sym_RPAREN, anon_sym_COMMA, - sym__semicolon, - [52423] = 5, + anon_sym_COLON, + anon_sym_else, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_EQ, + [60736] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, + ACTIONS(2185), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2183), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_if, - ACTIONS(1958), 4, - sym__newline, - anon_sym_from, - anon_sym_COMMA, - sym__semicolon, - [52442] = 5, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [60754] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, - sym_identifier, - ACTIONS(2185), 1, - anon_sym_STAR, - ACTIONS(2187), 1, - anon_sym_STAR_STAR, - STATE(1327), 4, - sym_typevar_parameter, - sym_typevartuple_parameter, - sym_paramspec_parameter, - sym__type_parameter, - [52461] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2149), 1, anon_sym_COMMA, - STATE(1082), 1, - aux_sym_expression_list_repeat1, - ACTIONS(2189), 2, - sym__newline, - sym__semicolon, - [52484] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1903), 1, + ACTIONS(2075), 1, anon_sym_async, - ACTIONS(1905), 1, + ACTIONS(2077), 1, anon_sym_for, + ACTIONS(2106), 1, + anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + ACTIONS(2187), 1, + anon_sym_RPAREN, + STATE(1100), 1, + sym_for_in_clause, + STATE(1270), 1, + aux_sym__collection_elements_repeat1, + STATE(1613), 1, + sym__comprehension_clauses, + [60788] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2106), 1, + anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + ACTIONS(2189), 1, + anon_sym_as, + ACTIONS(2177), 6, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [60812] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2106), 1, + anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, ACTIONS(2191), 1, - anon_sym_COMMA, + anon_sym_RPAREN, ACTIONS(2193), 1, - anon_sym_RBRACE, - STATE(936), 1, + anon_sym_COMMA, + STATE(1100), 1, sym_for_in_clause, - STATE(1207), 1, - aux_sym_dictionary_repeat1, - STATE(1404), 1, + STATE(1418), 1, + aux_sym_argument_list_repeat1, + STATE(1706), 1, sym__comprehension_clauses, - [52509] = 5, + [60846] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1887), 1, - anon_sym_and, - ACTIONS(1889), 1, - anon_sym_or, - ACTIONS(1899), 1, - anon_sym_if, - ACTIONS(2195), 4, - anon_sym_COMMA, + ACTIONS(2075), 1, anon_sym_async, + ACTIONS(2077), 1, anon_sym_for, - anon_sym_RBRACE, - [52528] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, + ACTIONS(2106), 1, anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + ACTIONS(2195), 1, + anon_sym_RPAREN, ACTIONS(2197), 1, anon_sym_COMMA, - STATE(1167), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2199), 2, - sym__newline, - sym__semicolon, - [52551] = 7, + STATE(1100), 1, + sym_for_in_clause, + STATE(1483), 1, + aux_sym_argument_list_repeat1, + STATE(1592), 1, + sym__comprehension_clauses, + [60880] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2063), 1, + ACTIONS(2161), 1, anon_sym_and, - ACTIONS(2065), 1, + ACTIONS(2167), 1, anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2197), 1, - anon_sym_COMMA, - STATE(1134), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2201), 2, - sym__newline, - sym__semicolon, - [52574] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2009), 7, + ACTIONS(2199), 8, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, - sym_type_conversion, - [52587] = 6, + [60900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2169), 1, - anon_sym_except, - ACTIONS(2171), 1, - anon_sym_finally, - STATE(551), 1, - sym_finally_clause, - STATE(250), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - STATE(252), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - [52608] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2203), 1, + ACTIONS(2203), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2201), 8, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(1130), 1, - aux_sym_print_statement_repeat1, - ACTIONS(2205), 2, - sym__newline, - sym__semicolon, - [52631] = 7, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [60918] = 11, ACTIONS(3), 1, sym_comment, + ACTIONS(2069), 1, + anon_sym_COMMA, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2099), 1, + anon_sym_RPAREN, + ACTIONS(2106), 1, + anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + STATE(1100), 1, + sym_for_in_clause, + STATE(1270), 1, + aux_sym__collection_elements_repeat1, + STATE(1706), 1, + sym__comprehension_clauses, + [60952] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2106), 1, + anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + ACTIONS(2205), 1, + anon_sym_RPAREN, ACTIONS(2207), 1, - sym_identifier, + anon_sym_COMMA, + STATE(1100), 1, + sym_for_in_clause, + STATE(1437), 1, + aux_sym_argument_list_repeat1, + STATE(1613), 1, + sym__comprehension_clauses, + [60986] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2069), 1, + anon_sym_COMMA, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2079), 1, + anon_sym_RBRACK, + ACTIONS(2106), 1, + anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + STATE(1100), 1, + sym_for_in_clause, + STATE(1270), 1, + aux_sym__collection_elements_repeat1, + STATE(1624), 1, + sym__comprehension_clauses, + [61020] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2163), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_else, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_EQ, + [61042] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2069), 1, + anon_sym_COMMA, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2079), 1, + anon_sym_RBRACK, + ACTIONS(2106), 1, + anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + STATE(1100), 1, + sym_for_in_clause, + STATE(1270), 1, + aux_sym__collection_elements_repeat1, + STATE(1677), 1, + sym__comprehension_clauses, + [61076] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2069), 1, + anon_sym_COMMA, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2106), 1, + anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, ACTIONS(2209), 1, - anon_sym_DOT, + anon_sym_RPAREN, + STATE(1100), 1, + sym_for_in_clause, + STATE(1270), 1, + aux_sym__collection_elements_repeat1, + STATE(1592), 1, + sym__comprehension_clauses, + [61110] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2106), 1, + anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, ACTIONS(2211), 1, - anon_sym___future__, - STATE(1171), 1, - aux_sym_import_prefix_repeat1, - STATE(1219), 1, - sym_import_prefix, - STATE(1420), 2, - sym_relative_import, - sym_dotted_name, - [52654] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2215), 1, anon_sym_as, - ACTIONS(2213), 6, + ACTIONS(2181), 6, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, - [52669] = 5, + [61134] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2159), 1, + ACTIONS(2069), 1, + anon_sym_COMMA, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2079), 1, + anon_sym_RBRACK, + ACTIONS(2106), 1, anon_sym_if, - ACTIONS(2161), 1, + ACTIONS(2108), 1, anon_sym_and, - ACTIONS(2163), 1, + ACTIONS(2110), 1, anon_sym_or, - ACTIONS(1909), 4, + STATE(1100), 1, + sym_for_in_clause, + STATE(1270), 1, + aux_sym__collection_elements_repeat1, + STATE(1708), 1, + sym__comprehension_clauses, + [61168] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + ACTIONS(2213), 1, + anon_sym_as, + ACTIONS(2199), 7, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, - anon_sym_COLON, - [52688] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2183), 1, - sym_identifier, - ACTIONS(2185), 1, - anon_sym_STAR, - ACTIONS(2187), 1, - anon_sym_STAR_STAR, - STATE(1240), 4, - sym_typevar_parameter, - sym_typevartuple_parameter, - sym_paramspec_parameter, - sym__type_parameter, - [52707] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1903), 1, + anon_sym_if, anon_sym_async, - ACTIONS(1905), 1, anon_sym_for, - ACTIONS(2217), 1, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61190] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2069), 1, anon_sym_COMMA, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2079), 1, + anon_sym_RBRACK, + ACTIONS(2106), 1, + anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + STATE(1100), 1, + sym_for_in_clause, + STATE(1270), 1, + aux_sym__collection_elements_repeat1, + STATE(1614), 1, + sym__comprehension_clauses, + [61224] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2155), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_EQ, + [61244] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + ACTIONS(2215), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61263] = 4, + ACTIONS(3), 1, + sym_comment, ACTIONS(2219), 1, - anon_sym_RBRACE, - STATE(936), 1, - sym_for_in_clause, - STATE(1246), 1, - aux_sym_dictionary_repeat1, - STATE(1445), 1, - sym__comprehension_clauses, - [52732] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2221), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [52745] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1864), 7, + anon_sym_PIPE, + STATE(1101), 1, + aux_sym_match_or_pattern_repeat1, + ACTIONS(2217), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_and, - anon_sym_or, - [52758] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2116), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, - [52771] = 4, + [61282] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2161), 1, - anon_sym_and, - ACTIONS(2163), 1, - anon_sym_or, - ACTIONS(1919), 5, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - [52788] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2223), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - [52807] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2225), 7, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(2223), 1, anon_sym_if, + ACTIONS(2226), 1, anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_RBRACE, - [52820] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2161), 1, - anon_sym_and, - ACTIONS(1923), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_or, - [52835] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_for, - ACTIONS(2227), 1, - anon_sym_COMMA, ACTIONS(2229), 1, + anon_sym_for, + ACTIONS(2221), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_RBRACE, - STATE(936), 1, + STATE(1092), 3, sym_for_in_clause, - STATE(1251), 1, - aux_sym_dictionary_repeat1, - STATE(1462), 1, - sym__comprehension_clauses, - [52860] = 7, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [61305] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2149), 1, + ACTIONS(2232), 1, anon_sym_COMMA, - STATE(1082), 1, + ACTIONS(2234), 1, + anon_sym_if, + ACTIONS(2238), 1, + anon_sym_and, + ACTIONS(2240), 1, + anon_sym_or, + STATE(1215), 1, aux_sym_expression_list_repeat1, - ACTIONS(2231), 2, - sym__newline, - sym__semicolon, - [52883] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2161), 1, - anon_sym_and, - ACTIONS(2163), 1, - anon_sym_or, - ACTIONS(1923), 5, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - [52900] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2233), 1, - sym_identifier, - ACTIONS(2235), 1, - anon_sym_LPAREN, - ACTIONS(2237), 1, - anon_sym_STAR, - STATE(1105), 1, - sym_dotted_name, - STATE(1159), 1, - sym_aliased_import, - STATE(1335), 1, - sym_wildcard_import, - STATE(1338), 1, - sym__import_list, - [52925] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2159), 1, - anon_sym_if, - ACTIONS(2161), 1, - anon_sym_and, - ACTIONS(2163), 1, - anon_sym_or, - ACTIONS(1913), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_COLON, - [52944] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2149), 1, - anon_sym_COMMA, - STATE(1082), 1, - aux_sym_expression_list_repeat1, - ACTIONS(1891), 2, - sym__newline, - sym__semicolon, - [52967] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2149), 1, - anon_sym_COMMA, - STATE(1082), 1, - aux_sym_expression_list_repeat1, - ACTIONS(2239), 2, - sym__newline, - sym__semicolon, - [52990] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2149), 1, - anon_sym_COMMA, - STATE(1082), 1, - aux_sym_expression_list_repeat1, - ACTIONS(2241), 2, - sym__newline, - sym__semicolon, - [53013] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2159), 1, - anon_sym_if, - ACTIONS(2161), 1, - anon_sym_and, - ACTIONS(2163), 1, - anon_sym_or, - ACTIONS(2177), 1, - anon_sym_COMMA, - ACTIONS(2243), 1, - anon_sym_as, - ACTIONS(2245), 1, - anon_sym_COLON, - STATE(1178), 1, - aux_sym_exception_list_repeat1, - [53038] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2159), 1, - anon_sym_if, - ACTIONS(2161), 1, - anon_sym_and, - ACTIONS(2163), 1, - anon_sym_or, - ACTIONS(2177), 1, - anon_sym_COMMA, - ACTIONS(2247), 1, - anon_sym_as, - ACTIONS(2249), 1, - anon_sym_COLON, - STATE(1178), 1, - aux_sym_exception_list_repeat1, - [53063] = 6, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2251), 1, - anon_sym_LBRACE2, - ACTIONS(2256), 1, - sym__not_escape_sequence, - ACTIONS(2259), 1, - sym__string_end, - STATE(1035), 1, - aux_sym_string_content_repeat1, - ACTIONS(2253), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [53084] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2159), 1, - anon_sym_if, - ACTIONS(2161), 1, - anon_sym_and, - ACTIONS(2163), 1, - anon_sym_or, - ACTIONS(2177), 1, - anon_sym_COMMA, - ACTIONS(2261), 1, - anon_sym_as, - ACTIONS(2263), 1, - anon_sym_COLON, - STATE(1178), 1, - aux_sym_exception_list_repeat1, - [53109] = 6, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2265), 1, - anon_sym_LBRACE2, - ACTIONS(2269), 1, - sym__not_escape_sequence, - ACTIONS(2271), 1, - sym__string_end, - STATE(1035), 1, - aux_sym_string_content_repeat1, - ACTIONS(2267), 3, - sym__string_content, - sym__escape_interpolation, - sym_escape_sequence, - [53130] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2273), 1, - anon_sym_DOT, - STATE(1038), 1, - aux_sym_match_value_pattern_repeat1, - ACTIONS(1868), 4, - sym__newline, - anon_sym_COMMA, - anon_sym_as, - sym__semicolon, - [53146] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1873), 1, - anon_sym_DOT, - STATE(1051), 1, - aux_sym_match_value_pattern_repeat1, - ACTIONS(2276), 4, - anon_sym_import, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - [53162] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1893), 1, - anon_sym_COMMA, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2278), 1, - anon_sym_COLON, - STATE(982), 1, - aux_sym_expression_list_repeat1, - [53184] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2280), 1, - anon_sym_DOT, - STATE(1047), 1, - aux_sym_match_value_pattern_repeat1, - ACTIONS(2276), 4, - sym__newline, - anon_sym_COMMA, - anon_sym_as, - sym__semicolon, - [53200] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2284), 1, - anon_sym_COLON, - ACTIONS(2282), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [53220] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2286), 3, - anon_sym_COMMA, - anon_sym_RBRACK, + ACTIONS(2236), 4, + anon_sym_RBRACE, anon_sym_EQ, - [53238] = 3, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2288), 2, - anon_sym_LBRACE2, - sym__not_escape_sequence, - ACTIONS(2290), 4, - sym__string_content, - sym__string_end, - sym__escape_interpolation, - sym_escape_sequence, - [53252] = 4, + anon_sym_COLON2, + sym_type_conversion, + [61330] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2294), 1, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + ACTIONS(2215), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61349] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2232), 1, + anon_sym_COMMA, + ACTIONS(2234), 1, + anon_sym_if, + ACTIONS(2238), 1, + anon_sym_and, + ACTIONS(2240), 1, + anon_sym_or, + STATE(1215), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2242), 4, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [61374] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2244), 6, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_EQ, + [61395] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2248), 1, + anon_sym_PIPE, + STATE(1097), 1, + aux_sym_match_or_pattern_repeat1, + ACTIONS(2246), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61414] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + ACTIONS(2215), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61433] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2253), 1, + anon_sym_if, + ACTIONS(2251), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + STATE(1092), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [61456] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2253), 1, + anon_sym_if, + ACTIONS(2255), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + STATE(1099), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [61479] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2219), 1, + anon_sym_PIPE, + STATE(1097), 1, + aux_sym_match_or_pattern_repeat1, + ACTIONS(2257), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61498] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2071), 1, + anon_sym_if, + ACTIONS(2081), 1, + anon_sym_and, + ACTIONS(2083), 1, + anon_sym_or, + ACTIONS(2181), 5, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [61518] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2234), 1, + anon_sym_if, + ACTIONS(2238), 1, + anon_sym_and, + ACTIONS(2240), 1, + anon_sym_or, + ACTIONS(2163), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [61538] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2238), 1, + anon_sym_and, + ACTIONS(2240), 1, + anon_sym_or, + ACTIONS(2155), 6, + anon_sym_COMMA, + anon_sym_if, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [61556] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2238), 1, + anon_sym_and, + ACTIONS(2159), 7, + anon_sym_COMMA, + anon_sym_if, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_or, + anon_sym_COLON2, + sym_type_conversion, + [61572] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2238), 1, + anon_sym_and, + ACTIONS(2240), 1, + anon_sym_or, + ACTIONS(2159), 6, + anon_sym_COMMA, + anon_sym_if, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [61590] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2234), 1, + anon_sym_if, + ACTIONS(2238), 1, + anon_sym_and, + ACTIONS(2240), 1, + anon_sym_or, + ACTIONS(2177), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [61610] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2234), 1, + anon_sym_if, + ACTIONS(2238), 1, + anon_sym_and, + ACTIONS(2240), 1, + anon_sym_or, + ACTIONS(2181), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [61630] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2181), 5, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_SEMI, + [61650] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2265), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61664] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2269), 1, + anon_sym_COMMA, + STATE(1136), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(2267), 6, + anon_sym_RPAREN, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61682] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2234), 1, + anon_sym_if, + ACTIONS(2238), 1, + anon_sym_and, + ACTIONS(2240), 1, + anon_sym_or, + ACTIONS(2244), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [61702] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(67), 1, anon_sym_AT, - STATE(1045), 2, + ACTIONS(2271), 1, + anon_sym_async, + ACTIONS(2273), 1, + anon_sym_def, + ACTIONS(2275), 1, + anon_sym_class, + STATE(552), 2, + sym_function_definition, + sym_class_definition, + STATE(1248), 2, sym_decorator, aux_sym_decorated_definition_repeat1, - ACTIONS(2292), 3, - anon_sym_async, - anon_sym_def, - anon_sym_class, - [53268] = 3, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2297), 2, - anon_sym_LBRACE2, - sym__not_escape_sequence, - ACTIONS(2299), 4, - sym__string_content, - sym__string_end, - sym__escape_interpolation, - sym_escape_sequence, - [53282] = 4, + [61726] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2280), 1, - anon_sym_DOT, - STATE(1038), 1, - aux_sym_match_value_pattern_repeat1, - ACTIONS(2301), 4, - sym__newline, - anon_sym_COMMA, - anon_sym_as, - sym__semicolon, - [53298] = 3, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2303), 2, - anon_sym_LBRACE2, - sym__not_escape_sequence, - ACTIONS(2305), 4, - sym__string_content, - sym__string_end, - sym__escape_interpolation, - sym_escape_sequence, - [53312] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2309), 1, - anon_sym_COLON, - ACTIONS(2307), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [53332] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1893), 1, - anon_sym_COMMA, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2311), 1, - anon_sym_COLON, - STATE(982), 1, - aux_sym_expression_list_repeat1, - [53354] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1873), 1, - anon_sym_DOT, - STATE(881), 1, - aux_sym_match_value_pattern_repeat1, - ACTIONS(2301), 4, - anon_sym_import, + ACTIONS(2277), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - [53370] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1893), 1, - anon_sym_COMMA, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2313), 1, - anon_sym_COLON, - STATE(982), 1, - aux_sym_expression_list_repeat1, - [53392] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2315), 3, - sym__newline, - anon_sym_COMMA, - sym__semicolon, - [53410] = 3, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2317), 2, - anon_sym_LBRACE2, - sym__not_escape_sequence, - ACTIONS(2319), 4, - sym__string_content, - sym__string_end, - sym__escape_interpolation, - sym_escape_sequence, - [53424] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1893), 1, - anon_sym_COMMA, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2321), 1, - anon_sym_COLON, - STATE(982), 1, - aux_sym_expression_list_repeat1, - [53446] = 3, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2323), 2, - anon_sym_LBRACE2, - sym__not_escape_sequence, - ACTIONS(2325), 4, - sym__string_content, - sym__string_end, - sym__escape_interpolation, - sym_escape_sequence, - [53460] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2329), 1, - anon_sym_COMMA, - STATE(1057), 1, - aux_sym_open_sequence_match_pattern_repeat1, - ACTIONS(2327), 4, - anon_sym_RPAREN, - anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - [53476] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2332), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - [53494] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2334), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - [53512] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(1960), 1, - anon_sym_RPAREN, - ACTIONS(1962), 1, - anon_sym_COMMA, - STATE(1286), 1, - aux_sym_argument_list_repeat1, - [53534] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2336), 6, - anon_sym_RPAREN, - anon_sym_COMMA, anon_sym_if, anon_sym_COLON, + anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, - [53546] = 6, + [61740] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2340), 1, - anon_sym_COLON, - ACTIONS(2342), 1, - anon_sym_EQ, - STATE(1176), 1, - sym__type_bound, - STATE(1364), 1, - sym__type_param_default, - ACTIONS(2338), 2, + ACTIONS(2279), 8, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, anon_sym_RBRACK, - [53566] = 5, + anon_sym_RBRACE, + [61754] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, + ACTIONS(2246), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_if, - ACTIONS(2223), 3, - sym__newline, - anon_sym_EQ, - sym__semicolon, - [53584] = 5, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61768] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2159), 1, - anon_sym_if, ACTIONS(2161), 1, anon_sym_and, - ACTIONS(2163), 1, + ACTIONS(2167), 1, anon_sym_or, - ACTIONS(2344), 3, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2281), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61788] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(67), 1, + anon_sym_AT, + ACTIONS(2283), 1, + anon_sym_async, + ACTIONS(2285), 1, + anon_sym_def, + ACTIONS(2287), 1, + anon_sym_class, + STATE(521), 2, + sym_function_definition, + sym_class_definition, + STATE(1248), 2, + sym_decorator, + aux_sym_decorated_definition_repeat1, + [61812] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2289), 8, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_if, anon_sym_COLON, - [53602] = 7, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61826] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1893), 1, + ACTIONS(2291), 8, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(1895), 1, + anon_sym_as, anon_sym_if, - ACTIONS(2346), 1, anon_sym_COLON, - STATE(982), 1, - aux_sym_expression_list_repeat1, - [53624] = 7, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1881), 1, + ACTIONS(2261), 1, anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1893), 1, + ACTIONS(2159), 7, + sym__newline, + anon_sym_from, anon_sym_COMMA, - ACTIONS(1895), 1, anon_sym_if, - ACTIONS(2348), 1, - anon_sym_COLON, - STATE(982), 1, - aux_sym_expression_list_repeat1, - [53646] = 3, - ACTIONS(1948), 1, + anon_sym_EQ, + anon_sym_or, + anon_sym_SEMI, + [61856] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(2350), 2, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2293), 1, + anon_sym_from, + ACTIONS(2295), 1, + anon_sym_COMMA, + STATE(1260), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2297), 2, + sym__newline, + anon_sym_SEMI, + [61882] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2159), 6, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_if, + anon_sym_EQ, + anon_sym_SEMI, + [61900] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2299), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61914] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2234), 1, + anon_sym_if, + ACTIONS(2238), 1, + anon_sym_and, + ACTIONS(2240), 1, + anon_sym_or, + ACTIONS(2301), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [61934] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2303), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61948] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2305), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61962] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2309), 1, + anon_sym_COMMA, + STATE(1146), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(2307), 6, + anon_sym_RPAREN, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [61980] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1597), 8, + anon_sym_COMMA, + anon_sym_if, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_and, + anon_sym_or, + anon_sym_COLON2, + sym_type_conversion, + [61994] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2311), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62008] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2313), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62022] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2315), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62036] = 6, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2317), 1, anon_sym_LBRACE2, - sym__not_escape_sequence, - ACTIONS(2352), 4, - sym__string_content, + ACTIONS(2322), 1, + anon_sym_BSLASH, + ACTIONS(2325), 1, sym__string_end, + STATE(1133), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2319), 3, + sym__string_content, sym__escape_interpolation, sym_escape_sequence, - [53660] = 5, + [62058] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2354), 3, - sym__newline, - anon_sym_COMMA, - sym__semicolon, - [53678] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2356), 3, - sym__newline, - anon_sym_COMMA, - sym__semicolon, - [53696] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1877), 6, + ACTIONS(2327), 8, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_if, anon_sym_COLON, + anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, - [53708] = 6, + [62072] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2360), 1, - anon_sym_COLON, - ACTIONS(2358), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [53728] = 6, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2362), 1, - anon_sym_RBRACE, - ACTIONS(2364), 1, - anon_sym_LBRACE2, - ACTIONS(2367), 1, - aux_sym_format_specifier_token1, - STATE(1072), 1, - aux_sym_format_specifier_repeat1, - STATE(1255), 1, - sym_interpolation, - [53747] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2003), 2, + ACTIONS(2050), 8, sym__newline, - sym__semicolon, - [53764] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2233), 1, - sym_identifier, - ACTIONS(2370), 1, - anon_sym_LPAREN, - STATE(1105), 1, - sym_dotted_name, - STATE(1159), 1, - sym_aliased_import, - STATE(1343), 1, - sym__import_list, - [53783] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2372), 2, + anon_sym_from, anon_sym_COMMA, - anon_sym_RBRACK, - [53800] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2374), 1, - anon_sym_COLON, - ACTIONS(2376), 1, - anon_sym_RBRACE, - ACTIONS(2378), 1, + anon_sym_if, anon_sym_EQ, - ACTIONS(2380), 1, - sym_type_conversion, - STATE(1460), 1, - sym_format_specifier, - [53819] = 4, + anon_sym_and, + anon_sym_or, + anon_sym_SEMI, + [62086] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2384), 1, + ACTIONS(2331), 1, anon_sym_COMMA, - STATE(1099), 1, - aux_sym__collection_elements_repeat1, - ACTIONS(2382), 3, + STATE(1162), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(2329), 6, + anon_sym_RPAREN, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62104] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2333), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62118] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2335), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62132] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2091), 1, + anon_sym_DOT, + ACTIONS(2093), 1, + anon_sym_LPAREN, + ACTIONS(2337), 1, + anon_sym_EQ, + STATE(1042), 1, + aux_sym_match_value_pattern_repeat1, + ACTIONS(2095), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + [62154] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2097), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62168] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2244), 5, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_SEMI, + [62188] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2341), 1, + anon_sym_PIPE, + ACTIONS(2339), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62204] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2343), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62218] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2177), 5, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_SEMI, + [62238] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2199), 6, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_if, + anon_sym_EQ, + anon_sym_SEMI, + [62256] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2347), 1, + anon_sym_COMMA, + STATE(1162), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(2345), 6, + anon_sym_RPAREN, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62274] = 6, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2349), 1, + anon_sym_LBRACE2, + ACTIONS(2353), 1, + anon_sym_BSLASH, + ACTIONS(2355), 1, + sym__string_end, + STATE(1133), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(2351), 3, + sym__string_content, + sym__escape_interpolation, + sym_escape_sequence, + [62296] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2357), 1, + anon_sym_COMMA, + STATE(1232), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2236), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - [53834] = 4, + [62320] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2081), 1, + anon_sym_and, + ACTIONS(2083), 1, + anon_sym_or, + ACTIONS(2199), 6, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [62338] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2071), 1, + anon_sym_if, + ACTIONS(2081), 1, + anon_sym_and, + ACTIONS(2083), 1, + anon_sym_or, + ACTIONS(2163), 5, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [62358] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2081), 1, + anon_sym_and, + ACTIONS(2083), 1, + anon_sym_or, + ACTIONS(2155), 6, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [62376] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2081), 1, + anon_sym_and, + ACTIONS(2159), 7, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + anon_sym_or, + [62392] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2081), 1, + anon_sym_and, + ACTIONS(2083), 1, + anon_sym_or, + ACTIONS(2159), 6, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [62410] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2359), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62424] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + ACTIONS(2361), 6, + anon_sym_RPAREN, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62442] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2163), 5, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_SEMI, + [62462] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2071), 1, + anon_sym_if, + ACTIONS(2081), 1, + anon_sym_and, + ACTIONS(2083), 1, + anon_sym_or, + ACTIONS(2177), 5, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [62482] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1597), 8, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_if, + anon_sym_EQ, + anon_sym_and, + anon_sym_or, + anon_sym_SEMI, + [62496] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2363), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62510] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2365), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62524] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2367), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62538] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2371), 1, + anon_sym_COMMA, + STATE(1162), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(2369), 6, + anon_sym_RPAREN, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62556] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2155), 6, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_if, + anon_sym_EQ, + anon_sym_SEMI, + [62574] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2234), 1, + anon_sym_if, + ACTIONS(2238), 1, + anon_sym_and, + ACTIONS(2240), 1, + anon_sym_or, + ACTIONS(2281), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [62594] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2238), 1, + anon_sym_and, + ACTIONS(2240), 1, + anon_sym_or, + ACTIONS(2199), 6, + anon_sym_COMMA, + anon_sym_if, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [62612] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2301), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62632] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2374), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62646] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2050), 8, + anon_sym_COMMA, + anon_sym_if, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_and, + anon_sym_or, + anon_sym_COLON2, + sym_type_conversion, + [62660] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2376), 1, + sym_identifier, + ACTIONS(2378), 1, + anon_sym_LPAREN, + ACTIONS(2380), 1, + anon_sym_STAR, + STATE(1290), 1, + sym_dotted_name, + STATE(1368), 1, + sym_aliased_import, + STATE(1532), 1, + sym__import_list, + STATE(1533), 1, + sym_wildcard_import, + [62685] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2382), 1, + anon_sym_COMMA, + ACTIONS(2384), 1, + anon_sym_RBRACE, + STATE(1100), 1, + sym_for_in_clause, + STATE(1491), 1, + aux_sym_dictionary_repeat1, + STATE(1650), 1, + sym__comprehension_clauses, + [62710] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2386), 1, - anon_sym_COMMA, - STATE(1096), 1, - aux_sym_expression_list_repeat1, - ACTIONS(2131), 3, - sym__newline, - anon_sym_from, - sym__semicolon, - [53849] = 4, + anon_sym_except, + ACTIONS(2388), 1, + anon_sym_finally, + STATE(553), 1, + sym_finally_clause, + STATE(279), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + STATE(283), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + [62731] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2388), 1, - anon_sym_COMMA, - STATE(1099), 1, - aux_sym__collection_elements_repeat1, - ACTIONS(2382), 3, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2390), 4, anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + [62750] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2386), 1, + anon_sym_except, + ACTIONS(2388), 1, + anon_sym_finally, + STATE(562), 1, + sym_finally_clause, + STATE(266), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + STATE(267), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + [62771] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2392), 4, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, - [53864] = 5, + [62790] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2233), 1, - sym_identifier, - STATE(1132), 1, - sym_dotted_name, - STATE(1289), 1, - sym_aliased_import, - ACTIONS(2390), 2, - sym__newline, - sym__semicolon, - [53881] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, + ACTIONS(2259), 1, anon_sym_if, - ACTIONS(2392), 2, - sym__newline, - sym__semicolon, - [53898] = 4, - ACTIONS(3), 1, - sym_comment, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, ACTIONS(2394), 1, anon_sym_COMMA, - STATE(1096), 1, - aux_sym_expression_list_repeat1, - ACTIONS(2131), 3, + STATE(1360), 1, + aux_sym_print_statement_repeat1, + ACTIONS(2396), 2, sym__newline, - anon_sym_from, - sym__semicolon, - [53913] = 5, + anon_sym_SEMI, + [62813] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2195), 2, + ACTIONS(1597), 7, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACE, - [53930] = 6, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_and, + anon_sym_or, + [62826] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2396), 1, - anon_sym_LPAREN, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, ACTIONS(2398), 1, - anon_sym_COLON, - ACTIONS(2400), 1, - anon_sym_LBRACK, - STATE(1210), 1, - sym_type_parameters, - STATE(1402), 1, - sym_argument_list, - [53949] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2402), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [53966] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2404), 5, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - [53977] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2406), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [53994] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2374), 1, - anon_sym_COLON, - ACTIONS(2408), 1, - anon_sym_RBRACE, - ACTIONS(2410), 1, - anon_sym_EQ, - ACTIONS(2412), 1, - sym_type_conversion, - STATE(1470), 1, - sym_format_specifier, - [54013] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2327), 5, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - [54024] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2414), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [54041] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2416), 2, + STATE(1365), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(2400), 2, sym__newline, - sym__semicolon, - [54058] = 5, + anon_sym_SEMI, + [62849] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2418), 2, + ACTIONS(2402), 7, anon_sym_RPAREN, anon_sym_COMMA, - [54075] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, anon_sym_if, - ACTIONS(2420), 2, - sym__newline, - sym__semicolon, - [54092] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2422), 2, - sym__newline, - sym__semicolon, - [54109] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1897), 1, - anon_sym_COMMA, - STATE(1077), 1, - aux_sym__collection_elements_repeat1, - ACTIONS(1907), 3, - anon_sym_RPAREN, + anon_sym_async, + anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, - [54124] = 4, + [62862] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 1, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2295), 1, anon_sym_COMMA, - STATE(1096), 1, + STATE(1260), 1, aux_sym_expression_list_repeat1, - ACTIONS(2075), 3, + ACTIONS(2404), 2, + sym__newline, + anon_sym_SEMI, + [62885] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2295), 1, + anon_sym_COMMA, + STATE(1260), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2406), 2, + sym__newline, + anon_sym_SEMI, + [62908] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2408), 1, + anon_sym_except, + ACTIONS(2410), 1, + anon_sym_finally, + STATE(535), 1, + sym_finally_clause, + STATE(268), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + STATE(280), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + [62929] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2412), 1, + sym_identifier, + ACTIONS(2414), 1, + anon_sym_STAR, + ACTIONS(2416), 1, + anon_sym_STAR_STAR, + STATE(1524), 4, + sym_typevar_parameter, + sym_typevartuple_parameter, + sym_paramspec_parameter, + sym__type_parameter, + [62948] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2234), 1, + anon_sym_if, + ACTIONS(2238), 1, + anon_sym_and, + ACTIONS(2240), 1, + anon_sym_or, + ACTIONS(2418), 4, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [62967] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2422), 1, + anon_sym_as, + ACTIONS(2420), 6, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + [62982] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2295), 1, + anon_sym_COMMA, + STATE(1260), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2424), 2, + sym__newline, + anon_sym_SEMI, + [63005] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2426), 1, + anon_sym_COMMA, + ACTIONS(2428), 1, + anon_sym_as, + ACTIONS(2430), 1, + anon_sym_if, + ACTIONS(2432), 1, + anon_sym_COLON, + ACTIONS(2434), 1, + anon_sym_and, + ACTIONS(2436), 1, + anon_sym_or, + STATE(1338), 1, + aux_sym_exception_list_repeat1, + [63030] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2408), 1, + anon_sym_except, + ACTIONS(2410), 1, + anon_sym_finally, + STATE(607), 1, + sym_finally_clause, + STATE(275), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + STATE(287), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + [63051] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2434), 1, + anon_sym_and, + ACTIONS(2436), 1, + anon_sym_or, + ACTIONS(2199), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + [63068] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2418), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RBRACE, + [63087] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2438), 1, + anon_sym_COMMA, + ACTIONS(2440), 1, + anon_sym_RBRACE, + STATE(1100), 1, + sym_for_in_clause, + STATE(1409), 1, + aux_sym_dictionary_repeat1, + STATE(1718), 1, + sym__comprehension_clauses, + [63112] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2301), 4, sym__newline, anon_sym_from, - sym__semicolon, - [54139] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2233), 1, - sym_identifier, - STATE(1132), 1, - sym_dotted_name, - STATE(1289), 1, - sym_aliased_import, - ACTIONS(2427), 2, - sym__newline, - sym__semicolon, - [54156] = 6, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2429), 1, - anon_sym_RBRACE, - ACTIONS(2431), 1, - anon_sym_LBRACE2, - ACTIONS(2433), 1, - aux_sym_format_specifier_token1, - STATE(1104), 1, - aux_sym_format_specifier_repeat1, - STATE(1255), 1, - sym_interpolation, - [54175] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2437), 1, anon_sym_COMMA, - STATE(1099), 1, - aux_sym__collection_elements_repeat1, - ACTIONS(2435), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - [54190] = 5, + anon_sym_SEMI, + [63131] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, + ACTIONS(2430), 1, anon_sym_if, - ACTIONS(2440), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [54207] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2233), 1, - sym_identifier, - STATE(1132), 1, - sym_dotted_name, - STATE(1289), 1, - sym_aliased_import, - ACTIONS(2427), 2, - sym__newline, - sym__semicolon, - [54224] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, + ACTIONS(2434), 1, anon_sym_and, - ACTIONS(1883), 1, + ACTIONS(2436), 1, anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2442), 2, + ACTIONS(2163), 4, anon_sym_RPAREN, anon_sym_COMMA, - [54241] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2396), 1, - anon_sym_LPAREN, - ACTIONS(2400), 1, - anon_sym_LBRACK, - ACTIONS(2444), 1, + anon_sym_as, anon_sym_COLON, - STATE(1239), 1, - sym_type_parameters, - STATE(1444), 1, - sym_argument_list, - [54260] = 6, - ACTIONS(1948), 1, + [63150] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LBRACE2, + ACTIONS(2434), 1, + anon_sym_and, + ACTIONS(2436), 1, + anon_sym_or, + ACTIONS(2155), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + [63167] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2434), 1, + anon_sym_and, + ACTIONS(2159), 6, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_or, + [63182] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2434), 1, + anon_sym_and, + ACTIONS(2436), 1, + anon_sym_or, + ACTIONS(2159), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + [63199] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2236), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [63212] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2398), 1, + anon_sym_COMMA, + STATE(1344), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(2442), 2, + sym__newline, + anon_sym_SEMI, + [63235] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2444), 1, + anon_sym_COMMA, ACTIONS(2446), 1, anon_sym_RBRACE, - ACTIONS(2448), 1, - aux_sym_format_specifier_token1, - STATE(1072), 1, - aux_sym_format_specifier_repeat1, - STATE(1255), 1, - sym_interpolation, - [54279] = 5, + STATE(1100), 1, + sym_for_in_clause, + STATE(1427), 1, + aux_sym_dictionary_repeat1, + STATE(1631), 1, + sym__comprehension_clauses, + [63260] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2281), 4, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_SEMI, + [63279] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2430), 1, + anon_sym_if, + ACTIONS(2434), 1, + anon_sym_and, + ACTIONS(2436), 1, + anon_sym_or, ACTIONS(2450), 1, - anon_sym_COMMA, - ACTIONS(2452), 1, anon_sym_as, - STATE(1145), 1, - aux_sym__import_list_repeat1, - ACTIONS(2454), 2, - sym__newline, - sym__semicolon, - [54296] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2456), 2, + ACTIONS(2448), 3, anon_sym_RPAREN, anon_sym_COMMA, - [54313] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1868), 5, - sym__newline, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - sym__semicolon, - [54324] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2400), 1, - anon_sym_LBRACK, - ACTIONS(2458), 1, - anon_sym_LPAREN, - STATE(1359), 1, - sym_parameters, - STATE(1367), 1, - sym_type_parameters, - [54340] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2460), 1, - anon_sym_COMMA, - STATE(1124), 1, - aux_sym_print_statement_repeat1, - ACTIONS(2462), 2, - sym__newline, - sym__semicolon, - [54354] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2464), 1, - anon_sym_COMMA, - STATE(1110), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2354), 2, - sym__newline, - sym__semicolon, - [54368] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2467), 1, - anon_sym_COMMA, - STATE(1111), 1, - aux_sym_print_statement_repeat1, - ACTIONS(2470), 2, - sym__newline, - sym__semicolon, - [54382] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2472), 1, anon_sym_COLON, - [54398] = 5, + [63300] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2233), 1, + ACTIONS(2452), 1, sym_identifier, - STATE(1105), 1, - sym_dotted_name, - STATE(1159), 1, - sym_aliased_import, - STATE(1352), 1, - sym__import_list, - [54414] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2476), 1, + ACTIONS(2454), 1, anon_sym_DOT, - STATE(1114), 1, + ACTIONS(2456), 1, + anon_sym___future__, + STATE(1336), 1, aux_sym_import_prefix_repeat1, - ACTIONS(2474), 2, - anon_sym_import, - sym_identifier, - [54428] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_COMMA, - STATE(1115), 1, - aux_sym_with_clause_repeat1, - ACTIONS(2479), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [54442] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2486), 1, - anon_sym_COMMA, - STATE(848), 1, - aux_sym__patterns_repeat1, - ACTIONS(2484), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - [54456] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2223), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - [54466] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2157), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - [54476] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(312), 1, - sym__template_string_start, - ACTIONS(1917), 1, - anon_sym_COLON, - STATE(572), 2, - sym_template_string, - aux_sym_concatenated_template_string_repeat1, - [54490] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(310), 1, - sym__string_start, - ACTIONS(1917), 1, - anon_sym_COLON, - STATE(573), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - [54504] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2490), 1, - anon_sym_EQ, - ACTIONS(2488), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - [54516] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2492), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - [54526] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2494), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RBRACE, - [54536] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2496), 1, - anon_sym_COMMA, - STATE(1111), 1, - aux_sym_print_statement_repeat1, - ACTIONS(2498), 2, - sym__newline, - sym__semicolon, - [54550] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2500), 1, - anon_sym_COLON, - [54566] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2502), 1, - anon_sym_COLON, - [54582] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2504), 1, - sym_identifier, - STATE(1172), 1, + STATE(1402), 1, + sym_import_prefix, + STATE(1709), 2, + sym_relative_import, sym_dotted_name, - STATE(1182), 1, - sym_aliased_import, - STATE(1447), 1, - sym__import_list, - [54598] = 5, + [63323] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, + ACTIONS(2259), 1, anon_sym_if, - ACTIONS(2506), 1, - anon_sym_COLON, - [54614] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2504), 1, - sym_identifier, - STATE(1172), 1, - sym_dotted_name, - STATE(1182), 1, - sym_aliased_import, - STATE(1386), 1, - sym__import_list, - [54630] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2508), 1, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2295), 1, anon_sym_COMMA, - STATE(1111), 1, - aux_sym_print_statement_repeat1, - ACTIONS(2510), 2, + STATE(1260), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2236), 2, sym__newline, - sym__semicolon, - [54644] = 4, + anon_sym_SEMI, + [63346] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2512), 1, + ACTIONS(2458), 7, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(1131), 1, - aux_sym__import_list_repeat1, - ACTIONS(2515), 2, - sym__newline, - sym__semicolon, - [54658] = 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [63359] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2452), 1, + ACTIONS(2426), 1, + anon_sym_COMMA, + ACTIONS(2430), 1, + anon_sym_if, + ACTIONS(2434), 1, + anon_sym_and, + ACTIONS(2436), 1, + anon_sym_or, + ACTIONS(2460), 1, anon_sym_as, - ACTIONS(2517), 3, - sym__newline, - anon_sym_COMMA, - sym__semicolon, - [54670] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2519), 1, - anon_sym_COMMA, - STATE(1131), 1, - aux_sym__import_list_repeat1, - ACTIONS(2521), 2, - sym__newline, - sym__semicolon, - [54684] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2197), 1, - anon_sym_COMMA, - STATE(1110), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2523), 2, - sym__newline, - sym__semicolon, - [54698] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2525), 1, - anon_sym_COMMA, - STATE(1135), 1, - aux_sym_global_statement_repeat1, - ACTIONS(2528), 2, - sym__newline, - sym__semicolon, - [54712] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2400), 1, - anon_sym_LBRACK, - ACTIONS(2458), 1, - anon_sym_LPAREN, - STATE(1322), 1, - sym_type_parameters, - STATE(1355), 1, - sym_parameters, - [54728] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2530), 1, - anon_sym_case, - STATE(541), 1, - sym_cases, - STATE(414), 2, - sym_case_block, - aux_sym_cases_repeat1, - [54742] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2530), 1, - anon_sym_case, - STATE(484), 1, - sym_cases, - STATE(414), 2, - sym_case_block, - aux_sym_cases_repeat1, - [54756] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2374), 1, + ACTIONS(2462), 1, anon_sym_COLON, - ACTIONS(2532), 1, - anon_sym_RBRACE, - ACTIONS(2534), 1, - sym_type_conversion, - STATE(1410), 1, - sym_format_specifier, - [54772] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2063), 1, - anon_sym_and, - ACTIONS(2065), 1, - anon_sym_or, - ACTIONS(2069), 1, - anon_sym_if, - ACTIONS(2536), 1, - sym__newline, - [54788] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2538), 1, - anon_sym_COMMA, - STATE(1057), 1, - aux_sym_open_sequence_match_pattern_repeat1, - ACTIONS(1723), 2, - anon_sym_if, - anon_sym_COLON, - [54802] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2540), 1, - anon_sym_else, - [54818] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2542), 1, - anon_sym_COMMA, - STATE(1156), 1, - aux_sym_global_statement_repeat1, - ACTIONS(2544), 2, - sym__newline, - sym__semicolon, - [54832] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2542), 1, - anon_sym_COMMA, - STATE(1155), 1, - aux_sym_global_statement_repeat1, - ACTIONS(2546), 2, - sym__newline, - sym__semicolon, - [54846] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2548), 1, - anon_sym_COMMA, - STATE(1131), 1, - aux_sym__import_list_repeat1, - ACTIONS(2521), 2, - sym__newline, - sym__semicolon, - [54860] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2390), 1, - anon_sym_RPAREN, - ACTIONS(2504), 1, - sym_identifier, - STATE(1226), 1, - sym_dotted_name, - STATE(1358), 1, - sym_aliased_import, - [54876] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2550), 1, - anon_sym_case, - STATE(530), 1, - sym_cases, - STATE(390), 2, - sym_case_block, - aux_sym_cases_repeat1, - [54890] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2550), 1, - anon_sym_case, - STATE(529), 1, - sym_cases, - STATE(390), 2, - sym_case_block, - aux_sym_cases_repeat1, - [54904] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2400), 1, - anon_sym_LBRACK, - ACTIONS(2458), 1, - anon_sym_LPAREN, - STATE(1317), 1, - sym_type_parameters, - STATE(1349), 1, - sym_parameters, - [54920] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2552), 1, - anon_sym_COLON, - [54936] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2554), 1, - anon_sym_COLON, - [54952] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2556), 1, - anon_sym_COMMA, - STATE(1152), 1, + STATE(1338), 1, aux_sym_exception_list_repeat1, - ACTIONS(2559), 2, - anon_sym_as, - anon_sym_COLON, - [54966] = 5, + [63384] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2400), 1, - anon_sym_LBRACK, - ACTIONS(2458), 1, - anon_sym_LPAREN, - STATE(1319), 1, - sym_type_parameters, - STATE(1350), 1, - sym_parameters, - [54982] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, + ACTIONS(2426), 1, + anon_sym_COMMA, + ACTIONS(2430), 1, anon_sym_if, - ACTIONS(2561), 1, + ACTIONS(2434), 1, + anon_sym_and, + ACTIONS(2436), 1, + anon_sym_or, + ACTIONS(2464), 1, + anon_sym_as, + ACTIONS(2466), 1, anon_sym_COLON, - [54998] = 4, + STATE(1338), 1, + aux_sym_exception_list_repeat1, + [63409] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2542), 1, + ACTIONS(2412), 1, + sym_identifier, + ACTIONS(2414), 1, + anon_sym_STAR, + ACTIONS(2416), 1, + anon_sym_STAR_STAR, + STATE(1416), 4, + sym_typevar_parameter, + sym_typevartuple_parameter, + sym_paramspec_parameter, + sym__type_parameter, + [63428] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2426), 1, anon_sym_COMMA, - STATE(1135), 1, - aux_sym_global_statement_repeat1, - ACTIONS(2563), 2, - sym__newline, - sym__semicolon, - [55012] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2542), 1, - anon_sym_COMMA, - STATE(1135), 1, - aux_sym_global_statement_repeat1, - ACTIONS(2565), 2, - sym__newline, - sym__semicolon, - [55026] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2569), 1, + ACTIONS(2430), 1, + anon_sym_if, + ACTIONS(2434), 1, + anon_sym_and, + ACTIONS(2436), 1, + anon_sym_or, + ACTIONS(2468), 1, + anon_sym_as, + ACTIONS(2470), 1, anon_sym_COLON, - ACTIONS(2571), 1, - anon_sym_EQ, - ACTIONS(2567), 2, + STATE(1338), 1, + aux_sym_exception_list_repeat1, + [63453] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2430), 1, + anon_sym_if, + ACTIONS(2434), 1, + anon_sym_and, + ACTIONS(2436), 1, + anon_sym_or, + ACTIONS(2177), 4, anon_sym_RPAREN, anon_sym_COMMA, - [55040] = 5, + anon_sym_as, + anon_sym_COLON, + [63472] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1881), 1, + ACTIONS(2430), 1, + anon_sym_if, + ACTIONS(2434), 1, anon_sym_and, - ACTIONS(1883), 1, + ACTIONS(2436), 1, anon_sym_or, - ACTIONS(1895), 1, + ACTIONS(2181), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_COLON, + [63491] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2050), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_and, + anon_sym_or, + [63504] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2369), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_RBRACE, + [63517] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2075), 1, + anon_sym_async, + ACTIONS(2077), 1, + anon_sym_for, + ACTIONS(2472), 1, + anon_sym_COMMA, + ACTIONS(2474), 1, + anon_sym_RBRACE, + STATE(1100), 1, + sym_for_in_clause, + STATE(1433), 1, + aux_sym_dictionary_repeat1, + STATE(1721), 1, + sym__comprehension_clauses, + [63542] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2295), 1, + anon_sym_COMMA, + STATE(1260), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2476), 2, + sym__newline, + anon_sym_SEMI, + [63565] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2106), 1, + anon_sym_if, + ACTIONS(2108), 1, + anon_sym_and, + ACTIONS(2110), 1, + anon_sym_or, + ACTIONS(2478), 4, + anon_sym_COMMA, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [63584] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2480), 1, + anon_sym_COMMA, + STATE(1221), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2482), 4, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [63600] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2091), 1, + anon_sym_DOT, + STATE(1241), 1, + aux_sym_match_value_pattern_repeat1, + ACTIONS(2484), 4, + anon_sym_import, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + [63616] = 3, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2486), 2, + anon_sym_LBRACE2, + anon_sym_BSLASH, + ACTIONS(2488), 4, + sym__string_content, + sym__string_end, + sym__escape_interpolation, + sym_escape_sequence, + [63630] = 3, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2490), 2, + anon_sym_LBRACE2, + anon_sym_BSLASH, + ACTIONS(2492), 4, + sym__string_content, + sym__string_end, + sym__escape_interpolation, + sym_escape_sequence, + [63644] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2494), 1, + anon_sym_DOT, + STATE(1233), 1, + aux_sym_match_value_pattern_repeat1, + ACTIONS(2484), 4, + sym__newline, + anon_sym_COMMA, + anon_sym_as, + anon_sym_SEMI, + [63660] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2498), 1, + anon_sym_COLON, + ACTIONS(2500), 1, + anon_sym_EQ, + STATE(1327), 1, + sym__type_bound, + STATE(1529), 1, + sym__type_param_default, + ACTIONS(2496), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [63680] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2502), 1, + anon_sym_COMMA, + STATE(1221), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2505), 4, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [63696] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2507), 1, + anon_sym_COMMA, + STATE(1222), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2505), 4, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + [63712] = 3, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2510), 2, + anon_sym_LBRACE2, + anon_sym_BSLASH, + ACTIONS(2512), 4, + sym__string_content, + sym__string_end, + sym__escape_interpolation, + sym_escape_sequence, + [63726] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2514), 3, + sym__newline, + anon_sym_COMMA, + anon_sym_SEMI, + [63744] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2171), 1, + anon_sym_RPAREN, + ACTIONS(2173), 1, + anon_sym_COMMA, + ACTIONS(2179), 1, + anon_sym_if, + STATE(1451), 1, + aux_sym_argument_list_repeat1, + [63766] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2516), 3, + sym__newline, + anon_sym_COMMA, + anon_sym_SEMI, + [63784] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2518), 3, + sym__newline, + anon_sym_COMMA, + anon_sym_SEMI, + [63802] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2520), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + [63820] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2522), 1, + anon_sym_COMMA, + STATE(1222), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2482), 4, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + [63836] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2357), 1, + anon_sym_COMMA, + ACTIONS(2524), 1, + anon_sym_COLON, + STATE(1232), 1, + aux_sym_expression_list_repeat1, + [63858] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2526), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + [63876] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2528), 1, + anon_sym_COMMA, + STATE(1222), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2482), 4, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + [63892] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2494), 1, + anon_sym_DOT, + STATE(1234), 1, + aux_sym_match_value_pattern_repeat1, + ACTIONS(2530), 4, + sym__newline, + anon_sym_COMMA, + anon_sym_as, + anon_sym_SEMI, + [63908] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2532), 1, + anon_sym_DOT, + STATE(1234), 1, + aux_sym_match_value_pattern_repeat1, + ACTIONS(2054), 4, + sym__newline, + anon_sym_COMMA, + anon_sym_as, + anon_sym_SEMI, + [63924] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2357), 1, + anon_sym_COMMA, + ACTIONS(2535), 1, + anon_sym_COLON, + STATE(1232), 1, + aux_sym_expression_list_repeat1, + [63946] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2357), 1, + anon_sym_COMMA, + ACTIONS(2537), 1, + anon_sym_COLON, + STATE(1232), 1, + aux_sym_expression_list_repeat1, + [63968] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2357), 1, + anon_sym_COMMA, + ACTIONS(2539), 1, + anon_sym_COLON, + STATE(1232), 1, + aux_sym_expression_list_repeat1, + [63990] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2541), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_EQ, + [64008] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2095), 6, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + [64020] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2357), 1, + anon_sym_COMMA, + ACTIONS(2543), 1, + anon_sym_COLON, + STATE(1232), 1, + aux_sym_expression_list_repeat1, + [64042] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2091), 1, + anon_sym_DOT, + STATE(1032), 1, + aux_sym_match_value_pattern_repeat1, + ACTIONS(2530), 4, + anon_sym_import, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + [64058] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2547), 1, + anon_sym_COMMA, + STATE(1242), 1, + aux_sym_open_sequence_match_pattern_repeat1, + ACTIONS(2545), 4, + anon_sym_RPAREN, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + [64074] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2430), 1, + anon_sym_if, + ACTIONS(2434), 1, + anon_sym_and, + ACTIONS(2436), 1, + anon_sym_or, + ACTIONS(2550), 3, + anon_sym_COMMA, + anon_sym_as, + anon_sym_COLON, + [64092] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2552), 6, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + [64104] = 3, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2554), 2, + anon_sym_LBRACE2, + anon_sym_BSLASH, + ACTIONS(2556), 4, + sym__string_content, + sym__string_end, + sym__escape_interpolation, + sym_escape_sequence, + [64118] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2560), 1, + anon_sym_COLON, + ACTIONS(2558), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [64138] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2564), 1, + anon_sym_COLON, + ACTIONS(2562), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [64158] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2568), 1, + anon_sym_AT, + STATE(1248), 2, + sym_decorator, + aux_sym_decorated_definition_repeat1, + ACTIONS(2566), 3, + anon_sym_async, + anon_sym_def, + anon_sym_class, + [64174] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, anon_sym_if, ACTIONS(2573), 1, anon_sym_COLON, - [55056] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2450), 1, + ACTIONS(2571), 2, anon_sym_COMMA, - STATE(1133), 1, - aux_sym__import_list_repeat1, - ACTIONS(2454), 2, - sym__newline, - sym__semicolon, - [55070] = 5, + anon_sym_RBRACK, + [64194] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, + ACTIONS(2259), 1, anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2390), 3, + sym__newline, + anon_sym_EQ, + anon_sym_SEMI, + [64212] = 4, + ACTIONS(3), 1, + sym_comment, ACTIONS(2575), 1, - anon_sym_else, - [55086] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2577), 1, - anon_sym_COLON, - [55102] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2579), 1, - anon_sym_COLON, - [55118] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2427), 1, - anon_sym_RPAREN, - ACTIONS(2504), 1, - sym_identifier, - STATE(1226), 1, - sym_dotted_name, - STATE(1358), 1, - sym_aliased_import, - [55134] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2581), 1, - anon_sym_else, - [55150] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2427), 1, - anon_sym_RPAREN, - ACTIONS(2504), 1, - sym_identifier, - STATE(1226), 1, - sym_dotted_name, - STATE(1358), 1, - sym_aliased_import, - [55166] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2583), 1, - anon_sym_COLON, - [55182] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2197), 1, anon_sym_COMMA, - STATE(1110), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2585), 2, - sym__newline, - sym__semicolon, - [55196] = 2, + STATE(1221), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2482), 4, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [64228] = 3, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2577), 2, + anon_sym_LBRACE2, + anon_sym_BSLASH, + ACTIONS(2579), 4, + sym__string_content, + sym__string_end, + sym__escape_interpolation, + sym_escape_sequence, + [64242] = 3, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2581), 2, + anon_sym_LBRACE2, + anon_sym_BSLASH, + ACTIONS(2583), 4, + sym__string_content, + sym__string_end, + sym__escape_interpolation, + sym_escape_sequence, + [64256] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2009), 4, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2357), 1, + anon_sym_COMMA, + ACTIONS(2585), 1, + anon_sym_COLON, + STATE(1232), 1, + aux_sym_expression_list_repeat1, + [64278] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2376), 1, + sym_identifier, + STATE(1306), 1, + sym_dotted_name, + STATE(1486), 1, + sym_aliased_import, + ACTIONS(2587), 2, + sym__newline, + anon_sym_SEMI, + [64295] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2589), 1, + anon_sym_LPAREN, + ACTIONS(2591), 1, + anon_sym_COLON, + ACTIONS(2593), 1, + anon_sym_LBRACK, + STATE(1453), 1, + sym_type_parameters, + STATE(1601), 1, + sym_argument_list, + [64314] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2069), 1, + anon_sym_COMMA, + STATE(1259), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(2079), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [64329] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2418), 2, + sym__newline, + anon_sym_SEMI, + [64346] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2597), 1, + anon_sym_COMMA, + STATE(1286), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(2595), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [64361] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2599), 1, + anon_sym_COMMA, + STATE(1280), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2482), 3, sym__newline, anon_sym_from, - anon_sym_COMMA, - sym__semicolon, - [55206] = 5, + anon_sym_SEMI, + [64376] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1881), 1, + ACTIONS(2161), 1, anon_sym_and, - ACTIONS(1883), 1, + ACTIONS(2167), 1, anon_sym_or, - ACTIONS(1895), 1, + ACTIONS(2179), 1, anon_sym_if, - ACTIONS(2587), 1, - anon_sym_COLON, - [55222] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1881), 1, - anon_sym_and, - ACTIONS(1883), 1, - anon_sym_or, - ACTIONS(1895), 1, - anon_sym_if, - ACTIONS(2589), 1, - anon_sym_else, - [55238] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2593), 1, - anon_sym_DOT, - STATE(1114), 1, - aux_sym_import_prefix_repeat1, - ACTIONS(2591), 2, - anon_sym_import, - sym_identifier, - [55252] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2454), 1, + ACTIONS(2601), 2, anon_sym_RPAREN, - ACTIONS(2595), 1, anon_sym_COMMA, - ACTIONS(2597), 1, - anon_sym_as, - STATE(1305), 1, - aux_sym__import_list_repeat1, - [55268] = 2, + [64393] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2599), 4, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2603), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [64410] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2605), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + [64421] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2607), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [64438] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2609), 1, + anon_sym_RBRACE, + ACTIONS(2611), 1, + anon_sym_EQ, + ACTIONS(2613), 1, + anon_sym_COLON2, + ACTIONS(2615), 1, + sym_type_conversion, + STATE(1652), 1, + sym_format_specifier, + [64457] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2617), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [64474] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2281), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + [64485] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2619), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [64502] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2621), 2, + sym__newline, + anon_sym_SEMI, + [64519] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2623), 1, + anon_sym_COMMA, + STATE(1286), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(2595), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [64534] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2376), 1, + sym_identifier, + STATE(1306), 1, + sym_dotted_name, + STATE(1486), 1, + sym_aliased_import, + ACTIONS(2625), 2, + sym__newline, + anon_sym_SEMI, + [64551] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2376), 1, + sym_identifier, + ACTIONS(2627), 1, + anon_sym_LPAREN, + STATE(1290), 1, + sym_dotted_name, + STATE(1368), 1, + sym_aliased_import, + STATE(1527), 1, + sym__import_list, + [64570] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2281), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON2, + sym_type_conversion, + [64581] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2629), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [64598] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2376), 1, + sym_identifier, + STATE(1306), 1, + sym_dotted_name, + STATE(1486), 1, + sym_aliased_import, + ACTIONS(2625), 2, + sym__newline, + anon_sym_SEMI, + [64615] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2631), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [64632] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2545), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + [64643] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2633), 1, + anon_sym_COMMA, + STATE(1280), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2482), 3, + sym__newline, + anon_sym_from, + anon_sym_SEMI, + [64658] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2635), 2, + sym__newline, + anon_sym_SEMI, + [64675] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2637), 1, + anon_sym_COMMA, + STATE(1280), 1, + aux_sym_expression_list_repeat1, + ACTIONS(2505), 3, + sym__newline, + anon_sym_from, + anon_sym_SEMI, + [64690] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2589), 1, + anon_sym_LPAREN, + ACTIONS(2593), 1, + anon_sym_LBRACK, + ACTIONS(2640), 1, + anon_sym_COLON, + STATE(1493), 1, + sym_type_parameters, + STATE(1710), 1, + sym_argument_list, + [64709] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2478), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [64726] = 6, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2642), 1, + anon_sym_RBRACE, + ACTIONS(2644), 1, + anon_sym_LBRACE2, + ACTIONS(2646), 1, + aux_sym_format_specifier_token1, + STATE(1288), 1, + aux_sym_format_specifier_repeat1, + STATE(1497), 1, + sym_interpolation, + [64745] = 6, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2648), 1, + anon_sym_RBRACE, + ACTIONS(2650), 1, + anon_sym_LBRACE2, + ACTIONS(2653), 1, + aux_sym_format_specifier_token1, + STATE(1284), 1, + aux_sym_format_specifier_repeat1, + STATE(1497), 1, + sym_interpolation, + [64764] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2656), 2, + sym__newline, + anon_sym_SEMI, + [64781] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2660), 1, + anon_sym_COMMA, + STATE(1286), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(2658), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [64796] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2613), 1, + anon_sym_COLON2, + ACTIONS(2663), 1, + anon_sym_RBRACE, + ACTIONS(2665), 1, + anon_sym_EQ, + ACTIONS(2667), 1, + sym_type_conversion, + STATE(1587), 1, + sym_format_specifier, + [64815] = 6, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2644), 1, + anon_sym_LBRACE2, + ACTIONS(2669), 1, + anon_sym_RBRACE, + ACTIONS(2671), 1, + aux_sym_format_specifier_token1, + STATE(1284), 1, + aux_sym_format_specifier_repeat1, + STATE(1497), 1, + sym_interpolation, + [64834] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2054), 5, + sym__newline, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, + anon_sym_SEMI, + [64845] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2673), 1, + anon_sym_COMMA, + ACTIONS(2675), 1, + anon_sym_as, + STATE(1359), 1, + aux_sym__import_list_repeat1, + ACTIONS(2677), 2, + sym__newline, + anon_sym_SEMI, + [64862] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2679), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [64879] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2681), 2, + sym__newline, + anon_sym_SEMI, + [64896] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2685), 1, + anon_sym_COMMA, + STATE(993), 1, + aux_sym__patterns_repeat1, + ACTIONS(2683), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + [64910] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2687), 1, + anon_sym_COMMA, + STATE(1242), 1, + aux_sym_open_sequence_match_pattern_repeat1, + ACTIONS(1859), 2, + anon_sym_if, + anon_sym_COLON, + [64924] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2689), 1, + anon_sym_COLON, + [64940] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2691), 1, + anon_sym_COLON, + [64956] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2693), 1, + anon_sym_else, + [64972] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2695), 1, + anon_sym_case, + STATE(610), 1, + sym_cases, + STATE(453), 2, + sym_case_block, + aux_sym_cases_repeat1, + [64986] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2697), 1, + anon_sym_COMMA, + STATE(1355), 1, + aux_sym_global_statement_repeat1, + ACTIONS(2699), 2, + sym__newline, + anon_sym_SEMI, + [65000] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2701), 4, anon_sym_async, anon_sym_def, anon_sym_class, anon_sym_AT, - [55278] = 4, + [65010] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - anon_sym_EQ, - STATE(1321), 1, - sym__type_param_default, - ACTIONS(2601), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [55292] = 4, + ACTIONS(2593), 1, + anon_sym_LBRACK, + ACTIONS(2703), 1, + anon_sym_LPAREN, + STATE(1554), 1, + sym_parameters, + STATE(1557), 1, + sym_type_parameters, + [65026] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, - anon_sym_EQ, - STATE(1323), 1, - sym__type_param_default, - ACTIONS(2603), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [55306] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - anon_sym_EQ, - STATE(1325), 1, - sym__type_param_default, - ACTIONS(2605), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [55320] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2609), 1, - anon_sym_COMMA, - STATE(1116), 1, - aux_sym__patterns_repeat1, - ACTIONS(2607), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - [55334] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2177), 1, - anon_sym_COMMA, - STATE(1152), 1, - aux_sym_exception_list_repeat1, - ACTIONS(2611), 2, - anon_sym_as, - anon_sym_COLON, - [55348] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2374), 1, - anon_sym_COLON, ACTIONS(2613), 1, + anon_sym_COLON2, + ACTIONS(2705), 1, anon_sym_RBRACE, - ACTIONS(2615), 1, + ACTIONS(2707), 1, sym_type_conversion, - STATE(1458), 1, + STATE(1692), 1, sym_format_specifier, - [55364] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2617), 1, - anon_sym_COMMA, - ACTIONS(2620), 1, - anon_sym_RBRACE, - STATE(1180), 1, - aux_sym_dictionary_repeat1, - [55377] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2622), 1, - sym__semicolon, - ACTIONS(2624), 1, - sym__newline, - STATE(1299), 1, - aux_sym__simple_statements_repeat1, - [55390] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2454), 1, - anon_sym_RPAREN, - ACTIONS(2595), 1, - anon_sym_COMMA, - STATE(1267), 1, - aux_sym__import_list_repeat1, - [55403] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2626), 1, - anon_sym_if, - ACTIONS(2628), 1, - anon_sym_COLON, - STATE(1506), 1, - sym_guard, - [55416] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2630), 1, - anon_sym_COMMA, - ACTIONS(2632), 2, - anon_sym_if, - anon_sym_COLON, - [55427] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2223), 3, - sym__newline, - anon_sym_EQ, - sym__semicolon, - [55436] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2634), 3, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_EQ, - [55445] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2636), 1, - anon_sym_COMMA, - ACTIONS(2638), 1, - anon_sym_RBRACK, - STATE(1248), 1, - aux_sym_type_parameters_repeat1, - [55458] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2640), 1, - anon_sym_RPAREN, - ACTIONS(2642), 1, - anon_sym_COMMA, - STATE(1194), 1, - aux_sym_argument_list_repeat1, - [55471] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2644), 1, - anon_sym_RPAREN, - ACTIONS(2646), 1, - anon_sym_COMMA, - STATE(1194), 1, - aux_sym_argument_list_repeat1, - [55484] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2504), 1, - sym_identifier, - STATE(1226), 1, - sym_dotted_name, - STATE(1358), 1, - sym_aliased_import, - [55497] = 3, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2288), 1, - anon_sym_RBRACE, - ACTIONS(2290), 2, - anon_sym_LBRACE2, - aux_sym_format_specifier_token1, - [55508] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2648), 1, - anon_sym_RPAREN, - ACTIONS(2650), 1, - anon_sym_COMMA, - STATE(1295), 1, - aux_sym_match_class_pattern_repeat2, - [55521] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2652), 1, - anon_sym_RPAREN, - ACTIONS(2654), 1, - anon_sym_COMMA, - STATE(1194), 1, - aux_sym_argument_list_repeat1, - [55534] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2656), 1, - anon_sym_RPAREN, - ACTIONS(2658), 1, - anon_sym_COMMA, - STATE(1194), 1, - aux_sym_argument_list_repeat1, - [55547] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1425), 3, - sym__newline, - anon_sym_in, - sym__semicolon, - [55556] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2661), 1, - sym__semicolon, - ACTIONS(2664), 1, - sym__newline, - STATE(1196), 1, - aux_sym__simple_statements_repeat1, - [55569] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1897), 1, - anon_sym_COMMA, - ACTIONS(2019), 1, - anon_sym_RPAREN, - STATE(1293), 1, - aux_sym__collection_elements_repeat1, - [55582] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1862), 1, - anon_sym_COLON, - ACTIONS(2666), 1, - anon_sym_COMMA, - STATE(1284), 1, - aux_sym__parameters_repeat1, - [55595] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1417), 3, - sym__newline, - anon_sym_in, - sym__semicolon, - [55604] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2648), 1, - anon_sym_RPAREN, - ACTIONS(2668), 1, - anon_sym_COMMA, - STATE(1275), 1, - aux_sym_match_class_pattern_repeat1, - [55617] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2670), 1, - anon_sym_COMMA, - ACTIONS(2673), 1, - anon_sym_RBRACK, - STATE(1201), 1, - aux_sym_index_expression_list_repeat1, - [55630] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2675), 1, - anon_sym_COMMA, - ACTIONS(2678), 1, - anon_sym_RBRACE, - STATE(1202), 1, - aux_sym_match_mapping_pattern_repeat1, - [55643] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2680), 1, - anon_sym_COMMA, - ACTIONS(2682), 1, - anon_sym_RBRACK, - STATE(1257), 1, - aux_sym_index_expression_list_repeat1, - [55656] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2684), 1, - anon_sym_RPAREN, - ACTIONS(2686), 1, - anon_sym_COMMA, - STATE(1189), 1, - aux_sym_argument_list_repeat1, - [55669] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2013), 1, - anon_sym_RPAREN, - ACTIONS(2015), 1, - anon_sym_COMMA, - STATE(1193), 1, - aux_sym_argument_list_repeat1, - [55682] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2688), 1, - anon_sym_COMMA, - ACTIONS(2690), 1, - anon_sym_RBRACK, - STATE(1232), 1, - aux_sym_open_sequence_match_pattern_repeat1, - [55695] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2692), 1, - anon_sym_COMMA, - ACTIONS(2694), 1, - anon_sym_RBRACE, - STATE(1180), 1, - aux_sym_dictionary_repeat1, - [55708] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2696), 1, - anon_sym_COMMA, - ACTIONS(2698), 1, - anon_sym_RBRACE, - STATE(1180), 1, - aux_sym_dictionary_repeat1, - [55721] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1175), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - [55730] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2396), 1, - anon_sym_LPAREN, - ACTIONS(2700), 1, - anon_sym_COLON, - STATE(1413), 1, - sym_argument_list, - [55743] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(556), 1, - sym__newline, - ACTIONS(2702), 1, - sym__semicolon, - STATE(1196), 1, - aux_sym__simple_statements_repeat1, - [55756] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2704), 1, - sym__semicolon, - ACTIONS(2706), 1, - sym__newline, - STATE(1231), 1, - aux_sym__simple_statements_repeat1, - [55769] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1739), 1, - anon_sym_RPAREN, - ACTIONS(2708), 1, - anon_sym_COMMA, - STATE(1249), 1, - aux_sym_match_class_pattern_repeat2, - [55782] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2710), 1, - sym_identifier, - ACTIONS(2712), 1, - sym_match_wildcard_pattern, - STATE(1086), 1, - sym_match_capture_pattern, - [55795] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2191), 1, - anon_sym_COMMA, - ACTIONS(2193), 1, - anon_sym_RBRACE, - STATE(1208), 1, - aux_sym_dictionary_repeat1, - [55808] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2515), 1, - anon_sym_RPAREN, - ACTIONS(2714), 1, - anon_sym_COMMA, - STATE(1216), 1, - aux_sym__import_list_repeat1, - [55821] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2717), 1, - anon_sym_EQ, - ACTIONS(2719), 2, - sym__newline, - sym__semicolon, - [55832] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1897), 1, - anon_sym_COMMA, - ACTIONS(2007), 1, - anon_sym_RPAREN, - STATE(1293), 1, - aux_sym__collection_elements_repeat1, - [55845] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2207), 1, - sym_identifier, - ACTIONS(2721), 1, - anon_sym_import, - STATE(1489), 1, - sym_dotted_name, - [55858] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1897), 1, - anon_sym_COMMA, - ACTIONS(1933), 1, - anon_sym_RPAREN, - STATE(1293), 1, - aux_sym__collection_elements_repeat1, - [55871] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2723), 1, - sym_identifier, - ACTIONS(2725), 1, - anon_sym_RPAREN, - STATE(1333), 1, - sym_match_keyword_pattern, - [55884] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2727), 1, - anon_sym_COLON, - ACTIONS(2567), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [55895] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1954), 1, - anon_sym_RPAREN, - ACTIONS(1956), 1, - anon_sym_COMMA, - STATE(1296), 1, - aux_sym_argument_list_repeat1, - [55908] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1873), 1, - anon_sym_DOT, - ACTIONS(1931), 1, - anon_sym_COLON, - STATE(881), 1, - aux_sym_match_value_pattern_repeat1, - [55921] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2227), 1, - anon_sym_COMMA, - ACTIONS(2229), 1, - anon_sym_RBRACE, - STATE(1247), 1, - aux_sym_dictionary_repeat1, - [55934] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2597), 1, - anon_sym_as, - ACTIONS(2517), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [55945] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2729), 1, - sym__semicolon, - ACTIONS(2731), 1, - sym__newline, - STATE(1211), 1, - aux_sym__simple_statements_repeat1, - [55958] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2147), 1, - anon_sym_from, - ACTIONS(2151), 2, - sym__newline, - sym__semicolon, - [55969] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2733), 1, - anon_sym_RPAREN, - ACTIONS(2735), 1, - anon_sym_COMMA, - STATE(1253), 1, - aux_sym__parameters_repeat1, - [55982] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2737), 1, - anon_sym_RPAREN, - ACTIONS(2739), 1, - anon_sym_COMMA, - STATE(1265), 1, - aux_sym_argument_list_repeat1, - [55995] = 4, + [65042] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(562), 1, sym__newline, - ACTIONS(2741), 1, + ACTIONS(2709), 1, + anon_sym_SEMI, + STATE(129), 1, sym__semicolon, - STATE(1196), 1, + STATE(1357), 1, aux_sym__simple_statements_repeat1, - [56008] = 4, + [65058] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1727), 1, - anon_sym_RBRACK, - ACTIONS(2743), 1, + ACTIONS(2711), 1, + anon_sym_case, + STATE(555), 1, + sym_cases, + STATE(452), 2, + sym_case_block, + aux_sym_cases_repeat1, + [65072] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2711), 1, + anon_sym_case, + STATE(556), 1, + sym_cases, + STATE(452), 2, + sym_case_block, + aux_sym_cases_repeat1, + [65086] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2675), 1, + anon_sym_as, + ACTIONS(2713), 3, + sym__newline, anon_sym_COMMA, - STATE(1057), 1, - aux_sym_open_sequence_match_pattern_repeat1, - [56021] = 4, + anon_sym_SEMI, + [65098] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1844), 1, - anon_sym_COMMA, - ACTIONS(2745), 1, - anon_sym_in, - STATE(861), 1, - aux_sym__patterns_repeat1, - [56034] = 4, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2715), 1, + anon_sym_else, + [65114] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1727), 1, + ACTIONS(2390), 4, anon_sym_RPAREN, - ACTIONS(2747), 1, anon_sym_COMMA, - STATE(1057), 1, - aux_sym_open_sequence_match_pattern_repeat1, - [56047] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2749), 1, - anon_sym_RPAREN, - ACTIONS(2751), 1, - anon_sym_COMMA, - STATE(1302), 1, - aux_sym_match_class_pattern_repeat2, - [56060] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2723), 1, - sym_identifier, - ACTIONS(2749), 1, - anon_sym_RPAREN, - STATE(1333), 1, - sym_match_keyword_pattern, - [56073] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1844), 1, - anon_sym_COMMA, - ACTIONS(2753), 1, - anon_sym_in, - STATE(861), 1, - aux_sym__patterns_repeat1, - [56086] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2755), 1, - anon_sym_COMMA, - ACTIONS(2757), 1, anon_sym_COLON, - STATE(1272), 1, - aux_sym_with_clause_repeat1, - [56099] = 4, + anon_sym_EQ, + [65124] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2396), 1, - anon_sym_LPAREN, - ACTIONS(2759), 1, - anon_sym_COLON, - STATE(1451), 1, - sym_argument_list, - [56112] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2636), 1, + ACTIONS(2717), 1, anon_sym_COMMA, - ACTIONS(2761), 1, - anon_sym_RBRACK, - STATE(1187), 1, - aux_sym_type_parameters_repeat1, - [56125] = 3, - ACTIONS(1948), 1, + STATE(1309), 1, + aux_sym__import_list_repeat1, + ACTIONS(2720), 2, + sym__newline, + anon_sym_SEMI, + [65138] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(2323), 1, + ACTIONS(2613), 1, + anon_sym_COLON2, + ACTIONS(2722), 1, anon_sym_RBRACE, - ACTIONS(2325), 2, - anon_sym_LBRACE2, - aux_sym_format_specifier_token1, - [56136] = 4, + ACTIONS(2724), 1, + sym_type_conversion, + STATE(1641), 1, + sym_format_specifier, + [65154] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2726), 1, + sym_identifier, + STATE(1330), 1, + sym_dotted_name, + STATE(1395), 1, + sym_aliased_import, + STATE(1701), 1, + sym__import_list, + [65170] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2726), 1, + sym_identifier, + STATE(1330), 1, + sym_dotted_name, + STATE(1395), 1, + sym_aliased_import, + STATE(1702), 1, + sym__import_list, + [65186] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2728), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RBRACE, + [65196] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2730), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RBRACE, + [65206] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2392), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RBRACE, + [65216] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2732), 1, + anon_sym_COMMA, + STATE(1340), 1, + aux_sym_print_statement_repeat1, + ACTIONS(2734), 2, + sym__newline, + anon_sym_SEMI, + [65230] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(310), 1, + sym__string_start, + ACTIONS(2097), 1, + anon_sym_COLON, + STATE(616), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + [65244] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(312), 1, + sym__template_string_start, + ACTIONS(2097), 1, + anon_sym_COLON, + STATE(617), 2, + sym_template_string, + aux_sym_concatenated_template_string_repeat1, + [65258] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2736), 1, + anon_sym_COMMA, + STATE(1319), 1, + aux_sym_print_statement_repeat1, + ACTIONS(2739), 2, + sym__newline, + anon_sym_SEMI, + [65272] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2741), 1, + anon_sym_COMMA, + STATE(1320), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(2518), 2, + sym__newline, + anon_sym_SEMI, + [65286] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2376), 1, + sym_identifier, + STATE(1290), 1, + sym_dotted_name, + STATE(1368), 1, + sym_aliased_import, + STATE(1507), 1, + sym__import_list, + [65302] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2744), 1, + anon_sym_COLON, + [65318] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2593), 1, + anon_sym_LBRACK, + ACTIONS(2703), 1, + anon_sym_LPAREN, + STATE(1511), 1, + sym_parameters, + STATE(1512), 1, + sym_type_parameters, + [65334] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2259), 1, + anon_sym_if, + ACTIONS(2261), 1, + anon_sym_and, + ACTIONS(2263), 1, + anon_sym_or, + ACTIONS(2746), 1, + sym__newline, + [65350] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2750), 1, + anon_sym_COMMA, + STATE(1325), 1, + aux_sym_with_clause_repeat1, + ACTIONS(2748), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [65364] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2697), 1, + anon_sym_COMMA, + STATE(1354), 1, + aux_sym_global_statement_repeat1, + ACTIONS(2753), 2, + sym__newline, + anon_sym_SEMI, + [65378] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2500), 1, + anon_sym_EQ, + STATE(1522), 1, + sym__type_param_default, + ACTIONS(2755), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [65392] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, + anon_sym_RPAREN, + ACTIONS(2726), 1, + sym_identifier, + STATE(1382), 1, + sym_dotted_name, + STATE(1540), 1, + sym_aliased_import, + [65408] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, + anon_sym_RPAREN, + ACTIONS(2726), 1, + sym_identifier, + STATE(1382), 1, + sym_dotted_name, + STATE(1540), 1, + sym_aliased_import, + [65424] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2677), 1, + anon_sym_RPAREN, + ACTIONS(2757), 1, + anon_sym_COMMA, + ACTIONS(2759), 1, + anon_sym_as, + STATE(1488), 1, + aux_sym__import_list_repeat1, + [65440] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2761), 1, + anon_sym_COLON, + [65456] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2763), 1, - anon_sym_RPAREN, + anon_sym_SEMI, ACTIONS(2765), 1, - anon_sym_COMMA, - STATE(1235), 1, - aux_sym_match_class_pattern_repeat2, - [56149] = 4, + sym__newline, + STATE(132), 1, + sym__semicolon, + STATE(1333), 1, + aux_sym__simple_statements_repeat1, + [65472] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2680), 1, - anon_sym_COMMA, + ACTIONS(566), 1, + sym__newline, ACTIONS(2767), 1, - anon_sym_RBRACK, - STATE(1257), 1, - aux_sym_index_expression_list_repeat1, - [56162] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2233), 1, - sym_identifier, - STATE(1132), 1, - sym_dotted_name, - STATE(1289), 1, - sym_aliased_import, - [56175] = 3, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2303), 1, - anon_sym_RBRACE, - ACTIONS(2305), 2, - anon_sym_LBRACE2, - aux_sym_format_specifier_token1, - [56186] = 4, + anon_sym_SEMI, + STATE(131), 1, + sym__semicolon, + STATE(1357), 1, + aux_sym__simple_statements_repeat1, + [65488] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, ACTIONS(2769), 1, - anon_sym_COMMA, - ACTIONS(2771), 1, - anon_sym_RBRACE, - STATE(1180), 1, - aux_sym_dictionary_repeat1, - [56199] = 4, + anon_sym_COLON, + [65504] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2771), 1, + anon_sym_else, + [65520] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2773), 1, - anon_sym_COMMA, ACTIONS(2775), 1, - anon_sym_RBRACE, - STATE(1180), 1, - aux_sym_dictionary_repeat1, - [56212] = 4, + anon_sym_DOT, + STATE(1362), 1, + aux_sym_import_prefix_repeat1, + ACTIONS(2773), 2, + anon_sym_import, + sym_identifier, + [65534] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2777), 1, anon_sym_COMMA, - ACTIONS(2780), 1, - anon_sym_RBRACK, - STATE(1248), 1, - aux_sym_type_parameters_repeat1, - [56225] = 4, + STATE(1337), 1, + aux_sym_global_statement_repeat1, + ACTIONS(2780), 2, + sym__newline, + anon_sym_SEMI, + [65548] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2763), 1, - anon_sym_RPAREN, - ACTIONS(2765), 1, + ACTIONS(2426), 1, anon_sym_COMMA, - STATE(1302), 1, - aux_sym_match_class_pattern_repeat2, - [56238] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2723), 1, - sym_identifier, - ACTIONS(2763), 1, - anon_sym_RPAREN, - STATE(1333), 1, - sym_match_keyword_pattern, - [56251] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2782), 1, - anon_sym_COMMA, - ACTIONS(2784), 1, - anon_sym_RBRACE, - STATE(1180), 1, - aux_sym_dictionary_repeat1, - [56264] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2374), 1, + STATE(1364), 1, + aux_sym_exception_list_repeat1, + ACTIONS(2782), 2, + anon_sym_as, anon_sym_COLON, + [65562] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2784), 1, + anon_sym_else, + [65578] = 4, + ACTIONS(3), 1, + sym_comment, ACTIONS(2786), 1, - anon_sym_RBRACE, - STATE(1408), 1, - sym_format_specifier, - [56277] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1862), 1, - anon_sym_RPAREN, - ACTIONS(2788), 1, anon_sym_COMMA, - STATE(1281), 1, - aux_sym__parameters_repeat1, - [56290] = 3, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2350), 1, - anon_sym_RBRACE, - ACTIONS(2352), 2, - anon_sym_LBRACE2, - aux_sym_format_specifier_token1, - [56301] = 3, - ACTIONS(1948), 1, - sym_comment, - ACTIONS(2790), 1, - anon_sym_RBRACE, - ACTIONS(2792), 2, - anon_sym_LBRACE2, - aux_sym_format_specifier_token1, - [56312] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2794), 1, - anon_sym_in, - ACTIONS(2796), 2, + STATE(1319), 1, + aux_sym_print_statement_repeat1, + ACTIONS(2788), 2, sym__newline, - sym__semicolon, - [56323] = 4, + anon_sym_SEMI, + [65592] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2798), 1, - anon_sym_COMMA, - ACTIONS(2800), 1, - anon_sym_RBRACK, - STATE(1201), 1, - aux_sym_index_expression_list_repeat1, - [56336] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2400), 1, - anon_sym_LBRACK, - ACTIONS(2802), 1, + ACTIONS(2792), 1, anon_sym_EQ, - STATE(1392), 1, - sym_type_parameters, - [56349] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2217), 1, - anon_sym_COMMA, - ACTIONS(2219), 1, - anon_sym_RBRACE, - STATE(1269), 1, - aux_sym_dictionary_repeat1, - [56362] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1960), 1, + ACTIONS(2790), 3, anon_sym_RPAREN, - ACTIONS(1962), 1, anon_sym_COMMA, - STATE(1283), 1, - aux_sym_argument_list_repeat1, - [56375] = 4, + anon_sym_COLON, + [65604] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2804), 1, + ACTIONS(2796), 1, + anon_sym_COLON, + ACTIONS(2798), 1, + anon_sym_EQ, + ACTIONS(2794), 2, anon_sym_RPAREN, - ACTIONS(2806), 1, anon_sym_COMMA, - STATE(1285), 1, - aux_sym_argument_list_repeat1, - [56388] = 2, + [65618] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2528), 3, + ACTIONS(556), 1, sym__newline, - anon_sym_COMMA, + ACTIONS(2800), 1, + anon_sym_SEMI, + STATE(128), 1, sym__semicolon, - [56397] = 4, + STATE(1357), 1, + aux_sym__simple_statements_repeat1, + [65634] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2680), 1, + ACTIONS(2398), 1, anon_sym_COMMA, + STATE(1320), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(2802), 2, + sym__newline, + anon_sym_SEMI, + [65648] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2804), 1, + anon_sym_else, + [65664] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2806), 1, + anon_sym_COLON, + [65680] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, ACTIONS(2808), 1, - anon_sym_RBRACK, - STATE(1257), 1, - aux_sym_index_expression_list_repeat1, - [56410] = 4, + anon_sym_COLON, + [65696] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2810), 1, - anon_sym_RPAREN, + anon_sym_SEMI, ACTIONS(2812), 1, - anon_sym_COMMA, - STATE(1194), 1, - aux_sym_argument_list_repeat1, - [56423] = 4, + sym__newline, + STATE(127), 1, + sym__semicolon, + STATE(1343), 1, + aux_sym__simple_statements_repeat1, + [65712] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, ACTIONS(2814), 1, - anon_sym_RPAREN, + anon_sym_COLON, + [65728] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, ACTIONS(2816), 1, - anon_sym_COMMA, - STATE(1194), 1, - aux_sym_argument_list_repeat1, - [56436] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2374), 1, anon_sym_COLON, - ACTIONS(2532), 1, - anon_sym_RBRACE, - STATE(1410), 1, - sym_format_specifier, - [56449] = 4, + [65744] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2521), 1, - anon_sym_RPAREN, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, ACTIONS(2818), 1, - anon_sym_COMMA, - STATE(1216), 1, - aux_sym__import_list_repeat1, - [56462] = 2, + anon_sym_COLON, + [65760] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2820), 3, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2820), 1, anon_sym_COLON, - [56471] = 4, + [65776] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2822), 1, anon_sym_COMMA, - ACTIONS(2824), 1, - anon_sym_RBRACE, - STATE(1180), 1, - aux_sym_dictionary_repeat1, - [56484] = 4, + STATE(1309), 1, + aux_sym__import_list_repeat1, + ACTIONS(2824), 2, + sym__newline, + anon_sym_SEMI, + [65790] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2374), 1, - anon_sym_COLON, - ACTIONS(2613), 1, - anon_sym_RBRACE, - STATE(1458), 1, - sym_format_specifier, - [56497] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2571), 1, - anon_sym_EQ, - ACTIONS(2567), 2, + ACTIONS(2697), 1, anon_sym_COMMA, - anon_sym_COLON, - [56508] = 4, + STATE(1337), 1, + aux_sym_global_statement_repeat1, + ACTIONS(2826), 2, + sym__newline, + anon_sym_SEMI, + [65804] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2755), 1, + ACTIONS(2697), 1, anon_sym_COMMA, - ACTIONS(2826), 1, - anon_sym_COLON, - STATE(1115), 1, - aux_sym_with_clause_repeat1, - [56521] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2828), 1, - anon_sym_COMMA, - ACTIONS(2830), 1, - anon_sym_RBRACE, - STATE(1301), 1, - aux_sym_match_mapping_pattern_repeat1, - [56534] = 4, + STATE(1337), 1, + aux_sym_global_statement_repeat1, + ACTIONS(2828), 2, + sym__newline, + anon_sym_SEMI, + [65818] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2832), 1, - anon_sym_RPAREN, - ACTIONS(2834), 1, anon_sym_COMMA, - STATE(1294), 1, - aux_sym_with_clause_repeat1, - [56547] = 4, + STATE(1293), 1, + aux_sym__patterns_repeat1, + ACTIONS(2830), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + [65832] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1737), 1, - anon_sym_RPAREN, - ACTIONS(2836), 1, + ACTIONS(2834), 1, + anon_sym_SEMI, + ACTIONS(2837), 1, + sym__newline, + STATE(133), 1, + sym__semicolon, + STATE(1357), 1, + aux_sym__simple_statements_repeat1, + [65848] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2281), 4, + sym__newline, + anon_sym_from, + anon_sym_COMMA, + anon_sym_SEMI, + [65858] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2839), 1, anon_sym_COMMA, STATE(1309), 1, - aux_sym_match_class_pattern_repeat1, - [56560] = 4, + aux_sym__import_list_repeat1, + ACTIONS(2824), 2, + sym__newline, + anon_sym_SEMI, + [65872] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2733), 1, - anon_sym_COLON, - ACTIONS(2838), 1, + ACTIONS(2841), 1, anon_sym_COMMA, - STATE(1198), 1, - aux_sym__parameters_repeat1, - [56573] = 4, + STATE(1319), 1, + aux_sym_print_statement_repeat1, + ACTIONS(2843), 2, + sym__newline, + anon_sym_SEMI, + [65886] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2626), 1, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, anon_sym_if, - ACTIONS(2840), 1, + ACTIONS(2845), 1, anon_sym_COLON, - STATE(1464), 1, - sym_guard, - [56586] = 2, + [65902] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2567), 3, - anon_sym_RPAREN, + ACTIONS(2849), 1, + anon_sym_DOT, + STATE(1362), 1, + aux_sym_import_prefix_repeat1, + ACTIONS(2847), 2, + anon_sym_import, + sym_identifier, + [65916] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2695), 1, + anon_sym_case, + STATE(609), 1, + sym_cases, + STATE(453), 2, + sym_case_block, + aux_sym_cases_repeat1, + [65930] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2852), 1, anon_sym_COMMA, + STATE(1364), 1, + aux_sym_exception_list_repeat1, + ACTIONS(2855), 2, + anon_sym_as, anon_sym_COLON, - [56595] = 4, + [65944] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1844), 1, + ACTIONS(2398), 1, anon_sym_COMMA, - ACTIONS(2842), 1, - anon_sym_in, - STATE(861), 1, - aux_sym__patterns_repeat1, - [56608] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1844), 1, - anon_sym_COMMA, - ACTIONS(2844), 1, - anon_sym_in, - STATE(861), 1, - aux_sym__patterns_repeat1, - [56621] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2846), 1, - anon_sym_RPAREN, - ACTIONS(2848), 1, - anon_sym_COMMA, - STATE(1281), 1, - aux_sym__parameters_repeat1, - [56634] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2488), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - [56643] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2851), 1, - anon_sym_RPAREN, - ACTIONS(2853), 1, - anon_sym_COMMA, - STATE(1194), 1, - aux_sym_argument_list_repeat1, - [56656] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2846), 1, - anon_sym_COLON, - ACTIONS(2855), 1, - anon_sym_COMMA, - STATE(1284), 1, - aux_sym__parameters_repeat1, - [56669] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2858), 1, - anon_sym_RPAREN, - ACTIONS(2860), 1, - anon_sym_COMMA, - STATE(1194), 1, - aux_sym_argument_list_repeat1, - [56682] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2862), 1, - anon_sym_RPAREN, - ACTIONS(2864), 1, - anon_sym_COMMA, - STATE(1194), 1, - aux_sym_argument_list_repeat1, - [56695] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2374), 1, - anon_sym_COLON, - ACTIONS(2866), 1, - anon_sym_RBRACE, - STATE(1497), 1, - sym_format_specifier, - [56708] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2846), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - [56717] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2517), 3, + STATE(1320), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(2857), 2, sym__newline, - anon_sym_COMMA, - sym__semicolon, - [56726] = 2, + anon_sym_SEMI, + [65958] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2868), 3, + ACTIONS(2161), 1, + anon_sym_and, + ACTIONS(2167), 1, + anon_sym_or, + ACTIONS(2179), 1, + anon_sym_if, + ACTIONS(2859), 1, + anon_sym_else, + [65974] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2587), 1, + anon_sym_RPAREN, + ACTIONS(2726), 1, + sym_identifier, + STATE(1382), 1, + sym_dotted_name, + STATE(1540), 1, + sym_aliased_import, + [65990] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2673), 1, + anon_sym_COMMA, + STATE(1353), 1, + aux_sym__import_list_repeat1, + ACTIONS(2677), 2, sym__newline, - anon_sym_COMMA, - sym__semicolon, - [56735] = 4, + anon_sym_SEMI, + [66004] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1844), 1, - anon_sym_COMMA, - ACTIONS(2870), 1, - anon_sym_in, - STATE(861), 1, - aux_sym__patterns_repeat1, - [56748] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2872), 3, + ACTIONS(2593), 1, + anon_sym_LBRACK, + ACTIONS(2703), 1, anon_sym_LPAREN, - anon_sym_COLON, + STATE(1541), 1, + sym_parameters, + STATE(1576), 1, + sym_type_parameters, + [66020] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2593), 1, + anon_sym_LBRACK, + ACTIONS(2703), 1, + anon_sym_LPAREN, + STATE(1543), 1, + sym_parameters, + STATE(1578), 1, + sym_type_parameters, + [66036] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2500), 1, anon_sym_EQ, - [56757] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2382), 1, - anon_sym_RPAREN, - ACTIONS(2874), 1, + STATE(1555), 1, + sym__type_param_default, + ACTIONS(2861), 2, anon_sym_COMMA, - STATE(1099), 1, - aux_sym__collection_elements_repeat1, - [56770] = 4, + anon_sym_RBRACK, + [66050] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(923), 1, - anon_sym_RPAREN, + ACTIONS(2500), 1, + anon_sym_EQ, + STATE(1516), 1, + sym__type_param_default, + ACTIONS(2863), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [66064] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2865), 1, + anon_sym_SEMI, + ACTIONS(2867), 1, + sym__newline, + STATE(130), 1, + sym__semicolon, + STATE(1303), 1, + aux_sym__simple_statements_repeat1, + [66080] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2869), 1, + sym_identifier, + ACTIONS(2871), 1, + sym_match_wildcard_pattern, + STATE(1263), 1, + sym_match_capture_pattern, + [66093] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2873), 1, + anon_sym_COMMA, ACTIONS(2876), 1, - anon_sym_COMMA, - STATE(1115), 1, - aux_sym_with_clause_repeat1, - [56783] = 4, + anon_sym_RBRACK, + STATE(1375), 1, + aux_sym_type_parameters_repeat1, + [66106] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1737), 1, + ACTIONS(2048), 1, anon_sym_RPAREN, ACTIONS(2878), 1, anon_sym_COMMA, - STATE(1302), 1, - aux_sym_match_class_pattern_repeat2, - [56796] = 4, + STATE(1443), 1, + aux_sym__parameters_repeat1, + [66119] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2880), 1, - anon_sym_RPAREN, - ACTIONS(2882), 1, anon_sym_COMMA, - STATE(1194), 1, - aux_sym_argument_list_repeat1, - [56809] = 4, + ACTIONS(2882), 1, + anon_sym_RBRACK, + STATE(1492), 1, + aux_sym_index_expression_list_repeat1, + [66132] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2382), 1, - anon_sym_RPAREN, ACTIONS(2884), 1, anon_sym_COMMA, - STATE(1099), 1, - aux_sym__collection_elements_repeat1, - [56822] = 2, + ACTIONS(2887), 1, + anon_sym_RBRACK, + STATE(1378), 1, + aux_sym_index_expression_list_repeat1, + [66145] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2479), 3, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(2889), 3, + anon_sym_LPAREN, anon_sym_COLON, - [56831] = 4, - ACTIONS(3), 1, + anon_sym_EQ, + [66154] = 3, + ACTIONS(2065), 1, sym_comment, - ACTIONS(558), 1, - sym__newline, - ACTIONS(2886), 1, - sym__semicolon, - STATE(1196), 1, - aux_sym__simple_statements_repeat1, - [56844] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1737), 1, - anon_sym_RPAREN, - ACTIONS(2723), 1, - sym_identifier, - STATE(1333), 1, - sym_match_keyword_pattern, - [56857] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1792), 1, + ACTIONS(2510), 1, anon_sym_RBRACE, - ACTIONS(2888), 1, - anon_sym_COMMA, - STATE(1202), 1, - aux_sym_match_mapping_pattern_repeat1, - [56870] = 4, + ACTIONS(2512), 2, + anon_sym_LBRACE2, + aux_sym_format_specifier_token1, + [66165] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2890), 1, + ACTIONS(2891), 1, anon_sym_RPAREN, - ACTIONS(2892), 1, + ACTIONS(2893), 1, anon_sym_COMMA, - STATE(1302), 1, + STATE(1413), 1, aux_sym_match_class_pattern_repeat2, - [56883] = 4, + [66178] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1897), 1, + ACTIONS(2759), 1, + anon_sym_as, + ACTIONS(2713), 2, + anon_sym_RPAREN, anon_sym_COMMA, + [66189] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2069), 1, + anon_sym_COMMA, + ACTIONS(2169), 1, + anon_sym_RPAREN, + STATE(1454), 1, + aux_sym__collection_elements_repeat1, + [66202] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2720), 1, + anon_sym_RPAREN, ACTIONS(2895), 1, - anon_sym_RPAREN, - STATE(1297), 1, - aux_sym__collection_elements_repeat1, - [56896] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1897), 1, anon_sym_COMMA, - ACTIONS(2897), 1, - anon_sym_RPAREN, - STATE(1077), 1, - aux_sym__collection_elements_repeat1, - [56909] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2521), 1, - anon_sym_RPAREN, - ACTIONS(2899), 1, - anon_sym_COMMA, - STATE(1216), 1, + STATE(1384), 1, aux_sym__import_list_repeat1, - [56922] = 4, + [66215] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1844), 1, - anon_sym_COMMA, - ACTIONS(2901), 1, - anon_sym_in, - STATE(861), 1, - aux_sym__patterns_repeat1, - [56935] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2903), 3, - anon_sym_RPAREN, + ACTIONS(2898), 1, anon_sym_COMMA, + ACTIONS(2900), 1, anon_sym_COLON, - [56944] = 4, + STATE(1471), 1, + aux_sym__parameters_repeat1, + [66228] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1739), 1, - anon_sym_RPAREN, - ACTIONS(2723), 1, - sym_identifier, - STATE(1333), 1, - sym_match_keyword_pattern, - [56957] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2905), 1, - anon_sym_RPAREN, - ACTIONS(2907), 1, + ACTIONS(2902), 1, anon_sym_COMMA, - STATE(1309), 1, - aux_sym_match_class_pattern_repeat1, - [56970] = 2, + ACTIONS(2904), 1, + anon_sym_RBRACK, + STATE(1375), 1, + aux_sym_type_parameters_repeat1, + [66241] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2442), 2, + ACTIONS(2195), 1, anon_sym_RPAREN, + ACTIONS(2197), 1, anon_sym_COMMA, - [56978] = 2, + STATE(1462), 1, + aux_sym_argument_list_repeat1, + [66254] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2910), 2, - sym__newline, - sym__semicolon, - [56986] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(992), 2, - anon_sym_except, - anon_sym_finally, - [56994] = 3, + ACTIONS(2906), 1, + anon_sym_RPAREN, + ACTIONS(2908), 1, + anon_sym_COMMA, + STATE(1481), 1, + aux_sym_argument_list_repeat1, + [66267] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(2910), 1, + anon_sym_COMMA, ACTIONS(2912), 1, - anon_sym_COMMA, - ACTIONS(2914), 1, anon_sym_RBRACE, - [57004] = 2, + STATE(1401), 1, + aux_sym_dictionary_repeat1, + [66280] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2916), 2, - sym__newline, - sym__semicolon, - [57012] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2918), 2, - sym__newline, - sym__semicolon, - [57020] = 2, + ACTIONS(2914), 1, + anon_sym_if, + ACTIONS(2916), 1, + anon_sym_COLON, + STATE(1689), 1, + sym_guard, + [66293] = 3, ACTIONS(3), 1, sym_comment, + ACTIONS(2918), 1, + anon_sym_COMMA, ACTIONS(2920), 2, - sym__newline, - sym__semicolon, - [57028] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2458), 1, - anon_sym_LPAREN, - STATE(1347), 1, - sym_parameters, - [57038] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(964), 2, - anon_sym_except, - anon_sym_finally, - [57046] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2458), 1, - anon_sym_LPAREN, - STATE(1348), 1, - sym_parameters, - [57056] = 3, + anon_sym_if, + anon_sym_COLON, + [66304] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2922), 1, - anon_sym_COLON, + anon_sym_RPAREN, ACTIONS(2924), 1, - anon_sym_DASH_GT, - [57066] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2926), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [57074] = 3, + STATE(1392), 1, + aux_sym_argument_list_repeat1, + [66317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 1, - anon_sym_LPAREN, - STATE(1353), 1, - sym_parameters, - [57084] = 2, + ACTIONS(2927), 1, + anon_sym_in, + ACTIONS(2929), 2, + sym__newline, + anon_sym_SEMI, + [66328] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2928), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [57092] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2372), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [57100] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2930), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [57108] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2932), 2, + ACTIONS(2794), 3, anon_sym_RPAREN, anon_sym_COMMA, - [57116] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2934), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [57124] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2149), 1, - anon_sym_COMMA, - STATE(1078), 1, - aux_sym_expression_list_repeat1, - [57134] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2241), 2, - sym__newline, - sym__semicolon, - [57142] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1891), 2, - sym__newline, - sym__semicolon, - [57150] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2567), 2, - anon_sym_COMMA, anon_sym_COLON, - [57158] = 2, + [66337] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2905), 2, + ACTIONS(2677), 1, anon_sym_RPAREN, + ACTIONS(2757), 1, anon_sym_COMMA, - [57166] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2890), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [57174] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2936), 2, - anon_sym_COLON, - anon_sym_DASH_GT, - [57182] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2938), 2, - sym__newline, - sym__semicolon, - [57190] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2940), 1, - sym_integer, - ACTIONS(2942), 1, - sym_float, - [57200] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2830), 1, - anon_sym_RBRACE, - ACTIONS(2944), 1, - anon_sym_COMMA, - [57210] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2946), 2, - sym__newline, - sym__semicolon, - [57218] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1808), 1, - anon_sym_RBRACE, - ACTIONS(2948), 1, - anon_sym_COMMA, - [57228] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2950), 2, - sym__newline, - sym__semicolon, - [57236] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1873), 1, - anon_sym_DOT, - STATE(1224), 1, - aux_sym_match_value_pattern_repeat1, - [57246] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2952), 1, - sym_identifier, - STATE(1370), 1, - sym_match_capture_pattern, - [57256] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2954), 2, - sym__newline, - sym__semicolon, - [57264] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2678), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [57272] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2243), 1, - anon_sym_as, - ACTIONS(2245), 1, - anon_sym_COLON, - [57282] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2247), 1, - anon_sym_as, - ACTIONS(2249), 1, - anon_sym_COLON, - [57292] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2956), 1, - anon_sym_COLON, - ACTIONS(2958), 1, - anon_sym_DASH_GT, - [57302] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2960), 1, - anon_sym_COLON, - ACTIONS(2962), 1, - anon_sym_DASH_GT, - [57312] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2964), 1, - anon_sym_COLON, - ACTIONS(2966), 1, - anon_sym_DASH_GT, - [57322] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2968), 1, - anon_sym_COLON, - ACTIONS(2970), 1, - anon_sym_DASH_GT, - [57332] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2723), 1, - sym_identifier, - STATE(1333), 1, - sym_match_keyword_pattern, - [57342] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2972), 2, - sym__newline, - sym__semicolon, - [57350] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2974), 1, - anon_sym_COLON, - ACTIONS(2976), 1, - anon_sym_DASH_GT, - [57360] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2179), 1, - anon_sym_as, - ACTIONS(2181), 1, - anon_sym_COLON, - [57370] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2978), 1, - anon_sym_COLON, - ACTIONS(2980), 1, - anon_sym_DASH_GT, - [57380] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2982), 2, - sym__newline, - sym__semicolon, - [57388] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2984), 2, - sym__newline, - sym__semicolon, - [57396] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2517), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [57404] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2986), 1, - anon_sym_COLON, - ACTIONS(2988), 1, - anon_sym_DASH_GT, - [57414] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(960), 2, - anon_sym_except, - anon_sym_finally, - [57422] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2990), 1, - sym_integer, - ACTIONS(2992), 1, - sym_float, - [57432] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2994), 1, - anon_sym_COMMA, - STATE(1141), 1, - aux_sym_open_sequence_match_pattern_repeat1, - [57442] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2996), 2, - anon_sym_COLON, - anon_sym_DASH_GT, - [57450] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2998), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [57458] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3000), 2, - sym__newline, - sym__semicolon, - [57466] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3002), 1, - sym_integer, - ACTIONS(3004), 1, - sym_float, - [57476] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2458), 1, - anon_sym_LPAREN, - STATE(1320), 1, - sym_parameters, - [57486] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3006), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [57494] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2664), 2, - sym__newline, - sym__semicolon, - [57502] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3008), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [57510] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3010), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [57518] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(956), 2, - anon_sym_except, - anon_sym_finally, - [57526] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3012), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [57534] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2868), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [57542] = 3, + STATE(1487), 1, + aux_sym__import_list_repeat1, + [66350] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1893), 1, - anon_sym_COMMA, - STATE(986), 1, - aux_sym_expression_list_repeat1, - [57552] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2630), 1, - anon_sym_COMMA, - ACTIONS(3014), 1, anon_sym_RPAREN, - [57562] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2239), 2, - sym__newline, - sym__semicolon, - [57570] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3016), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [57578] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2261), 1, - anon_sym_as, - ACTIONS(2263), 1, - anon_sym_COLON, - [57588] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2189), 2, - sym__newline, - sym__semicolon, - [57596] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3018), 2, - sym__newline, - sym__semicolon, - [57604] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3020), 1, - anon_sym_COMMA, - STATE(1234), 1, - aux_sym_open_sequence_match_pattern_repeat1, - [57614] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(986), 2, - anon_sym_except, - anon_sym_finally, - [57622] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3022), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [57630] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3024), 1, - anon_sym_COLON, - [57637] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3026), 1, - anon_sym_RPAREN, - [57644] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3028), 1, - anon_sym_RBRACE, - [57651] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1792), 1, - anon_sym_RBRACE, - [57658] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3030), 1, - anon_sym_RBRACE, - [57665] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3032), 1, - anon_sym_RBRACK, - [57672] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3034), 1, - anon_sym_RPAREN, - [57679] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3036), 1, - anon_sym_EQ, - [57686] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3038), 1, - anon_sym_RBRACK, - [57693] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3040), 1, - anon_sym_RBRACE, - [57700] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3042), 1, - anon_sym_COLON, - [57707] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3044), 1, - anon_sym_RBRACE, - [57714] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3046), 1, - anon_sym_COLON, - [57721] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3048), 1, + ACTIONS(2931), 1, sym_identifier, - [57728] = 2, + STATE(1558), 1, + sym_match_keyword_pattern, + [66363] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2171), 1, + anon_sym_RPAREN, + ACTIONS(2173), 1, + anon_sym_COMMA, + STATE(1448), 1, + aux_sym_argument_list_repeat1, + [66376] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2933), 1, + anon_sym_RPAREN, + ACTIONS(2935), 1, + anon_sym_COMMA, + STATE(1450), 1, + aux_sym_argument_list_repeat1, + [66389] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1895), 1, + anon_sym_RPAREN, + ACTIONS(2937), 1, + anon_sym_COMMA, + STATE(1468), 1, + aux_sym_match_class_pattern_repeat1, + [66402] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2069), 1, + anon_sym_COMMA, + ACTIONS(2099), 1, + anon_sym_RPAREN, + STATE(1454), 1, + aux_sym__collection_elements_repeat1, + [66415] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2939), 1, + anon_sym_COMMA, + ACTIONS(2942), 1, + anon_sym_RBRACE, + STATE(1401), 1, + aux_sym_dictionary_repeat1, + [66428] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2452), 1, + sym_identifier, + ACTIONS(2944), 1, + anon_sym_import, + STATE(1654), 1, + sym_dotted_name, + [66441] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2438), 1, + anon_sym_COMMA, + ACTIONS(2440), 1, + anon_sym_RBRACE, + STATE(1408), 1, + aux_sym_dictionary_repeat1, + [66454] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1525), 3, + sym__newline, + anon_sym_in, + anon_sym_SEMI, + [66463] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1895), 1, + anon_sym_RPAREN, + ACTIONS(2931), 1, + sym_identifier, + STATE(1558), 1, + sym_match_keyword_pattern, + [66476] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2946), 1, + anon_sym_EQ, + ACTIONS(2948), 2, + sym__newline, + anon_sym_SEMI, + [66487] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2880), 1, + anon_sym_COMMA, + ACTIONS(2950), 1, + anon_sym_RBRACK, + STATE(1492), 1, + aux_sym_index_expression_list_repeat1, + [66500] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2952), 1, + anon_sym_COMMA, + ACTIONS(2954), 1, + anon_sym_RBRACE, + STATE(1401), 1, + aux_sym_dictionary_repeat1, + [66513] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2956), 1, + anon_sym_COMMA, + ACTIONS(2958), 1, + anon_sym_RBRACE, + STATE(1401), 1, + aux_sym_dictionary_repeat1, + [66526] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2382), 1, + anon_sym_COMMA, + ACTIONS(2384), 1, + anon_sym_RBRACE, + STATE(1485), 1, + aux_sym_dictionary_repeat1, + [66539] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2191), 1, + anon_sym_RPAREN, + ACTIONS(2193), 1, + anon_sym_COMMA, + STATE(1415), 1, + aux_sym_argument_list_repeat1, + [66552] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2960), 1, + anon_sym_RPAREN, + ACTIONS(2962), 1, + anon_sym_COMMA, + STATE(1417), 1, + aux_sym_argument_list_repeat1, + [66565] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1895), 1, + anon_sym_RPAREN, + ACTIONS(2964), 1, + anon_sym_COMMA, + STATE(1422), 1, + aux_sym_match_class_pattern_repeat2, + [66578] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2880), 1, + anon_sym_COMMA, + ACTIONS(2966), 1, + anon_sym_RBRACK, + STATE(1492), 1, + aux_sym_index_expression_list_repeat1, + [66591] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2968), 1, + anon_sym_RPAREN, + ACTIONS(2970), 1, + anon_sym_COMMA, + STATE(1392), 1, + aux_sym_argument_list_repeat1, + [66604] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2902), 1, + anon_sym_COMMA, + ACTIONS(2972), 1, + anon_sym_RBRACK, + STATE(1386), 1, + aux_sym_type_parameters_repeat1, + [66617] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2974), 1, + anon_sym_RPAREN, + ACTIONS(2976), 1, + anon_sym_COMMA, + STATE(1392), 1, + aux_sym_argument_list_repeat1, + [66630] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2978), 1, + anon_sym_RPAREN, + ACTIONS(2980), 1, + anon_sym_COMMA, + STATE(1392), 1, + aux_sym_argument_list_repeat1, + [66643] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2613), 1, + anon_sym_COLON2, + ACTIONS(2722), 1, + anon_sym_RBRACE, + STATE(1641), 1, + sym_format_specifier, + [66656] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2780), 3, + sym__newline, + anon_sym_COMMA, + anon_sym_SEMI, + [66665] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2982), 3, + sym__newline, + anon_sym_COMMA, + anon_sym_SEMI, + [66674] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2984), 1, + anon_sym_RPAREN, + ACTIONS(2986), 1, + anon_sym_COMMA, + STATE(1422), 1, + aux_sym_match_class_pattern_repeat2, + [66687] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2069), 1, + anon_sym_COMMA, + ACTIONS(2187), 1, + anon_sym_RPAREN, + STATE(1454), 1, + aux_sym__collection_elements_repeat1, + [66700] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1958), 1, + anon_sym_RBRACE, + ACTIONS(2989), 1, + anon_sym_COMMA, + STATE(1480), 1, + aux_sym_match_mapping_pattern_repeat1, + [66713] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2444), 1, + anon_sym_COMMA, + ACTIONS(2446), 1, + anon_sym_RBRACE, + STATE(1426), 1, + aux_sym_dictionary_repeat1, + [66726] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2991), 1, + anon_sym_COMMA, + ACTIONS(2993), 1, + anon_sym_RBRACE, + STATE(1401), 1, + aux_sym_dictionary_repeat1, + [66739] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2995), 1, + anon_sym_COMMA, + ACTIONS(2997), 1, + anon_sym_RBRACE, + STATE(1401), 1, + aux_sym_dictionary_repeat1, + [66752] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2900), 1, + anon_sym_RPAREN, + ACTIONS(2999), 1, + anon_sym_COMMA, + STATE(1376), 1, + aux_sym__parameters_repeat1, + [66765] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2205), 1, + anon_sym_RPAREN, + ACTIONS(2207), 1, + anon_sym_COMMA, + STATE(1435), 1, + aux_sym_argument_list_repeat1, + [66778] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3001), 1, + anon_sym_RPAREN, + ACTIONS(3003), 1, + anon_sym_COMMA, + STATE(1436), 1, + aux_sym_argument_list_repeat1, + [66791] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2931), 1, + sym_identifier, + ACTIONS(3005), 1, + anon_sym_RPAREN, + STATE(1558), 1, + sym_match_keyword_pattern, + [66804] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2880), 1, + anon_sym_COMMA, + ACTIONS(3007), 1, + anon_sym_RBRACK, + STATE(1492), 1, + aux_sym_index_expression_list_repeat1, + [66817] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3009), 1, + anon_sym_COMMA, + ACTIONS(3011), 1, + anon_sym_RBRACE, + STATE(1401), 1, + aux_sym_dictionary_repeat1, + [66830] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3013), 1, + anon_sym_COMMA, + ACTIONS(3015), 1, + anon_sym_COLON, + STATE(1452), 1, + aux_sym_with_clause_repeat1, + [66843] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3017), 1, + anon_sym_RPAREN, + ACTIONS(3019), 1, + anon_sym_COMMA, + STATE(1392), 1, + aux_sym_argument_list_repeat1, + [66856] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3021), 1, + anon_sym_RPAREN, + ACTIONS(3023), 1, + anon_sym_COMMA, + STATE(1392), 1, + aux_sym_argument_list_repeat1, + [66869] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3025), 1, + anon_sym_RPAREN, + ACTIONS(3027), 1, + anon_sym_COMMA, + STATE(1392), 1, + aux_sym_argument_list_repeat1, + [66882] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1893), 1, + anon_sym_RPAREN, + ACTIONS(3029), 1, + anon_sym_COMMA, + STATE(1449), 1, + aux_sym_match_class_pattern_repeat2, + [66895] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3031), 1, + anon_sym_RPAREN, + ACTIONS(3033), 1, + anon_sym_COMMA, + STATE(1495), 1, + aux_sym_with_clause_repeat1, + [66908] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2069), 1, + anon_sym_COMMA, + ACTIONS(3035), 1, + anon_sym_RPAREN, + STATE(1441), 1, + aux_sym__collection_elements_repeat1, + [66921] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2595), 1, + anon_sym_RPAREN, + ACTIONS(3037), 1, + anon_sym_COMMA, + STATE(1286), 1, + aux_sym__collection_elements_repeat1, + [66934] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(2794), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [66945] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3041), 1, + anon_sym_RPAREN, + ACTIONS(3043), 1, + anon_sym_COMMA, + STATE(1443), 1, + aux_sym__parameters_repeat1, + [66958] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3041), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + [66967] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3046), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + [66976] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3048), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_EQ, + [66985] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2790), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + [66994] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3050), 1, - anon_sym_in, - [57735] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3052), 1, anon_sym_RPAREN, - [57742] = 2, + ACTIONS(3052), 1, + anon_sym_COMMA, + STATE(1392), 1, + aux_sym_argument_list_repeat1, + [67007] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(3005), 1, + anon_sym_RPAREN, ACTIONS(3054), 1, - anon_sym_RBRACK, - [57749] = 2, + anon_sym_COMMA, + STATE(1422), 1, + aux_sym_match_class_pattern_repeat2, + [67020] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3056), 1, - anon_sym_COLON, - [57756] = 2, - ACTIONS(3), 1, - sym_comment, + anon_sym_RPAREN, ACTIONS(3058), 1, - anon_sym_RBRACE, - [57763] = 2, + anon_sym_COMMA, + STATE(1392), 1, + aux_sym_argument_list_repeat1, + [67033] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3060), 1, - anon_sym_RBRACE, - [57770] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3062), 1, anon_sym_RPAREN, - [57777] = 2, + ACTIONS(3062), 1, + anon_sym_COMMA, + STATE(1392), 1, + aux_sym_argument_list_repeat1, + [67046] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(3013), 1, + anon_sym_COMMA, ACTIONS(3064), 1, anon_sym_COLON, - [57784] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2682), 1, - anon_sym_RBRACK, - [57791] = 2, + STATE(1325), 1, + aux_sym_with_clause_repeat1, + [67059] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(2589), 1, + anon_sym_LPAREN, ACTIONS(3066), 1, - anon_sym_RBRACE, - [57798] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3068), 1, - anon_sym_RPAREN, - [57805] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2866), 1, - anon_sym_RBRACE, - [57812] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3070), 1, - sym_identifier, - [57819] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3072), 1, - sym_identifier, - [57826] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3074), 1, anon_sym_COLON, - [57833] = 2, + STATE(1608), 1, + sym_argument_list, + [67072] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2595), 1, + anon_sym_RPAREN, + ACTIONS(3068), 1, + anon_sym_COMMA, + STATE(1286), 1, + aux_sym__collection_elements_repeat1, + [67085] = 3, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2581), 1, + anon_sym_RBRACE, + ACTIONS(2583), 2, + anon_sym_LBRACE2, + aux_sym_format_specifier_token1, + [67096] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2914), 1, + anon_sym_if, + ACTIONS(3070), 1, + anon_sym_COLON, + STATE(1621), 1, + sym_guard, + [67109] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2613), 1, + anon_sym_COLON2, + ACTIONS(3072), 1, + anon_sym_RBRACE, + STATE(1699), 1, + sym_format_specifier, + [67122] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2613), 1, + anon_sym_COLON2, + ACTIONS(2705), 1, + anon_sym_RBRACE, + STATE(1692), 1, + sym_format_specifier, + [67135] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3005), 1, + anon_sym_RPAREN, + ACTIONS(3054), 1, + anon_sym_COMMA, + STATE(1472), 1, + aux_sym_match_class_pattern_repeat2, + [67148] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2726), 1, + sym_identifier, + STATE(1382), 1, + sym_dotted_name, + STATE(1540), 1, + sym_aliased_import, + [67161] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2010), 1, + anon_sym_COMMA, + ACTIONS(3074), 1, + anon_sym_in, + STATE(1010), 1, + aux_sym__patterns_repeat1, + [67174] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3076), 1, - sym_identifier, - [57840] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3078), 1, - anon_sym_COLON, - [57847] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3080), 1, anon_sym_RPAREN, - [57854] = 2, + ACTIONS(3078), 1, + anon_sym_COMMA, + STATE(1392), 1, + aux_sym_argument_list_repeat1, + [67187] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(2390), 3, + sym__newline, + anon_sym_EQ, + anon_sym_SEMI, + [67196] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1274), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + [67205] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3080), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + [67214] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2891), 1, + anon_sym_RPAREN, ACTIONS(3082), 1, - anon_sym_in, - [57861] = 2, + anon_sym_COMMA, + STATE(1399), 1, + aux_sym_match_class_pattern_repeat1, + [67227] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3084), 1, + ACTIONS(2931), 1, sym_identifier, - [57868] = 2, + ACTIONS(3084), 1, + anon_sym_RPAREN, + STATE(1558), 1, + sym_match_keyword_pattern, + [67240] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3086), 1, - anon_sym_LPAREN, - [57875] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3088), 1, - anon_sym_import, - [57882] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3090), 1, - sym_identifier, - [57889] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2745), 1, - anon_sym_in, - [57896] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3092), 1, - anon_sym_COLON, - [57903] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3094), 1, - anon_sym_in, - [57910] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3096), 1, - anon_sym_COLON, - [57917] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3098), 1, anon_sym_RPAREN, - [57924] = 2, + ACTIONS(3088), 1, + anon_sym_COMMA, + STATE(1468), 1, + aux_sym_match_class_pattern_repeat1, + [67253] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3100), 1, - anon_sym_import, - [57931] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2844), 1, - anon_sym_in, - [57938] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(891), 1, - anon_sym_STAR, - [57945] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3102), 1, - anon_sym_COLON, - [57952] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3104), 1, - anon_sym_COLON, - [57959] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3106), 1, - anon_sym_COLON, - [57966] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3108), 1, - anon_sym_COLON, - [57973] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3110), 1, + ACTIONS(3091), 1, + anon_sym_COMMA, + ACTIONS(3093), 1, anon_sym_RBRACK, - [57980] = 2, + STATE(1503), 1, + aux_sym_open_sequence_match_pattern_repeat1, + [67266] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3112), 1, + ACTIONS(1517), 3, + sym__newline, + anon_sym_in, + anon_sym_SEMI, + [67275] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2048), 1, anon_sym_COLON, - [57987] = 2, + ACTIONS(3095), 1, + anon_sym_COMMA, + STATE(1506), 1, + aux_sym__parameters_repeat1, + [67288] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3084), 1, + anon_sym_RPAREN, + ACTIONS(3097), 1, + anon_sym_COMMA, + STATE(1422), 1, + aux_sym_match_class_pattern_repeat2, + [67301] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2010), 1, + anon_sym_COMMA, + ACTIONS(3099), 1, + anon_sym_in, + STATE(1010), 1, + aux_sym__patterns_repeat1, + [67314] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2069), 1, + anon_sym_COMMA, + ACTIONS(3101), 1, + anon_sym_RPAREN, + STATE(1259), 1, + aux_sym__collection_elements_repeat1, + [67327] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2293), 1, + anon_sym_from, + ACTIONS(2297), 2, + sym__newline, + anon_sym_SEMI, + [67338] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2931), 1, + sym_identifier, + ACTIONS(3103), 1, + anon_sym_RPAREN, + STATE(1558), 1, + sym_match_keyword_pattern, + [67351] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3105), 1, + anon_sym_COMMA, + ACTIONS(3107), 1, + anon_sym_RBRACE, + STATE(1424), 1, + aux_sym_match_mapping_pattern_repeat1, + [67364] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2091), 1, + anon_sym_DOT, + ACTIONS(2114), 1, + anon_sym_COLON, + STATE(1032), 1, + aux_sym_match_value_pattern_repeat1, + [67377] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2798), 1, + anon_sym_EQ, + ACTIONS(2794), 2, + anon_sym_COMMA, + anon_sym_COLON, + [67388] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3109), 1, + anon_sym_COMMA, + ACTIONS(3112), 1, + anon_sym_RBRACE, + STATE(1480), 1, + aux_sym_match_mapping_pattern_repeat1, + [67401] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3114), 1, anon_sym_RPAREN, - [57994] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2311), 1, - anon_sym_COLON, - [58001] = 2, - ACTIONS(3), 1, - sym_comment, ACTIONS(3116), 1, - anon_sym_RBRACK, - [58008] = 2, + anon_sym_COMMA, + STATE(1392), 1, + aux_sym_argument_list_repeat1, + [67414] = 3, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2490), 1, + anon_sym_RBRACE, + ACTIONS(2492), 2, + anon_sym_LBRACE2, + aux_sym_format_specifier_token1, + [67425] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3118), 1, - anon_sym_COLON, - [58015] = 2, - ACTIONS(3), 1, - sym_comment, + anon_sym_RPAREN, ACTIONS(3120), 1, - anon_sym_COLON, - [58022] = 2, + anon_sym_COMMA, + STATE(1392), 1, + aux_sym_argument_list_repeat1, + [67438] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(1889), 1, + anon_sym_RPAREN, ACTIONS(3122), 1, - anon_sym_RBRACK, - [58029] = 2, + anon_sym_COMMA, + STATE(1242), 1, + aux_sym_open_sequence_match_pattern_repeat1, + [67451] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3124), 1, - anon_sym_RBRACE, - [58036] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2753), 1, - anon_sym_in, - [58043] = 2, - ACTIONS(3), 1, - sym_comment, + anon_sym_COMMA, ACTIONS(3126), 1, - anon_sym_COLON, - [58050] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3128), 1, anon_sym_RBRACE, - [58057] = 2, + STATE(1401), 1, + aux_sym_dictionary_repeat1, + [67464] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2278), 1, - anon_sym_COLON, - [58064] = 2, + ACTIONS(2713), 3, + sym__newline, + anon_sym_COMMA, + anon_sym_SEMI, + [67473] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3130), 1, + ACTIONS(2824), 1, anon_sym_RPAREN, - [58071] = 2, + ACTIONS(3128), 1, + anon_sym_COMMA, + STATE(1384), 1, + aux_sym__import_list_repeat1, + [67486] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2824), 1, + anon_sym_RPAREN, + ACTIONS(3130), 1, + anon_sym_COMMA, + STATE(1384), 1, + aux_sym__import_list_repeat1, + [67499] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2069), 1, + anon_sym_COMMA, + ACTIONS(2209), 1, + anon_sym_RPAREN, + STATE(1454), 1, + aux_sym__collection_elements_repeat1, + [67512] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2472), 1, + anon_sym_COMMA, + ACTIONS(2474), 1, + anon_sym_RBRACE, + STATE(1389), 1, + aux_sym_dictionary_repeat1, + [67525] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3132), 1, - anon_sym_COLON, - [58078] = 2, - ACTIONS(3), 1, - sym_comment, + anon_sym_COMMA, ACTIONS(3134), 1, - anon_sym_COLON, - [58085] = 2, + anon_sym_RBRACE, + STATE(1401), 1, + aux_sym_dictionary_repeat1, + [67538] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3136), 1, - anon_sym_COLON, - [58092] = 2, - ACTIONS(3), 1, - sym_comment, + anon_sym_COMMA, ACTIONS(3138), 1, - anon_sym_COLON, - [58099] = 2, + anon_sym_RBRACK, + STATE(1378), 1, + aux_sym_index_expression_list_repeat1, + [67551] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(2589), 1, + anon_sym_LPAREN, ACTIONS(3140), 1, anon_sym_COLON, - [58106] = 2, + STATE(1666), 1, + sym_argument_list, + [67564] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2321), 1, + ACTIONS(2613), 1, + anon_sym_COLON2, + ACTIONS(3142), 1, + anon_sym_RBRACE, + STATE(1644), 1, + sym_format_specifier, + [67577] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1017), 1, + anon_sym_RPAREN, + ACTIONS(3144), 1, + anon_sym_COMMA, + STATE(1325), 1, + aux_sym_with_clause_repeat1, + [67590] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2010), 1, + anon_sym_COMMA, + ACTIONS(3146), 1, + anon_sym_in, + STATE(1010), 1, + aux_sym__patterns_repeat1, + [67603] = 3, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(3148), 1, + anon_sym_RBRACE, + ACTIONS(3150), 2, + anon_sym_LBRACE2, + aux_sym_format_specifier_token1, + [67614] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2593), 1, + anon_sym_LBRACK, + ACTIONS(3152), 1, + anon_sym_EQ, + STATE(1647), 1, + sym_type_parameters, + [67627] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2376), 1, + sym_identifier, + STATE(1306), 1, + sym_dotted_name, + STATE(1486), 1, + sym_aliased_import, + [67640] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2010), 1, + anon_sym_COMMA, + ACTIONS(3154), 1, + anon_sym_in, + STATE(1010), 1, + aux_sym__patterns_repeat1, + [67653] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2748), 3, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_COLON, - [58113] = 2, + [67662] = 3, + ACTIONS(2065), 1, + sym_comment, + ACTIONS(2486), 1, + anon_sym_RBRACE, + ACTIONS(2488), 2, + anon_sym_LBRACE2, + aux_sym_format_specifier_token1, + [67673] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2767), 1, + ACTIONS(1889), 1, anon_sym_RBRACK, - [58120] = 2, + ACTIONS(3156), 1, + anon_sym_COMMA, + STATE(1242), 1, + aux_sym_open_sequence_match_pattern_repeat1, + [67686] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2010), 1, + anon_sym_COMMA, + ACTIONS(3158), 1, + anon_sym_in, + STATE(1010), 1, + aux_sym__patterns_repeat1, + [67699] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2010), 1, + anon_sym_COMMA, + ACTIONS(3160), 1, + anon_sym_in, + STATE(1010), 1, + aux_sym__patterns_repeat1, + [67712] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3041), 1, + anon_sym_COLON, + ACTIONS(3162), 1, + anon_sym_COMMA, + STATE(1506), 1, + aux_sym__parameters_repeat1, + [67725] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3165), 2, + sym__newline, + anon_sym_SEMI, + [67733] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3167), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [67741] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3169), 1, + anon_sym_COMMA, + STATE(1294), 1, + aux_sym_open_sequence_match_pattern_repeat1, + [67751] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2357), 1, + anon_sym_COMMA, + STATE(1229), 1, + aux_sym_expression_list_repeat1, + [67761] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3171), 1, + anon_sym_COLON, + ACTIONS(3173), 1, + anon_sym_DASH_GT, + [67771] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2703), 1, + anon_sym_LPAREN, + STATE(1539), 1, + sym_parameters, + [67781] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3175), 1, + anon_sym_COLON, + ACTIONS(3177), 1, + anon_sym_DASH_GT, + [67791] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3179), 2, + sym__newline, + anon_sym_SEMI, + [67799] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1027), 2, + anon_sym_except, + anon_sym_finally, + [67807] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3181), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [67815] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2837), 2, + sym__newline, + anon_sym_SEMI, + [67823] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3183), 2, + sym__newline, + anon_sym_SEMI, + [67831] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2607), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [67839] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2794), 2, + anon_sym_COMMA, + anon_sym_COLON, + [67847] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1045), 2, + anon_sym_except, + anon_sym_finally, + [67855] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3185), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [67863] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3187), 2, + sym__newline, + anon_sym_SEMI, + [67871] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3189), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [67879] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3191), 2, + sym__newline, + anon_sym_SEMI, + [67887] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3193), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [67895] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3195), 2, + sym__newline, + anon_sym_SEMI, + [67903] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3197), 2, + sym__newline, + anon_sym_SEMI, + [67911] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3199), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [67919] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3201), 2, + sym__newline, + anon_sym_SEMI, + [67927] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3203), 2, + sym__newline, + anon_sym_SEMI, + [67935] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3205), 2, + sym__newline, + anon_sym_SEMI, + [67943] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3207), 2, + sym__newline, + anon_sym_SEMI, + [67951] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3086), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [67959] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3209), 2, + sym__newline, + anon_sym_SEMI, + [67967] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1031), 2, + anon_sym_except, + anon_sym_finally, + [67975] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2236), 2, + sym__newline, + anon_sym_SEMI, + [67983] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1037), 2, + anon_sym_except, + anon_sym_finally, + [67991] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3211), 1, + anon_sym_COLON, + ACTIONS(3213), 1, + anon_sym_DASH_GT, + [68001] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2713), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [68009] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3215), 1, + anon_sym_COLON, + ACTIONS(3217), 1, + anon_sym_DASH_GT, + [68019] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3219), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [68027] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3221), 1, + anon_sym_COLON, + ACTIONS(3223), 1, + anon_sym_DASH_GT, + [68037] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3225), 1, + anon_sym_COMMA, + ACTIONS(3227), 1, + anon_sym_RBRACE, + [68047] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2982), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [68055] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3229), 1, + anon_sym_COLON, + ACTIONS(3231), 1, + anon_sym_DASH_GT, + [68065] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3233), 2, + anon_sym_COLON, + anon_sym_DASH_GT, + [68073] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2460), 1, + anon_sym_as, + ACTIONS(2462), 1, + anon_sym_COLON, + [68083] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2295), 1, + anon_sym_COMMA, + STATE(1278), 1, + aux_sym_expression_list_repeat1, + [68093] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2464), 1, + anon_sym_as, + ACTIONS(2466), 1, + anon_sym_COLON, + [68103] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2424), 2, + sym__newline, + anon_sym_SEMI, + [68111] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2468), 1, + anon_sym_as, + ACTIONS(2470), 1, + anon_sym_COLON, + [68121] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2918), 1, + anon_sym_COMMA, + ACTIONS(3235), 1, + anon_sym_RPAREN, + [68131] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3237), 1, + anon_sym_COLON, + ACTIONS(3239), 1, + anon_sym_DASH_GT, + [68141] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3241), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [68149] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3243), 1, + anon_sym_COMMA, + STATE(1484), 1, + aux_sym_open_sequence_match_pattern_repeat1, + [68159] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2703), 1, + anon_sym_LPAREN, + STATE(1513), 1, + sym_parameters, + [68169] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2984), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [68177] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3245), 1, + sym_integer, + ACTIONS(3247), 1, + sym_float, + [68187] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2931), 1, + sym_identifier, + STATE(1558), 1, + sym_match_keyword_pattern, + [68197] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3249), 1, + sym_identifier, + STATE(1581), 1, + sym_match_capture_pattern, + [68207] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2091), 1, + anon_sym_DOT, + STATE(1478), 1, + aux_sym_match_value_pattern_repeat1, + [68217] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3251), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [68225] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3107), 1, + anon_sym_RBRACE, + ACTIONS(3253), 1, + anon_sym_COMMA, + [68235] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2428), 1, + anon_sym_as, + ACTIONS(2432), 1, + anon_sym_COLON, + [68245] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3255), 1, + sym_integer, + ACTIONS(3257), 1, + sym_float, + [68255] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2232), 1, + anon_sym_COMMA, + STATE(1251), 1, + aux_sym_expression_list_repeat1, + [68265] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3259), 2, + sym__newline, + anon_sym_SEMI, + [68273] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1992), 1, + anon_sym_RBRACE, + ACTIONS(3261), 1, + anon_sym_COMMA, + [68283] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2601), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [68291] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3263), 2, + anon_sym_COLON, + anon_sym_DASH_GT, + [68299] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2404), 2, + sym__newline, + anon_sym_SEMI, + [68307] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3112), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [68315] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3265), 1, + sym_integer, + ACTIONS(3267), 1, + sym_float, + [68325] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3269), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [68333] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2703), 1, + anon_sym_LPAREN, + STATE(1546), 1, + sym_parameters, + [68343] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3271), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [68351] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2703), 1, + anon_sym_LPAREN, + STATE(1582), 1, + sym_parameters, + [68361] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2406), 2, + sym__newline, + anon_sym_SEMI, + [68369] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1081), 2, + anon_sym_except, + anon_sym_finally, + [68377] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3273), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [68385] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3275), 1, + anon_sym_COLON, + ACTIONS(3277), 1, + anon_sym_DASH_GT, + [68395] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3279), 1, + anon_sym_COLON, + [68402] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3281), 1, + anon_sym_RPAREN, + [68409] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3283), 1, + sym_identifier, + [68416] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3285), 1, + anon_sym_RPAREN, + [68423] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2705), 1, + anon_sym_RBRACE, + [68430] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3287), 1, + anon_sym_COLON, + [68437] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3289), 1, + anon_sym_COLON, + [68444] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3291), 1, + anon_sym_COLON, + [68451] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3293), 1, + anon_sym_RPAREN, + [68458] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3295), 1, + anon_sym_RPAREN, + [68465] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3297), 1, + anon_sym_COLON, + [68472] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3299), 1, + anon_sym_RBRACK, + [68479] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3301), 1, + anon_sym_for, + [68486] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3303), 1, + anon_sym_RBRACE, + [68493] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3305), 1, + anon_sym_COLON, + [68500] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3307), 1, + anon_sym_COLON, + [68507] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3309), 1, + sym_identifier, + [68514] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3311), 1, + anon_sym_RBRACE, + [68521] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3313), 1, + anon_sym_COLON, + [68528] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3315), 1, + anon_sym_RBRACE, + [68535] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2535), 1, + anon_sym_COLON, + [68542] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3317), 1, + anon_sym_COLON, + [68549] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3319), 1, + sym_identifier, + [68556] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3321), 1, + anon_sym_COLON, + [68563] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3323), 1, + anon_sym_COLON, + [68570] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3325), 1, + anon_sym_COLON, + [68577] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3327), 1, + anon_sym_COLON, + [68584] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2537), 1, + anon_sym_COLON, + [68591] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(963), 1, + anon_sym_STAR, + [68598] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3329), 1, + anon_sym_in, + [68605] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3331), 1, + anon_sym_RPAREN, + [68612] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3333), 1, + anon_sym_RBRACK, + [68619] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3335), 1, + anon_sym_RPAREN, + [68626] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3337), 1, + anon_sym_COLON, + [68633] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3339), 1, + anon_sym_COLON, + [68640] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3341), 1, + anon_sym_COLON, + [68647] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3343), 1, + sym_identifier, + [68654] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3345), 1, + anon_sym_COLON, + [68661] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3347), 1, + anon_sym_COLON, + [68668] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3349), 1, + anon_sym_COLON, + [68675] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3227), 1, + anon_sym_RBRACE, + [68682] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3351), 1, + anon_sym_RBRACK, + [68689] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2543), 1, + anon_sym_COLON, + [68696] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3353), 1, + anon_sym_RPAREN, + [68703] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3355), 1, + anon_sym_RBRACE, + [68710] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3357), 1, + anon_sym_RBRACK, + [68717] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3359), 1, + sym_identifier, + [68724] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3361), 1, + anon_sym_COLON, + [68731] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3363), 1, + anon_sym_RBRACE, + [68738] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3365), 1, + sym_identifier, + [68745] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3367), 1, + anon_sym_RBRACK, + [68752] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3369), 1, + anon_sym_in, + [68759] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3371), 1, + anon_sym_RPAREN, + [68766] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3373), 1, + sym_identifier, + [68773] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2539), 1, + anon_sym_COLON, + [68780] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3375), 1, + sym_identifier, + [68787] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3377), 1, + anon_sym_COLON, + [68794] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3379), 1, + anon_sym_COLON, + [68801] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3072), 1, + anon_sym_RBRACE, + [68808] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3381), 1, + anon_sym_COLON, + [68815] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3383), 1, + anon_sym_RPAREN, + [68822] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3385), 1, + anon_sym_RBRACE, + [68829] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_RBRACE, + [68836] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3389), 1, + anon_sym_COLON, + [68843] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3391), 1, + anon_sym_EQ, + [68850] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3393), 1, + sym_identifier, + [68857] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3395), 1, + anon_sym_RBRACE, + [68864] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3397), 1, + anon_sym_RBRACE, + [68871] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3399), 1, + sym_identifier, + [68878] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2722), 1, + anon_sym_RBRACE, + [68885] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3007), 1, + anon_sym_RBRACK, + [68892] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3401), 1, + anon_sym_import, + [68899] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3403), 1, + ts_builtin_sym_end, + [68906] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3405), 1, + anon_sym_RBRACK, + [68913] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3074), 1, + anon_sym_in, + [68920] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2337), 1, + anon_sym_EQ, + [68927] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3407), 1, + sym_identifier, + [68934] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2882), 1, + anon_sym_RBRACK, + [68941] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3146), 1, + anon_sym_in, + [68948] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1958), 1, + anon_sym_RBRACE, + [68955] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3409), 1, + anon_sym_RBRACE, + [68962] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3411), 1, + anon_sym_import, + [68969] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3413), 1, + anon_sym_RBRACE, + [68976] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3415), 1, + anon_sym_COLON, + [68983] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3417), 1, + sym_identifier, + [68990] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3419), 1, + anon_sym_COLON, + [68997] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2966), 1, + anon_sym_RBRACK, + [69004] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3421), 1, + anon_sym_COLON, + [69011] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3423), 1, + anon_sym_in, + [69018] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3099), 1, + anon_sym_in, + [69025] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3425), 1, + anon_sym_COLON, + [69032] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3427), 1, + anon_sym_in, + [69039] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3429), 1, + anon_sym_RPAREN, + [69046] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3431), 1, + anon_sym_COLON, + [69053] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3433), 1, + anon_sym_RBRACK, + [69060] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3435), 1, + anon_sym_RBRACE, + [69067] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3437), 1, + anon_sym_RBRACK, + [69074] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3439), 1, + anon_sym_LPAREN, + [69081] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3441), 1, + sym_identifier, + [69088] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3443), 1, + anon_sym_COLON, + [69095] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3445), 1, + anon_sym_RBRACE, + [69102] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3447), 1, + anon_sym_RPAREN, + [69109] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1059), 1, + anon_sym_def, + [69116] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3449), 1, + anon_sym_RPAREN, + [69123] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3451), 1, + anon_sym_RBRACE, + [69130] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3453), 1, + anon_sym_COLON, + [69137] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3455), 1, + anon_sym_COLON, + [69144] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3457), 1, + anon_sym_COLON, + [69151] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3459), 1, + sym_identifier, + [69158] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3142), 1, anon_sym_RBRACE, - [58127] = 2, + [69165] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3144), 1, - anon_sym_RBRACE, - [58134] = 2, + ACTIONS(2950), 1, + anon_sym_RBRACK, + [69172] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3146), 1, - anon_sym_RBRACE, - [58141] = 2, + ACTIONS(3461), 1, + anon_sym_RPAREN, + [69179] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2786), 1, - anon_sym_RBRACE, - [58148] = 2, + ACTIONS(3463), 1, + sym_identifier, + [69186] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3148), 1, + ACTIONS(3465), 1, + sym_identifier, + [69193] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, anon_sym_COLON, - [58155] = 2, + [69200] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2613), 1, + ACTIONS(3469), 1, + sym_identifier, + [69207] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3471), 1, anon_sym_RBRACE, - [58162] = 2, + [69214] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3150), 1, - anon_sym_COLON, - [58169] = 2, + ACTIONS(3473), 1, + anon_sym_in, + [69221] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3152), 1, + ACTIONS(3475), 1, + anon_sym_RPAREN, + [69228] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3477), 1, + anon_sym_RPAREN, + [69235] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3479), 1, + sym_identifier, + [69242] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(985), 1, + anon_sym_STAR, + [69249] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3481), 1, anon_sym_RBRACE, - [58176] = 2, + [69256] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3483), 1, + anon_sym_RPAREN, + [69263] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3154), 1, - anon_sym_RBRACE, - [58183] = 2, + anon_sym_in, + [69270] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3156), 1, + ACTIONS(3485), 1, + anon_sym_RBRACK, + [69277] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3487), 1, + anon_sym_import, + [69284] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3489), 1, anon_sym_COLON, - [58190] = 2, + [69291] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3491), 1, + anon_sym_COLON, + [69298] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3493), 1, + anon_sym_COLON, + [69305] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3495), 1, + sym_identifier, + [69312] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3497), 1, + sym_identifier, + [69319] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3499), 1, + anon_sym_RBRACE, + [69326] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3158), 1, - anon_sym_COLON, - [58197] = 2, + anon_sym_in, + [69333] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1089), 1, + anon_sym_def, + [69340] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3501), 1, + anon_sym_RBRACE, + [69347] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3160), 1, - anon_sym_COLON, - [58204] = 2, + anon_sym_in, + [69354] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 1, - anon_sym_RBRACK, - [58211] = 2, + ACTIONS(3503), 1, + anon_sym_in, + [69361] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3164), 1, - anon_sym_RPAREN, - [58218] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2808), 1, - anon_sym_RBRACK, - [58225] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2532), 1, + ACTIONS(3505), 1, anon_sym_RBRACE, - [58232] = 2, + [69368] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3166), 1, + ACTIONS(3507), 1, anon_sym_COLON, - [58239] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3168), 1, - anon_sym_COLON, - [58246] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3170), 1, - anon_sym_RPAREN, - [58253] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3172), 1, - anon_sym_COLON, - [58260] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2129), 1, - anon_sym_EQ, - [58267] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2901), 1, - anon_sym_in, - [58274] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3174), 1, - sym_identifier, - [58281] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3176), 1, - anon_sym_COLON, - [58288] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3178), 1, - anon_sym_COLON, - [58295] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3180), 1, - anon_sym_RPAREN, - [58302] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3182), 1, - sym_identifier, - [58309] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3184), 1, - sym_identifier, - [58316] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3186), 1, - anon_sym_in, - [58323] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3188), 1, - sym_identifier, - [58330] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(978), 1, - anon_sym_def, - [58337] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3190), 1, - sym_identifier, - [58344] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3192), 1, - sym_identifier, - [58351] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3194), 1, - ts_builtin_sym_end, - [58358] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3196), 1, - anon_sym_import, - [58365] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2346), 1, - anon_sym_COLON, - [58372] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3198), 1, - sym_identifier, - [58379] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3200), 1, - sym_identifier, - [58386] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3202), 1, - sym_identifier, - [58393] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3204), 1, - sym_identifier, - [58400] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(903), 1, - anon_sym_STAR, - [58407] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3206), 1, - anon_sym_COLON, - [58414] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3208), 1, - anon_sym_RBRACE, - [58421] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3210), 1, - anon_sym_for, - [58428] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3212), 1, - anon_sym_RPAREN, - [58435] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3214), 1, - sym_identifier, - [58442] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3216), 1, - sym_identifier, - [58449] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3218), 1, - sym_identifier, - [58456] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3220), 1, - anon_sym_COLON, - [58463] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2842), 1, - anon_sym_in, - [58470] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(972), 1, - anon_sym_def, - [58477] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3222), 1, - anon_sym_COLON, - [58484] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2870), 1, - anon_sym_in, - [58491] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3224), 1, - anon_sym_COLON, - [58498] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2914), 1, - anon_sym_RBRACE, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(152)] = 0, - [SMALL_STATE(153)] = 117, - [SMALL_STATE(154)] = 241, - [SMALL_STATE(155)] = 367, - [SMALL_STATE(156)] = 489, - [SMALL_STATE(157)] = 613, - [SMALL_STATE(158)] = 735, - [SMALL_STATE(159)] = 845, - [SMALL_STATE(160)] = 967, - [SMALL_STATE(161)] = 1077, - [SMALL_STATE(162)] = 1198, - [SMALL_STATE(163)] = 1309, - [SMALL_STATE(164)] = 1420, - [SMALL_STATE(165)] = 1541, - [SMALL_STATE(166)] = 1652, - [SMALL_STATE(167)] = 1773, - [SMALL_STATE(168)] = 1881, - [SMALL_STATE(169)] = 1993, - [SMALL_STATE(170)] = 2107, - [SMALL_STATE(171)] = 2215, - [SMALL_STATE(172)] = 2327, - [SMALL_STATE(173)] = 2437, - [SMALL_STATE(174)] = 2547, - [SMALL_STATE(175)] = 2659, - [SMALL_STATE(176)] = 2771, - [SMALL_STATE(177)] = 2879, - [SMALL_STATE(178)] = 2991, - [SMALL_STATE(179)] = 3103, - [SMALL_STATE(180)] = 3212, - [SMALL_STATE(181)] = 3321, - [SMALL_STATE(182)] = 3426, - [SMALL_STATE(183)] = 3535, - [SMALL_STATE(184)] = 3644, - [SMALL_STATE(185)] = 3753, - [SMALL_STATE(186)] = 3862, - [SMALL_STATE(187)] = 3971, - [SMALL_STATE(188)] = 4080, - [SMALL_STATE(189)] = 4189, - [SMALL_STATE(190)] = 4298, - [SMALL_STATE(191)] = 4407, - [SMALL_STATE(192)] = 4518, - [SMALL_STATE(193)] = 4623, - [SMALL_STATE(194)] = 4728, - [SMALL_STATE(195)] = 4837, - [SMALL_STATE(196)] = 4946, - [SMALL_STATE(197)] = 5051, - [SMALL_STATE(198)] = 5160, - [SMALL_STATE(199)] = 5269, - [SMALL_STATE(200)] = 5382, - [SMALL_STATE(201)] = 5491, - [SMALL_STATE(202)] = 5600, - [SMALL_STATE(203)] = 5711, - [SMALL_STATE(204)] = 5820, - [SMALL_STATE(205)] = 5929, - [SMALL_STATE(206)] = 6038, - [SMALL_STATE(207)] = 6149, - [SMALL_STATE(208)] = 6260, - [SMALL_STATE(209)] = 6373, - [SMALL_STATE(210)] = 6482, - [SMALL_STATE(211)] = 6591, - [SMALL_STATE(212)] = 6700, - [SMALL_STATE(213)] = 6806, - [SMALL_STATE(214)] = 6912, - [SMALL_STATE(215)] = 7018, - [SMALL_STATE(216)] = 7124, - [SMALL_STATE(217)] = 7218, - [SMALL_STATE(218)] = 7324, - [SMALL_STATE(219)] = 7430, - [SMALL_STATE(220)] = 7536, - [SMALL_STATE(221)] = 7642, - [SMALL_STATE(222)] = 7747, - [SMALL_STATE(223)] = 7852, - [SMALL_STATE(224)] = 7957, - [SMALL_STATE(225)] = 8060, - [SMALL_STATE(226)] = 8165, - [SMALL_STATE(227)] = 8268, - [SMALL_STATE(228)] = 8373, - [SMALL_STATE(229)] = 8475, - [SMALL_STATE(230)] = 8577, - [SMALL_STATE(231)] = 8679, - [SMALL_STATE(232)] = 8781, - [SMALL_STATE(233)] = 8883, - [SMALL_STATE(234)] = 8985, - [SMALL_STATE(235)] = 9087, - [SMALL_STATE(236)] = 9189, - [SMALL_STATE(237)] = 9291, - [SMALL_STATE(238)] = 9393, - [SMALL_STATE(239)] = 9495, - [SMALL_STATE(240)] = 9568, - [SMALL_STATE(241)] = 9669, - [SMALL_STATE(242)] = 9770, - [SMALL_STATE(243)] = 9871, - [SMALL_STATE(244)] = 9970, - [SMALL_STATE(245)] = 10031, - [SMALL_STATE(246)] = 10092, - [SMALL_STATE(247)] = 10191, - [SMALL_STATE(248)] = 10292, - [SMALL_STATE(249)] = 10393, - [SMALL_STATE(250)] = 10494, - [SMALL_STATE(251)] = 10567, - [SMALL_STATE(252)] = 10668, - [SMALL_STATE(253)] = 10741, - [SMALL_STATE(254)] = 10840, - [SMALL_STATE(255)] = 10941, - [SMALL_STATE(256)] = 11014, - [SMALL_STATE(257)] = 11115, - [SMALL_STATE(258)] = 11188, - [SMALL_STATE(259)] = 11289, - [SMALL_STATE(260)] = 11362, - [SMALL_STATE(261)] = 11435, - [SMALL_STATE(262)] = 11508, - [SMALL_STATE(263)] = 11609, - [SMALL_STATE(264)] = 11710, - [SMALL_STATE(265)] = 11811, - [SMALL_STATE(266)] = 11907, - [SMALL_STATE(267)] = 12003, - [SMALL_STATE(268)] = 12101, - [SMALL_STATE(269)] = 12197, - [SMALL_STATE(270)] = 12295, - [SMALL_STATE(271)] = 12391, - [SMALL_STATE(272)] = 12487, - [SMALL_STATE(273)] = 12583, - [SMALL_STATE(274)] = 12679, - [SMALL_STATE(275)] = 12775, - [SMALL_STATE(276)] = 12873, - [SMALL_STATE(277)] = 12971, - [SMALL_STATE(278)] = 13069, - [SMALL_STATE(279)] = 13167, - [SMALL_STATE(280)] = 13263, - [SMALL_STATE(281)] = 13359, - [SMALL_STATE(282)] = 13457, - [SMALL_STATE(283)] = 13553, - [SMALL_STATE(284)] = 13651, - [SMALL_STATE(285)] = 13747, - [SMALL_STATE(286)] = 13845, - [SMALL_STATE(287)] = 13941, - [SMALL_STATE(288)] = 14036, - [SMALL_STATE(289)] = 14131, - [SMALL_STATE(290)] = 14194, - [SMALL_STATE(291)] = 14263, - [SMALL_STATE(292)] = 14332, - [SMALL_STATE(293)] = 14395, - [SMALL_STATE(294)] = 14458, - [SMALL_STATE(295)] = 14517, - [SMALL_STATE(296)] = 14576, - [SMALL_STATE(297)] = 14635, - [SMALL_STATE(298)] = 14694, - [SMALL_STATE(299)] = 14767, - [SMALL_STATE(300)] = 14840, - [SMALL_STATE(301)] = 14909, - [SMALL_STATE(302)] = 14968, - [SMALL_STATE(303)] = 15037, - [SMALL_STATE(304)] = 15132, - [SMALL_STATE(305)] = 15201, - [SMALL_STATE(306)] = 15260, - [SMALL_STATE(307)] = 15319, - [SMALL_STATE(308)] = 15378, - [SMALL_STATE(309)] = 15441, - [SMALL_STATE(310)] = 15510, - [SMALL_STATE(311)] = 15579, - [SMALL_STATE(312)] = 15638, - [SMALL_STATE(313)] = 15707, - [SMALL_STATE(314)] = 15766, - [SMALL_STATE(315)] = 15858, - [SMALL_STATE(316)] = 15950, - [SMALL_STATE(317)] = 16042, - [SMALL_STATE(318)] = 16134, - [SMALL_STATE(319)] = 16226, - [SMALL_STATE(320)] = 16318, - [SMALL_STATE(321)] = 16410, - [SMALL_STATE(322)] = 16502, - [SMALL_STATE(323)] = 16594, - [SMALL_STATE(324)] = 16686, - [SMALL_STATE(325)] = 16778, - [SMALL_STATE(326)] = 16870, - [SMALL_STATE(327)] = 16962, - [SMALL_STATE(328)] = 17054, - [SMALL_STATE(329)] = 17146, - [SMALL_STATE(330)] = 17238, - [SMALL_STATE(331)] = 17330, - [SMALL_STATE(332)] = 17422, - [SMALL_STATE(333)] = 17514, - [SMALL_STATE(334)] = 17606, - [SMALL_STATE(335)] = 17698, - [SMALL_STATE(336)] = 17790, - [SMALL_STATE(337)] = 17882, - [SMALL_STATE(338)] = 17974, - [SMALL_STATE(339)] = 18066, - [SMALL_STATE(340)] = 18158, - [SMALL_STATE(341)] = 18250, - [SMALL_STATE(342)] = 18342, - [SMALL_STATE(343)] = 18434, - [SMALL_STATE(344)] = 18526, - [SMALL_STATE(345)] = 18618, - [SMALL_STATE(346)] = 18710, - [SMALL_STATE(347)] = 18802, - [SMALL_STATE(348)] = 18894, - [SMALL_STATE(349)] = 18986, - [SMALL_STATE(350)] = 19078, - [SMALL_STATE(351)] = 19170, - [SMALL_STATE(352)] = 19262, - [SMALL_STATE(353)] = 19354, - [SMALL_STATE(354)] = 19446, - [SMALL_STATE(355)] = 19538, - [SMALL_STATE(356)] = 19630, - [SMALL_STATE(357)] = 19722, - [SMALL_STATE(358)] = 19814, - [SMALL_STATE(359)] = 19906, - [SMALL_STATE(360)] = 19998, - [SMALL_STATE(361)] = 20090, - [SMALL_STATE(362)] = 20182, - [SMALL_STATE(363)] = 20274, - [SMALL_STATE(364)] = 20366, - [SMALL_STATE(365)] = 20458, - [SMALL_STATE(366)] = 20550, - [SMALL_STATE(367)] = 20642, - [SMALL_STATE(368)] = 20734, - [SMALL_STATE(369)] = 20826, - [SMALL_STATE(370)] = 20890, - [SMALL_STATE(371)] = 20982, - [SMALL_STATE(372)] = 21074, - [SMALL_STATE(373)] = 21166, - [SMALL_STATE(374)] = 21258, - [SMALL_STATE(375)] = 21350, - [SMALL_STATE(376)] = 21442, - [SMALL_STATE(377)] = 21534, - [SMALL_STATE(378)] = 21626, - [SMALL_STATE(379)] = 21718, - [SMALL_STATE(380)] = 21810, - [SMALL_STATE(381)] = 21902, - [SMALL_STATE(382)] = 21972, + [SMALL_STATE(156)] = 0, + [SMALL_STATE(157)] = 110, + [SMALL_STATE(158)] = 232, + [SMALL_STATE(159)] = 342, + [SMALL_STATE(160)] = 466, + [SMALL_STATE(161)] = 588, + [SMALL_STATE(162)] = 714, + [SMALL_STATE(163)] = 838, + [SMALL_STATE(164)] = 960, + [SMALL_STATE(165)] = 1081, + [SMALL_STATE(166)] = 1202, + [SMALL_STATE(167)] = 1323, + [SMALL_STATE(168)] = 1444, + [SMALL_STATE(169)] = 1558, + [SMALL_STATE(170)] = 1672, + [SMALL_STATE(171)] = 1781, + [SMALL_STATE(172)] = 1890, + [SMALL_STATE(173)] = 1999, + [SMALL_STATE(174)] = 2109, + [SMALL_STATE(175)] = 2221, + [SMALL_STATE(176)] = 2329, + [SMALL_STATE(177)] = 2441, + [SMALL_STATE(178)] = 2553, + [SMALL_STATE(179)] = 2661, + [SMALL_STATE(180)] = 2769, + [SMALL_STATE(181)] = 2877, + [SMALL_STATE(182)] = 2987, + [SMALL_STATE(183)] = 3099, + [SMALL_STATE(184)] = 3213, + [SMALL_STATE(185)] = 3325, + [SMALL_STATE(186)] = 3433, + [SMALL_STATE(187)] = 3541, + [SMALL_STATE(188)] = 3653, + [SMALL_STATE(189)] = 3765, + [SMALL_STATE(190)] = 3874, + [SMALL_STATE(191)] = 3979, + [SMALL_STATE(192)] = 4088, + [SMALL_STATE(193)] = 4193, + [SMALL_STATE(194)] = 4302, + [SMALL_STATE(195)] = 4413, + [SMALL_STATE(196)] = 4522, + [SMALL_STATE(197)] = 4631, + [SMALL_STATE(198)] = 4740, + [SMALL_STATE(199)] = 4849, + [SMALL_STATE(200)] = 4962, + [SMALL_STATE(201)] = 5071, + [SMALL_STATE(202)] = 5180, + [SMALL_STATE(203)] = 5289, + [SMALL_STATE(204)] = 5398, + [SMALL_STATE(205)] = 5503, + [SMALL_STATE(206)] = 5608, + [SMALL_STATE(207)] = 5719, + [SMALL_STATE(208)] = 5828, + [SMALL_STATE(209)] = 5939, + [SMALL_STATE(210)] = 6048, + [SMALL_STATE(211)] = 6161, + [SMALL_STATE(212)] = 6274, + [SMALL_STATE(213)] = 6383, + [SMALL_STATE(214)] = 6492, + [SMALL_STATE(215)] = 6601, + [SMALL_STATE(216)] = 6710, + [SMALL_STATE(217)] = 6819, + [SMALL_STATE(218)] = 6928, + [SMALL_STATE(219)] = 7039, + [SMALL_STATE(220)] = 7148, + [SMALL_STATE(221)] = 7257, + [SMALL_STATE(222)] = 7366, + [SMALL_STATE(223)] = 7475, + [SMALL_STATE(224)] = 7584, + [SMALL_STATE(225)] = 7693, + [SMALL_STATE(226)] = 7802, + [SMALL_STATE(227)] = 7913, + [SMALL_STATE(228)] = 8022, + [SMALL_STATE(229)] = 8131, + [SMALL_STATE(230)] = 8242, + [SMALL_STATE(231)] = 8351, + [SMALL_STATE(232)] = 8460, + [SMALL_STATE(233)] = 8566, + [SMALL_STATE(234)] = 8672, + [SMALL_STATE(235)] = 8778, + [SMALL_STATE(236)] = 8884, + [SMALL_STATE(237)] = 8990, + [SMALL_STATE(238)] = 9096, + [SMALL_STATE(239)] = 9202, + [SMALL_STATE(240)] = 9296, + [SMALL_STATE(241)] = 9402, + [SMALL_STATE(242)] = 9508, + [SMALL_STATE(243)] = 9611, + [SMALL_STATE(244)] = 9716, + [SMALL_STATE(245)] = 9821, + [SMALL_STATE(246)] = 9924, + [SMALL_STATE(247)] = 10029, + [SMALL_STATE(248)] = 10134, + [SMALL_STATE(249)] = 10239, + [SMALL_STATE(250)] = 10341, + [SMALL_STATE(251)] = 10443, + [SMALL_STATE(252)] = 10545, + [SMALL_STATE(253)] = 10647, + [SMALL_STATE(254)] = 10749, + [SMALL_STATE(255)] = 10851, + [SMALL_STATE(256)] = 10953, + [SMALL_STATE(257)] = 11055, + [SMALL_STATE(258)] = 11157, + [SMALL_STATE(259)] = 11259, + [SMALL_STATE(260)] = 11361, + [SMALL_STATE(261)] = 11463, + [SMALL_STATE(262)] = 11565, + [SMALL_STATE(263)] = 11667, + [SMALL_STATE(264)] = 11769, + [SMALL_STATE(265)] = 11870, + [SMALL_STATE(266)] = 11971, + [SMALL_STATE(267)] = 12044, + [SMALL_STATE(268)] = 12117, + [SMALL_STATE(269)] = 12190, + [SMALL_STATE(270)] = 12289, + [SMALL_STATE(271)] = 12390, + [SMALL_STATE(272)] = 12491, + [SMALL_STATE(273)] = 12592, + [SMALL_STATE(274)] = 12693, + [SMALL_STATE(275)] = 12792, + [SMALL_STATE(276)] = 12865, + [SMALL_STATE(277)] = 12966, + [SMALL_STATE(278)] = 13067, + [SMALL_STATE(279)] = 13168, + [SMALL_STATE(280)] = 13241, + [SMALL_STATE(281)] = 13314, + [SMALL_STATE(282)] = 13415, + [SMALL_STATE(283)] = 13514, + [SMALL_STATE(284)] = 13587, + [SMALL_STATE(285)] = 13688, + [SMALL_STATE(286)] = 13789, + [SMALL_STATE(287)] = 13890, + [SMALL_STATE(288)] = 13963, + [SMALL_STATE(289)] = 14061, + [SMALL_STATE(290)] = 14157, + [SMALL_STATE(291)] = 14253, + [SMALL_STATE(292)] = 14349, + [SMALL_STATE(293)] = 14445, + [SMALL_STATE(294)] = 14541, + [SMALL_STATE(295)] = 14601, + [SMALL_STATE(296)] = 14699, + [SMALL_STATE(297)] = 14795, + [SMALL_STATE(298)] = 14891, + [SMALL_STATE(299)] = 14989, + [SMALL_STATE(300)] = 15087, + [SMALL_STATE(301)] = 15183, + [SMALL_STATE(302)] = 15279, + [SMALL_STATE(303)] = 15375, + [SMALL_STATE(304)] = 15471, + [SMALL_STATE(305)] = 15569, + [SMALL_STATE(306)] = 15667, + [SMALL_STATE(307)] = 15763, + [SMALL_STATE(308)] = 15823, + [SMALL_STATE(309)] = 15921, + [SMALL_STATE(310)] = 16017, + [SMALL_STATE(311)] = 16115, + [SMALL_STATE(312)] = 16213, + [SMALL_STATE(313)] = 16282, + [SMALL_STATE(314)] = 16341, + [SMALL_STATE(315)] = 16400, + [SMALL_STATE(316)] = 16495, + [SMALL_STATE(317)] = 16564, + [SMALL_STATE(318)] = 16623, + [SMALL_STATE(319)] = 16682, + [SMALL_STATE(320)] = 16751, + [SMALL_STATE(321)] = 16810, + [SMALL_STATE(322)] = 16879, + [SMALL_STATE(323)] = 16948, + [SMALL_STATE(324)] = 17043, + [SMALL_STATE(325)] = 17116, + [SMALL_STATE(326)] = 17175, + [SMALL_STATE(327)] = 17244, + [SMALL_STATE(328)] = 17313, + [SMALL_STATE(329)] = 17376, + [SMALL_STATE(330)] = 17439, + [SMALL_STATE(331)] = 17502, + [SMALL_STATE(332)] = 17565, + [SMALL_STATE(333)] = 17624, + [SMALL_STATE(334)] = 17693, + [SMALL_STATE(335)] = 17752, + [SMALL_STATE(336)] = 17811, + [SMALL_STATE(337)] = 17870, + [SMALL_STATE(338)] = 17965, + [SMALL_STATE(339)] = 18038, + [SMALL_STATE(340)] = 18130, + [SMALL_STATE(341)] = 18222, + [SMALL_STATE(342)] = 18314, + [SMALL_STATE(343)] = 18406, + [SMALL_STATE(344)] = 18498, + [SMALL_STATE(345)] = 18590, + [SMALL_STATE(346)] = 18682, + [SMALL_STATE(347)] = 18774, + [SMALL_STATE(348)] = 18866, + [SMALL_STATE(349)] = 18958, + [SMALL_STATE(350)] = 19050, + [SMALL_STATE(351)] = 19142, + [SMALL_STATE(352)] = 19234, + [SMALL_STATE(353)] = 19326, + [SMALL_STATE(354)] = 19418, + [SMALL_STATE(355)] = 19482, + [SMALL_STATE(356)] = 19574, + [SMALL_STATE(357)] = 19666, + [SMALL_STATE(358)] = 19758, + [SMALL_STATE(359)] = 19850, + [SMALL_STATE(360)] = 19942, + [SMALL_STATE(361)] = 20034, + [SMALL_STATE(362)] = 20126, + [SMALL_STATE(363)] = 20218, + [SMALL_STATE(364)] = 20310, + [SMALL_STATE(365)] = 20402, + [SMALL_STATE(366)] = 20494, + [SMALL_STATE(367)] = 20586, + [SMALL_STATE(368)] = 20656, + [SMALL_STATE(369)] = 20748, + [SMALL_STATE(370)] = 20840, + [SMALL_STATE(371)] = 20932, + [SMALL_STATE(372)] = 21024, + [SMALL_STATE(373)] = 21116, + [SMALL_STATE(374)] = 21208, + [SMALL_STATE(375)] = 21300, + [SMALL_STATE(376)] = 21392, + [SMALL_STATE(377)] = 21484, + [SMALL_STATE(378)] = 21576, + [SMALL_STATE(379)] = 21668, + [SMALL_STATE(380)] = 21760, + [SMALL_STATE(381)] = 21852, + [SMALL_STATE(382)] = 21944, [SMALL_STATE(383)] = 22036, [SMALL_STATE(384)] = 22128, - [SMALL_STATE(385)] = 22220, - [SMALL_STATE(386)] = 22312, - [SMALL_STATE(387)] = 22404, - [SMALL_STATE(388)] = 22496, - [SMALL_STATE(389)] = 22588, + [SMALL_STATE(385)] = 22222, + [SMALL_STATE(386)] = 22314, + [SMALL_STATE(387)] = 22406, + [SMALL_STATE(388)] = 22498, + [SMALL_STATE(389)] = 22590, [SMALL_STATE(390)] = 22682, - [SMALL_STATE(391)] = 22743, - [SMALL_STATE(392)] = 22800, - [SMALL_STATE(393)] = 22857, - [SMALL_STATE(394)] = 22914, - [SMALL_STATE(395)] = 22971, - [SMALL_STATE(396)] = 23028, - [SMALL_STATE(397)] = 23085, - [SMALL_STATE(398)] = 23152, - [SMALL_STATE(399)] = 23209, - [SMALL_STATE(400)] = 23266, - [SMALL_STATE(401)] = 23323, - [SMALL_STATE(402)] = 23380, - [SMALL_STATE(403)] = 23437, - [SMALL_STATE(404)] = 23494, - [SMALL_STATE(405)] = 23551, - [SMALL_STATE(406)] = 23608, - [SMALL_STATE(407)] = 23665, - [SMALL_STATE(408)] = 23722, - [SMALL_STATE(409)] = 23779, - [SMALL_STATE(410)] = 23840, - [SMALL_STATE(411)] = 23897, - [SMALL_STATE(412)] = 23954, - [SMALL_STATE(413)] = 24015, - [SMALL_STATE(414)] = 24072, - [SMALL_STATE(415)] = 24133, - [SMALL_STATE(416)] = 24193, - [SMALL_STATE(417)] = 24257, - [SMALL_STATE(418)] = 24313, - [SMALL_STATE(419)] = 24373, - [SMALL_STATE(420)] = 24429, - [SMALL_STATE(421)] = 24489, - [SMALL_STATE(422)] = 24549, - [SMALL_STATE(423)] = 24605, - [SMALL_STATE(424)] = 24697, - [SMALL_STATE(425)] = 24757, - [SMALL_STATE(426)] = 24817, - [SMALL_STATE(427)] = 24877, - [SMALL_STATE(428)] = 24937, - [SMALL_STATE(429)] = 24993, - [SMALL_STATE(430)] = 25057, - [SMALL_STATE(431)] = 25117, - [SMALL_STATE(432)] = 25177, - [SMALL_STATE(433)] = 25237, - [SMALL_STATE(434)] = 25293, - [SMALL_STATE(435)] = 25385, - [SMALL_STATE(436)] = 25445, - [SMALL_STATE(437)] = 25505, - [SMALL_STATE(438)] = 25565, - [SMALL_STATE(439)] = 25625, - [SMALL_STATE(440)] = 25681, - [SMALL_STATE(441)] = 25745, - [SMALL_STATE(442)] = 25839, - [SMALL_STATE(443)] = 25903, - [SMALL_STATE(444)] = 25959, - [SMALL_STATE(445)] = 26015, - [SMALL_STATE(446)] = 26075, - [SMALL_STATE(447)] = 26136, - [SMALL_STATE(448)] = 26227, - [SMALL_STATE(449)] = 26318, - [SMALL_STATE(450)] = 26409, - [SMALL_STATE(451)] = 26464, - [SMALL_STATE(452)] = 26525, - [SMALL_STATE(453)] = 26586, - [SMALL_STATE(454)] = 26641, - [SMALL_STATE(455)] = 26696, - [SMALL_STATE(456)] = 26751, - [SMALL_STATE(457)] = 26842, - [SMALL_STATE(458)] = 26897, - [SMALL_STATE(459)] = 26988, - [SMALL_STATE(460)] = 27049, - [SMALL_STATE(461)] = 27104, - [SMALL_STATE(462)] = 27159, - [SMALL_STATE(463)] = 27214, - [SMALL_STATE(464)] = 27269, - [SMALL_STATE(465)] = 27324, - [SMALL_STATE(466)] = 27379, - [SMALL_STATE(467)] = 27434, - [SMALL_STATE(468)] = 27525, - [SMALL_STATE(469)] = 27579, - [SMALL_STATE(470)] = 27633, - [SMALL_STATE(471)] = 27687, - [SMALL_STATE(472)] = 27741, - [SMALL_STATE(473)] = 27795, - [SMALL_STATE(474)] = 27849, - [SMALL_STATE(475)] = 27903, - [SMALL_STATE(476)] = 27957, - [SMALL_STATE(477)] = 28011, - [SMALL_STATE(478)] = 28065, - [SMALL_STATE(479)] = 28119, - [SMALL_STATE(480)] = 28173, - [SMALL_STATE(481)] = 28227, - [SMALL_STATE(482)] = 28281, - [SMALL_STATE(483)] = 28369, - [SMALL_STATE(484)] = 28423, - [SMALL_STATE(485)] = 28477, - [SMALL_STATE(486)] = 28531, - [SMALL_STATE(487)] = 28585, - [SMALL_STATE(488)] = 28639, - [SMALL_STATE(489)] = 28693, - [SMALL_STATE(490)] = 28747, - [SMALL_STATE(491)] = 28801, - [SMALL_STATE(492)] = 28855, - [SMALL_STATE(493)] = 28909, - [SMALL_STATE(494)] = 28963, - [SMALL_STATE(495)] = 29017, - [SMALL_STATE(496)] = 29071, - [SMALL_STATE(497)] = 29125, - [SMALL_STATE(498)] = 29179, - [SMALL_STATE(499)] = 29233, - [SMALL_STATE(500)] = 29287, - [SMALL_STATE(501)] = 29341, - [SMALL_STATE(502)] = 29395, - [SMALL_STATE(503)] = 29449, - [SMALL_STATE(504)] = 29503, - [SMALL_STATE(505)] = 29591, - [SMALL_STATE(506)] = 29645, - [SMALL_STATE(507)] = 29699, - [SMALL_STATE(508)] = 29753, - [SMALL_STATE(509)] = 29807, - [SMALL_STATE(510)] = 29861, - [SMALL_STATE(511)] = 29915, - [SMALL_STATE(512)] = 29969, - [SMALL_STATE(513)] = 30023, - [SMALL_STATE(514)] = 30077, - [SMALL_STATE(515)] = 30131, - [SMALL_STATE(516)] = 30185, - [SMALL_STATE(517)] = 30239, - [SMALL_STATE(518)] = 30293, - [SMALL_STATE(519)] = 30347, - [SMALL_STATE(520)] = 30401, - [SMALL_STATE(521)] = 30455, - [SMALL_STATE(522)] = 30509, - [SMALL_STATE(523)] = 30563, - [SMALL_STATE(524)] = 30617, - [SMALL_STATE(525)] = 30671, - [SMALL_STATE(526)] = 30725, - [SMALL_STATE(527)] = 30779, - [SMALL_STATE(528)] = 30833, - [SMALL_STATE(529)] = 30887, - [SMALL_STATE(530)] = 30941, - [SMALL_STATE(531)] = 30995, - [SMALL_STATE(532)] = 31049, - [SMALL_STATE(533)] = 31103, - [SMALL_STATE(534)] = 31157, - [SMALL_STATE(535)] = 31211, - [SMALL_STATE(536)] = 31265, - [SMALL_STATE(537)] = 31319, - [SMALL_STATE(538)] = 31373, - [SMALL_STATE(539)] = 31427, - [SMALL_STATE(540)] = 31481, - [SMALL_STATE(541)] = 31535, - [SMALL_STATE(542)] = 31589, - [SMALL_STATE(543)] = 31643, - [SMALL_STATE(544)] = 31697, - [SMALL_STATE(545)] = 31751, - [SMALL_STATE(546)] = 31805, - [SMALL_STATE(547)] = 31859, - [SMALL_STATE(548)] = 31913, - [SMALL_STATE(549)] = 31967, - [SMALL_STATE(550)] = 32021, - [SMALL_STATE(551)] = 32075, - [SMALL_STATE(552)] = 32129, - [SMALL_STATE(553)] = 32183, - [SMALL_STATE(554)] = 32237, - [SMALL_STATE(555)] = 32291, - [SMALL_STATE(556)] = 32345, - [SMALL_STATE(557)] = 32399, - [SMALL_STATE(558)] = 32453, - [SMALL_STATE(559)] = 32507, - [SMALL_STATE(560)] = 32561, - [SMALL_STATE(561)] = 32615, - [SMALL_STATE(562)] = 32669, - [SMALL_STATE(563)] = 32723, - [SMALL_STATE(564)] = 32777, - [SMALL_STATE(565)] = 32831, - [SMALL_STATE(566)] = 32885, - [SMALL_STATE(567)] = 32939, - [SMALL_STATE(568)] = 32993, - [SMALL_STATE(569)] = 33075, - [SMALL_STATE(570)] = 33130, - [SMALL_STATE(571)] = 33185, - [SMALL_STATE(572)] = 33240, - [SMALL_STATE(573)] = 33295, - [SMALL_STATE(574)] = 33350, - [SMALL_STATE(575)] = 33405, - [SMALL_STATE(576)] = 33481, - [SMALL_STATE(577)] = 33557, - [SMALL_STATE(578)] = 33633, - [SMALL_STATE(579)] = 33709, - [SMALL_STATE(580)] = 33782, - [SMALL_STATE(581)] = 33831, - [SMALL_STATE(582)] = 33880, - [SMALL_STATE(583)] = 33953, - [SMALL_STATE(584)] = 34026, - [SMALL_STATE(585)] = 34075, - [SMALL_STATE(586)] = 34148, - [SMALL_STATE(587)] = 34221, - [SMALL_STATE(588)] = 34294, - [SMALL_STATE(589)] = 34367, - [SMALL_STATE(590)] = 34440, - [SMALL_STATE(591)] = 34513, - [SMALL_STATE(592)] = 34586, - [SMALL_STATE(593)] = 34659, - [SMALL_STATE(594)] = 34732, - [SMALL_STATE(595)] = 34805, - [SMALL_STATE(596)] = 34882, - [SMALL_STATE(597)] = 34955, - [SMALL_STATE(598)] = 35028, - [SMALL_STATE(599)] = 35101, - [SMALL_STATE(600)] = 35174, - [SMALL_STATE(601)] = 35247, - [SMALL_STATE(602)] = 35320, - [SMALL_STATE(603)] = 35393, - [SMALL_STATE(604)] = 35466, - [SMALL_STATE(605)] = 35539, - [SMALL_STATE(606)] = 35612, - [SMALL_STATE(607)] = 35685, - [SMALL_STATE(608)] = 35758, - [SMALL_STATE(609)] = 35831, - [SMALL_STATE(610)] = 35904, - [SMALL_STATE(611)] = 35977, - [SMALL_STATE(612)] = 36050, - [SMALL_STATE(613)] = 36123, - [SMALL_STATE(614)] = 36196, - [SMALL_STATE(615)] = 36269, - [SMALL_STATE(616)] = 36342, - [SMALL_STATE(617)] = 36415, - [SMALL_STATE(618)] = 36488, - [SMALL_STATE(619)] = 36561, - [SMALL_STATE(620)] = 36634, - [SMALL_STATE(621)] = 36707, - [SMALL_STATE(622)] = 36780, - [SMALL_STATE(623)] = 36853, - [SMALL_STATE(624)] = 36930, - [SMALL_STATE(625)] = 36979, - [SMALL_STATE(626)] = 37052, - [SMALL_STATE(627)] = 37125, - [SMALL_STATE(628)] = 37198, - [SMALL_STATE(629)] = 37271, - [SMALL_STATE(630)] = 37319, - [SMALL_STATE(631)] = 37367, - [SMALL_STATE(632)] = 37415, - [SMALL_STATE(633)] = 37463, - [SMALL_STATE(634)] = 37511, - [SMALL_STATE(635)] = 37559, - [SMALL_STATE(636)] = 37607, - [SMALL_STATE(637)] = 37655, - [SMALL_STATE(638)] = 37703, - [SMALL_STATE(639)] = 37751, - [SMALL_STATE(640)] = 37799, - [SMALL_STATE(641)] = 37847, - [SMALL_STATE(642)] = 37895, - [SMALL_STATE(643)] = 37943, - [SMALL_STATE(644)] = 37991, - [SMALL_STATE(645)] = 38039, - [SMALL_STATE(646)] = 38087, - [SMALL_STATE(647)] = 38135, - [SMALL_STATE(648)] = 38183, - [SMALL_STATE(649)] = 38231, - [SMALL_STATE(650)] = 38279, - [SMALL_STATE(651)] = 38327, - [SMALL_STATE(652)] = 38375, - [SMALL_STATE(653)] = 38457, - [SMALL_STATE(654)] = 38539, - [SMALL_STATE(655)] = 38587, - [SMALL_STATE(656)] = 38635, - [SMALL_STATE(657)] = 38683, - [SMALL_STATE(658)] = 38731, - [SMALL_STATE(659)] = 38779, - [SMALL_STATE(660)] = 38827, - [SMALL_STATE(661)] = 38875, - [SMALL_STATE(662)] = 38923, - [SMALL_STATE(663)] = 38980, - [SMALL_STATE(664)] = 39051, - [SMALL_STATE(665)] = 39122, - [SMALL_STATE(666)] = 39193, - [SMALL_STATE(667)] = 39264, - [SMALL_STATE(668)] = 39335, - [SMALL_STATE(669)] = 39400, - [SMALL_STATE(670)] = 39457, - [SMALL_STATE(671)] = 39514, - [SMALL_STATE(672)] = 39571, - [SMALL_STATE(673)] = 39628, - [SMALL_STATE(674)] = 39699, - [SMALL_STATE(675)] = 39768, - [SMALL_STATE(676)] = 39825, - [SMALL_STATE(677)] = 39882, - [SMALL_STATE(678)] = 39945, - [SMALL_STATE(679)] = 40008, - [SMALL_STATE(680)] = 40075, - [SMALL_STATE(681)] = 40140, - [SMALL_STATE(682)] = 40207, - [SMALL_STATE(683)] = 40276, - [SMALL_STATE(684)] = 40337, - [SMALL_STATE(685)] = 40394, - [SMALL_STATE(686)] = 40455, - [SMALL_STATE(687)] = 40505, - [SMALL_STATE(688)] = 40553, - [SMALL_STATE(689)] = 40603, - [SMALL_STATE(690)] = 40653, - [SMALL_STATE(691)] = 40699, - [SMALL_STATE(692)] = 40749, - [SMALL_STATE(693)] = 40797, - [SMALL_STATE(694)] = 40845, - [SMALL_STATE(695)] = 40893, - [SMALL_STATE(696)] = 40939, - [SMALL_STATE(697)] = 40988, - [SMALL_STATE(698)] = 41033, - [SMALL_STATE(699)] = 41082, - [SMALL_STATE(700)] = 41131, - [SMALL_STATE(701)] = 41180, - [SMALL_STATE(702)] = 41229, - [SMALL_STATE(703)] = 41308, - [SMALL_STATE(704)] = 41353, - [SMALL_STATE(705)] = 41402, - [SMALL_STATE(706)] = 41466, - [SMALL_STATE(707)] = 41534, - [SMALL_STATE(708)] = 41592, - [SMALL_STATE(709)] = 41646, - [SMALL_STATE(710)] = 41690, - [SMALL_STATE(711)] = 41752, - [SMALL_STATE(712)] = 41806, - [SMALL_STATE(713)] = 41860, - [SMALL_STATE(714)] = 41928, - [SMALL_STATE(715)] = 41994, - [SMALL_STATE(716)] = 42038, - [SMALL_STATE(717)] = 42082, - [SMALL_STATE(718)] = 42150, - [SMALL_STATE(719)] = 42226, - [SMALL_STATE(720)] = 42270, - [SMALL_STATE(721)] = 42318, - [SMALL_STATE(722)] = 42378, - [SMALL_STATE(723)] = 42426, - [SMALL_STATE(724)] = 42480, - [SMALL_STATE(725)] = 42525, - [SMALL_STATE(726)] = 42568, - [SMALL_STATE(727)] = 42611, - [SMALL_STATE(728)] = 42656, - [SMALL_STATE(729)] = 42737, - [SMALL_STATE(730)] = 42784, - [SMALL_STATE(731)] = 42829, - [SMALL_STATE(732)] = 42874, - [SMALL_STATE(733)] = 42919, - [SMALL_STATE(734)] = 43000, - [SMALL_STATE(735)] = 43067, - [SMALL_STATE(736)] = 43112, - [SMALL_STATE(737)] = 43179, - [SMALL_STATE(738)] = 43260, - [SMALL_STATE(739)] = 43305, - [SMALL_STATE(740)] = 43366, - [SMALL_STATE(741)] = 43411, - [SMALL_STATE(742)] = 43474, - [SMALL_STATE(743)] = 43527, - [SMALL_STATE(744)] = 43570, - [SMALL_STATE(745)] = 43627, - [SMALL_STATE(746)] = 43692, - [SMALL_STATE(747)] = 43745, - [SMALL_STATE(748)] = 43792, - [SMALL_STATE(749)] = 43845, - [SMALL_STATE(750)] = 43892, - [SMALL_STATE(751)] = 43973, - [SMALL_STATE(752)] = 44040, - [SMALL_STATE(753)] = 44099, - [SMALL_STATE(754)] = 44152, - [SMALL_STATE(755)] = 44199, - [SMALL_STATE(756)] = 44242, - [SMALL_STATE(757)] = 44286, - [SMALL_STATE(758)] = 44328, - [SMALL_STATE(759)] = 44370, - [SMALL_STATE(760)] = 44412, - [SMALL_STATE(761)] = 44454, - [SMALL_STATE(762)] = 44496, - [SMALL_STATE(763)] = 44540, - [SMALL_STATE(764)] = 44582, - [SMALL_STATE(765)] = 44624, - [SMALL_STATE(766)] = 44704, - [SMALL_STATE(767)] = 44782, - [SMALL_STATE(768)] = 44824, - [SMALL_STATE(769)] = 44902, - [SMALL_STATE(770)] = 44944, - [SMALL_STATE(771)] = 44988, - [SMALL_STATE(772)] = 45066, - [SMALL_STATE(773)] = 45108, - [SMALL_STATE(774)] = 45186, - [SMALL_STATE(775)] = 45264, - [SMALL_STATE(776)] = 45306, - [SMALL_STATE(777)] = 45348, - [SMALL_STATE(778)] = 45390, - [SMALL_STATE(779)] = 45434, - [SMALL_STATE(780)] = 45476, - [SMALL_STATE(781)] = 45518, - [SMALL_STATE(782)] = 45560, - [SMALL_STATE(783)] = 45602, - [SMALL_STATE(784)] = 45644, - [SMALL_STATE(785)] = 45686, - [SMALL_STATE(786)] = 45728, - [SMALL_STATE(787)] = 45770, - [SMALL_STATE(788)] = 45812, - [SMALL_STATE(789)] = 45854, - [SMALL_STATE(790)] = 45896, - [SMALL_STATE(791)] = 45938, - [SMALL_STATE(792)] = 45980, - [SMALL_STATE(793)] = 46022, - [SMALL_STATE(794)] = 46064, - [SMALL_STATE(795)] = 46106, - [SMALL_STATE(796)] = 46148, - [SMALL_STATE(797)] = 46192, - [SMALL_STATE(798)] = 46234, - [SMALL_STATE(799)] = 46276, - [SMALL_STATE(800)] = 46318, - [SMALL_STATE(801)] = 46359, - [SMALL_STATE(802)] = 46400, - [SMALL_STATE(803)] = 46441, - [SMALL_STATE(804)] = 46486, - [SMALL_STATE(805)] = 46565, - [SMALL_STATE(806)] = 46606, - [SMALL_STATE(807)] = 46647, - [SMALL_STATE(808)] = 46722, - [SMALL_STATE(809)] = 46763, - [SMALL_STATE(810)] = 46804, - [SMALL_STATE(811)] = 46883, - [SMALL_STATE(812)] = 46924, - [SMALL_STATE(813)] = 46965, - [SMALL_STATE(814)] = 47006, - [SMALL_STATE(815)] = 47047, - [SMALL_STATE(816)] = 47088, - [SMALL_STATE(817)] = 47129, - [SMALL_STATE(818)] = 47170, - [SMALL_STATE(819)] = 47211, - [SMALL_STATE(820)] = 47252, - [SMALL_STATE(821)] = 47293, - [SMALL_STATE(822)] = 47334, - [SMALL_STATE(823)] = 47375, - [SMALL_STATE(824)] = 47454, - [SMALL_STATE(825)] = 47495, - [SMALL_STATE(826)] = 47540, - [SMALL_STATE(827)] = 47581, - [SMALL_STATE(828)] = 47622, - [SMALL_STATE(829)] = 47663, - [SMALL_STATE(830)] = 47704, - [SMALL_STATE(831)] = 47745, - [SMALL_STATE(832)] = 47786, - [SMALL_STATE(833)] = 47827, - [SMALL_STATE(834)] = 47868, - [SMALL_STATE(835)] = 47909, - [SMALL_STATE(836)] = 47950, - [SMALL_STATE(837)] = 47991, - [SMALL_STATE(838)] = 48032, - [SMALL_STATE(839)] = 48073, - [SMALL_STATE(840)] = 48146, - [SMALL_STATE(841)] = 48216, - [SMALL_STATE(842)] = 48286, - [SMALL_STATE(843)] = 48348, - [SMALL_STATE(844)] = 48410, - [SMALL_STATE(845)] = 48450, - [SMALL_STATE(846)] = 48490, - [SMALL_STATE(847)] = 48530, - [SMALL_STATE(848)] = 48570, - [SMALL_STATE(849)] = 48600, - [SMALL_STATE(850)] = 48625, - [SMALL_STATE(851)] = 48662, - [SMALL_STATE(852)] = 48715, - [SMALL_STATE(853)] = 48744, - [SMALL_STATE(854)] = 48769, - [SMALL_STATE(855)] = 48794, - [SMALL_STATE(856)] = 48847, - [SMALL_STATE(857)] = 48884, - [SMALL_STATE(858)] = 48909, - [SMALL_STATE(859)] = 48962, - [SMALL_STATE(860)] = 48991, - [SMALL_STATE(861)] = 49025, - [SMALL_STATE(862)] = 49053, - [SMALL_STATE(863)] = 49099, - [SMALL_STATE(864)] = 49133, - [SMALL_STATE(865)] = 49176, - [SMALL_STATE(866)] = 49219, - [SMALL_STATE(867)] = 49262, - [SMALL_STATE(868)] = 49293, - [SMALL_STATE(869)] = 49336, - [SMALL_STATE(870)] = 49379, - [SMALL_STATE(871)] = 49423, - [SMALL_STATE(872)] = 49463, - [SMALL_STATE(873)] = 49500, - [SMALL_STATE(874)] = 49537, - [SMALL_STATE(875)] = 49562, - [SMALL_STATE(876)] = 49599, - [SMALL_STATE(877)] = 49636, - [SMALL_STATE(878)] = 49670, - [SMALL_STATE(879)] = 49704, - [SMALL_STATE(880)] = 49726, - [SMALL_STATE(881)] = 49748, - [SMALL_STATE(882)] = 49770, - [SMALL_STATE(883)] = 49793, - [SMALL_STATE(884)] = 49814, - [SMALL_STATE(885)] = 49837, - [SMALL_STATE(886)] = 49864, - [SMALL_STATE(887)] = 49901, - [SMALL_STATE(888)] = 49938, - [SMALL_STATE(889)] = 49963, - [SMALL_STATE(890)] = 49986, - [SMALL_STATE(891)] = 50009, - [SMALL_STATE(892)] = 50030, - [SMALL_STATE(893)] = 50051, - [SMALL_STATE(894)] = 50074, - [SMALL_STATE(895)] = 50091, - [SMALL_STATE(896)] = 50114, - [SMALL_STATE(897)] = 50135, - [SMALL_STATE(898)] = 50156, - [SMALL_STATE(899)] = 50181, - [SMALL_STATE(900)] = 50204, - [SMALL_STATE(901)] = 50223, - [SMALL_STATE(902)] = 50244, - [SMALL_STATE(903)] = 50267, - [SMALL_STATE(904)] = 50304, - [SMALL_STATE(905)] = 50329, - [SMALL_STATE(906)] = 50366, - [SMALL_STATE(907)] = 50396, - [SMALL_STATE(908)] = 50426, - [SMALL_STATE(909)] = 50460, - [SMALL_STATE(910)] = 50494, - [SMALL_STATE(911)] = 50516, - [SMALL_STATE(912)] = 50550, - [SMALL_STATE(913)] = 50584, - [SMALL_STATE(914)] = 50614, - [SMALL_STATE(915)] = 50644, - [SMALL_STATE(916)] = 50674, - [SMALL_STATE(917)] = 50704, - [SMALL_STATE(918)] = 50722, - [SMALL_STATE(919)] = 50752, - [SMALL_STATE(920)] = 50782, - [SMALL_STATE(921)] = 50812, - [SMALL_STATE(922)] = 50846, - [SMALL_STATE(923)] = 50876, - [SMALL_STATE(924)] = 50906, - [SMALL_STATE(925)] = 50924, - [SMALL_STATE(926)] = 50954, - [SMALL_STATE(927)] = 50984, - [SMALL_STATE(928)] = 51006, - [SMALL_STATE(929)] = 51040, - [SMALL_STATE(930)] = 51070, - [SMALL_STATE(931)] = 51104, - [SMALL_STATE(932)] = 51126, - [SMALL_STATE(933)] = 51156, - [SMALL_STATE(934)] = 51190, - [SMALL_STATE(935)] = 51212, - [SMALL_STATE(936)] = 51246, - [SMALL_STATE(937)] = 51269, - [SMALL_STATE(938)] = 51288, - [SMALL_STATE(939)] = 51307, - [SMALL_STATE(940)] = 51326, - [SMALL_STATE(941)] = 51351, - [SMALL_STATE(942)] = 51370, - [SMALL_STATE(943)] = 51393, - [SMALL_STATE(944)] = 51416, - [SMALL_STATE(945)] = 51435, - [SMALL_STATE(946)] = 51454, - [SMALL_STATE(947)] = 51468, - [SMALL_STATE(948)] = 51482, - [SMALL_STATE(949)] = 51496, - [SMALL_STATE(950)] = 51510, - [SMALL_STATE(951)] = 51524, - [SMALL_STATE(952)] = 51542, - [SMALL_STATE(953)] = 51556, - [SMALL_STATE(954)] = 51576, - [SMALL_STATE(955)] = 51590, - [SMALL_STATE(956)] = 51604, - [SMALL_STATE(957)] = 51618, - [SMALL_STATE(958)] = 51632, - [SMALL_STATE(959)] = 51650, - [SMALL_STATE(960)] = 51664, - [SMALL_STATE(961)] = 51688, - [SMALL_STATE(962)] = 51712, - [SMALL_STATE(963)] = 51726, - [SMALL_STATE(964)] = 51746, - [SMALL_STATE(965)] = 51760, - [SMALL_STATE(966)] = 51774, - [SMALL_STATE(967)] = 51788, - [SMALL_STATE(968)] = 51806, - [SMALL_STATE(969)] = 51820, - [SMALL_STATE(970)] = 51838, - [SMALL_STATE(971)] = 51854, - [SMALL_STATE(972)] = 51868, - [SMALL_STATE(973)] = 51882, - [SMALL_STATE(974)] = 51900, - [SMALL_STATE(975)] = 51914, - [SMALL_STATE(976)] = 51928, - [SMALL_STATE(977)] = 51946, - [SMALL_STATE(978)] = 51960, - [SMALL_STATE(979)] = 51978, - [SMALL_STATE(980)] = 51998, - [SMALL_STATE(981)] = 52014, - [SMALL_STATE(982)] = 52036, - [SMALL_STATE(983)] = 52054, - [SMALL_STATE(984)] = 52068, - [SMALL_STATE(985)] = 52086, - [SMALL_STATE(986)] = 52106, - [SMALL_STATE(987)] = 52124, - [SMALL_STATE(988)] = 52142, - [SMALL_STATE(989)] = 52160, - [SMALL_STATE(990)] = 52186, - [SMALL_STATE(991)] = 52200, - [SMALL_STATE(992)] = 52214, - [SMALL_STATE(993)] = 52233, - [SMALL_STATE(994)] = 52252, - [SMALL_STATE(995)] = 52269, - [SMALL_STATE(996)] = 52290, - [SMALL_STATE(997)] = 52303, - [SMALL_STATE(998)] = 52324, - [SMALL_STATE(999)] = 52345, - [SMALL_STATE(1000)] = 52366, - [SMALL_STATE(1001)] = 52391, - [SMALL_STATE(1002)] = 52404, - [SMALL_STATE(1003)] = 52423, - [SMALL_STATE(1004)] = 52442, - [SMALL_STATE(1005)] = 52461, - [SMALL_STATE(1006)] = 52484, - [SMALL_STATE(1007)] = 52509, - [SMALL_STATE(1008)] = 52528, - [SMALL_STATE(1009)] = 52551, - [SMALL_STATE(1010)] = 52574, - [SMALL_STATE(1011)] = 52587, - [SMALL_STATE(1012)] = 52608, - [SMALL_STATE(1013)] = 52631, - [SMALL_STATE(1014)] = 52654, - [SMALL_STATE(1015)] = 52669, - [SMALL_STATE(1016)] = 52688, - [SMALL_STATE(1017)] = 52707, - [SMALL_STATE(1018)] = 52732, - [SMALL_STATE(1019)] = 52745, - [SMALL_STATE(1020)] = 52758, - [SMALL_STATE(1021)] = 52771, - [SMALL_STATE(1022)] = 52788, - [SMALL_STATE(1023)] = 52807, - [SMALL_STATE(1024)] = 52820, - [SMALL_STATE(1025)] = 52835, - [SMALL_STATE(1026)] = 52860, - [SMALL_STATE(1027)] = 52883, - [SMALL_STATE(1028)] = 52900, - [SMALL_STATE(1029)] = 52925, - [SMALL_STATE(1030)] = 52944, - [SMALL_STATE(1031)] = 52967, - [SMALL_STATE(1032)] = 52990, - [SMALL_STATE(1033)] = 53013, - [SMALL_STATE(1034)] = 53038, - [SMALL_STATE(1035)] = 53063, - [SMALL_STATE(1036)] = 53084, - [SMALL_STATE(1037)] = 53109, - [SMALL_STATE(1038)] = 53130, - [SMALL_STATE(1039)] = 53146, - [SMALL_STATE(1040)] = 53162, - [SMALL_STATE(1041)] = 53184, - [SMALL_STATE(1042)] = 53200, - [SMALL_STATE(1043)] = 53220, - [SMALL_STATE(1044)] = 53238, - [SMALL_STATE(1045)] = 53252, - [SMALL_STATE(1046)] = 53268, - [SMALL_STATE(1047)] = 53282, - [SMALL_STATE(1048)] = 53298, - [SMALL_STATE(1049)] = 53312, - [SMALL_STATE(1050)] = 53332, - [SMALL_STATE(1051)] = 53354, - [SMALL_STATE(1052)] = 53370, - [SMALL_STATE(1053)] = 53392, - [SMALL_STATE(1054)] = 53410, - [SMALL_STATE(1055)] = 53424, - [SMALL_STATE(1056)] = 53446, - [SMALL_STATE(1057)] = 53460, - [SMALL_STATE(1058)] = 53476, - [SMALL_STATE(1059)] = 53494, - [SMALL_STATE(1060)] = 53512, - [SMALL_STATE(1061)] = 53534, - [SMALL_STATE(1062)] = 53546, - [SMALL_STATE(1063)] = 53566, - [SMALL_STATE(1064)] = 53584, - [SMALL_STATE(1065)] = 53602, - [SMALL_STATE(1066)] = 53624, - [SMALL_STATE(1067)] = 53646, - [SMALL_STATE(1068)] = 53660, - [SMALL_STATE(1069)] = 53678, - [SMALL_STATE(1070)] = 53696, - [SMALL_STATE(1071)] = 53708, - [SMALL_STATE(1072)] = 53728, - [SMALL_STATE(1073)] = 53747, - [SMALL_STATE(1074)] = 53764, - [SMALL_STATE(1075)] = 53783, - [SMALL_STATE(1076)] = 53800, - [SMALL_STATE(1077)] = 53819, - [SMALL_STATE(1078)] = 53834, - [SMALL_STATE(1079)] = 53849, - [SMALL_STATE(1080)] = 53864, - [SMALL_STATE(1081)] = 53881, - [SMALL_STATE(1082)] = 53898, - [SMALL_STATE(1083)] = 53913, - [SMALL_STATE(1084)] = 53930, - [SMALL_STATE(1085)] = 53949, - [SMALL_STATE(1086)] = 53966, - [SMALL_STATE(1087)] = 53977, - [SMALL_STATE(1088)] = 53994, - [SMALL_STATE(1089)] = 54013, - [SMALL_STATE(1090)] = 54024, - [SMALL_STATE(1091)] = 54041, - [SMALL_STATE(1092)] = 54058, - [SMALL_STATE(1093)] = 54075, - [SMALL_STATE(1094)] = 54092, - [SMALL_STATE(1095)] = 54109, - [SMALL_STATE(1096)] = 54124, - [SMALL_STATE(1097)] = 54139, - [SMALL_STATE(1098)] = 54156, - [SMALL_STATE(1099)] = 54175, - [SMALL_STATE(1100)] = 54190, - [SMALL_STATE(1101)] = 54207, - [SMALL_STATE(1102)] = 54224, - [SMALL_STATE(1103)] = 54241, - [SMALL_STATE(1104)] = 54260, - [SMALL_STATE(1105)] = 54279, - [SMALL_STATE(1106)] = 54296, - [SMALL_STATE(1107)] = 54313, - [SMALL_STATE(1108)] = 54324, - [SMALL_STATE(1109)] = 54340, - [SMALL_STATE(1110)] = 54354, - [SMALL_STATE(1111)] = 54368, - [SMALL_STATE(1112)] = 54382, - [SMALL_STATE(1113)] = 54398, - [SMALL_STATE(1114)] = 54414, - [SMALL_STATE(1115)] = 54428, - [SMALL_STATE(1116)] = 54442, - [SMALL_STATE(1117)] = 54456, - [SMALL_STATE(1118)] = 54466, - [SMALL_STATE(1119)] = 54476, - [SMALL_STATE(1120)] = 54490, - [SMALL_STATE(1121)] = 54504, - [SMALL_STATE(1122)] = 54516, - [SMALL_STATE(1123)] = 54526, - [SMALL_STATE(1124)] = 54536, - [SMALL_STATE(1125)] = 54550, - [SMALL_STATE(1126)] = 54566, - [SMALL_STATE(1127)] = 54582, - [SMALL_STATE(1128)] = 54598, - [SMALL_STATE(1129)] = 54614, - [SMALL_STATE(1130)] = 54630, - [SMALL_STATE(1131)] = 54644, - [SMALL_STATE(1132)] = 54658, - [SMALL_STATE(1133)] = 54670, - [SMALL_STATE(1134)] = 54684, - [SMALL_STATE(1135)] = 54698, - [SMALL_STATE(1136)] = 54712, - [SMALL_STATE(1137)] = 54728, - [SMALL_STATE(1138)] = 54742, - [SMALL_STATE(1139)] = 54756, - [SMALL_STATE(1140)] = 54772, - [SMALL_STATE(1141)] = 54788, - [SMALL_STATE(1142)] = 54802, - [SMALL_STATE(1143)] = 54818, - [SMALL_STATE(1144)] = 54832, - [SMALL_STATE(1145)] = 54846, - [SMALL_STATE(1146)] = 54860, - [SMALL_STATE(1147)] = 54876, - [SMALL_STATE(1148)] = 54890, - [SMALL_STATE(1149)] = 54904, - [SMALL_STATE(1150)] = 54920, - [SMALL_STATE(1151)] = 54936, - [SMALL_STATE(1152)] = 54952, - [SMALL_STATE(1153)] = 54966, - [SMALL_STATE(1154)] = 54982, - [SMALL_STATE(1155)] = 54998, - [SMALL_STATE(1156)] = 55012, - [SMALL_STATE(1157)] = 55026, - [SMALL_STATE(1158)] = 55040, - [SMALL_STATE(1159)] = 55056, - [SMALL_STATE(1160)] = 55070, - [SMALL_STATE(1161)] = 55086, - [SMALL_STATE(1162)] = 55102, - [SMALL_STATE(1163)] = 55118, - [SMALL_STATE(1164)] = 55134, - [SMALL_STATE(1165)] = 55150, - [SMALL_STATE(1166)] = 55166, - [SMALL_STATE(1167)] = 55182, - [SMALL_STATE(1168)] = 55196, - [SMALL_STATE(1169)] = 55206, - [SMALL_STATE(1170)] = 55222, - [SMALL_STATE(1171)] = 55238, - [SMALL_STATE(1172)] = 55252, - [SMALL_STATE(1173)] = 55268, - [SMALL_STATE(1174)] = 55278, - [SMALL_STATE(1175)] = 55292, - [SMALL_STATE(1176)] = 55306, - [SMALL_STATE(1177)] = 55320, - [SMALL_STATE(1178)] = 55334, - [SMALL_STATE(1179)] = 55348, - [SMALL_STATE(1180)] = 55364, - [SMALL_STATE(1181)] = 55377, - [SMALL_STATE(1182)] = 55390, - [SMALL_STATE(1183)] = 55403, - [SMALL_STATE(1184)] = 55416, - [SMALL_STATE(1185)] = 55427, - [SMALL_STATE(1186)] = 55436, - [SMALL_STATE(1187)] = 55445, - [SMALL_STATE(1188)] = 55458, - [SMALL_STATE(1189)] = 55471, - [SMALL_STATE(1190)] = 55484, - [SMALL_STATE(1191)] = 55497, - [SMALL_STATE(1192)] = 55508, - [SMALL_STATE(1193)] = 55521, - [SMALL_STATE(1194)] = 55534, - [SMALL_STATE(1195)] = 55547, - [SMALL_STATE(1196)] = 55556, - [SMALL_STATE(1197)] = 55569, - [SMALL_STATE(1198)] = 55582, - [SMALL_STATE(1199)] = 55595, - [SMALL_STATE(1200)] = 55604, - [SMALL_STATE(1201)] = 55617, - [SMALL_STATE(1202)] = 55630, - [SMALL_STATE(1203)] = 55643, - [SMALL_STATE(1204)] = 55656, - [SMALL_STATE(1205)] = 55669, - [SMALL_STATE(1206)] = 55682, - [SMALL_STATE(1207)] = 55695, - [SMALL_STATE(1208)] = 55708, - [SMALL_STATE(1209)] = 55721, - [SMALL_STATE(1210)] = 55730, - [SMALL_STATE(1211)] = 55743, - [SMALL_STATE(1212)] = 55756, - [SMALL_STATE(1213)] = 55769, - [SMALL_STATE(1214)] = 55782, - [SMALL_STATE(1215)] = 55795, - [SMALL_STATE(1216)] = 55808, - [SMALL_STATE(1217)] = 55821, - [SMALL_STATE(1218)] = 55832, - [SMALL_STATE(1219)] = 55845, - [SMALL_STATE(1220)] = 55858, - [SMALL_STATE(1221)] = 55871, - [SMALL_STATE(1222)] = 55884, - [SMALL_STATE(1223)] = 55895, - [SMALL_STATE(1224)] = 55908, - [SMALL_STATE(1225)] = 55921, - [SMALL_STATE(1226)] = 55934, - [SMALL_STATE(1227)] = 55945, - [SMALL_STATE(1228)] = 55958, - [SMALL_STATE(1229)] = 55969, - [SMALL_STATE(1230)] = 55982, - [SMALL_STATE(1231)] = 55995, - [SMALL_STATE(1232)] = 56008, - [SMALL_STATE(1233)] = 56021, - [SMALL_STATE(1234)] = 56034, - [SMALL_STATE(1235)] = 56047, - [SMALL_STATE(1236)] = 56060, - [SMALL_STATE(1237)] = 56073, - [SMALL_STATE(1238)] = 56086, - [SMALL_STATE(1239)] = 56099, - [SMALL_STATE(1240)] = 56112, - [SMALL_STATE(1241)] = 56125, - [SMALL_STATE(1242)] = 56136, - [SMALL_STATE(1243)] = 56149, - [SMALL_STATE(1244)] = 56162, - [SMALL_STATE(1245)] = 56175, - [SMALL_STATE(1246)] = 56186, - [SMALL_STATE(1247)] = 56199, - [SMALL_STATE(1248)] = 56212, - [SMALL_STATE(1249)] = 56225, - [SMALL_STATE(1250)] = 56238, - [SMALL_STATE(1251)] = 56251, - [SMALL_STATE(1252)] = 56264, - [SMALL_STATE(1253)] = 56277, - [SMALL_STATE(1254)] = 56290, - [SMALL_STATE(1255)] = 56301, - [SMALL_STATE(1256)] = 56312, - [SMALL_STATE(1257)] = 56323, - [SMALL_STATE(1258)] = 56336, - [SMALL_STATE(1259)] = 56349, - [SMALL_STATE(1260)] = 56362, - [SMALL_STATE(1261)] = 56375, - [SMALL_STATE(1262)] = 56388, - [SMALL_STATE(1263)] = 56397, - [SMALL_STATE(1264)] = 56410, - [SMALL_STATE(1265)] = 56423, - [SMALL_STATE(1266)] = 56436, - [SMALL_STATE(1267)] = 56449, - [SMALL_STATE(1268)] = 56462, - [SMALL_STATE(1269)] = 56471, - [SMALL_STATE(1270)] = 56484, - [SMALL_STATE(1271)] = 56497, - [SMALL_STATE(1272)] = 56508, - [SMALL_STATE(1273)] = 56521, - [SMALL_STATE(1274)] = 56534, - [SMALL_STATE(1275)] = 56547, - [SMALL_STATE(1276)] = 56560, - [SMALL_STATE(1277)] = 56573, - [SMALL_STATE(1278)] = 56586, - [SMALL_STATE(1279)] = 56595, - [SMALL_STATE(1280)] = 56608, - [SMALL_STATE(1281)] = 56621, - [SMALL_STATE(1282)] = 56634, - [SMALL_STATE(1283)] = 56643, - [SMALL_STATE(1284)] = 56656, - [SMALL_STATE(1285)] = 56669, - [SMALL_STATE(1286)] = 56682, - [SMALL_STATE(1287)] = 56695, - [SMALL_STATE(1288)] = 56708, - [SMALL_STATE(1289)] = 56717, - [SMALL_STATE(1290)] = 56726, - [SMALL_STATE(1291)] = 56735, - [SMALL_STATE(1292)] = 56748, - [SMALL_STATE(1293)] = 56757, - [SMALL_STATE(1294)] = 56770, - [SMALL_STATE(1295)] = 56783, - [SMALL_STATE(1296)] = 56796, - [SMALL_STATE(1297)] = 56809, - [SMALL_STATE(1298)] = 56822, - [SMALL_STATE(1299)] = 56831, - [SMALL_STATE(1300)] = 56844, - [SMALL_STATE(1301)] = 56857, - [SMALL_STATE(1302)] = 56870, - [SMALL_STATE(1303)] = 56883, - [SMALL_STATE(1304)] = 56896, - [SMALL_STATE(1305)] = 56909, - [SMALL_STATE(1306)] = 56922, - [SMALL_STATE(1307)] = 56935, - [SMALL_STATE(1308)] = 56944, - [SMALL_STATE(1309)] = 56957, - [SMALL_STATE(1310)] = 56970, - [SMALL_STATE(1311)] = 56978, - [SMALL_STATE(1312)] = 56986, - [SMALL_STATE(1313)] = 56994, - [SMALL_STATE(1314)] = 57004, - [SMALL_STATE(1315)] = 57012, - [SMALL_STATE(1316)] = 57020, - [SMALL_STATE(1317)] = 57028, - [SMALL_STATE(1318)] = 57038, - [SMALL_STATE(1319)] = 57046, - [SMALL_STATE(1320)] = 57056, - [SMALL_STATE(1321)] = 57066, - [SMALL_STATE(1322)] = 57074, - [SMALL_STATE(1323)] = 57084, - [SMALL_STATE(1324)] = 57092, - [SMALL_STATE(1325)] = 57100, - [SMALL_STATE(1326)] = 57108, - [SMALL_STATE(1327)] = 57116, - [SMALL_STATE(1328)] = 57124, - [SMALL_STATE(1329)] = 57134, - [SMALL_STATE(1330)] = 57142, - [SMALL_STATE(1331)] = 57150, - [SMALL_STATE(1332)] = 57158, - [SMALL_STATE(1333)] = 57166, - [SMALL_STATE(1334)] = 57174, - [SMALL_STATE(1335)] = 57182, - [SMALL_STATE(1336)] = 57190, - [SMALL_STATE(1337)] = 57200, - [SMALL_STATE(1338)] = 57210, - [SMALL_STATE(1339)] = 57218, - [SMALL_STATE(1340)] = 57228, - [SMALL_STATE(1341)] = 57236, - [SMALL_STATE(1342)] = 57246, - [SMALL_STATE(1343)] = 57256, - [SMALL_STATE(1344)] = 57264, - [SMALL_STATE(1345)] = 57272, - [SMALL_STATE(1346)] = 57282, - [SMALL_STATE(1347)] = 57292, - [SMALL_STATE(1348)] = 57302, - [SMALL_STATE(1349)] = 57312, - [SMALL_STATE(1350)] = 57322, - [SMALL_STATE(1351)] = 57332, - [SMALL_STATE(1352)] = 57342, - [SMALL_STATE(1353)] = 57350, - [SMALL_STATE(1354)] = 57360, - [SMALL_STATE(1355)] = 57370, - [SMALL_STATE(1356)] = 57380, - [SMALL_STATE(1357)] = 57388, - [SMALL_STATE(1358)] = 57396, - [SMALL_STATE(1359)] = 57404, - [SMALL_STATE(1360)] = 57414, - [SMALL_STATE(1361)] = 57422, - [SMALL_STATE(1362)] = 57432, - [SMALL_STATE(1363)] = 57442, - [SMALL_STATE(1364)] = 57450, - [SMALL_STATE(1365)] = 57458, - [SMALL_STATE(1366)] = 57466, - [SMALL_STATE(1367)] = 57476, - [SMALL_STATE(1368)] = 57486, - [SMALL_STATE(1369)] = 57494, - [SMALL_STATE(1370)] = 57502, - [SMALL_STATE(1371)] = 57510, - [SMALL_STATE(1372)] = 57518, - [SMALL_STATE(1373)] = 57526, - [SMALL_STATE(1374)] = 57534, - [SMALL_STATE(1375)] = 57542, - [SMALL_STATE(1376)] = 57552, - [SMALL_STATE(1377)] = 57562, - [SMALL_STATE(1378)] = 57570, - [SMALL_STATE(1379)] = 57578, - [SMALL_STATE(1380)] = 57588, - [SMALL_STATE(1381)] = 57596, - [SMALL_STATE(1382)] = 57604, - [SMALL_STATE(1383)] = 57614, - [SMALL_STATE(1384)] = 57622, - [SMALL_STATE(1385)] = 57630, - [SMALL_STATE(1386)] = 57637, - [SMALL_STATE(1387)] = 57644, - [SMALL_STATE(1388)] = 57651, - [SMALL_STATE(1389)] = 57658, - [SMALL_STATE(1390)] = 57665, - [SMALL_STATE(1391)] = 57672, - [SMALL_STATE(1392)] = 57679, - [SMALL_STATE(1393)] = 57686, - [SMALL_STATE(1394)] = 57693, - [SMALL_STATE(1395)] = 57700, - [SMALL_STATE(1396)] = 57707, - [SMALL_STATE(1397)] = 57714, - [SMALL_STATE(1398)] = 57721, - [SMALL_STATE(1399)] = 57728, - [SMALL_STATE(1400)] = 57735, - [SMALL_STATE(1401)] = 57742, - [SMALL_STATE(1402)] = 57749, - [SMALL_STATE(1403)] = 57756, - [SMALL_STATE(1404)] = 57763, - [SMALL_STATE(1405)] = 57770, - [SMALL_STATE(1406)] = 57777, - [SMALL_STATE(1407)] = 57784, - [SMALL_STATE(1408)] = 57791, - [SMALL_STATE(1409)] = 57798, - [SMALL_STATE(1410)] = 57805, - [SMALL_STATE(1411)] = 57812, - [SMALL_STATE(1412)] = 57819, - [SMALL_STATE(1413)] = 57826, - [SMALL_STATE(1414)] = 57833, - [SMALL_STATE(1415)] = 57840, - [SMALL_STATE(1416)] = 57847, - [SMALL_STATE(1417)] = 57854, - [SMALL_STATE(1418)] = 57861, - [SMALL_STATE(1419)] = 57868, - [SMALL_STATE(1420)] = 57875, - [SMALL_STATE(1421)] = 57882, - [SMALL_STATE(1422)] = 57889, - [SMALL_STATE(1423)] = 57896, - [SMALL_STATE(1424)] = 57903, - [SMALL_STATE(1425)] = 57910, - [SMALL_STATE(1426)] = 57917, - [SMALL_STATE(1427)] = 57924, - [SMALL_STATE(1428)] = 57931, - [SMALL_STATE(1429)] = 57938, - [SMALL_STATE(1430)] = 57945, - [SMALL_STATE(1431)] = 57952, - [SMALL_STATE(1432)] = 57959, - [SMALL_STATE(1433)] = 57966, - [SMALL_STATE(1434)] = 57973, - [SMALL_STATE(1435)] = 57980, - [SMALL_STATE(1436)] = 57987, - [SMALL_STATE(1437)] = 57994, - [SMALL_STATE(1438)] = 58001, - [SMALL_STATE(1439)] = 58008, - [SMALL_STATE(1440)] = 58015, - [SMALL_STATE(1441)] = 58022, - [SMALL_STATE(1442)] = 58029, - [SMALL_STATE(1443)] = 58036, - [SMALL_STATE(1444)] = 58043, - [SMALL_STATE(1445)] = 58050, - [SMALL_STATE(1446)] = 58057, - [SMALL_STATE(1447)] = 58064, - [SMALL_STATE(1448)] = 58071, - [SMALL_STATE(1449)] = 58078, - [SMALL_STATE(1450)] = 58085, - [SMALL_STATE(1451)] = 58092, - [SMALL_STATE(1452)] = 58099, - [SMALL_STATE(1453)] = 58106, - [SMALL_STATE(1454)] = 58113, - [SMALL_STATE(1455)] = 58120, - [SMALL_STATE(1456)] = 58127, - [SMALL_STATE(1457)] = 58134, - [SMALL_STATE(1458)] = 58141, - [SMALL_STATE(1459)] = 58148, - [SMALL_STATE(1460)] = 58155, - [SMALL_STATE(1461)] = 58162, - [SMALL_STATE(1462)] = 58169, - [SMALL_STATE(1463)] = 58176, - [SMALL_STATE(1464)] = 58183, - [SMALL_STATE(1465)] = 58190, - [SMALL_STATE(1466)] = 58197, - [SMALL_STATE(1467)] = 58204, - [SMALL_STATE(1468)] = 58211, - [SMALL_STATE(1469)] = 58218, - [SMALL_STATE(1470)] = 58225, - [SMALL_STATE(1471)] = 58232, - [SMALL_STATE(1472)] = 58239, - [SMALL_STATE(1473)] = 58246, - [SMALL_STATE(1474)] = 58253, - [SMALL_STATE(1475)] = 58260, - [SMALL_STATE(1476)] = 58267, - [SMALL_STATE(1477)] = 58274, - [SMALL_STATE(1478)] = 58281, - [SMALL_STATE(1479)] = 58288, - [SMALL_STATE(1480)] = 58295, - [SMALL_STATE(1481)] = 58302, - [SMALL_STATE(1482)] = 58309, - [SMALL_STATE(1483)] = 58316, - [SMALL_STATE(1484)] = 58323, - [SMALL_STATE(1485)] = 58330, - [SMALL_STATE(1486)] = 58337, - [SMALL_STATE(1487)] = 58344, - [SMALL_STATE(1488)] = 58351, - [SMALL_STATE(1489)] = 58358, - [SMALL_STATE(1490)] = 58365, - [SMALL_STATE(1491)] = 58372, - [SMALL_STATE(1492)] = 58379, - [SMALL_STATE(1493)] = 58386, - [SMALL_STATE(1494)] = 58393, - [SMALL_STATE(1495)] = 58400, - [SMALL_STATE(1496)] = 58407, - [SMALL_STATE(1497)] = 58414, - [SMALL_STATE(1498)] = 58421, - [SMALL_STATE(1499)] = 58428, - [SMALL_STATE(1500)] = 58435, - [SMALL_STATE(1501)] = 58442, - [SMALL_STATE(1502)] = 58449, - [SMALL_STATE(1503)] = 58456, - [SMALL_STATE(1504)] = 58463, - [SMALL_STATE(1505)] = 58470, - [SMALL_STATE(1506)] = 58477, - [SMALL_STATE(1507)] = 58484, - [SMALL_STATE(1508)] = 58491, - [SMALL_STATE(1509)] = 58498, + [SMALL_STATE(391)] = 22774, + [SMALL_STATE(392)] = 22866, + [SMALL_STATE(393)] = 22958, + [SMALL_STATE(394)] = 23050, + [SMALL_STATE(395)] = 23142, + [SMALL_STATE(396)] = 23234, + [SMALL_STATE(397)] = 23326, + [SMALL_STATE(398)] = 23418, + [SMALL_STATE(399)] = 23510, + [SMALL_STATE(400)] = 23574, + [SMALL_STATE(401)] = 23666, + [SMALL_STATE(402)] = 23758, + [SMALL_STATE(403)] = 23850, + [SMALL_STATE(404)] = 23942, + [SMALL_STATE(405)] = 24034, + [SMALL_STATE(406)] = 24126, + [SMALL_STATE(407)] = 24218, + [SMALL_STATE(408)] = 24310, + [SMALL_STATE(409)] = 24402, + [SMALL_STATE(410)] = 24494, + [SMALL_STATE(411)] = 24586, + [SMALL_STATE(412)] = 24678, + [SMALL_STATE(413)] = 24770, + [SMALL_STATE(414)] = 24862, + [SMALL_STATE(415)] = 24954, + [SMALL_STATE(416)] = 25046, + [SMALL_STATE(417)] = 25138, + [SMALL_STATE(418)] = 25230, + [SMALL_STATE(419)] = 25322, + [SMALL_STATE(420)] = 25414, + [SMALL_STATE(421)] = 25506, + [SMALL_STATE(422)] = 25598, + [SMALL_STATE(423)] = 25690, + [SMALL_STATE(424)] = 25782, + [SMALL_STATE(425)] = 25874, + [SMALL_STATE(426)] = 25966, + [SMALL_STATE(427)] = 26058, + [SMALL_STATE(428)] = 26150, + [SMALL_STATE(429)] = 26242, + [SMALL_STATE(430)] = 26334, + [SMALL_STATE(431)] = 26426, + [SMALL_STATE(432)] = 26518, + [SMALL_STATE(433)] = 26610, + [SMALL_STATE(434)] = 26702, + [SMALL_STATE(435)] = 26794, + [SMALL_STATE(436)] = 26886, + [SMALL_STATE(437)] = 26943, + [SMALL_STATE(438)] = 27000, + [SMALL_STATE(439)] = 27057, + [SMALL_STATE(440)] = 27114, + [SMALL_STATE(441)] = 27171, + [SMALL_STATE(442)] = 27228, + [SMALL_STATE(443)] = 27285, + [SMALL_STATE(444)] = 27342, + [SMALL_STATE(445)] = 27399, + [SMALL_STATE(446)] = 27456, + [SMALL_STATE(447)] = 27513, + [SMALL_STATE(448)] = 27570, + [SMALL_STATE(449)] = 27627, + [SMALL_STATE(450)] = 27684, + [SMALL_STATE(451)] = 27745, + [SMALL_STATE(452)] = 27802, + [SMALL_STATE(453)] = 27863, + [SMALL_STATE(454)] = 27924, + [SMALL_STATE(455)] = 27981, + [SMALL_STATE(456)] = 28038, + [SMALL_STATE(457)] = 28095, + [SMALL_STATE(458)] = 28152, + [SMALL_STATE(459)] = 28219, + [SMALL_STATE(460)] = 28276, + [SMALL_STATE(461)] = 28337, + [SMALL_STATE(462)] = 28429, + [SMALL_STATE(463)] = 28493, + [SMALL_STATE(464)] = 28549, + [SMALL_STATE(465)] = 28605, + [SMALL_STATE(466)] = 28669, + [SMALL_STATE(467)] = 28729, + [SMALL_STATE(468)] = 28821, + [SMALL_STATE(469)] = 28881, + [SMALL_STATE(470)] = 28941, + [SMALL_STATE(471)] = 29001, + [SMALL_STATE(472)] = 29057, + [SMALL_STATE(473)] = 29117, + [SMALL_STATE(474)] = 29173, + [SMALL_STATE(475)] = 29237, + [SMALL_STATE(476)] = 29293, + [SMALL_STATE(477)] = 29353, + [SMALL_STATE(478)] = 29413, + [SMALL_STATE(479)] = 29507, + [SMALL_STATE(480)] = 29567, + [SMALL_STATE(481)] = 29627, + [SMALL_STATE(482)] = 29687, + [SMALL_STATE(483)] = 29747, + [SMALL_STATE(484)] = 29803, + [SMALL_STATE(485)] = 29863, + [SMALL_STATE(486)] = 29923, + [SMALL_STATE(487)] = 29979, + [SMALL_STATE(488)] = 30043, + [SMALL_STATE(489)] = 30099, + [SMALL_STATE(490)] = 30159, + [SMALL_STATE(491)] = 30219, + [SMALL_STATE(492)] = 30279, + [SMALL_STATE(493)] = 30334, + [SMALL_STATE(494)] = 30425, + [SMALL_STATE(495)] = 30486, + [SMALL_STATE(496)] = 30541, + [SMALL_STATE(497)] = 30596, + [SMALL_STATE(498)] = 30687, + [SMALL_STATE(499)] = 30742, + [SMALL_STATE(500)] = 30797, + [SMALL_STATE(501)] = 30852, + [SMALL_STATE(502)] = 30907, + [SMALL_STATE(503)] = 30968, + [SMALL_STATE(504)] = 31023, + [SMALL_STATE(505)] = 31078, + [SMALL_STATE(506)] = 31133, + [SMALL_STATE(507)] = 31188, + [SMALL_STATE(508)] = 31243, + [SMALL_STATE(509)] = 31334, + [SMALL_STATE(510)] = 31395, + [SMALL_STATE(511)] = 31486, + [SMALL_STATE(512)] = 31577, + [SMALL_STATE(513)] = 31668, + [SMALL_STATE(514)] = 31729, + [SMALL_STATE(515)] = 31783, + [SMALL_STATE(516)] = 31837, + [SMALL_STATE(517)] = 31891, + [SMALL_STATE(518)] = 31945, + [SMALL_STATE(519)] = 31999, + [SMALL_STATE(520)] = 32053, + [SMALL_STATE(521)] = 32107, + [SMALL_STATE(522)] = 32161, + [SMALL_STATE(523)] = 32215, + [SMALL_STATE(524)] = 32269, + [SMALL_STATE(525)] = 32323, + [SMALL_STATE(526)] = 32377, + [SMALL_STATE(527)] = 32431, + [SMALL_STATE(528)] = 32485, + [SMALL_STATE(529)] = 32539, + [SMALL_STATE(530)] = 32593, + [SMALL_STATE(531)] = 32647, + [SMALL_STATE(532)] = 32701, + [SMALL_STATE(533)] = 32755, + [SMALL_STATE(534)] = 32809, + [SMALL_STATE(535)] = 32863, + [SMALL_STATE(536)] = 32917, + [SMALL_STATE(537)] = 32971, + [SMALL_STATE(538)] = 33025, + [SMALL_STATE(539)] = 33079, + [SMALL_STATE(540)] = 33133, + [SMALL_STATE(541)] = 33187, + [SMALL_STATE(542)] = 33241, + [SMALL_STATE(543)] = 33295, + [SMALL_STATE(544)] = 33349, + [SMALL_STATE(545)] = 33403, + [SMALL_STATE(546)] = 33457, + [SMALL_STATE(547)] = 33511, + [SMALL_STATE(548)] = 33565, + [SMALL_STATE(549)] = 33619, + [SMALL_STATE(550)] = 33673, + [SMALL_STATE(551)] = 33727, + [SMALL_STATE(552)] = 33815, + [SMALL_STATE(553)] = 33869, + [SMALL_STATE(554)] = 33923, + [SMALL_STATE(555)] = 33977, + [SMALL_STATE(556)] = 34031, + [SMALL_STATE(557)] = 34085, + [SMALL_STATE(558)] = 34139, + [SMALL_STATE(559)] = 34193, + [SMALL_STATE(560)] = 34247, + [SMALL_STATE(561)] = 34301, + [SMALL_STATE(562)] = 34355, + [SMALL_STATE(563)] = 34409, + [SMALL_STATE(564)] = 34463, + [SMALL_STATE(565)] = 34517, + [SMALL_STATE(566)] = 34571, + [SMALL_STATE(567)] = 34625, + [SMALL_STATE(568)] = 34679, + [SMALL_STATE(569)] = 34733, + [SMALL_STATE(570)] = 34787, + [SMALL_STATE(571)] = 34841, + [SMALL_STATE(572)] = 34895, + [SMALL_STATE(573)] = 34949, + [SMALL_STATE(574)] = 35003, + [SMALL_STATE(575)] = 35057, + [SMALL_STATE(576)] = 35111, + [SMALL_STATE(577)] = 35165, + [SMALL_STATE(578)] = 35219, + [SMALL_STATE(579)] = 35273, + [SMALL_STATE(580)] = 35327, + [SMALL_STATE(581)] = 35381, + [SMALL_STATE(582)] = 35435, + [SMALL_STATE(583)] = 35489, + [SMALL_STATE(584)] = 35543, + [SMALL_STATE(585)] = 35597, + [SMALL_STATE(586)] = 35651, + [SMALL_STATE(587)] = 35705, + [SMALL_STATE(588)] = 35759, + [SMALL_STATE(589)] = 35813, + [SMALL_STATE(590)] = 35867, + [SMALL_STATE(591)] = 35921, + [SMALL_STATE(592)] = 35975, + [SMALL_STATE(593)] = 36029, + [SMALL_STATE(594)] = 36083, + [SMALL_STATE(595)] = 36137, + [SMALL_STATE(596)] = 36191, + [SMALL_STATE(597)] = 36245, + [SMALL_STATE(598)] = 36299, + [SMALL_STATE(599)] = 36353, + [SMALL_STATE(600)] = 36407, + [SMALL_STATE(601)] = 36461, + [SMALL_STATE(602)] = 36515, + [SMALL_STATE(603)] = 36569, + [SMALL_STATE(604)] = 36623, + [SMALL_STATE(605)] = 36677, + [SMALL_STATE(606)] = 36731, + [SMALL_STATE(607)] = 36785, + [SMALL_STATE(608)] = 36839, + [SMALL_STATE(609)] = 36893, + [SMALL_STATE(610)] = 36947, + [SMALL_STATE(611)] = 37001, + [SMALL_STATE(612)] = 37055, + [SMALL_STATE(613)] = 37143, + [SMALL_STATE(614)] = 37197, + [SMALL_STATE(615)] = 37279, + [SMALL_STATE(616)] = 37355, + [SMALL_STATE(617)] = 37409, + [SMALL_STATE(618)] = 37463, + [SMALL_STATE(619)] = 37539, + [SMALL_STATE(620)] = 37593, + [SMALL_STATE(621)] = 37647, + [SMALL_STATE(622)] = 37701, + [SMALL_STATE(623)] = 37777, + [SMALL_STATE(624)] = 37853, + [SMALL_STATE(625)] = 37907, + [SMALL_STATE(626)] = 37983, + [SMALL_STATE(627)] = 38059, + [SMALL_STATE(628)] = 38132, + [SMALL_STATE(629)] = 38205, + [SMALL_STATE(630)] = 38278, + [SMALL_STATE(631)] = 38351, + [SMALL_STATE(632)] = 38424, + [SMALL_STATE(633)] = 38497, + [SMALL_STATE(634)] = 38570, + [SMALL_STATE(635)] = 38643, + [SMALL_STATE(636)] = 38716, + [SMALL_STATE(637)] = 38789, + [SMALL_STATE(638)] = 38862, + [SMALL_STATE(639)] = 38935, + [SMALL_STATE(640)] = 39008, + [SMALL_STATE(641)] = 39081, + [SMALL_STATE(642)] = 39154, + [SMALL_STATE(643)] = 39227, + [SMALL_STATE(644)] = 39300, + [SMALL_STATE(645)] = 39373, + [SMALL_STATE(646)] = 39446, + [SMALL_STATE(647)] = 39519, + [SMALL_STATE(648)] = 39592, + [SMALL_STATE(649)] = 39665, + [SMALL_STATE(650)] = 39738, + [SMALL_STATE(651)] = 39811, + [SMALL_STATE(652)] = 39884, + [SMALL_STATE(653)] = 39957, + [SMALL_STATE(654)] = 40030, + [SMALL_STATE(655)] = 40103, + [SMALL_STATE(656)] = 40176, + [SMALL_STATE(657)] = 40249, + [SMALL_STATE(658)] = 40322, + [SMALL_STATE(659)] = 40395, + [SMALL_STATE(660)] = 40468, + [SMALL_STATE(661)] = 40541, + [SMALL_STATE(662)] = 40614, + [SMALL_STATE(663)] = 40691, + [SMALL_STATE(664)] = 40764, + [SMALL_STATE(665)] = 40837, + [SMALL_STATE(666)] = 40910, + [SMALL_STATE(667)] = 40983, + [SMALL_STATE(668)] = 41056, + [SMALL_STATE(669)] = 41129, + [SMALL_STATE(670)] = 41202, + [SMALL_STATE(671)] = 41275, + [SMALL_STATE(672)] = 41348, + [SMALL_STATE(673)] = 41421, + [SMALL_STATE(674)] = 41494, + [SMALL_STATE(675)] = 41567, + [SMALL_STATE(676)] = 41640, + [SMALL_STATE(677)] = 41713, + [SMALL_STATE(678)] = 41786, + [SMALL_STATE(679)] = 41863, + [SMALL_STATE(680)] = 41936, + [SMALL_STATE(681)] = 42009, + [SMALL_STATE(682)] = 42082, + [SMALL_STATE(683)] = 42155, + [SMALL_STATE(684)] = 42228, + [SMALL_STATE(685)] = 42301, + [SMALL_STATE(686)] = 42374, + [SMALL_STATE(687)] = 42447, + [SMALL_STATE(688)] = 42520, + [SMALL_STATE(689)] = 42593, + [SMALL_STATE(690)] = 42666, + [SMALL_STATE(691)] = 42739, + [SMALL_STATE(692)] = 42812, + [SMALL_STATE(693)] = 42885, + [SMALL_STATE(694)] = 42958, + [SMALL_STATE(695)] = 43031, + [SMALL_STATE(696)] = 43079, + [SMALL_STATE(697)] = 43127, + [SMALL_STATE(698)] = 43175, + [SMALL_STATE(699)] = 43223, + [SMALL_STATE(700)] = 43270, + [SMALL_STATE(701)] = 43317, + [SMALL_STATE(702)] = 43364, + [SMALL_STATE(703)] = 43411, + [SMALL_STATE(704)] = 43458, + [SMALL_STATE(705)] = 43505, + [SMALL_STATE(706)] = 43552, + [SMALL_STATE(707)] = 43599, + [SMALL_STATE(708)] = 43646, + [SMALL_STATE(709)] = 43693, + [SMALL_STATE(710)] = 43740, + [SMALL_STATE(711)] = 43787, + [SMALL_STATE(712)] = 43834, + [SMALL_STATE(713)] = 43881, + [SMALL_STATE(714)] = 43928, + [SMALL_STATE(715)] = 43975, + [SMALL_STATE(716)] = 44022, + [SMALL_STATE(717)] = 44069, + [SMALL_STATE(718)] = 44116, + [SMALL_STATE(719)] = 44163, + [SMALL_STATE(720)] = 44244, + [SMALL_STATE(721)] = 44291, + [SMALL_STATE(722)] = 44338, + [SMALL_STATE(723)] = 44385, + [SMALL_STATE(724)] = 44432, + [SMALL_STATE(725)] = 44479, + [SMALL_STATE(726)] = 44560, + [SMALL_STATE(727)] = 44607, + [SMALL_STATE(728)] = 44654, + [SMALL_STATE(729)] = 44701, + [SMALL_STATE(730)] = 44748, + [SMALL_STATE(731)] = 44795, + [SMALL_STATE(732)] = 44842, + [SMALL_STATE(733)] = 44889, + [SMALL_STATE(734)] = 44936, + [SMALL_STATE(735)] = 44996, + [SMALL_STATE(736)] = 45052, + [SMALL_STATE(737)] = 45108, + [SMALL_STATE(738)] = 45170, + [SMALL_STATE(739)] = 45240, + [SMALL_STATE(740)] = 45308, + [SMALL_STATE(741)] = 45368, + [SMALL_STATE(742)] = 45424, + [SMALL_STATE(743)] = 45490, + [SMALL_STATE(744)] = 45554, + [SMALL_STATE(745)] = 45604, + [SMALL_STATE(746)] = 45654, + [SMALL_STATE(747)] = 45704, + [SMALL_STATE(748)] = 45754, + [SMALL_STATE(749)] = 45824, + [SMALL_STATE(750)] = 45894, + [SMALL_STATE(751)] = 45950, + [SMALL_STATE(752)] = 46012, + [SMALL_STATE(753)] = 46082, + [SMALL_STATE(754)] = 46150, + [SMALL_STATE(755)] = 46206, + [SMALL_STATE(756)] = 46272, + [SMALL_STATE(757)] = 46336, + [SMALL_STATE(758)] = 46406, + [SMALL_STATE(759)] = 46476, + [SMALL_STATE(760)] = 46532, + [SMALL_STATE(761)] = 46588, + [SMALL_STATE(762)] = 46644, + [SMALL_STATE(763)] = 46693, + [SMALL_STATE(764)] = 46742, + [SMALL_STATE(765)] = 46787, + [SMALL_STATE(766)] = 46836, + [SMALL_STATE(767)] = 46915, + [SMALL_STATE(768)] = 46964, + [SMALL_STATE(769)] = 47013, + [SMALL_STATE(770)] = 47062, + [SMALL_STATE(771)] = 47111, + [SMALL_STATE(772)] = 47160, + [SMALL_STATE(773)] = 47237, + [SMALL_STATE(774)] = 47284, + [SMALL_STATE(775)] = 47331, + [SMALL_STATE(776)] = 47380, + [SMALL_STATE(777)] = 47429, + [SMALL_STATE(778)] = 47474, + [SMALL_STATE(779)] = 47523, + [SMALL_STATE(780)] = 47602, + [SMALL_STATE(781)] = 47649, + [SMALL_STATE(782)] = 47696, + [SMALL_STATE(783)] = 47745, + [SMALL_STATE(784)] = 47803, + [SMALL_STATE(785)] = 47857, + [SMALL_STATE(786)] = 47911, + [SMALL_STATE(787)] = 47965, + [SMALL_STATE(788)] = 48025, + [SMALL_STATE(789)] = 48093, + [SMALL_STATE(790)] = 48159, + [SMALL_STATE(791)] = 48213, + [SMALL_STATE(792)] = 48267, + [SMALL_STATE(793)] = 48331, + [SMALL_STATE(794)] = 48393, + [SMALL_STATE(795)] = 48441, + [SMALL_STATE(796)] = 48489, + [SMALL_STATE(797)] = 48543, + [SMALL_STATE(798)] = 48611, + [SMALL_STATE(799)] = 48679, + [SMALL_STATE(800)] = 48739, + [SMALL_STATE(801)] = 48807, + [SMALL_STATE(802)] = 48873, + [SMALL_STATE(803)] = 48931, + [SMALL_STATE(804)] = 48985, + [SMALL_STATE(805)] = 49049, + [SMALL_STATE(806)] = 49111, + [SMALL_STATE(807)] = 49155, + [SMALL_STATE(808)] = 49199, + [SMALL_STATE(809)] = 49243, + [SMALL_STATE(810)] = 49287, + [SMALL_STATE(811)] = 49341, + [SMALL_STATE(812)] = 49395, + [SMALL_STATE(813)] = 49449, + [SMALL_STATE(814)] = 49509, + [SMALL_STATE(815)] = 49577, + [SMALL_STATE(816)] = 49643, + [SMALL_STATE(817)] = 49701, + [SMALL_STATE(818)] = 49755, + [SMALL_STATE(819)] = 49819, + [SMALL_STATE(820)] = 49881, + [SMALL_STATE(821)] = 49949, + [SMALL_STATE(822)] = 50017, + [SMALL_STATE(823)] = 50093, + [SMALL_STATE(824)] = 50161, + [SMALL_STATE(825)] = 50229, + [SMALL_STATE(826)] = 50283, + [SMALL_STATE(827)] = 50328, + [SMALL_STATE(828)] = 50371, + [SMALL_STATE(829)] = 50424, + [SMALL_STATE(830)] = 50483, + [SMALL_STATE(831)] = 50526, + [SMALL_STATE(832)] = 50593, + [SMALL_STATE(833)] = 50658, + [SMALL_STATE(834)] = 50715, + [SMALL_STATE(835)] = 50760, + [SMALL_STATE(836)] = 50813, + [SMALL_STATE(837)] = 50876, + [SMALL_STATE(838)] = 50937, + [SMALL_STATE(839)] = 50982, + [SMALL_STATE(840)] = 51029, + [SMALL_STATE(841)] = 51074, + [SMALL_STATE(842)] = 51117, + [SMALL_STATE(843)] = 51162, + [SMALL_STATE(844)] = 51229, + [SMALL_STATE(845)] = 51296, + [SMALL_STATE(846)] = 51349, + [SMALL_STATE(847)] = 51430, + [SMALL_STATE(848)] = 51473, + [SMALL_STATE(849)] = 51526, + [SMALL_STATE(850)] = 51571, + [SMALL_STATE(851)] = 51614, + [SMALL_STATE(852)] = 51657, + [SMALL_STATE(853)] = 51704, + [SMALL_STATE(854)] = 51749, + [SMALL_STATE(855)] = 51830, + [SMALL_STATE(856)] = 51875, + [SMALL_STATE(857)] = 51956, + [SMALL_STATE(858)] = 52001, + [SMALL_STATE(859)] = 52048, + [SMALL_STATE(860)] = 52091, + [SMALL_STATE(861)] = 52136, + [SMALL_STATE(862)] = 52179, + [SMALL_STATE(863)] = 52260, + [SMALL_STATE(864)] = 52305, + [SMALL_STATE(865)] = 52352, + [SMALL_STATE(866)] = 52397, + [SMALL_STATE(867)] = 52439, + [SMALL_STATE(868)] = 52481, + [SMALL_STATE(869)] = 52523, + [SMALL_STATE(870)] = 52565, + [SMALL_STATE(871)] = 52607, + [SMALL_STATE(872)] = 52649, + [SMALL_STATE(873)] = 52691, + [SMALL_STATE(874)] = 52733, + [SMALL_STATE(875)] = 52775, + [SMALL_STATE(876)] = 52817, + [SMALL_STATE(877)] = 52859, + [SMALL_STATE(878)] = 52901, + [SMALL_STATE(879)] = 52943, + [SMALL_STATE(880)] = 52985, + [SMALL_STATE(881)] = 53027, + [SMALL_STATE(882)] = 53069, + [SMALL_STATE(883)] = 53111, + [SMALL_STATE(884)] = 53153, + [SMALL_STATE(885)] = 53195, + [SMALL_STATE(886)] = 53237, + [SMALL_STATE(887)] = 53279, + [SMALL_STATE(888)] = 53321, + [SMALL_STATE(889)] = 53363, + [SMALL_STATE(890)] = 53405, + [SMALL_STATE(891)] = 53447, + [SMALL_STATE(892)] = 53489, + [SMALL_STATE(893)] = 53531, + [SMALL_STATE(894)] = 53573, + [SMALL_STATE(895)] = 53615, + [SMALL_STATE(896)] = 53657, + [SMALL_STATE(897)] = 53699, + [SMALL_STATE(898)] = 53741, + [SMALL_STATE(899)] = 53783, + [SMALL_STATE(900)] = 53825, + [SMALL_STATE(901)] = 53867, + [SMALL_STATE(902)] = 53909, + [SMALL_STATE(903)] = 53951, + [SMALL_STATE(904)] = 53993, + [SMALL_STATE(905)] = 54035, + [SMALL_STATE(906)] = 54077, + [SMALL_STATE(907)] = 54119, + [SMALL_STATE(908)] = 54161, + [SMALL_STATE(909)] = 54203, + [SMALL_STATE(910)] = 54245, + [SMALL_STATE(911)] = 54287, + [SMALL_STATE(912)] = 54331, + [SMALL_STATE(913)] = 54375, + [SMALL_STATE(914)] = 54417, + [SMALL_STATE(915)] = 54459, + [SMALL_STATE(916)] = 54503, + [SMALL_STATE(917)] = 54545, + [SMALL_STATE(918)] = 54587, + [SMALL_STATE(919)] = 54629, + [SMALL_STATE(920)] = 54673, + [SMALL_STATE(921)] = 54715, + [SMALL_STATE(922)] = 54757, + [SMALL_STATE(923)] = 54799, + [SMALL_STATE(924)] = 54841, + [SMALL_STATE(925)] = 54883, + [SMALL_STATE(926)] = 54927, + [SMALL_STATE(927)] = 54969, + [SMALL_STATE(928)] = 55047, + [SMALL_STATE(929)] = 55125, + [SMALL_STATE(930)] = 55167, + [SMALL_STATE(931)] = 55209, + [SMALL_STATE(932)] = 55251, + [SMALL_STATE(933)] = 55331, + [SMALL_STATE(934)] = 55409, + [SMALL_STATE(935)] = 55487, + [SMALL_STATE(936)] = 55565, + [SMALL_STATE(937)] = 55607, + [SMALL_STATE(938)] = 55649, + [SMALL_STATE(939)] = 55691, + [SMALL_STATE(940)] = 55733, + [SMALL_STATE(941)] = 55775, + [SMALL_STATE(942)] = 55817, + [SMALL_STATE(943)] = 55859, + [SMALL_STATE(944)] = 55901, + [SMALL_STATE(945)] = 55943, + [SMALL_STATE(946)] = 55984, + [SMALL_STATE(947)] = 56025, + [SMALL_STATE(948)] = 56066, + [SMALL_STATE(949)] = 56107, + [SMALL_STATE(950)] = 56148, + [SMALL_STATE(951)] = 56189, + [SMALL_STATE(952)] = 56230, + [SMALL_STATE(953)] = 56271, + [SMALL_STATE(954)] = 56312, + [SMALL_STATE(955)] = 56353, + [SMALL_STATE(956)] = 56394, + [SMALL_STATE(957)] = 56435, + [SMALL_STATE(958)] = 56476, + [SMALL_STATE(959)] = 56517, + [SMALL_STATE(960)] = 56558, + [SMALL_STATE(961)] = 56599, + [SMALL_STATE(962)] = 56640, + [SMALL_STATE(963)] = 56681, + [SMALL_STATE(964)] = 56722, + [SMALL_STATE(965)] = 56801, + [SMALL_STATE(966)] = 56842, + [SMALL_STATE(967)] = 56883, + [SMALL_STATE(968)] = 56924, + [SMALL_STATE(969)] = 56965, + [SMALL_STATE(970)] = 57006, + [SMALL_STATE(971)] = 57047, + [SMALL_STATE(972)] = 57088, + [SMALL_STATE(973)] = 57133, + [SMALL_STATE(974)] = 57178, + [SMALL_STATE(975)] = 57219, + [SMALL_STATE(976)] = 57260, + [SMALL_STATE(977)] = 57301, + [SMALL_STATE(978)] = 57342, + [SMALL_STATE(979)] = 57383, + [SMALL_STATE(980)] = 57458, + [SMALL_STATE(981)] = 57537, + [SMALL_STATE(982)] = 57578, + [SMALL_STATE(983)] = 57657, + [SMALL_STATE(984)] = 57698, + [SMALL_STATE(985)] = 57771, + [SMALL_STATE(986)] = 57841, + [SMALL_STATE(987)] = 57911, + [SMALL_STATE(988)] = 57973, + [SMALL_STATE(989)] = 58035, + [SMALL_STATE(990)] = 58074, + [SMALL_STATE(991)] = 58113, + [SMALL_STATE(992)] = 58152, + [SMALL_STATE(993)] = 58191, + [SMALL_STATE(994)] = 58221, + [SMALL_STATE(995)] = 58274, + [SMALL_STATE(996)] = 58311, + [SMALL_STATE(997)] = 58364, + [SMALL_STATE(998)] = 58399, + [SMALL_STATE(999)] = 58424, + [SMALL_STATE(1000)] = 58449, + [SMALL_STATE(1001)] = 58478, + [SMALL_STATE(1002)] = 58507, + [SMALL_STATE(1003)] = 58544, + [SMALL_STATE(1004)] = 58581, + [SMALL_STATE(1005)] = 58606, + [SMALL_STATE(1006)] = 58631, + [SMALL_STATE(1007)] = 58668, + [SMALL_STATE(1008)] = 58703, + [SMALL_STATE(1009)] = 58756, + [SMALL_STATE(1010)] = 58790, + [SMALL_STATE(1011)] = 58818, + [SMALL_STATE(1012)] = 58852, + [SMALL_STATE(1013)] = 58898, + [SMALL_STATE(1014)] = 58929, + [SMALL_STATE(1015)] = 58972, + [SMALL_STATE(1016)] = 59015, + [SMALL_STATE(1017)] = 59058, + [SMALL_STATE(1018)] = 59101, + [SMALL_STATE(1019)] = 59144, + [SMALL_STATE(1020)] = 59187, + [SMALL_STATE(1021)] = 59230, + [SMALL_STATE(1022)] = 59274, + [SMALL_STATE(1023)] = 59314, + [SMALL_STATE(1024)] = 59351, + [SMALL_STATE(1025)] = 59376, + [SMALL_STATE(1026)] = 59413, + [SMALL_STATE(1027)] = 59450, + [SMALL_STATE(1028)] = 59487, + [SMALL_STATE(1029)] = 59521, + [SMALL_STATE(1030)] = 59555, + [SMALL_STATE(1031)] = 59576, + [SMALL_STATE(1032)] = 59597, + [SMALL_STATE(1033)] = 59619, + [SMALL_STATE(1034)] = 59650, + [SMALL_STATE(1035)] = 59687, + [SMALL_STATE(1036)] = 59718, + [SMALL_STATE(1037)] = 59749, + [SMALL_STATE(1038)] = 59780, + [SMALL_STATE(1039)] = 59803, + [SMALL_STATE(1040)] = 59824, + [SMALL_STATE(1041)] = 59845, + [SMALL_STATE(1042)] = 59882, + [SMALL_STATE(1043)] = 59905, + [SMALL_STATE(1044)] = 59936, + [SMALL_STATE(1045)] = 59967, + [SMALL_STATE(1046)] = 59998, + [SMALL_STATE(1047)] = 60035, + [SMALL_STATE(1048)] = 60066, + [SMALL_STATE(1049)] = 60097, + [SMALL_STATE(1050)] = 60114, + [SMALL_STATE(1051)] = 60145, + [SMALL_STATE(1052)] = 60176, + [SMALL_STATE(1053)] = 60207, + [SMALL_STATE(1054)] = 60238, + [SMALL_STATE(1055)] = 60269, + [SMALL_STATE(1056)] = 60300, + [SMALL_STATE(1057)] = 60331, + [SMALL_STATE(1058)] = 60362, + [SMALL_STATE(1059)] = 60393, + [SMALL_STATE(1060)] = 60424, + [SMALL_STATE(1061)] = 60461, + [SMALL_STATE(1062)] = 60498, + [SMALL_STATE(1063)] = 60520, + [SMALL_STATE(1064)] = 60538, + [SMALL_STATE(1065)] = 60562, + [SMALL_STATE(1066)] = 60582, + [SMALL_STATE(1067)] = 60616, + [SMALL_STATE(1068)] = 60650, + [SMALL_STATE(1069)] = 60670, + [SMALL_STATE(1070)] = 60692, + [SMALL_STATE(1071)] = 60714, + [SMALL_STATE(1072)] = 60736, + [SMALL_STATE(1073)] = 60754, + [SMALL_STATE(1074)] = 60788, + [SMALL_STATE(1075)] = 60812, + [SMALL_STATE(1076)] = 60846, + [SMALL_STATE(1077)] = 60880, + [SMALL_STATE(1078)] = 60900, + [SMALL_STATE(1079)] = 60918, + [SMALL_STATE(1080)] = 60952, + [SMALL_STATE(1081)] = 60986, + [SMALL_STATE(1082)] = 61020, + [SMALL_STATE(1083)] = 61042, + [SMALL_STATE(1084)] = 61076, + [SMALL_STATE(1085)] = 61110, + [SMALL_STATE(1086)] = 61134, + [SMALL_STATE(1087)] = 61168, + [SMALL_STATE(1088)] = 61190, + [SMALL_STATE(1089)] = 61224, + [SMALL_STATE(1090)] = 61244, + [SMALL_STATE(1091)] = 61263, + [SMALL_STATE(1092)] = 61282, + [SMALL_STATE(1093)] = 61305, + [SMALL_STATE(1094)] = 61330, + [SMALL_STATE(1095)] = 61349, + [SMALL_STATE(1096)] = 61374, + [SMALL_STATE(1097)] = 61395, + [SMALL_STATE(1098)] = 61414, + [SMALL_STATE(1099)] = 61433, + [SMALL_STATE(1100)] = 61456, + [SMALL_STATE(1101)] = 61479, + [SMALL_STATE(1102)] = 61498, + [SMALL_STATE(1103)] = 61518, + [SMALL_STATE(1104)] = 61538, + [SMALL_STATE(1105)] = 61556, + [SMALL_STATE(1106)] = 61572, + [SMALL_STATE(1107)] = 61590, + [SMALL_STATE(1108)] = 61610, + [SMALL_STATE(1109)] = 61630, + [SMALL_STATE(1110)] = 61650, + [SMALL_STATE(1111)] = 61664, + [SMALL_STATE(1112)] = 61682, + [SMALL_STATE(1113)] = 61702, + [SMALL_STATE(1114)] = 61726, + [SMALL_STATE(1115)] = 61740, + [SMALL_STATE(1116)] = 61754, + [SMALL_STATE(1117)] = 61768, + [SMALL_STATE(1118)] = 61788, + [SMALL_STATE(1119)] = 61812, + [SMALL_STATE(1120)] = 61826, + [SMALL_STATE(1121)] = 61840, + [SMALL_STATE(1122)] = 61856, + [SMALL_STATE(1123)] = 61882, + [SMALL_STATE(1124)] = 61900, + [SMALL_STATE(1125)] = 61914, + [SMALL_STATE(1126)] = 61934, + [SMALL_STATE(1127)] = 61948, + [SMALL_STATE(1128)] = 61962, + [SMALL_STATE(1129)] = 61980, + [SMALL_STATE(1130)] = 61994, + [SMALL_STATE(1131)] = 62008, + [SMALL_STATE(1132)] = 62022, + [SMALL_STATE(1133)] = 62036, + [SMALL_STATE(1134)] = 62058, + [SMALL_STATE(1135)] = 62072, + [SMALL_STATE(1136)] = 62086, + [SMALL_STATE(1137)] = 62104, + [SMALL_STATE(1138)] = 62118, + [SMALL_STATE(1139)] = 62132, + [SMALL_STATE(1140)] = 62154, + [SMALL_STATE(1141)] = 62168, + [SMALL_STATE(1142)] = 62188, + [SMALL_STATE(1143)] = 62204, + [SMALL_STATE(1144)] = 62218, + [SMALL_STATE(1145)] = 62238, + [SMALL_STATE(1146)] = 62256, + [SMALL_STATE(1147)] = 62274, + [SMALL_STATE(1148)] = 62296, + [SMALL_STATE(1149)] = 62320, + [SMALL_STATE(1150)] = 62338, + [SMALL_STATE(1151)] = 62358, + [SMALL_STATE(1152)] = 62376, + [SMALL_STATE(1153)] = 62392, + [SMALL_STATE(1154)] = 62410, + [SMALL_STATE(1155)] = 62424, + [SMALL_STATE(1156)] = 62442, + [SMALL_STATE(1157)] = 62462, + [SMALL_STATE(1158)] = 62482, + [SMALL_STATE(1159)] = 62496, + [SMALL_STATE(1160)] = 62510, + [SMALL_STATE(1161)] = 62524, + [SMALL_STATE(1162)] = 62538, + [SMALL_STATE(1163)] = 62556, + [SMALL_STATE(1164)] = 62574, + [SMALL_STATE(1165)] = 62594, + [SMALL_STATE(1166)] = 62612, + [SMALL_STATE(1167)] = 62632, + [SMALL_STATE(1168)] = 62646, + [SMALL_STATE(1169)] = 62660, + [SMALL_STATE(1170)] = 62685, + [SMALL_STATE(1171)] = 62710, + [SMALL_STATE(1172)] = 62731, + [SMALL_STATE(1173)] = 62750, + [SMALL_STATE(1174)] = 62771, + [SMALL_STATE(1175)] = 62790, + [SMALL_STATE(1176)] = 62813, + [SMALL_STATE(1177)] = 62826, + [SMALL_STATE(1178)] = 62849, + [SMALL_STATE(1179)] = 62862, + [SMALL_STATE(1180)] = 62885, + [SMALL_STATE(1181)] = 62908, + [SMALL_STATE(1182)] = 62929, + [SMALL_STATE(1183)] = 62948, + [SMALL_STATE(1184)] = 62967, + [SMALL_STATE(1185)] = 62982, + [SMALL_STATE(1186)] = 63005, + [SMALL_STATE(1187)] = 63030, + [SMALL_STATE(1188)] = 63051, + [SMALL_STATE(1189)] = 63068, + [SMALL_STATE(1190)] = 63087, + [SMALL_STATE(1191)] = 63112, + [SMALL_STATE(1192)] = 63131, + [SMALL_STATE(1193)] = 63150, + [SMALL_STATE(1194)] = 63167, + [SMALL_STATE(1195)] = 63182, + [SMALL_STATE(1196)] = 63199, + [SMALL_STATE(1197)] = 63212, + [SMALL_STATE(1198)] = 63235, + [SMALL_STATE(1199)] = 63260, + [SMALL_STATE(1200)] = 63279, + [SMALL_STATE(1201)] = 63300, + [SMALL_STATE(1202)] = 63323, + [SMALL_STATE(1203)] = 63346, + [SMALL_STATE(1204)] = 63359, + [SMALL_STATE(1205)] = 63384, + [SMALL_STATE(1206)] = 63409, + [SMALL_STATE(1207)] = 63428, + [SMALL_STATE(1208)] = 63453, + [SMALL_STATE(1209)] = 63472, + [SMALL_STATE(1210)] = 63491, + [SMALL_STATE(1211)] = 63504, + [SMALL_STATE(1212)] = 63517, + [SMALL_STATE(1213)] = 63542, + [SMALL_STATE(1214)] = 63565, + [SMALL_STATE(1215)] = 63584, + [SMALL_STATE(1216)] = 63600, + [SMALL_STATE(1217)] = 63616, + [SMALL_STATE(1218)] = 63630, + [SMALL_STATE(1219)] = 63644, + [SMALL_STATE(1220)] = 63660, + [SMALL_STATE(1221)] = 63680, + [SMALL_STATE(1222)] = 63696, + [SMALL_STATE(1223)] = 63712, + [SMALL_STATE(1224)] = 63726, + [SMALL_STATE(1225)] = 63744, + [SMALL_STATE(1226)] = 63766, + [SMALL_STATE(1227)] = 63784, + [SMALL_STATE(1228)] = 63802, + [SMALL_STATE(1229)] = 63820, + [SMALL_STATE(1230)] = 63836, + [SMALL_STATE(1231)] = 63858, + [SMALL_STATE(1232)] = 63876, + [SMALL_STATE(1233)] = 63892, + [SMALL_STATE(1234)] = 63908, + [SMALL_STATE(1235)] = 63924, + [SMALL_STATE(1236)] = 63946, + [SMALL_STATE(1237)] = 63968, + [SMALL_STATE(1238)] = 63990, + [SMALL_STATE(1239)] = 64008, + [SMALL_STATE(1240)] = 64020, + [SMALL_STATE(1241)] = 64042, + [SMALL_STATE(1242)] = 64058, + [SMALL_STATE(1243)] = 64074, + [SMALL_STATE(1244)] = 64092, + [SMALL_STATE(1245)] = 64104, + [SMALL_STATE(1246)] = 64118, + [SMALL_STATE(1247)] = 64138, + [SMALL_STATE(1248)] = 64158, + [SMALL_STATE(1249)] = 64174, + [SMALL_STATE(1250)] = 64194, + [SMALL_STATE(1251)] = 64212, + [SMALL_STATE(1252)] = 64228, + [SMALL_STATE(1253)] = 64242, + [SMALL_STATE(1254)] = 64256, + [SMALL_STATE(1255)] = 64278, + [SMALL_STATE(1256)] = 64295, + [SMALL_STATE(1257)] = 64314, + [SMALL_STATE(1258)] = 64329, + [SMALL_STATE(1259)] = 64346, + [SMALL_STATE(1260)] = 64361, + [SMALL_STATE(1261)] = 64376, + [SMALL_STATE(1262)] = 64393, + [SMALL_STATE(1263)] = 64410, + [SMALL_STATE(1264)] = 64421, + [SMALL_STATE(1265)] = 64438, + [SMALL_STATE(1266)] = 64457, + [SMALL_STATE(1267)] = 64474, + [SMALL_STATE(1268)] = 64485, + [SMALL_STATE(1269)] = 64502, + [SMALL_STATE(1270)] = 64519, + [SMALL_STATE(1271)] = 64534, + [SMALL_STATE(1272)] = 64551, + [SMALL_STATE(1273)] = 64570, + [SMALL_STATE(1274)] = 64581, + [SMALL_STATE(1275)] = 64598, + [SMALL_STATE(1276)] = 64615, + [SMALL_STATE(1277)] = 64632, + [SMALL_STATE(1278)] = 64643, + [SMALL_STATE(1279)] = 64658, + [SMALL_STATE(1280)] = 64675, + [SMALL_STATE(1281)] = 64690, + [SMALL_STATE(1282)] = 64709, + [SMALL_STATE(1283)] = 64726, + [SMALL_STATE(1284)] = 64745, + [SMALL_STATE(1285)] = 64764, + [SMALL_STATE(1286)] = 64781, + [SMALL_STATE(1287)] = 64796, + [SMALL_STATE(1288)] = 64815, + [SMALL_STATE(1289)] = 64834, + [SMALL_STATE(1290)] = 64845, + [SMALL_STATE(1291)] = 64862, + [SMALL_STATE(1292)] = 64879, + [SMALL_STATE(1293)] = 64896, + [SMALL_STATE(1294)] = 64910, + [SMALL_STATE(1295)] = 64924, + [SMALL_STATE(1296)] = 64940, + [SMALL_STATE(1297)] = 64956, + [SMALL_STATE(1298)] = 64972, + [SMALL_STATE(1299)] = 64986, + [SMALL_STATE(1300)] = 65000, + [SMALL_STATE(1301)] = 65010, + [SMALL_STATE(1302)] = 65026, + [SMALL_STATE(1303)] = 65042, + [SMALL_STATE(1304)] = 65058, + [SMALL_STATE(1305)] = 65072, + [SMALL_STATE(1306)] = 65086, + [SMALL_STATE(1307)] = 65098, + [SMALL_STATE(1308)] = 65114, + [SMALL_STATE(1309)] = 65124, + [SMALL_STATE(1310)] = 65138, + [SMALL_STATE(1311)] = 65154, + [SMALL_STATE(1312)] = 65170, + [SMALL_STATE(1313)] = 65186, + [SMALL_STATE(1314)] = 65196, + [SMALL_STATE(1315)] = 65206, + [SMALL_STATE(1316)] = 65216, + [SMALL_STATE(1317)] = 65230, + [SMALL_STATE(1318)] = 65244, + [SMALL_STATE(1319)] = 65258, + [SMALL_STATE(1320)] = 65272, + [SMALL_STATE(1321)] = 65286, + [SMALL_STATE(1322)] = 65302, + [SMALL_STATE(1323)] = 65318, + [SMALL_STATE(1324)] = 65334, + [SMALL_STATE(1325)] = 65350, + [SMALL_STATE(1326)] = 65364, + [SMALL_STATE(1327)] = 65378, + [SMALL_STATE(1328)] = 65392, + [SMALL_STATE(1329)] = 65408, + [SMALL_STATE(1330)] = 65424, + [SMALL_STATE(1331)] = 65440, + [SMALL_STATE(1332)] = 65456, + [SMALL_STATE(1333)] = 65472, + [SMALL_STATE(1334)] = 65488, + [SMALL_STATE(1335)] = 65504, + [SMALL_STATE(1336)] = 65520, + [SMALL_STATE(1337)] = 65534, + [SMALL_STATE(1338)] = 65548, + [SMALL_STATE(1339)] = 65562, + [SMALL_STATE(1340)] = 65578, + [SMALL_STATE(1341)] = 65592, + [SMALL_STATE(1342)] = 65604, + [SMALL_STATE(1343)] = 65618, + [SMALL_STATE(1344)] = 65634, + [SMALL_STATE(1345)] = 65648, + [SMALL_STATE(1346)] = 65664, + [SMALL_STATE(1347)] = 65680, + [SMALL_STATE(1348)] = 65696, + [SMALL_STATE(1349)] = 65712, + [SMALL_STATE(1350)] = 65728, + [SMALL_STATE(1351)] = 65744, + [SMALL_STATE(1352)] = 65760, + [SMALL_STATE(1353)] = 65776, + [SMALL_STATE(1354)] = 65790, + [SMALL_STATE(1355)] = 65804, + [SMALL_STATE(1356)] = 65818, + [SMALL_STATE(1357)] = 65832, + [SMALL_STATE(1358)] = 65848, + [SMALL_STATE(1359)] = 65858, + [SMALL_STATE(1360)] = 65872, + [SMALL_STATE(1361)] = 65886, + [SMALL_STATE(1362)] = 65902, + [SMALL_STATE(1363)] = 65916, + [SMALL_STATE(1364)] = 65930, + [SMALL_STATE(1365)] = 65944, + [SMALL_STATE(1366)] = 65958, + [SMALL_STATE(1367)] = 65974, + [SMALL_STATE(1368)] = 65990, + [SMALL_STATE(1369)] = 66004, + [SMALL_STATE(1370)] = 66020, + [SMALL_STATE(1371)] = 66036, + [SMALL_STATE(1372)] = 66050, + [SMALL_STATE(1373)] = 66064, + [SMALL_STATE(1374)] = 66080, + [SMALL_STATE(1375)] = 66093, + [SMALL_STATE(1376)] = 66106, + [SMALL_STATE(1377)] = 66119, + [SMALL_STATE(1378)] = 66132, + [SMALL_STATE(1379)] = 66145, + [SMALL_STATE(1380)] = 66154, + [SMALL_STATE(1381)] = 66165, + [SMALL_STATE(1382)] = 66178, + [SMALL_STATE(1383)] = 66189, + [SMALL_STATE(1384)] = 66202, + [SMALL_STATE(1385)] = 66215, + [SMALL_STATE(1386)] = 66228, + [SMALL_STATE(1387)] = 66241, + [SMALL_STATE(1388)] = 66254, + [SMALL_STATE(1389)] = 66267, + [SMALL_STATE(1390)] = 66280, + [SMALL_STATE(1391)] = 66293, + [SMALL_STATE(1392)] = 66304, + [SMALL_STATE(1393)] = 66317, + [SMALL_STATE(1394)] = 66328, + [SMALL_STATE(1395)] = 66337, + [SMALL_STATE(1396)] = 66350, + [SMALL_STATE(1397)] = 66363, + [SMALL_STATE(1398)] = 66376, + [SMALL_STATE(1399)] = 66389, + [SMALL_STATE(1400)] = 66402, + [SMALL_STATE(1401)] = 66415, + [SMALL_STATE(1402)] = 66428, + [SMALL_STATE(1403)] = 66441, + [SMALL_STATE(1404)] = 66454, + [SMALL_STATE(1405)] = 66463, + [SMALL_STATE(1406)] = 66476, + [SMALL_STATE(1407)] = 66487, + [SMALL_STATE(1408)] = 66500, + [SMALL_STATE(1409)] = 66513, + [SMALL_STATE(1410)] = 66526, + [SMALL_STATE(1411)] = 66539, + [SMALL_STATE(1412)] = 66552, + [SMALL_STATE(1413)] = 66565, + [SMALL_STATE(1414)] = 66578, + [SMALL_STATE(1415)] = 66591, + [SMALL_STATE(1416)] = 66604, + [SMALL_STATE(1417)] = 66617, + [SMALL_STATE(1418)] = 66630, + [SMALL_STATE(1419)] = 66643, + [SMALL_STATE(1420)] = 66656, + [SMALL_STATE(1421)] = 66665, + [SMALL_STATE(1422)] = 66674, + [SMALL_STATE(1423)] = 66687, + [SMALL_STATE(1424)] = 66700, + [SMALL_STATE(1425)] = 66713, + [SMALL_STATE(1426)] = 66726, + [SMALL_STATE(1427)] = 66739, + [SMALL_STATE(1428)] = 66752, + [SMALL_STATE(1429)] = 66765, + [SMALL_STATE(1430)] = 66778, + [SMALL_STATE(1431)] = 66791, + [SMALL_STATE(1432)] = 66804, + [SMALL_STATE(1433)] = 66817, + [SMALL_STATE(1434)] = 66830, + [SMALL_STATE(1435)] = 66843, + [SMALL_STATE(1436)] = 66856, + [SMALL_STATE(1437)] = 66869, + [SMALL_STATE(1438)] = 66882, + [SMALL_STATE(1439)] = 66895, + [SMALL_STATE(1440)] = 66908, + [SMALL_STATE(1441)] = 66921, + [SMALL_STATE(1442)] = 66934, + [SMALL_STATE(1443)] = 66945, + [SMALL_STATE(1444)] = 66958, + [SMALL_STATE(1445)] = 66967, + [SMALL_STATE(1446)] = 66976, + [SMALL_STATE(1447)] = 66985, + [SMALL_STATE(1448)] = 66994, + [SMALL_STATE(1449)] = 67007, + [SMALL_STATE(1450)] = 67020, + [SMALL_STATE(1451)] = 67033, + [SMALL_STATE(1452)] = 67046, + [SMALL_STATE(1453)] = 67059, + [SMALL_STATE(1454)] = 67072, + [SMALL_STATE(1455)] = 67085, + [SMALL_STATE(1456)] = 67096, + [SMALL_STATE(1457)] = 67109, + [SMALL_STATE(1458)] = 67122, + [SMALL_STATE(1459)] = 67135, + [SMALL_STATE(1460)] = 67148, + [SMALL_STATE(1461)] = 67161, + [SMALL_STATE(1462)] = 67174, + [SMALL_STATE(1463)] = 67187, + [SMALL_STATE(1464)] = 67196, + [SMALL_STATE(1465)] = 67205, + [SMALL_STATE(1466)] = 67214, + [SMALL_STATE(1467)] = 67227, + [SMALL_STATE(1468)] = 67240, + [SMALL_STATE(1469)] = 67253, + [SMALL_STATE(1470)] = 67266, + [SMALL_STATE(1471)] = 67275, + [SMALL_STATE(1472)] = 67288, + [SMALL_STATE(1473)] = 67301, + [SMALL_STATE(1474)] = 67314, + [SMALL_STATE(1475)] = 67327, + [SMALL_STATE(1476)] = 67338, + [SMALL_STATE(1477)] = 67351, + [SMALL_STATE(1478)] = 67364, + [SMALL_STATE(1479)] = 67377, + [SMALL_STATE(1480)] = 67388, + [SMALL_STATE(1481)] = 67401, + [SMALL_STATE(1482)] = 67414, + [SMALL_STATE(1483)] = 67425, + [SMALL_STATE(1484)] = 67438, + [SMALL_STATE(1485)] = 67451, + [SMALL_STATE(1486)] = 67464, + [SMALL_STATE(1487)] = 67473, + [SMALL_STATE(1488)] = 67486, + [SMALL_STATE(1489)] = 67499, + [SMALL_STATE(1490)] = 67512, + [SMALL_STATE(1491)] = 67525, + [SMALL_STATE(1492)] = 67538, + [SMALL_STATE(1493)] = 67551, + [SMALL_STATE(1494)] = 67564, + [SMALL_STATE(1495)] = 67577, + [SMALL_STATE(1496)] = 67590, + [SMALL_STATE(1497)] = 67603, + [SMALL_STATE(1498)] = 67614, + [SMALL_STATE(1499)] = 67627, + [SMALL_STATE(1500)] = 67640, + [SMALL_STATE(1501)] = 67653, + [SMALL_STATE(1502)] = 67662, + [SMALL_STATE(1503)] = 67673, + [SMALL_STATE(1504)] = 67686, + [SMALL_STATE(1505)] = 67699, + [SMALL_STATE(1506)] = 67712, + [SMALL_STATE(1507)] = 67725, + [SMALL_STATE(1508)] = 67733, + [SMALL_STATE(1509)] = 67741, + [SMALL_STATE(1510)] = 67751, + [SMALL_STATE(1511)] = 67761, + [SMALL_STATE(1512)] = 67771, + [SMALL_STATE(1513)] = 67781, + [SMALL_STATE(1514)] = 67791, + [SMALL_STATE(1515)] = 67799, + [SMALL_STATE(1516)] = 67807, + [SMALL_STATE(1517)] = 67815, + [SMALL_STATE(1518)] = 67823, + [SMALL_STATE(1519)] = 67831, + [SMALL_STATE(1520)] = 67839, + [SMALL_STATE(1521)] = 67847, + [SMALL_STATE(1522)] = 67855, + [SMALL_STATE(1523)] = 67863, + [SMALL_STATE(1524)] = 67871, + [SMALL_STATE(1525)] = 67879, + [SMALL_STATE(1526)] = 67887, + [SMALL_STATE(1527)] = 67895, + [SMALL_STATE(1528)] = 67903, + [SMALL_STATE(1529)] = 67911, + [SMALL_STATE(1530)] = 67919, + [SMALL_STATE(1531)] = 67927, + [SMALL_STATE(1532)] = 67935, + [SMALL_STATE(1533)] = 67943, + [SMALL_STATE(1534)] = 67951, + [SMALL_STATE(1535)] = 67959, + [SMALL_STATE(1536)] = 67967, + [SMALL_STATE(1537)] = 67975, + [SMALL_STATE(1538)] = 67983, + [SMALL_STATE(1539)] = 67991, + [SMALL_STATE(1540)] = 68001, + [SMALL_STATE(1541)] = 68009, + [SMALL_STATE(1542)] = 68019, + [SMALL_STATE(1543)] = 68027, + [SMALL_STATE(1544)] = 68037, + [SMALL_STATE(1545)] = 68047, + [SMALL_STATE(1546)] = 68055, + [SMALL_STATE(1547)] = 68065, + [SMALL_STATE(1548)] = 68073, + [SMALL_STATE(1549)] = 68083, + [SMALL_STATE(1550)] = 68093, + [SMALL_STATE(1551)] = 68103, + [SMALL_STATE(1552)] = 68111, + [SMALL_STATE(1553)] = 68121, + [SMALL_STATE(1554)] = 68131, + [SMALL_STATE(1555)] = 68141, + [SMALL_STATE(1556)] = 68149, + [SMALL_STATE(1557)] = 68159, + [SMALL_STATE(1558)] = 68169, + [SMALL_STATE(1559)] = 68177, + [SMALL_STATE(1560)] = 68187, + [SMALL_STATE(1561)] = 68197, + [SMALL_STATE(1562)] = 68207, + [SMALL_STATE(1563)] = 68217, + [SMALL_STATE(1564)] = 68225, + [SMALL_STATE(1565)] = 68235, + [SMALL_STATE(1566)] = 68245, + [SMALL_STATE(1567)] = 68255, + [SMALL_STATE(1568)] = 68265, + [SMALL_STATE(1569)] = 68273, + [SMALL_STATE(1570)] = 68283, + [SMALL_STATE(1571)] = 68291, + [SMALL_STATE(1572)] = 68299, + [SMALL_STATE(1573)] = 68307, + [SMALL_STATE(1574)] = 68315, + [SMALL_STATE(1575)] = 68325, + [SMALL_STATE(1576)] = 68333, + [SMALL_STATE(1577)] = 68343, + [SMALL_STATE(1578)] = 68351, + [SMALL_STATE(1579)] = 68361, + [SMALL_STATE(1580)] = 68369, + [SMALL_STATE(1581)] = 68377, + [SMALL_STATE(1582)] = 68385, + [SMALL_STATE(1583)] = 68395, + [SMALL_STATE(1584)] = 68402, + [SMALL_STATE(1585)] = 68409, + [SMALL_STATE(1586)] = 68416, + [SMALL_STATE(1587)] = 68423, + [SMALL_STATE(1588)] = 68430, + [SMALL_STATE(1589)] = 68437, + [SMALL_STATE(1590)] = 68444, + [SMALL_STATE(1591)] = 68451, + [SMALL_STATE(1592)] = 68458, + [SMALL_STATE(1593)] = 68465, + [SMALL_STATE(1594)] = 68472, + [SMALL_STATE(1595)] = 68479, + [SMALL_STATE(1596)] = 68486, + [SMALL_STATE(1597)] = 68493, + [SMALL_STATE(1598)] = 68500, + [SMALL_STATE(1599)] = 68507, + [SMALL_STATE(1600)] = 68514, + [SMALL_STATE(1601)] = 68521, + [SMALL_STATE(1602)] = 68528, + [SMALL_STATE(1603)] = 68535, + [SMALL_STATE(1604)] = 68542, + [SMALL_STATE(1605)] = 68549, + [SMALL_STATE(1606)] = 68556, + [SMALL_STATE(1607)] = 68563, + [SMALL_STATE(1608)] = 68570, + [SMALL_STATE(1609)] = 68577, + [SMALL_STATE(1610)] = 68584, + [SMALL_STATE(1611)] = 68591, + [SMALL_STATE(1612)] = 68598, + [SMALL_STATE(1613)] = 68605, + [SMALL_STATE(1614)] = 68612, + [SMALL_STATE(1615)] = 68619, + [SMALL_STATE(1616)] = 68626, + [SMALL_STATE(1617)] = 68633, + [SMALL_STATE(1618)] = 68640, + [SMALL_STATE(1619)] = 68647, + [SMALL_STATE(1620)] = 68654, + [SMALL_STATE(1621)] = 68661, + [SMALL_STATE(1622)] = 68668, + [SMALL_STATE(1623)] = 68675, + [SMALL_STATE(1624)] = 68682, + [SMALL_STATE(1625)] = 68689, + [SMALL_STATE(1626)] = 68696, + [SMALL_STATE(1627)] = 68703, + [SMALL_STATE(1628)] = 68710, + [SMALL_STATE(1629)] = 68717, + [SMALL_STATE(1630)] = 68724, + [SMALL_STATE(1631)] = 68731, + [SMALL_STATE(1632)] = 68738, + [SMALL_STATE(1633)] = 68745, + [SMALL_STATE(1634)] = 68752, + [SMALL_STATE(1635)] = 68759, + [SMALL_STATE(1636)] = 68766, + [SMALL_STATE(1637)] = 68773, + [SMALL_STATE(1638)] = 68780, + [SMALL_STATE(1639)] = 68787, + [SMALL_STATE(1640)] = 68794, + [SMALL_STATE(1641)] = 68801, + [SMALL_STATE(1642)] = 68808, + [SMALL_STATE(1643)] = 68815, + [SMALL_STATE(1644)] = 68822, + [SMALL_STATE(1645)] = 68829, + [SMALL_STATE(1646)] = 68836, + [SMALL_STATE(1647)] = 68843, + [SMALL_STATE(1648)] = 68850, + [SMALL_STATE(1649)] = 68857, + [SMALL_STATE(1650)] = 68864, + [SMALL_STATE(1651)] = 68871, + [SMALL_STATE(1652)] = 68878, + [SMALL_STATE(1653)] = 68885, + [SMALL_STATE(1654)] = 68892, + [SMALL_STATE(1655)] = 68899, + [SMALL_STATE(1656)] = 68906, + [SMALL_STATE(1657)] = 68913, + [SMALL_STATE(1658)] = 68920, + [SMALL_STATE(1659)] = 68927, + [SMALL_STATE(1660)] = 68934, + [SMALL_STATE(1661)] = 68941, + [SMALL_STATE(1662)] = 68948, + [SMALL_STATE(1663)] = 68955, + [SMALL_STATE(1664)] = 68962, + [SMALL_STATE(1665)] = 68969, + [SMALL_STATE(1666)] = 68976, + [SMALL_STATE(1667)] = 68983, + [SMALL_STATE(1668)] = 68990, + [SMALL_STATE(1669)] = 68997, + [SMALL_STATE(1670)] = 69004, + [SMALL_STATE(1671)] = 69011, + [SMALL_STATE(1672)] = 69018, + [SMALL_STATE(1673)] = 69025, + [SMALL_STATE(1674)] = 69032, + [SMALL_STATE(1675)] = 69039, + [SMALL_STATE(1676)] = 69046, + [SMALL_STATE(1677)] = 69053, + [SMALL_STATE(1678)] = 69060, + [SMALL_STATE(1679)] = 69067, + [SMALL_STATE(1680)] = 69074, + [SMALL_STATE(1681)] = 69081, + [SMALL_STATE(1682)] = 69088, + [SMALL_STATE(1683)] = 69095, + [SMALL_STATE(1684)] = 69102, + [SMALL_STATE(1685)] = 69109, + [SMALL_STATE(1686)] = 69116, + [SMALL_STATE(1687)] = 69123, + [SMALL_STATE(1688)] = 69130, + [SMALL_STATE(1689)] = 69137, + [SMALL_STATE(1690)] = 69144, + [SMALL_STATE(1691)] = 69151, + [SMALL_STATE(1692)] = 69158, + [SMALL_STATE(1693)] = 69165, + [SMALL_STATE(1694)] = 69172, + [SMALL_STATE(1695)] = 69179, + [SMALL_STATE(1696)] = 69186, + [SMALL_STATE(1697)] = 69193, + [SMALL_STATE(1698)] = 69200, + [SMALL_STATE(1699)] = 69207, + [SMALL_STATE(1700)] = 69214, + [SMALL_STATE(1701)] = 69221, + [SMALL_STATE(1702)] = 69228, + [SMALL_STATE(1703)] = 69235, + [SMALL_STATE(1704)] = 69242, + [SMALL_STATE(1705)] = 69249, + [SMALL_STATE(1706)] = 69256, + [SMALL_STATE(1707)] = 69263, + [SMALL_STATE(1708)] = 69270, + [SMALL_STATE(1709)] = 69277, + [SMALL_STATE(1710)] = 69284, + [SMALL_STATE(1711)] = 69291, + [SMALL_STATE(1712)] = 69298, + [SMALL_STATE(1713)] = 69305, + [SMALL_STATE(1714)] = 69312, + [SMALL_STATE(1715)] = 69319, + [SMALL_STATE(1716)] = 69326, + [SMALL_STATE(1717)] = 69333, + [SMALL_STATE(1718)] = 69340, + [SMALL_STATE(1719)] = 69347, + [SMALL_STATE(1720)] = 69354, + [SMALL_STATE(1721)] = 69361, + [SMALL_STATE(1722)] = 69368, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), - [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), + [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 0, 0, 0), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(440), - [112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1113), - [115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1013), - [118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(153), - [121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(389), - [124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(111), - [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(388), - [130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(186), - [133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(225), - [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(177), - [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1314), - [142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1315), - [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1316), - [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(373), - [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(298), - [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(448), - [157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(325), - [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1479), - [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(269), - [166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(67), - [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(589), - [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(155), - [175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(161), - [178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(346), - [181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1501), - [184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1493), - [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1492), - [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(381), - [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(397), - [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1482), - [199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(351), - [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(317), - [205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(869), - [208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(178), - [211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(760), - [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(760), - [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(134), - [220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), - [222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(926), - [225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(907), - [228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1), - [236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(329), - [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(299), - [242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(456), - [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(333), - [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1496), - [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(281), - [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(66), - [257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1494), - [260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1491), - [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), - [265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(191), - [270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), REDUCE(sym_primary_expression, 1, .production_id = 1), - [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(337), - [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), - [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .production_id = 1), - [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(615), - [285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(189), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), + [111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(462), + [114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1321), + [117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1201), + [120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(162), + [123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(384), + [126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(68), + [129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(406), + [132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(217), + [135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(244), + [138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(184), + [141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1523), + [144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1525), + [147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1531), + [150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(385), + [153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(324), + [156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(508), + [159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(407), + [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1712), + [165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(288), + [168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(67), + [171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(676), + [174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(157), + [177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(164), + [180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(378), + [183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1619), + [186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1585), + [189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1648), + [192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(367), + [195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(458), + [198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1629), + [201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(342), + [204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(343), + [207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1016), + [210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(174), + [213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(908), + [216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(908), + [219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(134), + [222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1035), + [225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1037), + [228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1, 0, 0), + [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(423), + [237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(493), + [243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(424), + [246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1688), + [249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(304), + [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(66), + [255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1713), + [258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1691), + [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), + [265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), + [267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(194), + [270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 1), REDUCE(sym_primary_expression, 1, 0, 1), + [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(370), + [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), + [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 1), + [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(675), + [285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(197), [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(346), - [293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(338), - [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), - [302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), - [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), + [290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(378), + [293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(391), + [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), + [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), + [302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 1), + [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), - [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), - [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), - [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), - [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), - [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), - [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), + [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), + [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), + [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), [568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), - [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), - [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), - [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 8), - [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), - [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 8), - [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), - [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 8), + [570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), + [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), + [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), REDUCE(sym_list_splat_pattern, 2, 0, 8), + [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, 0, 8), + [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), + [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, 0, 8), [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), - [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), - [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), - [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), - [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), - [633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 1), - [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), - [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), - [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), - [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), - [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), - [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), - [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), - [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), - [675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3, .production_id = 16), - [677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3, .production_id = 16), - [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), - [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, .production_id = 7), - [687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2, .production_id = 7), - [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), - [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), - [701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, .production_id = 7), - [703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3, .production_id = 16), - [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 3, .production_id = 50), - [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), - [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), - [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), - [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), - [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), - [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), - [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), - [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, .production_id = 24), - [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 1), - [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, .production_id = 141), - [759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, .production_id = 141), - [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), - [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1), - [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 3, .production_id = 16), - [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 123), - [785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 123), - [787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 122), - [789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 122), - [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 98), - [797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, .production_id = 98), - [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, .production_id = 7), - [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 3, .production_id = 16), - [825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 33), - [827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 2, .production_id = 7), - [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 56), - [849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 56), - [851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), - [853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), - [855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1), - [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 70), - [863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 70), - [865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 40), - [867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, .production_id = 40), - [869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, .production_id = 69), - [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, .production_id = 81), - [875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, .production_id = 81), - [877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), - [879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), - [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), - [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), - [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), - [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), - [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), - [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), - [899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), - [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 10), - [909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 68), - [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 29), - [915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 28), - [917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 69), - [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 95), - [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2), - [927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3), - [929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), - [931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), - [933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(267), - [936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 76), - [938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 76), - [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), - [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 77), - [944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 77), - [946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), - [948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2), - [950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), SHIFT_REPEAT(1495), - [953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(277), - [956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 2), - [958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 2), - [960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), - [962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), - [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 3), - [966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 3), - [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 54), - [982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 54), - [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 4), - [988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 4), - [990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1), - [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1), - [994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), SHIFT_REPEAT(1429), - [997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 102), - [999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 102), - [1001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), - [1003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), - [1005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), SHIFT_REPEAT(365), - [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [1010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), SHIFT_REPEAT(318), - [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), - [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), - [1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), - [1019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cases, 1), - [1021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cases, 1), - [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), - [1025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 7, .production_id = 163), - [1027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 7, .production_id = 163), - [1029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 7, .production_id = 164), - [1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 7, .production_id = 164), - [1033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, .production_id = 130), - [1035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, .production_id = 130), - [1037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 5, .production_id = 148), - [1039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 5, .production_id = 148), - [1041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 5, .production_id = 147), - [1043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 5, .production_id = 147), - [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), - [1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 6, .production_id = 157), - [1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 6, .production_id = 157), - [1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 6, .production_id = 158), - [1053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 6, .production_id = 158), - [1055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 8, .production_id = 165), - [1057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 8, .production_id = 165), - [1059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, .production_id = 81), - [1061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, .production_id = 81), - [1063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cases_repeat1, 2), - [1065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2), - [1067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2), SHIFT_REPEAT(728), - [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 3, .production_id = 56), - [1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 3, .production_id = 56), - [1074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2), SHIFT_REPEAT(733), - [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), - [1079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 81), - [1081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 81), - [1083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), - [1085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 9), - [1088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), - [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 9), - [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 9), - [1096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 74), - [1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 74), - [1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 125), - [1102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 125), - [1104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, .production_id = 77), - [1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, .production_id = 77), - [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, .production_id = 55), - [1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, .production_id = 55), - [1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 129), - [1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 129), - [1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 3, .production_id = 50), - [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 105), - [1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 105), - [1124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, .production_id = 56), - [1126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, .production_id = 56), - [1128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 80), - [1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 80), - [1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, .production_id = 54), - [1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, .production_id = 54), - [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 143), - [1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 143), - [1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, .production_id = 24), - [1142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1), REDUCE(sym_primary_expression, 1), - [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [1147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1), - [1149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1), - [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [1153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), - [1155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern, 2), REDUCE(sym_list, 2), - [1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), - [1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2), - [1162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2), - [1164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 6, .production_id = 159), - [1166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 6, .production_id = 159), - [1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), - [1170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), REDUCE(sym_tuple, 2), - [1173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), - [1175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), - [1177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 2), - [1179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, .production_id = 151), - [1181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, .production_id = 151), - [1183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, .production_id = 150), - [1185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, .production_id = 150), - [1187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, .production_id = 81), - [1189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, .production_id = 81), - [1191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, .production_id = 56), - [1193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, .production_id = 56), - [1195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 4, .production_id = 134), - [1197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 4, .production_id = 134), - [1199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 90), - [1201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 90), - [1203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 145), - [1205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 145), - [1207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 144), - [1209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 144), - [1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 3, .production_id = 56), - [1213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 3, .production_id = 56), - [1215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 142), - [1217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 142), - [1219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 7, .production_id = 139), - [1221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 139), - [1223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 138), - [1225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 138), - [1227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 64), - [1229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 4, .production_id = 64), - [1231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 137), - [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 137), - [1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 7, .production_id = 81), - [1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 7, .production_id = 81), - [1239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 4, .production_id = 81), - [1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 4, .production_id = 81), - [1243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 128), - [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 128), - [1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 60), - [1249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 60), - [1251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, .production_id = 162), - [1253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, .production_id = 162), - [1255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 127), - [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 127), - [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 126), - [1261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 126), - [1263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 124), - [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 124), - [1267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 118), - [1269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 118), - [1271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 117), - [1273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 117), - [1275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 116), - [1277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 116), - [1279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 115), - [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 115), - [1283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 114), - [1285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 114), - [1287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 161), - [1289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 161), - [1291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 56), - [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 56), - [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 156), - [1297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 156), - [1299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 75), - [1301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 75), - [1303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 155), - [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 155), - [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, .production_id = 106), - [1309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, .production_id = 106), - [1311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 152), - [1313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 152), - [1315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 78), - [1317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 78), - [1319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, .production_id = 57), - [1321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, .production_id = 57), - [1323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 153), - [1325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 153), - [1327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 104), - [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 104), - [1331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 79), - [1333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 79), - [1335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, .production_id = 103), - [1337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, .production_id = 103), - [1339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 101), - [1341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 101), - [1343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 99), - [1345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 99), - [1347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorated_definition, 2, .production_id = 19), - [1349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorated_definition, 2, .production_id = 19), - [1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 82), - [1353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 82), - [1355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 59), - [1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 59), - [1359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 146), - [1361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 146), - [1363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 91), - [1365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 91), - [1367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 154), - [1369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 154), - [1371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 89), - [1373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 89), - [1375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 87), - [1377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 87), - [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), - [1381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1), - [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), - [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), - [1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2), - [1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2), - [1391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2), SHIFT_REPEAT(916), - [1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_template_string, 2), - [1396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_template_string, 2), - [1398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), - [1400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), - [1402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [1404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [1406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(913), - [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), - [1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), - [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [1415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), - [1417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, .production_id = 20), - [1419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, .production_id = 20), - [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3, .production_id = 20), - [1423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3, .production_id = 20), - [1425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, .production_id = 2), - [1427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, .production_id = 2), - [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), - [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), - [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2, .production_id = 2), - [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2, .production_id = 2), - [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3), - [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3), - [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3, .production_id = 25), - [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3, .production_id = 25), - [1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 61), - [1449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 61), - [1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 61), - [1453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 61), - [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, .production_id = 51), - [1457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, .production_id = 51), - [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, .production_id = 31), - [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, .production_id = 31), - [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, .production_id = 61), - [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, .production_id = 61), - [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 4, .production_id = 51), - [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 4, .production_id = 51), - [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_expression, 4, .production_id = 51), - [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_expression, 4, .production_id = 51), - [1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 51), - [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 51), - [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 93), - [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 93), - [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 67), - [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 67), - [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, .production_id = 17), - [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, .production_id = 17), - [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 31), - [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 31), - [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5, .production_id = 61), - [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5, .production_id = 61), - [1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 93), - [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 93), - [1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2), - [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2), - [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [1515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), - [1517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [1527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [1531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), - [1533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [1535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), - [1547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [1551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [1555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [1557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [1569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, .production_id = 67), - [1571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, .production_id = 67), - [1573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, .production_id = 31), - [1575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, .production_id = 31), - [1577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [1579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [1581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3, .production_id = 25), - [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3, .production_id = 25), - [1585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3, .production_id = 31), - [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3, .production_id = 31), - [1589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 26), - [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 26), - [1593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, .production_id = 25), - [1595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, .production_id = 25), - [1597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, .production_id = 39), - [1599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, .production_id = 39), - [1601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 41), - [1603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 41), - [1605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 71), - [1607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 71), - [1609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 72), - [1611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 72), - [1613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2), - [1615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2), - [1617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, .production_id = 13), - [1619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, .production_id = 13), - [1621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2), SHIFT_REPEAT(915), - [1624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(906), - [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [1629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2), SHIFT_REPEAT(907), - [1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), - [1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [1642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [1652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), - [1660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [1662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(926), - [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), - [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), - [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), - [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [1701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), - [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), - [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), - [1715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 3), - [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 3), - [1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), - [1721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 2), - [1723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 2), - [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), - [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [1737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), - [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [1745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), - [1747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(596), - [1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), - [1752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1399), - [1755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(596), - [1758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(578), - [1761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, .production_id = 18), - [1763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, .production_id = 18), - [1765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(583), - [1768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1417), - [1771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(583), - [1774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(576), - [1777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 36), - [1779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 36), SHIFT_REPEAT(482), - [1782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, .production_id = 25), - [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), - [1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [1790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 31), - [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [1794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(607), - [1797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1483), - [1800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(607), - [1803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(577), - [1806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, .production_id = 25), - [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 34), - [1812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(598), - [1815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1424), - [1818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(598), - [1821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(575), - [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, .production_id = 16), - [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [1832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [1852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [1860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 3), - [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 2), - [1864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, .production_id = 10), - [1866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, .production_id = 10), - [1868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2), - [1870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2), SHIFT_REPEAT(1418), - [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 1), - [1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_capture_pattern, 1), - [1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 27), - [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [1885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 27), - [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 2), - [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 1, .production_id = 7), - [1909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, .production_id = 32), - [1911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 3, .production_id = 32), - [1913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, .production_id = 66), - [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5), - [1917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1), - [1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 35), - [1921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 35), - [1923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, .production_id = 39), - [1925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, .production_id = 39), - [1927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5), - [1929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 2), - [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_value_pattern, 2), - [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [1935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = -1, .production_id = 12), SHIFT(176), - [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), - [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 4, .production_id = 66), - [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), - [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), - [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2, .production_id = 14), - [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [1970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [1972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1, .production_id = 83), - [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [1976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(172), - [1979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1037), - [1982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1037), - [1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), - [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 2, .production_id = 107), - [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 3), - [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [2009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 31), - [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2), - [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 1), - [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_within_for_in_clause, 1), - [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 4), - [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 3), - [2033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__f_expression, 1), - [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), - [2037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(375), - [2040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(1498), - [2043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(449), - [2046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 2), - [2048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2), - [2050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2), SHIFT_REPEAT(842), - [2053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 3, .production_id = 136), - [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_group_pattern, 3, .production_id = 131), - [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 2), - [2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 4), - [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 4, .production_id = 136), - [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 5), - [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 5), - [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 5, .production_id = 136), - [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36), - [2077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(235), - [2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 4, .production_id = 149), - [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [2094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 4), - [2096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 6), - [2098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 2), - [2100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 6, .production_id = 136), - [2102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2), - [2104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 7), - [2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 7, .production_id = 136), - [2108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, .production_id = 98), - [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [2112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 8, .production_id = 136), - [2114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 9, .production_id = 136), - [2116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), - [2118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(270), - [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 141), - [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_or_pattern, 1), - [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, .production_id = 16), - [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 3), - [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 122), - [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 123), - [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2), - [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 3, .production_id = 132), - [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 3), - [2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 31), - [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = -1, .production_id = 12), - [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2, .production_id = 11), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 62), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, .production_id = 15), - [2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [2205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, .production_id = 10), - [2207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), - [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [2211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), - [2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1), - [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, .production_id = 32), - [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1), - [2225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, .production_id = 66), - [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_hand_side, 1), - [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [2241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), - [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [2251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), - [2253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(1035), - [2256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(1035), - [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), - [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_content, 1), - [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [2269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [2271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1), - [2273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2), SHIFT_REPEAT(1486), - [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 1), - [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_expression, 1), - [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_bound, 2, .production_id = 109), - [2288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 43), - [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 43), - [2292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2), - [2294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2), SHIFT_REPEAT(351), - [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 3), - [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 3), - [2301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 2), - [2303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 43), - [2305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 43), - [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, .production_id = 68), - [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2), - [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 4), - [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 4), - [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [2323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, .production_id = 43), - [2325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, .production_id = 43), - [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2), - [2329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2), SHIFT_REPEAT(807), - [2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, .production_id = 35), - [2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, .production_id = 119), - [2336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_as_pattern, 3, .production_id = 135), - [2338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 1, .production_id = 6), - [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [2344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_list_repeat1, 2, .production_id = 31), - [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [2350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, .production_id = 43), - [2352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, .production_id = 43), - [2354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), - [2356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 10), - [2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 95), - [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [2362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2), - [2364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(173), - [2367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(1072), - [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [2372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_param_default, 2, .production_id = 110), - [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [2382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, .production_id = 16), - [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [2390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 6), - [2392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, .production_id = 30), - [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 120), - [2404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_star_pattern, 2, .production_id = 11), - [2406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 121), - [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [2414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5, .production_id = 140), - [2416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 4, .production_id = 53), - [2418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 27), - [2420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 4, .production_id = 63), - [2422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 5, .production_id = 88), - [2424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(230), - [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 3, .production_id = 22), - [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1), - [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 36), - [2437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 36), SHIFT_REPEAT(224), - [2440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 94), - [2442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 31), - [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [2446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 1, .production_id = 6), - [2456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 35), - [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2), - [2464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(356), - [2467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 52), SHIFT_REPEAT(339), - [2470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 52), - [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [2474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_prefix_repeat1, 2), - [2476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_prefix_repeat1, 2), SHIFT_REPEAT(1114), - [2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), - [2481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), SHIFT_REPEAT(288), - [2484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, .production_id = 16), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [2488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, .production_id = 65), - [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, .production_id = 49), - [2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3), - [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 28), - [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 29), - [2512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44), SHIFT_REPEAT(1244), - [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44), - [2517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 23), - [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [2521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 22), - [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3), - [2525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2), SHIFT_REPEAT(1411), - [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2), - [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [2544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 2), - [2546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 2), - [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [2556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(340), - [2559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_list_repeat1, 2, .production_id = 36), - [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [2563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 3), - [2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 3), - [2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1), - [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 2, .production_id = 133), - [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, .production_id = 15), - [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [2591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_prefix, 1), - [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 3), - [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 2, .production_id = 23), - [2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 2, .production_id = 23), - [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, .production_id = 84), - [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 1, .production_id = 7), - [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [2611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_list, 2, .production_id = 16), - [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [2617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 36), SHIFT_REPEAT(253), - [2620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 36), - [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_maybe_star_pattern, 1), - [2632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_patterns, 1), - [2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, .production_id = 86), - [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [2656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 36), - [2658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(212), - [2661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), SHIFT_REPEAT(133), - [2664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [2670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(226), - [2673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, .production_id = 36), - [2675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2), SHIFT_REPEAT(870), - [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2), - [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [2710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [2712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), - [2714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44), SHIFT_REPEAT(1190), - [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 37), - [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relative_import, 1), - [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [2733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 1), - [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [2757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1), - [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [2777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 113), SHIFT_REPEAT(1004), - [2780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 113), - [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [2790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 73), - [2792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 73), - [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [2796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, .production_id = 15), - [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [2800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 2, .production_id = 16), - [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [2820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1), - [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2), - [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [2846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), - [2848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(878), - [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [2855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(877), - [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [2868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aliased_import, 3, .production_id = 45), - [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [2872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, .production_id = 112), - [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [2890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2), - [2892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2), SHIFT_REPEAT(1351), - [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 3, .dynamic_precedence = -1, .production_id = 58), - [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2), - [2907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2), SHIFT_REPEAT(839), - [2910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 6, .production_id = 97), - [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [2916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1), - [2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1), - [2920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1), - [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [2926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 3, .production_id = 108), - [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 3, .production_id = 108), - [2930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 3, .production_id = 111), - [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_keyword_pattern, 3, .production_id = 160), - [2934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 86), - [2936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2), - [2938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, .production_id = 48), - [2940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), - [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [2946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, .production_id = 47), - [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [2950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_import, 1), - [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [2954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 4, .production_id = 46), - [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [2972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, .production_id = 5), - [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, .production_id = 39), - [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 38), - [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [2990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3), - [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, .production_id = 85), - [3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, .production_id = 92), - [3002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 67), - [3008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_double_star_pattern, 2, .production_id = 11), - [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, .production_id = 31), - [3012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_positional_pattern, 1), - [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [3016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 31), - [3018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 6, .production_id = 96), - [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_key_value_pattern, 3, .production_id = 62), - [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5), - [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [3096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4), - [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [3172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [3194] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [3196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_import, 2, .production_id = 23), - [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [3224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3), + [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), + [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), + [609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), + [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), + [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), + [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), + [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), + [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), + [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), + [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), + [671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, 0, 7), + [673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2, 0, 7), + [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), + [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), + [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), + [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), + [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), + [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3, 0, 16), + [701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3, 0, 16), + [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), + [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), + [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), + [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), + [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), + [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), + [745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 1, 0, 0), + [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), + [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, 0, 7), + [763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3, 0, 16), + [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, 0, 24), + [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), + [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), + [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), + [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), + [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), + [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), + [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), + [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), + [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 1, 0, 0), + [813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 3, 0, 50), + [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), + [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, 0, 141), + [827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, 0, 141), + [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), + [831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, 0, 7), + [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), + [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 98), + [839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, 0, 98), + [841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 3, 0, 16), + [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 122), + [863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, 0, 122), + [865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 123), + [867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, 0, 123), + [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1, 0, 0), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 3, 0, 16), + [909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 2, 0, 7), + [911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, 0, 33), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, 0, 81), + [939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, 0, 81), + [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), + [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), + [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), + [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), + [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), + [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), + [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), + [955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, 0, 69), + [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), + [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1, 0, 0), + [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, 0, 56), + [981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, 0, 56), + [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), + [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 10), + [993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, 0, 28), + [995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, 0, 29), + [997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, 0, 0), + [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 40), + [1001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, 0, 40), + [1003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, 0, 68), + [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [1007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 0), + [1009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, 0, 69), + [1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, 0, 95), + [1013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, 0, 70), + [1015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, 0, 70), + [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [1019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 54), + [1021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 54), + [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [1025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 4, 0, 0), + [1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 4, 0, 0), + [1029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), + [1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), + [1033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 102), + [1035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 102), + [1037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 2, 0, 0), + [1039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 2, 0, 0), + [1041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [1043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1, 0, 0), + [1045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1, 0, 0), + [1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 76), + [1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 76), + [1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 77), + [1053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 77), + [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [1061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), + [1063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), + [1065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(295), + [1068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), + [1070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), + [1072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1611), + [1075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(311), + [1078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1704), + [1081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 3, 0, 0), + [1083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 3, 0, 0), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [1091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 100), + [1093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 100), + [1095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 100), SHIFT_REPEAT(380), + [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), + [1106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 100), SHIFT_REPEAT(429), + [1109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 6, 0, 158), + [1111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 6, 0, 158), + [1113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 3, 0, 56), + [1115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 3, 0, 56), + [1117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, 0, 81), + [1119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, 0, 81), + [1121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, 0, 130), + [1123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, 0, 130), + [1125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 5, 0, 147), + [1127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 5, 0, 147), + [1129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 5, 0, 148), + [1131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 5, 0, 148), + [1133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 7, 0, 163), + [1135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 7, 0, 163), + [1137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 6, 0, 157), + [1139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 6, 0, 157), + [1141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 7, 0, 164), + [1143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 7, 0, 164), + [1145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 8, 0, 165), + [1147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 8, 0, 165), + [1149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cases_repeat1, 2, 0, 0), + [1151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2, 0, 0), + [1153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2, 0, 0), SHIFT_REPEAT(856), + [1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cases, 1, 0, 0), + [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cases, 1, 0, 0), + [1160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), + [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), + [1164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), + [1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2, 0, 0), SHIFT_REPEAT(862), + [1169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 3, 0, 50), + [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [1173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), + [1175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0), REDUCE(sym_primary_expression, 1, 0, 0), + [1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), + [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 0), + [1184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0), + [1186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 74), + [1188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 74), + [1190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, 0, 54), + [1192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, 0, 54), + [1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 143), + [1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 143), + [1198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, 0, 24), + [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, 0, 56), + [1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, 0, 56), + [1204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 129), + [1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 129), + [1208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, 0, 81), + [1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, 0, 81), + [1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, 0, 77), + [1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, 0, 77), + [1216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym_list_splat_pattern, 2, 0, 9), + [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [1221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, 0, 9), + [1223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, 0, 9), + [1225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 80), + [1227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 80), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [1231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 125), + [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 125), + [1235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 105), + [1237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 105), + [1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, 0, 55), + [1241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, 0, 55), + [1243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, 0, 81), + [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, 0, 81), + [1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, 0, 56), + [1249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, 0, 56), + [1251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 4, 0, 134), + [1253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 4, 0, 134), + [1255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, 0, 150), + [1257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, 0, 150), + [1259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, 0, 151), + [1261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, 0, 151), + [1263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 6, 0, 159), + [1265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 6, 0, 159), + [1267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2, 0, 0), + [1269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), REDUCE(sym_tuple, 2, 0, 0), + [1272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2, 0, 0), + [1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), + [1276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 2, 0, 0), + [1278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2, 0, 0), + [1280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern, 2, 0, 0), REDUCE(sym_list, 2, 0, 0), + [1283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2, 0, 0), + [1285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2, 0, 0), + [1287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2, 0, 0), + [1289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 75), + [1291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 75), + [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, 0, 106), + [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, 0, 106), + [1297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 3, 0, 56), + [1299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 3, 0, 56), + [1301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, 0, 56), + [1303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, 0, 56), + [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 114), + [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 114), + [1309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 115), + [1311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 115), + [1313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorated_definition, 2, 0, 19), + [1315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorated_definition, 2, 0, 19), + [1317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 116), + [1319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 116), + [1321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 117), + [1323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 117), + [1325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 118), + [1327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 118), + [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 124), + [1331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 124), + [1333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 126), + [1335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 126), + [1337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 127), + [1339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 127), + [1341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 128), + [1343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 128), + [1345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 4, 0, 81), + [1347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 4, 0, 81), + [1349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 7, 0, 81), + [1351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 7, 0, 81), + [1353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 137), + [1355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 137), + [1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 138), + [1359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 138), + [1361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, 0, 139), + [1363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 7, 0, 139), + [1365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 142), + [1367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 142), + [1369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 144), + [1371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 144), + [1373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 145), + [1375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 145), + [1377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 146), + [1379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 146), + [1381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, 0, 82), + [1383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, 0, 82), + [1385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 87), + [1387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 87), + [1389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 152), + [1391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 152), + [1393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 153), + [1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 153), + [1397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 154), + [1399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 154), + [1401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 155), + [1403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 155), + [1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 156), + [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 156), + [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 89), + [1411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 89), + [1413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 161), + [1415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 161), + [1417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, 0, 162), + [1419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, 0, 162), + [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 90), + [1423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 90), + [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, 0, 57), + [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, 0, 57), + [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, 0, 59), + [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, 0, 59), + [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, 0, 60), + [1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, 0, 60), + [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 4, 0, 64), + [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, 0, 64), + [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, 0, 78), + [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, 0, 78), + [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 79), + [1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 79), + [1449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 91), + [1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 91), + [1453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 99), + [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 99), + [1457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 101), + [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 101), + [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, 0, 103), + [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, 0, 103), + [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 104), + [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 104), + [1469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1, 0, 0), + [1473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [1475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), + [1477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), + [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), + [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), + [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_template_string, 2, 0, 0), + [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_template_string, 2, 0, 0), + [1487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), + [1489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), + [1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), + [1493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1044), + [1496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2, 0, 0), + [1498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2, 0, 0), + [1500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1045), + [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [1505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), + [1507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), + [1509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), + [1511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [1513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [1515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), + [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 2), + [1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 2), + [1521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2, 0, 2), + [1523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2, 0, 2), + [1525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 20), + [1527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 20), + [1529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3, 0, 20), + [1531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3, 0, 20), + [1533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), + [1535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), + [1537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 31), + [1539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 31), + [1541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 61), + [1543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 61), + [1545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 67), + [1547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 67), + [1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 93), + [1551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 93), + [1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3, 0, 25), + [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3, 0, 25), + [1557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, 0, 25), + [1559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, 0, 25), + [1561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3, 0, 0), + [1563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3, 0, 0), + [1565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3, 0, 31), + [1567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3, 0, 31), + [1569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3, 0, 25), + [1571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3, 0, 25), + [1573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 26), + [1575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 26), + [1577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 61), + [1579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 61), + [1581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5, 0, 61), + [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5, 0, 61), + [1585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2, 0, 0), + [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2, 0, 0), + [1589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 31), + [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 31), + [1593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [1595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [1597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), + [1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), + [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [1611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), + [1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [1619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), + [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [1627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 67), + [1629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 67), + [1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_expression, 4, 0, 51), + [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_expression, 4, 0, 51), + [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), + [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), + [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [1645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [1659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), + [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [1663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, 0, 51), + [1665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, 0, 51), + [1667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, 0, 31), + [1669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, 0, 31), + [1671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, 0, 61), + [1673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, 0, 61), + [1675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 4, 0, 51), + [1677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 4, 0, 51), + [1679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_comprehension, 4, 0, 51), + [1681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_comprehension, 4, 0, 51), + [1683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 93), + [1685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 93), + [1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, 0, 17), + [1689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, 0, 17), + [1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, 0, 39), + [1693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, 0, 39), + [1695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2, 0, 0), + [1697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2, 0, 0), + [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 41), + [1701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 41), + [1703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1050), + [1706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1051), + [1709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 71), + [1711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 71), + [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 72), + [1715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 72), + [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, 0, 13), + [1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, 0, 13), + [1721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1056), + [1724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [1740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [1742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [1748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), + [1752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [1754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1059), + [1757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [1769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [1773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [1781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1035), + [1784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1037), + [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [1791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), + [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [1795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [1803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [1805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [1807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), + [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), + [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [1857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 2, 0, 0), + [1859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 2, 0, 0), + [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), + [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [1877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 3, 0, 0), + [1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 3, 0, 0), + [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), + [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [1899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [1903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), + [1905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(665), + [1908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), + [1910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(1700), + [1913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(665), + [1916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(625), + [1919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(630), + [1922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(1634), + [1925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(630), + [1928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(615), + [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, 0, 18), + [1933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, 0, 18), + [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 36), + [1937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 36), SHIFT_REPEAT(612), + [1940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [1946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(648), + [1949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(1720), + [1952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(648), + [1955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(623), + [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [1960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, 0, 25), + [1962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, 0, 34), + [1964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(661), + [1967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(1671), + [1970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(661), + [1973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(618), + [1976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 25), + [1978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 31), + [1980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(683), + [1983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(1674), + [1986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(683), + [1989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(626), + [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [1996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, 0, 16), + [1998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(639), + [2001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(1612), + [2004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(639), + [2007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 42), SHIFT_REPEAT(622), + [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [2014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [2018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [2020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [2024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [2028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [2030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [2032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [2034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [2038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [2044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [2046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 3, 0, 0), + [2048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 2, 0, 0), + [2050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, 0, 10), + [2052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, 0, 10), + [2054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2, 0, 0), + [2056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1667), + [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), + [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 1, 0, 7), + [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [2093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 1, 0, 0), + [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_capture_pattern, 1, 0, 0), + [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1, 0, 0), + [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [2101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, -1, 12), SHIFT(175), + [2104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [2112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 2, 0, 0), + [2114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_value_pattern, 2, 0, 0), + [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [2130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 21), SHIFT_REPEAT(181), + [2133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 21), SHIFT_REPEAT(1147), + [2136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 21), SHIFT_REPEAT(1147), + [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 21), + [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 35), + [2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 35), + [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, 0, 39), + [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, 0, 32), + [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 3, 0, 32), + [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [2175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, 0, 39), + [2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, 0, 66), + [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 0), + [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1, 0, 83), + [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [2189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 4, 0, 66), + [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 27), + [2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 2, 0, 107), + [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), + [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [2211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, 0, 0), + [2213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 27), + [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_within_for_in_clause, 1, 0, 0), + [2217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 3, 0, 0), + [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), + [2223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(346), + [2226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(1595), + [2229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(497), + [2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [2236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 2, 0, 0), + [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [2242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__f_expression, 1, 0, 0), + [2244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2, 0, 0), + [2246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2, 0, 0), + [2248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(987), + [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 2, 0, 0), + [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 1, 0, 0), + [2257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 4, 0, 0), + [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [2265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 3, 0, 136), + [2267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, 0, 98), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [2277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 5, 0, 0), + [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 5, 0, 0), + [2281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 31), + [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [2289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 5, 0, 136), + [2291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 4, 0, 0), + [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [2297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2, 0, 0), + [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 4, 0, 149), + [2301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2, 0, 14), + [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 6, 0, 0), + [2305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 6, 0, 136), + [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 122), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 7, 0, 0), + [2313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 7, 0, 136), + [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 8, 0, 136), + [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), + [2319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1133), + [2322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1133), + [2325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), + [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 9, 0, 136), + [2329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 123), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [2333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 4, 0, 0), + [2335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 3, 0, 132), + [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_or_pattern, 1, 0, 0), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [2343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 4, 0, 136), + [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 141), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [2349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_content, 1, 0, 0), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1, 0, 0), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 2, 0, 0), + [2361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2, 0, 0), + [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 3, 0, 0), + [2365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_group_pattern, 3, 0, 131), + [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 2, 0, 0), + [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), + [2371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(297), + [2374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 3, 0, 0), + [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [2390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), + [2392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 31), + [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [2396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, 0, 10), + [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [2400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2, 0, 0), + [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, 0, 66), + [2404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [2406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2, 0, 11), + [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [2414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), + [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [2418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 3, 0, 0), + [2420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1, 0, 0), + [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [2424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), + [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [2442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, 0, 15), + [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [2448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, -1, 12), + [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [2452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), + [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [2456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), + [2458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, 0, 32), + [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [2476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_hand_side, 1, 0, 0), + [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, 0, 62), + [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [2482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, 0, 16), + [2484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 1, 0, 0), + [2486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, 0, 43), + [2488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, 0, 43), + [2490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 43), + [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 43), + [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 1, 0, 6), + [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [2502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 36), SHIFT_REPEAT(251), + [2505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 36), + [2507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 36), SHIFT_REPEAT(263), + [2510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, 0, 43), + [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, 0, 43), + [2514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 10), + [2516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2, 0, 0), + [2518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), + [2520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, 0, 35), + [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [2526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, 0, 119), + [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [2530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 2, 0, 0), + [2532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1698), + [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_bound, 2, 0, 109), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [2545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2, 0, 0), + [2547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(979), + [2550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_list_repeat1, 2, 0, 31), + [2552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_as_pattern, 3, 0, 135), + [2554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, 0, 4), + [2556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, 0, 4), + [2558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_expression, 1, 0, 0), + [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [2562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, 0, 95), + [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [2566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2, 0, 0), + [2568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(342), + [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, 0, 68), + [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, 0, 3), + [2579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, 0, 3), + [2581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 43), + [2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 43), + [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [2587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, 0, 6), + [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, 0, 16), + [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 31), + [2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, 0, 27), + [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_star_pattern, 2, 0, 11), + [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_param_default, 2, 0, 110), + [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [2617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, 0, 120), + [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, 0, 121), + [2621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, 0, 30), + [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [2625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 3, 0, 22), + [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [2629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, 0, 35), + [2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, 0, 94), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [2635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 4, 0, 53), + [2637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 36), SHIFT_REPEAT(250), + [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [2642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1, 0, 0), + [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [2648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), + [2650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(173), + [2653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1284), + [2656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 5, 0, 88), + [2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 36), + [2660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 36), SHIFT_REPEAT(242), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [2669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2, 0, 0), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [2677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 1, 0, 6), + [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5, 0, 140), + [2681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 4, 0, 63), + [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, 0, 16), + [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 2, 0, 133), + [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 2, 0, 0), + [2701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 3, 0, 0), + [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [2713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 23), + [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [2717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 44), SHIFT_REPEAT(1499), + [2720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 44), + [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [2728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, 0, 0), + [2730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, 0, 49), + [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [2734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, 0, 0), + [2736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 52), SHIFT_REPEAT(339), + [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 52), + [2741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(432), + [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [2748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), + [2750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(315), + [2753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 2, 0, 0), + [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, 0, 84), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_prefix, 1, 0, 0), + [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [2777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1638), + [2780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2, 0, 0), + [2782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_list, 2, 0, 16), + [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [2788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 28), + [2790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, 0, 65), + [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [2794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 0), + [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [2802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, 0, 15), + [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [2820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [2824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, 0, 22), + [2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 3, 0, 0), + [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 3, 0, 0), + [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 1, 0, 7), + [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [2834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2, 0, 0), SHIFT_REPEAT(133), + [2837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2, 0, 0), + [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 29), + [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [2847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_prefix_repeat1, 2, 0, 0), + [2849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_prefix_repeat1, 2, 0, 0), SHIFT_REPEAT(1362), + [2852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_list_repeat1, 2, 0, 36), SHIFT_REPEAT(430), + [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_list_repeat1, 2, 0, 36), + [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3, 0, 0), + [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 2, 0, 23), + [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 2, 0, 23), + [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [2869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), + [2871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), + [2873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 113), SHIFT_REPEAT(1182), + [2876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 113), + [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [2884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, 0, 36), SHIFT_REPEAT(245), + [2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, 0, 36), + [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 86), + [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [2895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 44), SHIFT_REPEAT(1460), + [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [2900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 1, 0, 0), + [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_maybe_star_pattern, 1, 0, 0), + [2920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_patterns, 1, 0, 0), + [2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 36), + [2924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 36), SHIFT_REPEAT(233), + [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, 0, 15), + [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [2939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 36), SHIFT_REPEAT(282), + [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 36), + [2944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relative_import, 1, 0, 0), + [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [2948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 37), + [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aliased_import, 3, 0, 45), + [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2, 0, 0), + [2986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2, 0, 0), SHIFT_REPEAT(1560), + [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1, 0, 0), + [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [3041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2, 0, 0), + [3043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(1028), + [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 3, -1, 58), + [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 112), + [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [3064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2, 0, 0), + [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [3080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1, 0, 0), + [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [3086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2, 0, 0), + [3088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(984), + [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [3109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1021), + [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2, 0, 0), + [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 2, 0, 16), + [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [3148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 1, 0, 73), + [3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 1, 0, 73), + [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [3162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(1029), + [3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, 0, 5), + [3167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, 0, 31), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 6, 0, 97), + [3181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 3, 0, 108), + [3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, 0, 92), + [3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 3, 0, 111), + [3187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1, 0, 0), + [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 86), + [3191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1, 0, 0), + [3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_positional_pattern, 1, 0, 0), + [3195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 4, 0, 46), + [3197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_import, 1, 0, 0), + [3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, 0, 85), + [3201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 38), + [3203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1, 0, 0), + [3205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, 0, 47), + [3207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, 0, 48), + [3209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, 0, 39), + [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [3219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_key_value_pattern, 3, 0, 62), + [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [3233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), + [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [3241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 3, 0, 108), + [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [3251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 31), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [3255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), + [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [3259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 6, 0, 96), + [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [3263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), + [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), + [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [3269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_keyword_pattern, 3, 0, 160), + [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 67), + [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_double_star_pattern, 2, 0, 11), + [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1, 0, 0), + [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [3345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, 0, 0), + [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, 0, 0), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [3379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3, 0, 0), + [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [3401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_import, 2, 0, 23), + [3403] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), +}; + +enum ts_external_scanner_symbol_identifiers { + ts_external_token__newline = 0, + ts_external_token__indent = 1, + ts_external_token__dedent = 2, + ts_external_token__string_start = 3, + ts_external_token__string_content = 4, + ts_external_token__string_end = 5, + ts_external_token__template_string_start = 6, +}; + +static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { + [ts_external_token__newline] = sym__newline, + [ts_external_token__indent] = sym__indent, + [ts_external_token__dedent] = sym__dedent, + [ts_external_token__string_start] = sym__string_start, + [ts_external_token__string_content] = sym__string_content, + [ts_external_token__string_end] = sym__string_end, + [ts_external_token__template_string_start] = sym__template_string_start, +}; + +static const bool ts_external_scanner_states[12][EXTERNAL_TOKEN_COUNT] = { + [1] = { + [ts_external_token__newline] = true, + [ts_external_token__indent] = true, + [ts_external_token__dedent] = true, + [ts_external_token__string_start] = true, + [ts_external_token__string_content] = true, + [ts_external_token__string_end] = true, + [ts_external_token__template_string_start] = true, + }, + [2] = { + [ts_external_token__string_start] = true, + [ts_external_token__template_string_start] = true, + }, + [3] = { + [ts_external_token__dedent] = true, + [ts_external_token__string_start] = true, + [ts_external_token__template_string_start] = true, + }, + [4] = { + [ts_external_token__newline] = true, + [ts_external_token__string_start] = true, + [ts_external_token__template_string_start] = true, + }, + [5] = { + [ts_external_token__newline] = true, + [ts_external_token__indent] = true, + [ts_external_token__string_start] = true, + [ts_external_token__template_string_start] = true, + }, + [6] = { + [ts_external_token__newline] = true, + }, + [7] = { + [ts_external_token__newline] = true, + [ts_external_token__string_start] = true, + }, + [8] = { + [ts_external_token__string_start] = true, + }, + [9] = { + [ts_external_token__template_string_start] = true, + }, + [10] = { + [ts_external_token__newline] = true, + [ts_external_token__template_string_start] = true, + }, + [11] = { + [ts_external_token__string_content] = true, + [ts_external_token__string_end] = true, + }, }; #ifdef __cplusplus @@ -74267,13 +84136,17 @@ bool tree_sitter_python_external_scanner_scan(void *, TSLexer *, const bool *); unsigned tree_sitter_python_external_scanner_serialize(void *, char *); void tree_sitter_python_external_scanner_deserialize(void *, const char *, unsigned); -#ifdef _WIN32 -#define extern __declspec(dllexport) +#ifdef TREE_SITTER_HIDE_SYMBOLS +#define TS_PUBLIC +#elif defined(_WIN32) +#define TS_PUBLIC __declspec(dllexport) +#else +#define TS_PUBLIC __attribute__((visibility("default"))) #endif -extern const TSLanguage *tree_sitter_python(void) { +TS_PUBLIC const TSLanguage *tree_sitter_python(void) { static const TSLanguage language = { - .version = LANGUAGE_VERSION, + .abi_version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, @@ -74295,7 +84168,7 @@ extern const TSLanguage *tree_sitter_python(void) { .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], - .lex_modes = ts_lex_modes, + .lex_modes = (const void*)ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_identifier, @@ -74308,6 +84181,7 @@ extern const TSLanguage *tree_sitter_python(void) { tree_sitter_python_external_scanner_serialize, tree_sitter_python_external_scanner_deserialize, }, + .primary_state_ids = ts_primary_state_ids, }; return &language; } diff --git a/python/extractor/tsg-python/tsp/src/tree_sitter/array.h b/python/extractor/tsg-python/tsp/src/tree_sitter/array.h index a17a574f04e..e99918e5d85 100644 --- a/python/extractor/tsg-python/tsp/src/tree_sitter/array.h +++ b/python/extractor/tsg-python/tsp/src/tree_sitter/array.h @@ -52,67 +52,91 @@ extern "C" { /// 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) \ - _array__reserve((Array *)(self), array_elem_size(self), new_capacity) +#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) _array__delete((Array *)(self)) +#define array_delete(self) _array__delete((self), (void *)(self)->contents, sizeof(*self)) /// Push a new `element` onto the end of the array. -#define array_push(self, element) \ - (_array__grow((Array *)(self), 1, array_elem_size(self)), \ - (self)->contents[(self)->size++] = (element)) +#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; \ - _array__grow((Array *)(self), count, array_elem_size(self)); \ +#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); \ + (self)->size += (count); \ } while (0) /// Append all elements from one array to the end of another. -#define array_push_all(self, other) \ +#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, contents) \ - _array__splice( \ - (Array *)(self), array_elem_size(self), (self)->size, \ - 0, count, contents \ +#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) \ - _array__splice( \ - (Array *)(self), array_elem_size(self), _index, \ - old_count, new_count, new_contents \ +#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) \ - _array__splice((Array *)(self), array_elem_size(self), _index, 0, 1, &(element)) +#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((Array *)(self), array_elem_size(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) \ - _array__assign((Array *)(self), (const Array *)(other), array_elem_size(self)) +#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) \ - _array__swap((Array *)(self), (Array *)(other)) +#define array_swap(self, other) \ + do { \ + struct Swap swapped_contents = _array__swap( \ + (void *)(self)->contents, &(self)->size, &(self)->capacity, \ + (void *)(other)->contents, &(other)->size, &(other)->capacity \ + ); \ + (self)->contents = swapped_contents.self_contents; \ + (other)->contents = swapped_contents.other_contents; \ + } while (0) /// Get the size of the array contents #define array_elem_size(self) (sizeof *(self)->contents) @@ -157,82 +181,112 @@ extern "C" { // Private -typedef Array(void) Array; +// 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_delete`. -static inline void _array__delete(Array *self) { - if (self->contents) { - ts_free(self->contents); - self->contents = NULL; - self->size = 0; - self->capacity = 0; - } +static inline void _array__delete(void *self, void *contents, size_t self_size) { + if (contents) ts_free(contents); + if (self) memset(self, 0, self_size); } /// This is not what you're looking for, see `array_erase`. -static inline void _array__erase(Array *self, size_t element_size, - uint32_t index) { - assert(index < self->size); - char *contents = (char *)self->contents; +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, - (self->size - index - 1) * element_size); - self->size--; + (*size - index - 1) * element_size); + (*size)--; } /// This is not what you're looking for, see `array_reserve`. -static inline void _array__reserve(Array *self, size_t element_size, uint32_t new_capacity) { - if (new_capacity > self->capacity) { - if (self->contents) { - self->contents = ts_realloc(self->contents, new_capacity * element_size); +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 { - self->contents = ts_malloc(new_capacity * element_size); + new_contents = ts_malloc(new_capacity * element_size); } - self->capacity = new_capacity; + *capacity = new_capacity; } + return new_contents; } /// This is not what you're looking for, see `array_assign`. -static inline void _array__assign(Array *self, const Array *other, size_t element_size) { - _array__reserve(self, element_size, other->size); - self->size = other->size; - memcpy(self->contents, other->contents, self->size * element_size); +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; } +struct Swap { + void *self_contents; + void *other_contents; +}; + /// This is not what you're looking for, see `array_swap`. -static inline void _array__swap(Array *self, Array *other) { - Array swap = *other; - *other = *self; - *self = swap; +// static inline void _array__swap(Array *self, Array *other) { +static inline struct Swap _array__swap(void *self_contents, uint32_t *self_size, uint32_t *self_capacity, + void *other_contents, uint32_t *other_size, uint32_t *other_capacity) { + void *new_self_contents = other_contents; + uint32_t new_self_size = *other_size; + uint32_t new_self_capacity = *other_capacity; + + void *new_other_contents = self_contents; + *other_size = *self_size; + *other_capacity = *self_capacity; + + *self_size = new_self_size; + *self_capacity = new_self_capacity; + + struct Swap out = { + .self_contents = new_self_contents, + .other_contents = new_other_contents, + }; + return out; } /// This is not what you're looking for, see `array_push` or `array_grow_by`. -static inline void _array__grow(Array *self, uint32_t count, size_t element_size) { - uint32_t new_size = self->size + count; - if (new_size > self->capacity) { - uint32_t new_capacity = self->capacity * 2; +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; - _array__reserve(self, element_size, new_capacity); + 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(Array *self, size_t element_size, +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 = self->size + new_count - old_count; + 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 <= self->size); + assert(old_end <= *size); - _array__reserve(self, element_size, new_size); + void *new_contents = _array__reserve(self_contents, capacity, element_size, new_size); - char *contents = (char *)self->contents; - if (self->size > old_end) { + char *contents = (char *)new_contents; + if (*size > old_end) { memmove( contents + new_end * element_size, contents + old_end * element_size, - (self->size - old_end) * element_size + (*size - old_end) * element_size ); } if (new_count > 0) { @@ -250,7 +304,9 @@ static inline void _array__splice(Array *self, size_t element_size, ); } } - self->size += new_count - old_count; + *size += new_count - old_count; + + return new_contents; } /// A binary search routine, based on Rust's `std::slice::binary_search_by`. diff --git a/python/extractor/tsg-python/tsp/src/tree_sitter/parser.h b/python/extractor/tsg-python/tsp/src/tree_sitter/parser.h index cbbc7b4ee3c..858107deb9e 100644 --- a/python/extractor/tsg-python/tsp/src/tree_sitter/parser.h +++ b/python/extractor/tsg-python/tsp/src/tree_sitter/parser.h @@ -13,12 +13,16 @@ extern "C" { #define ts_builtin_sym_end 0 #define TREE_SITTER_SERIALIZATION_BUFFER_SIZE 1024 -typedef uint16_t TSStateId; - #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 { @@ -27,10 +31,11 @@ typedef struct { bool inherited; } TSFieldMapEntry; +// Used to index the field and supertype maps. typedef struct { uint16_t index; uint16_t length; -} TSFieldMapSlice; +} TSMapSlice; typedef struct { bool visible; @@ -48,6 +53,7 @@ struct TSLexer { uint32_t (*get_column)(TSLexer *); bool (*is_at_included_range_start)(const TSLexer *); bool (*eof)(const TSLexer *); + void (*log)(const TSLexer *, const char *, ...); }; typedef enum { @@ -79,6 +85,12 @@ typedef struct { uint16_t external_lex_state; } TSLexMode; +typedef struct { + uint16_t lex_state; + uint16_t external_lex_state; + uint16_t reserved_word_set_id; +} TSLexerMode; + typedef union { TSParseAction action; struct { @@ -87,8 +99,13 @@ typedef union { } entry; } TSParseActionEntry; +typedef struct { + int32_t start; + int32_t end; +} TSCharacterRange; + struct TSLanguage { - uint32_t version; + uint32_t abi_version; uint32_t symbol_count; uint32_t alias_count; uint32_t token_count; @@ -104,13 +121,13 @@ struct TSLanguage { const TSParseActionEntry *parse_actions; const char * const *symbol_names; const char * const *field_names; - const TSFieldMapSlice *field_map_slices; + const TSMapSlice *field_map_slices; const TSFieldMapEntry *field_map_entries; const TSSymbolMetadata *symbol_metadata; const TSSymbol *public_symbol_map; const uint16_t *alias_map; const TSSymbol *alias_sequences; - const TSLexMode *lex_modes; + const TSLexerMode *lex_modes; bool (*lex_fn)(TSLexer *, TSStateId); bool (*keyword_lex_fn)(TSLexer *, TSStateId); TSSymbol keyword_capture_token; @@ -123,15 +140,49 @@ struct TSLanguage { 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; \ @@ -147,6 +198,17 @@ struct TSLanguage { 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; \ @@ -165,7 +227,7 @@ struct TSLanguage { * Parse Table Macros */ -#define SMALL_STATE(id) id - LARGE_STATE_COUNT +#define SMALL_STATE(id) ((id) - LARGE_STATE_COUNT) #define STATE(id) id @@ -175,7 +237,7 @@ struct TSLanguage { {{ \ .shift = { \ .type = TSParseActionTypeShift, \ - .state = state_value \ + .state = (state_value) \ } \ }} @@ -183,7 +245,7 @@ struct TSLanguage { {{ \ .shift = { \ .type = TSParseActionTypeShift, \ - .state = state_value, \ + .state = (state_value), \ .repetition = true \ } \ }} @@ -196,14 +258,15 @@ struct TSLanguage { } \ }} -#define REDUCE(symbol_val, child_count_val, ...) \ - {{ \ - .reduce = { \ - .type = TSParseActionTypeReduce, \ - .symbol = symbol_val, \ - .child_count = child_count_val, \ - __VA_ARGS__ \ - }, \ +#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() \ diff --git a/python/ql/lib/change-notes/2026-02-05-fix-format-fill-character-misparse.md b/python/ql/lib/change-notes/2026-02-05-fix-format-fill-character-misparse.md new file mode 100644 index 00000000000..8c0bd18c4dc --- /dev/null +++ b/python/ql/lib/change-notes/2026-02-05-fix-format-fill-character-misparse.md @@ -0,0 +1,5 @@ +--- +category: fix +--- + +- Using `=` as a fill character in a format specifier (e.g `f"{x:=^20}"`) now no longer results in a syntax error during parsing. diff --git a/rust/ql/lib/codeql/rust/internal/PathResolution.qll b/rust/ql/lib/codeql/rust/internal/PathResolution.qll index f57d9eed556..432608f6f9d 100644 --- a/rust/ql/lib/codeql/rust/internal/PathResolution.qll +++ b/rust/ql/lib/codeql/rust/internal/PathResolution.qll @@ -1548,7 +1548,8 @@ private class PathExtPath extends PathExt instanceof Path { tree.hasPath() and this = getAUseTreeUseTree(tree).getPath().getQualifier*() ) and - name = Path.super.getText() + // For a `` path we resolve the trait name + name = [Path.super.getText(), Path.super.getSegment().getTraitTypeRepr().getPath().getText()] } override Path getQualifier() { result = Path.super.getQualifier() } diff --git a/rust/ql/test/library-tests/path-resolution/CONSISTENCY/PathResolutionConsistency.expected b/rust/ql/test/library-tests/path-resolution/CONSISTENCY/PathResolutionConsistency.expected index 23ac5e722d5..abb80612c6e 100644 --- a/rust/ql/test/library-tests/path-resolution/CONSISTENCY/PathResolutionConsistency.expected +++ b/rust/ql/test/library-tests/path-resolution/CONSISTENCY/PathResolutionConsistency.expected @@ -1,9 +1,5 @@ multipleResolvedTargets | main.rs:126:9:126:11 | f(...) | -| main.rs:366:9:368:16 | ...::f(...) | -| main.rs:369:9:371:16 | ...::f(...) | -| main.rs:450:9:454:16 | ...::f(...) | -| main.rs:455:9:459:16 | ...::f(...) | -| main.rs:565:9:566:15 | ...::Assoc(...) | -| main.rs:568:9:569:12 | ...::f1(...) | -| main.rs:571:9:572:12 | ...::f1(...) | +| main.rs:566:9:567:15 | ...::Assoc(...) | +| main.rs:569:9:570:12 | ...::f1(...) | +| main.rs:572:9:573:12 | ...::f1(...) | diff --git a/rust/ql/test/library-tests/path-resolution/main.rs b/rust/ql/test/library-tests/path-resolution/main.rs index 8699d9b9a36..94f6c5a4140 100644 --- a/rust/ql/test/library-tests/path-resolution/main.rs +++ b/rust/ql/test/library-tests/path-resolution/main.rs @@ -194,7 +194,7 @@ mod m8 { // $ MISSING: item=52 - ::f(&x); // $ MISSING: item=I53 + ::f(&x); // $ item=I48 let x = MyStruct {}; // $ item=I50 x.f(); // $ item=I53 let x = MyStruct {}; // $ item=I50 @@ -305,7 +305,7 @@ mod m13 { mod m15 { trait Trait1 { - fn f(&self); + fn f(&self); // Trait1::f fn g(&self); // I80 } // I79 @@ -317,7 +317,7 @@ mod m15 { println!("m15::Trait2::f"); // $ item=println Self::g(self); // $ item=I80 self.g(); // $ item=I80 - } + } // Trait2::f } // I82 #[rustfmt::skip] @@ -365,10 +365,10 @@ mod m15 { let x = S; // $ item=I81 ::f(&x); // $ MISSING: item=I76 + >::f(&x); // $ item=Trait1::f ::f(&x); // $ MISSING: item=I78 + >::f(&x); // $ item=Trait2::f S::g(&x); // $ item=I77 x.g(); // $ item=I77 } // I75 @@ -379,10 +379,11 @@ mod m16 { trait Trait1< T // I84 > { - fn f(&self) -> T; // $ item=I84 + fn f(&self) -> T // $ item=I84 + ; // Trait1::f fn g(&self) -> T {// $ item=I84 - self.f() // $ item=f + self.f() // $ item=Trait1::f } // I85 fn h(&self) -> T { // $ item=I84 @@ -406,7 +407,7 @@ mod m16 { Self::g(self); // $ item=I85 self.g(); // $ item=I85 Self::c // $ item=I94 - } + } // Trait2::f } // I89 struct S; // I90 @@ -451,12 +452,12 @@ mod m16 { as Trait1< S // $ item=I90 > // $ item=I86 - >::f(&x); // $ MISSING: item=I91 + >::f(&x); // $ item=Trait1::f // $ item=I89 - >::f(&x); // $ MISSING: item=I93 + >::f(&x); // $ item=Trait2::f S::g(&x); // $ item=I92 x.g(); // $ item=I92 S::h(&x); // $ item=I96 @@ -466,7 +467,7 @@ mod m16 { as Trait1< S // $ item=I90 > // $ item=I86 - >::c; // $ MISSING: item=I95 + >::c; // $ item=I94 } // I83 trait Trait3 { @@ -940,6 +941,16 @@ mod associated_types_subtrait { self.0 } } + + #[rustfmt::skip] + impl S { // $ item=S item=bool + fn _test() { + let _c: as Super>::Out = 'a'; // $ item=S item=i32 item=Super item=SuperAssoc + let _i: as Super>::Out = 1; // $ item=S item=bool item=Super item=SuperAssoc + + let _b: as SuperAlt>::Out = true; // $ item=S item=bool item=SuperAlt item=SuperAltAssoc + } + } } use std::{self as ztd}; // $ item=std diff --git a/rust/ql/test/library-tests/path-resolution/path-resolution.expected b/rust/ql/test/library-tests/path-resolution/path-resolution.expected index 20982806999..153d80db4cc 100644 --- a/rust/ql/test/library-tests/path-resolution/path-resolution.expected +++ b/rust/ql/test/library-tests/path-resolution/path-resolution.expected @@ -18,24 +18,24 @@ mod | main.rs:291:1:304:1 | mod m13 | | main.rs:295:5:303:5 | mod m14 | | main.rs:306:1:375:1 | mod m15 | -| main.rs:377:1:574:1 | mod m16 | -| main.rs:576:1:633:1 | mod trait_visibility | -| main.rs:577:5:599:5 | mod m | -| main.rs:635:1:665:1 | mod m17 | -| main.rs:667:1:685:1 | mod m18 | -| main.rs:672:5:684:5 | mod m19 | -| main.rs:677:9:683:9 | mod m20 | -| main.rs:687:1:712:1 | mod m21 | -| main.rs:688:5:694:5 | mod m22 | -| main.rs:696:5:711:5 | mod m33 | -| main.rs:714:1:739:1 | mod m23 | -| main.rs:741:1:809:1 | mod m24 | -| main.rs:826:1:878:1 | mod associated_types | -| main.rs:880:1:943:1 | mod associated_types_subtrait | -| main.rs:949:1:968:1 | mod impl_with_attribute_macro | -| main.rs:970:1:1011:1 | mod patterns | -| main.rs:1013:1:1057:1 | mod self_constructors | -| main.rs:1059:1:1088:1 | mod self_types | +| main.rs:377:1:575:1 | mod m16 | +| main.rs:577:1:634:1 | mod trait_visibility | +| main.rs:578:5:600:5 | mod m | +| main.rs:636:1:666:1 | mod m17 | +| main.rs:668:1:686:1 | mod m18 | +| main.rs:673:5:685:5 | mod m19 | +| main.rs:678:9:684:9 | mod m20 | +| main.rs:688:1:713:1 | mod m21 | +| main.rs:689:5:695:5 | mod m22 | +| main.rs:697:5:712:5 | mod m33 | +| main.rs:715:1:740:1 | mod m23 | +| main.rs:742:1:810:1 | mod m24 | +| main.rs:827:1:879:1 | mod associated_types | +| main.rs:881:1:954:1 | mod associated_types_subtrait | +| main.rs:960:1:979:1 | mod impl_with_attribute_macro | +| main.rs:981:1:1022:1 | mod patterns | +| main.rs:1024:1:1068:1 | mod self_constructors | +| main.rs:1070:1:1099:1 | mod self_types | | my2/mod.rs:1:1:1:16 | mod nested2 | | my2/mod.rs:20:1:20:12 | mod my3 | | my2/mod.rs:22:1:23:10 | mod mymod | @@ -76,7 +76,7 @@ resolvePath | main.rs:37:17:37:24 | ...::f | main.rs:26:9:28:9 | fn f | | main.rs:39:17:39:23 | println | {EXTERNAL LOCATION} | MacroRules | | main.rs:40:17:40:17 | f | main.rs:26:9:28:9 | fn f | -| main.rs:47:9:47:13 | super | main.rs:1:1:1127:2 | SourceFile | +| main.rs:47:9:47:13 | super | main.rs:1:1:1138:2 | SourceFile | | main.rs:47:9:47:17 | ...::m1 | main.rs:20:1:44:1 | mod m1 | | main.rs:47:9:47:21 | ...::m2 | main.rs:25:5:43:5 | mod m2 | | main.rs:47:9:47:24 | ...::g | main.rs:30:9:34:9 | fn g | @@ -91,7 +91,7 @@ resolvePath | main.rs:68:17:68:19 | Foo | main.rs:66:9:66:21 | struct Foo | | main.rs:71:13:71:15 | Foo | main.rs:60:5:60:17 | struct Foo | | main.rs:73:5:73:5 | f | main.rs:62:5:69:5 | fn f | -| main.rs:75:5:75:8 | self | main.rs:1:1:1127:2 | SourceFile | +| main.rs:75:5:75:8 | self | main.rs:1:1:1138:2 | SourceFile | | main.rs:75:5:75:11 | ...::i | main.rs:78:1:90:1 | fn i | | main.rs:79:5:79:11 | println | {EXTERNAL LOCATION} | MacroRules | | main.rs:81:13:81:15 | Foo | main.rs:55:1:55:13 | struct Foo | @@ -113,7 +113,7 @@ resolvePath | main.rs:112:9:112:15 | println | {EXTERNAL LOCATION} | MacroRules | | main.rs:118:9:118:15 | println | {EXTERNAL LOCATION} | MacroRules | | main.rs:122:9:122:15 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:125:13:125:17 | super | main.rs:1:1:1127:2 | SourceFile | +| main.rs:125:13:125:17 | super | main.rs:1:1:1138:2 | SourceFile | | main.rs:125:13:125:21 | ...::m5 | main.rs:110:1:114:1 | mod m5 | | main.rs:126:9:126:9 | f | main.rs:111:5:113:5 | fn f | | main.rs:126:9:126:9 | f | main.rs:117:5:119:5 | fn f | @@ -147,6 +147,8 @@ resolvePath | main.rs:192:9:192:18 | ...::f | main.rs:153:9:153:20 | fn f | | main.rs:193:9:193:16 | MyStruct | main.rs:162:5:162:22 | struct MyStruct | | main.rs:193:9:193:19 | ...::f | main.rs:169:33:174:9 | fn f | +| main.rs:194:9:196:9 | <...> | main.rs:152:5:160:5 | trait MyTrait | +| main.rs:194:9:197:11 | ...::f | main.rs:153:9:153:20 | fn f | | main.rs:194:10:194:17 | MyStruct | main.rs:162:5:162:22 | struct MyStruct | | main.rs:195:10:195:16 | MyTrait | main.rs:152:5:160:5 | trait MyTrait | | main.rs:198:17:198:24 | MyStruct | main.rs:162:5:162:22 | struct MyStruct | @@ -208,423 +210,450 @@ resolvePath | main.rs:358:13:358:19 | println | {EXTERNAL LOCATION} | MacroRules | | main.rs:364:9:364:15 | println | {EXTERNAL LOCATION} | MacroRules | | main.rs:365:17:365:17 | S | main.rs:338:5:338:13 | struct S | +| main.rs:366:9:368:9 | <...> | main.rs:307:5:311:5 | trait Trait1 | +| main.rs:366:9:368:12 | ...::f | main.rs:308:9:308:20 | fn f | | main.rs:366:10:366:10 | S | main.rs:338:5:338:13 | struct S | | main.rs:367:14:367:19 | Trait1 | main.rs:307:5:311:5 | trait Trait1 | +| main.rs:369:9:371:9 | <...> | main.rs:313:5:321:5 | trait Trait2 | +| main.rs:369:9:371:12 | ...::f | main.rs:315:18:320:9 | fn f | | main.rs:369:10:369:10 | S | main.rs:338:5:338:13 | struct S | | main.rs:370:14:370:19 | Trait2 | main.rs:313:5:321:5 | trait Trait2 | | main.rs:372:9:372:9 | S | main.rs:338:5:338:13 | struct S | | main.rs:372:9:372:12 | ...::g | main.rs:349:9:351:9 | fn g | | main.rs:382:24:382:24 | T | main.rs:380:7:380:7 | T | -| main.rs:384:24:384:24 | T | main.rs:380:7:380:7 | T | -| main.rs:388:24:388:24 | T | main.rs:380:7:380:7 | T | -| main.rs:389:13:389:16 | Self | main.rs:378:5:395:5 | trait Trait1 | -| main.rs:389:13:389:19 | ...::g | main.rs:384:9:386:9 | fn g | -| main.rs:393:18:393:18 | T | main.rs:380:7:380:7 | T | -| main.rs:401:9:403:9 | Trait1::<...> | main.rs:378:5:395:5 | trait Trait1 | -| main.rs:402:11:402:11 | T | main.rs:399:7:399:7 | T | -| main.rs:404:24:404:24 | T | main.rs:399:7:399:7 | T | -| main.rs:405:13:405:19 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:406:13:406:16 | Self | main.rs:397:5:410:5 | trait Trait2 | -| main.rs:406:13:406:19 | ...::g | main.rs:384:9:386:9 | fn g | -| main.rs:408:13:408:16 | Self | main.rs:397:5:410:5 | trait Trait2 | -| main.rs:408:13:408:19 | ...::c | main.rs:393:9:394:9 | Const | -| main.rs:415:10:417:5 | Trait1::<...> | main.rs:378:5:395:5 | trait Trait1 | -| main.rs:416:7:416:7 | S | main.rs:412:5:412:13 | struct S | -| main.rs:418:11:418:11 | S | main.rs:412:5:412:13 | struct S | -| main.rs:419:24:419:24 | S | main.rs:412:5:412:13 | struct S | -| main.rs:420:13:420:19 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:421:13:421:16 | Self | main.rs:414:5:432:5 | impl Trait1::<...> for S { ... } | -| main.rs:421:13:421:19 | ...::g | main.rs:425:9:428:9 | fn g | -| main.rs:425:24:425:24 | S | main.rs:412:5:412:13 | struct S | -| main.rs:426:13:426:19 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:427:13:427:16 | Self | main.rs:414:5:432:5 | impl Trait1::<...> for S { ... } | -| main.rs:427:13:427:19 | ...::c | main.rs:430:9:431:9 | Const | -| main.rs:430:18:430:18 | S | main.rs:412:5:412:13 | struct S | -| main.rs:430:22:430:22 | S | main.rs:412:5:412:13 | struct S | -| main.rs:435:10:437:5 | Trait2::<...> | main.rs:397:5:410:5 | trait Trait2 | -| main.rs:436:7:436:7 | S | main.rs:412:5:412:13 | struct S | -| main.rs:438:11:438:11 | S | main.rs:412:5:412:13 | struct S | -| main.rs:439:24:439:24 | S | main.rs:412:5:412:13 | struct S | -| main.rs:440:13:440:16 | Self | main.rs:434:5:444:5 | impl Trait2::<...> for S { ... } | -| main.rs:440:13:440:19 | ...::g | main.rs:425:9:428:9 | fn g | -| main.rs:441:13:441:19 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:442:13:442:16 | Self | main.rs:434:5:444:5 | impl Trait2::<...> for S { ... } | -| main.rs:442:13:442:19 | ...::c | main.rs:430:9:431:9 | Const | -| main.rs:448:9:448:15 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:449:17:449:17 | S | main.rs:412:5:412:13 | struct S | -| main.rs:450:10:450:10 | S | main.rs:412:5:412:13 | struct S | -| main.rs:451:14:453:11 | Trait1::<...> | main.rs:378:5:395:5 | trait Trait1 | -| main.rs:452:13:452:13 | S | main.rs:412:5:412:13 | struct S | -| main.rs:455:10:455:10 | S | main.rs:412:5:412:13 | struct S | -| main.rs:456:14:458:11 | Trait2::<...> | main.rs:397:5:410:5 | trait Trait2 | -| main.rs:457:13:457:13 | S | main.rs:412:5:412:13 | struct S | -| main.rs:460:9:460:9 | S | main.rs:412:5:412:13 | struct S | -| main.rs:460:9:460:12 | ...::g | main.rs:425:9:428:9 | fn g | -| main.rs:462:9:462:9 | S | main.rs:412:5:412:13 | struct S | -| main.rs:462:9:462:12 | ...::h | main.rs:388:9:391:9 | fn h | -| main.rs:464:9:464:9 | S | main.rs:412:5:412:13 | struct S | -| main.rs:464:9:464:12 | ...::c | main.rs:430:9:431:9 | Const | -| main.rs:465:10:465:10 | S | main.rs:412:5:412:13 | struct S | -| main.rs:466:14:468:11 | Trait1::<...> | main.rs:378:5:395:5 | trait Trait1 | -| main.rs:467:13:467:13 | S | main.rs:412:5:412:13 | struct S | -| main.rs:487:10:487:15 | Trait3 | main.rs:472:5:476:5 | trait Trait3 | -| main.rs:487:21:487:22 | S2 | main.rs:484:5:484:14 | struct S2 | -| main.rs:488:26:488:28 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:492:20:492:23 | Self | main.rs:486:5:494:5 | impl Trait3 for S2 { ... } | -| main.rs:492:20:492:34 | ...::AssocType | main.rs:487:26:489:9 | type AssocType | -| main.rs:497:10:497:15 | Trait4 | main.rs:478:5:482:5 | trait Trait4 | -| main.rs:497:21:497:22 | S2 | main.rs:484:5:484:14 | struct S2 | -| main.rs:498:26:498:29 | bool | {EXTERNAL LOCATION} | struct bool | -| main.rs:502:13:502:16 | Self | main.rs:496:5:506:5 | impl Trait4 for S2 { ... } | -| main.rs:502:13:502:19 | ...::f | main.rs:489:11:493:9 | fn f | -| main.rs:503:13:503:14 | S2 | main.rs:484:5:484:14 | struct S2 | -| main.rs:503:13:503:17 | ...::f | main.rs:489:11:493:9 | fn f | -| main.rs:504:20:504:23 | Self | main.rs:496:5:506:5 | impl Trait4 for S2 { ... } | -| main.rs:504:20:504:34 | ...::AssocType | main.rs:497:26:499:9 | type AssocType | -| main.rs:511:23:511:26 | Self | main.rs:508:5:512:5 | trait Trait5 | -| main.rs:511:23:511:33 | ...::Assoc | main.rs:509:9:509:19 | type Assoc | -| main.rs:515:10:515:15 | Trait5 | main.rs:508:5:512:5 | trait Trait5 | -| main.rs:515:21:515:21 | S | main.rs:412:5:412:13 | struct S | -| main.rs:516:22:516:24 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:520:16:520:19 | Self | main.rs:514:5:523:5 | impl Trait5 for S { ... } | -| main.rs:520:16:520:26 | ...::Assoc | main.rs:515:25:517:9 | type Assoc | -| main.rs:521:13:521:16 | Self | main.rs:514:5:523:5 | impl Trait5 for S { ... } | -| main.rs:521:13:521:23 | ...::Assoc | main.rs:519:9:522:9 | fn Assoc | -| main.rs:525:19:525:20 | T3 | main.rs:525:15:525:16 | T3 | -| main.rs:528:10:528:15 | Trait5 | main.rs:508:5:512:5 | trait Trait5 | -| main.rs:528:21:528:27 | S3::<...> | main.rs:525:5:525:22 | struct S3 | -| main.rs:528:24:528:26 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:529:22:529:24 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:533:16:533:19 | Self | main.rs:527:5:536:5 | impl Trait5 for S3::<...> { ... } | -| main.rs:533:16:533:26 | ...::Assoc | main.rs:528:31:530:9 | type Assoc | -| main.rs:534:13:534:16 | Self | main.rs:527:5:536:5 | impl Trait5 for S3::<...> { ... } | -| main.rs:534:13:534:23 | ...::Assoc | main.rs:532:9:535:9 | fn Assoc | -| main.rs:539:10:539:15 | Trait5 | main.rs:508:5:512:5 | trait Trait5 | -| main.rs:539:21:539:28 | S3::<...> | main.rs:525:5:525:22 | struct S3 | -| main.rs:539:24:539:27 | bool | {EXTERNAL LOCATION} | struct bool | -| main.rs:540:22:540:25 | bool | {EXTERNAL LOCATION} | struct bool | -| main.rs:544:16:544:19 | Self | main.rs:538:5:547:5 | impl Trait5 for S3::<...> { ... } | -| main.rs:544:16:544:26 | ...::Assoc | main.rs:539:32:541:9 | type Assoc | -| main.rs:545:14:545:17 | Self | main.rs:538:5:547:5 | impl Trait5 for S3::<...> { ... } | -| main.rs:545:14:545:24 | ...::Assoc | main.rs:543:9:546:9 | fn Assoc | -| main.rs:550:10:550:16 | S3::<...> | main.rs:525:5:525:22 | struct S3 | -| main.rs:550:13:550:15 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:551:20:551:22 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:557:10:557:17 | S3::<...> | main.rs:525:5:525:22 | struct S3 | -| main.rs:557:13:557:16 | bool | {EXTERNAL LOCATION} | struct bool | -| main.rs:558:20:558:23 | bool | {EXTERNAL LOCATION} | struct bool | -| main.rs:565:9:565:17 | S3::<...> | main.rs:525:5:525:22 | struct S3 | -| main.rs:565:9:566:13 | ...::Assoc | main.rs:532:9:535:9 | fn Assoc | -| main.rs:565:9:566:13 | ...::Assoc | main.rs:543:9:546:9 | fn Assoc | -| main.rs:565:14:565:16 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:568:9:568:18 | S3::<...> | main.rs:525:5:525:22 | struct S3 | -| main.rs:568:9:569:10 | ...::f1 | main.rs:550:20:553:9 | fn f1 | -| main.rs:568:9:569:10 | ...::f1 | main.rs:557:21:560:9 | fn f1 | -| main.rs:568:14:568:17 | bool | {EXTERNAL LOCATION} | struct bool | -| main.rs:571:9:571:17 | S3::<...> | main.rs:525:5:525:22 | struct S3 | -| main.rs:571:9:572:10 | ...::f1 | main.rs:550:20:553:9 | fn f1 | -| main.rs:571:9:572:10 | ...::f1 | main.rs:557:21:560:9 | fn f1 | -| main.rs:571:14:571:16 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:588:14:588:16 | Foo | main.rs:578:9:580:9 | trait Foo | -| main.rs:588:22:588:22 | X | main.rs:586:9:586:21 | struct X | -| main.rs:590:17:590:23 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:594:14:594:16 | Bar | main.rs:582:9:584:9 | trait Bar | -| main.rs:594:22:594:22 | X | main.rs:586:9:586:21 | struct X | -| main.rs:596:17:596:23 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:601:9:601:9 | m | main.rs:577:5:599:5 | mod m | -| main.rs:601:9:601:12 | ...::X | main.rs:586:9:586:21 | struct X | -| main.rs:604:17:604:17 | X | main.rs:586:9:586:21 | struct X | -| main.rs:607:17:607:17 | m | main.rs:577:5:599:5 | mod m | -| main.rs:607:17:607:22 | ...::Foo | main.rs:578:9:580:9 | trait Foo | -| main.rs:608:13:608:13 | X | main.rs:586:9:586:21 | struct X | -| main.rs:608:13:608:23 | ...::a_method | main.rs:588:26:591:13 | fn a_method | -| main.rs:611:18:611:18 | X | main.rs:586:9:586:21 | struct X | -| main.rs:613:21:613:24 | Self | main.rs:610:13:615:13 | impl X { ... } | -| main.rs:613:21:613:34 | ...::a_method | main.rs:588:26:591:13 | fn a_method | -| main.rs:619:17:619:17 | m | main.rs:577:5:599:5 | mod m | -| main.rs:619:17:619:22 | ...::Bar | main.rs:582:9:584:9 | trait Bar | -| main.rs:620:13:620:13 | X | main.rs:586:9:586:21 | struct X | -| main.rs:620:13:620:23 | ...::a_method | main.rs:594:26:597:13 | fn a_method | -| main.rs:624:17:624:17 | m | main.rs:577:5:599:5 | mod m | -| main.rs:624:17:624:22 | ...::Bar | main.rs:582:9:584:9 | trait Bar | -| main.rs:625:13:625:13 | X | main.rs:586:9:586:21 | struct X | -| main.rs:625:13:625:23 | ...::a_method | main.rs:594:26:597:13 | fn a_method | -| main.rs:630:13:630:13 | m | main.rs:577:5:599:5 | mod m | -| main.rs:630:13:630:18 | ...::Bar | main.rs:582:9:584:9 | trait Bar | -| main.rs:630:13:630:28 | ...::a_method | main.rs:583:13:583:31 | fn a_method | -| main.rs:643:10:643:16 | MyTrait | main.rs:636:5:638:5 | trait MyTrait | -| main.rs:644:9:644:9 | S | main.rs:640:5:640:13 | struct S | -| main.rs:646:13:646:19 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:652:7:652:13 | MyTrait | main.rs:636:5:638:5 | trait MyTrait | -| main.rs:653:10:653:10 | T | main.rs:651:10:651:10 | T | -| main.rs:655:9:655:9 | T | main.rs:651:10:651:10 | T | -| main.rs:655:9:655:12 | ...::f | main.rs:637:9:637:20 | fn f | -| main.rs:656:9:656:15 | MyTrait | main.rs:636:5:638:5 | trait MyTrait | -| main.rs:656:9:656:18 | ...::f | main.rs:637:9:637:20 | fn f | -| main.rs:661:9:661:9 | g | main.rs:650:5:657:5 | fn g | -| main.rs:662:11:662:11 | S | main.rs:640:5:640:13 | struct S | -| main.rs:669:9:669:15 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:674:13:674:19 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:679:17:679:23 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:680:17:680:21 | super | main.rs:672:5:684:5 | mod m19 | -| main.rs:680:17:680:24 | ...::f | main.rs:673:9:675:9 | fn f | -| main.rs:681:17:681:21 | super | main.rs:672:5:684:5 | mod m19 | -| main.rs:681:17:681:28 | ...::super | main.rs:667:1:685:1 | mod m18 | -| main.rs:681:17:681:31 | ...::f | main.rs:668:5:670:5 | fn f | -| main.rs:698:13:698:17 | super | main.rs:687:1:712:1 | mod m21 | -| main.rs:698:13:698:22 | ...::m22 | main.rs:688:5:694:5 | mod m22 | -| main.rs:698:13:698:30 | ...::MyEnum | main.rs:689:9:691:9 | enum MyEnum | -| main.rs:699:13:699:16 | self | main.rs:689:9:691:9 | enum MyEnum | -| main.rs:703:13:703:17 | super | main.rs:687:1:712:1 | mod m21 | -| main.rs:703:13:703:22 | ...::m22 | main.rs:688:5:694:5 | mod m22 | -| main.rs:703:13:703:32 | ...::MyStruct | main.rs:693:9:693:28 | struct MyStruct | -| main.rs:704:13:704:16 | self | main.rs:693:9:693:28 | struct MyStruct | -| main.rs:708:21:708:26 | MyEnum | main.rs:689:9:691:9 | enum MyEnum | -| main.rs:708:21:708:29 | ...::A | main.rs:690:13:690:13 | A | -| main.rs:709:21:709:28 | MyStruct | main.rs:693:9:693:28 | struct MyStruct | -| main.rs:725:10:727:5 | Trait1::<...> | main.rs:715:5:720:5 | trait Trait1 | -| main.rs:726:7:726:10 | Self | main.rs:722:5:722:13 | struct S | -| main.rs:728:11:728:11 | S | main.rs:722:5:722:13 | struct S | -| main.rs:730:13:730:19 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:736:17:736:17 | S | main.rs:722:5:722:13 | struct S | -| main.rs:752:15:752:15 | T | main.rs:751:26:751:26 | T | -| main.rs:757:9:757:24 | GenericStruct::<...> | main.rs:750:5:753:5 | struct GenericStruct | -| main.rs:757:23:757:23 | T | main.rs:756:10:756:10 | T | -| main.rs:759:9:759:9 | T | main.rs:756:10:756:10 | T | -| main.rs:759:12:759:17 | TraitA | main.rs:742:5:744:5 | trait TraitA | -| main.rs:768:9:768:24 | GenericStruct::<...> | main.rs:750:5:753:5 | struct GenericStruct | -| main.rs:768:23:768:23 | T | main.rs:767:10:767:10 | T | -| main.rs:770:9:770:9 | T | main.rs:767:10:767:10 | T | -| main.rs:770:12:770:17 | TraitB | main.rs:746:5:748:5 | trait TraitB | -| main.rs:771:9:771:9 | T | main.rs:767:10:767:10 | T | -| main.rs:771:12:771:17 | TraitA | main.rs:742:5:744:5 | trait TraitA | -| main.rs:782:10:782:15 | TraitA | main.rs:742:5:744:5 | trait TraitA | -| main.rs:782:21:782:31 | Implementor | main.rs:779:5:779:23 | struct Implementor | -| main.rs:784:13:784:19 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:789:10:789:15 | TraitB | main.rs:746:5:748:5 | trait TraitB | -| main.rs:789:21:789:31 | Implementor | main.rs:779:5:779:23 | struct Implementor | -| main.rs:791:13:791:19 | println | {EXTERNAL LOCATION} | MacroRules | -| main.rs:797:24:797:34 | Implementor | main.rs:779:5:779:23 | struct Implementor | -| main.rs:798:23:798:35 | GenericStruct | main.rs:750:5:753:5 | struct GenericStruct | -| main.rs:804:9:804:36 | GenericStruct::<...> | main.rs:750:5:753:5 | struct GenericStruct | -| main.rs:804:9:804:50 | ...::call_trait_a | main.rs:761:9:763:9 | fn call_trait_a | -| main.rs:804:25:804:35 | Implementor | main.rs:779:5:779:23 | struct Implementor | -| main.rs:807:9:807:36 | GenericStruct::<...> | main.rs:750:5:753:5 | struct GenericStruct | -| main.rs:807:9:807:47 | ...::call_both | main.rs:773:9:776:9 | fn call_both | -| main.rs:807:25:807:35 | Implementor | main.rs:779:5:779:23 | struct Implementor | -| main.rs:813:3:813:12 | proc_macro | proc_macro.rs:0:0:0:0 | Crate(proc_macro@0.0.1) | -| main.rs:813:3:813:24 | ...::add_suffix | proc_macro.rs:4:1:13:1 | fn add_suffix | -| main.rs:817:6:817:12 | AStruct | main.rs:816:1:816:17 | struct AStruct | -| main.rs:819:7:819:16 | proc_macro | proc_macro.rs:0:0:0:0 | Crate(proc_macro@0.0.1) | -| main.rs:819:7:819:28 | ...::add_suffix | proc_macro.rs:4:1:13:1 | fn add_suffix | -| main.rs:822:7:822:16 | proc_macro | proc_macro.rs:0:0:0:0 | Crate(proc_macro@0.0.1) | -| main.rs:822:7:822:28 | ...::add_suffix | proc_macro.rs:4:1:13:1 | fn add_suffix | -| main.rs:827:9:827:11 | std | {EXTERNAL LOCATION} | Crate(std@0.0.0) | -| main.rs:827:9:827:19 | ...::marker | {EXTERNAL LOCATION} | mod marker | -| main.rs:827:9:827:32 | ...::PhantomData | {EXTERNAL LOCATION} | struct PhantomData | +| main.rs:385:24:385:24 | T | main.rs:380:7:380:7 | T | +| main.rs:389:24:389:24 | T | main.rs:380:7:380:7 | T | +| main.rs:390:13:390:16 | Self | main.rs:378:5:396:5 | trait Trait1 | +| main.rs:390:13:390:19 | ...::g | main.rs:385:9:387:9 | fn g | +| main.rs:394:18:394:18 | T | main.rs:380:7:380:7 | T | +| main.rs:402:9:404:9 | Trait1::<...> | main.rs:378:5:396:5 | trait Trait1 | +| main.rs:403:11:403:11 | T | main.rs:400:7:400:7 | T | +| main.rs:405:24:405:24 | T | main.rs:400:7:400:7 | T | +| main.rs:406:13:406:19 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:407:13:407:16 | Self | main.rs:398:5:411:5 | trait Trait2 | +| main.rs:407:13:407:19 | ...::g | main.rs:385:9:387:9 | fn g | +| main.rs:409:13:409:16 | Self | main.rs:398:5:411:5 | trait Trait2 | +| main.rs:409:13:409:19 | ...::c | main.rs:394:9:395:9 | Const | +| main.rs:416:10:418:5 | Trait1::<...> | main.rs:378:5:396:5 | trait Trait1 | +| main.rs:417:7:417:7 | S | main.rs:413:5:413:13 | struct S | +| main.rs:419:11:419:11 | S | main.rs:413:5:413:13 | struct S | +| main.rs:420:24:420:24 | S | main.rs:413:5:413:13 | struct S | +| main.rs:421:13:421:19 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:422:13:422:16 | Self | main.rs:415:5:433:5 | impl Trait1::<...> for S { ... } | +| main.rs:422:13:422:19 | ...::g | main.rs:426:9:429:9 | fn g | +| main.rs:426:24:426:24 | S | main.rs:413:5:413:13 | struct S | +| main.rs:427:13:427:19 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:428:13:428:16 | Self | main.rs:415:5:433:5 | impl Trait1::<...> for S { ... } | +| main.rs:428:13:428:19 | ...::c | main.rs:431:9:432:9 | Const | +| main.rs:431:18:431:18 | S | main.rs:413:5:413:13 | struct S | +| main.rs:431:22:431:22 | S | main.rs:413:5:413:13 | struct S | +| main.rs:436:10:438:5 | Trait2::<...> | main.rs:398:5:411:5 | trait Trait2 | +| main.rs:437:7:437:7 | S | main.rs:413:5:413:13 | struct S | +| main.rs:439:11:439:11 | S | main.rs:413:5:413:13 | struct S | +| main.rs:440:24:440:24 | S | main.rs:413:5:413:13 | struct S | +| main.rs:441:13:441:16 | Self | main.rs:435:5:445:5 | impl Trait2::<...> for S { ... } | +| main.rs:441:13:441:19 | ...::g | main.rs:426:9:429:9 | fn g | +| main.rs:442:13:442:19 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:443:13:443:16 | Self | main.rs:435:5:445:5 | impl Trait2::<...> for S { ... } | +| main.rs:443:13:443:19 | ...::c | main.rs:431:9:432:9 | Const | +| main.rs:449:9:449:15 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:450:17:450:17 | S | main.rs:413:5:413:13 | struct S | +| main.rs:451:9:455:9 | <...> | main.rs:378:5:396:5 | trait Trait1 | +| main.rs:451:9:455:12 | ...::f | main.rs:382:9:383:9 | fn f | +| main.rs:451:10:451:10 | S | main.rs:413:5:413:13 | struct S | +| main.rs:452:14:454:11 | Trait1::<...> | main.rs:378:5:396:5 | trait Trait1 | +| main.rs:453:13:453:13 | S | main.rs:413:5:413:13 | struct S | +| main.rs:456:9:460:9 | <...> | main.rs:398:5:411:5 | trait Trait2 | +| main.rs:456:9:460:12 | ...::f | main.rs:404:13:410:9 | fn f | +| main.rs:456:10:456:10 | S | main.rs:413:5:413:13 | struct S | +| main.rs:457:14:459:11 | Trait2::<...> | main.rs:398:5:411:5 | trait Trait2 | +| main.rs:458:13:458:13 | S | main.rs:413:5:413:13 | struct S | +| main.rs:461:9:461:9 | S | main.rs:413:5:413:13 | struct S | +| main.rs:461:9:461:12 | ...::g | main.rs:426:9:429:9 | fn g | +| main.rs:463:9:463:9 | S | main.rs:413:5:413:13 | struct S | +| main.rs:463:9:463:12 | ...::h | main.rs:389:9:392:9 | fn h | +| main.rs:465:9:465:9 | S | main.rs:413:5:413:13 | struct S | +| main.rs:465:9:465:12 | ...::c | main.rs:431:9:432:9 | Const | +| main.rs:466:9:470:9 | <...> | main.rs:378:5:396:5 | trait Trait1 | +| main.rs:466:9:470:12 | ...::c | main.rs:394:9:395:9 | Const | +| main.rs:466:10:466:10 | S | main.rs:413:5:413:13 | struct S | +| main.rs:467:14:469:11 | Trait1::<...> | main.rs:378:5:396:5 | trait Trait1 | +| main.rs:468:13:468:13 | S | main.rs:413:5:413:13 | struct S | +| main.rs:488:10:488:15 | Trait3 | main.rs:473:5:477:5 | trait Trait3 | +| main.rs:488:21:488:22 | S2 | main.rs:485:5:485:14 | struct S2 | +| main.rs:489:26:489:28 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:493:20:493:23 | Self | main.rs:487:5:495:5 | impl Trait3 for S2 { ... } | +| main.rs:493:20:493:34 | ...::AssocType | main.rs:488:26:490:9 | type AssocType | +| main.rs:498:10:498:15 | Trait4 | main.rs:479:5:483:5 | trait Trait4 | +| main.rs:498:21:498:22 | S2 | main.rs:485:5:485:14 | struct S2 | +| main.rs:499:26:499:29 | bool | {EXTERNAL LOCATION} | struct bool | +| main.rs:503:13:503:16 | Self | main.rs:497:5:507:5 | impl Trait4 for S2 { ... } | +| main.rs:503:13:503:19 | ...::f | main.rs:490:11:494:9 | fn f | +| main.rs:504:13:504:14 | S2 | main.rs:485:5:485:14 | struct S2 | +| main.rs:504:13:504:17 | ...::f | main.rs:490:11:494:9 | fn f | +| main.rs:505:20:505:23 | Self | main.rs:497:5:507:5 | impl Trait4 for S2 { ... } | +| main.rs:505:20:505:34 | ...::AssocType | main.rs:498:26:500:9 | type AssocType | +| main.rs:512:23:512:26 | Self | main.rs:509:5:513:5 | trait Trait5 | +| main.rs:512:23:512:33 | ...::Assoc | main.rs:510:9:510:19 | type Assoc | +| main.rs:516:10:516:15 | Trait5 | main.rs:509:5:513:5 | trait Trait5 | +| main.rs:516:21:516:21 | S | main.rs:413:5:413:13 | struct S | +| main.rs:517:22:517:24 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:521:16:521:19 | Self | main.rs:515:5:524:5 | impl Trait5 for S { ... } | +| main.rs:521:16:521:26 | ...::Assoc | main.rs:516:25:518:9 | type Assoc | +| main.rs:522:13:522:16 | Self | main.rs:515:5:524:5 | impl Trait5 for S { ... } | +| main.rs:522:13:522:23 | ...::Assoc | main.rs:520:9:523:9 | fn Assoc | +| main.rs:526:19:526:20 | T3 | main.rs:526:15:526:16 | T3 | +| main.rs:529:10:529:15 | Trait5 | main.rs:509:5:513:5 | trait Trait5 | +| main.rs:529:21:529:27 | S3::<...> | main.rs:526:5:526:22 | struct S3 | +| main.rs:529:24:529:26 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:530:22:530:24 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:534:16:534:19 | Self | main.rs:528:5:537:5 | impl Trait5 for S3::<...> { ... } | +| main.rs:534:16:534:26 | ...::Assoc | main.rs:529:31:531:9 | type Assoc | +| main.rs:535:13:535:16 | Self | main.rs:528:5:537:5 | impl Trait5 for S3::<...> { ... } | +| main.rs:535:13:535:23 | ...::Assoc | main.rs:533:9:536:9 | fn Assoc | +| main.rs:540:10:540:15 | Trait5 | main.rs:509:5:513:5 | trait Trait5 | +| main.rs:540:21:540:28 | S3::<...> | main.rs:526:5:526:22 | struct S3 | +| main.rs:540:24:540:27 | bool | {EXTERNAL LOCATION} | struct bool | +| main.rs:541:22:541:25 | bool | {EXTERNAL LOCATION} | struct bool | +| main.rs:545:16:545:19 | Self | main.rs:539:5:548:5 | impl Trait5 for S3::<...> { ... } | +| main.rs:545:16:545:26 | ...::Assoc | main.rs:540:32:542:9 | type Assoc | +| main.rs:546:14:546:17 | Self | main.rs:539:5:548:5 | impl Trait5 for S3::<...> { ... } | +| main.rs:546:14:546:24 | ...::Assoc | main.rs:544:9:547:9 | fn Assoc | +| main.rs:551:10:551:16 | S3::<...> | main.rs:526:5:526:22 | struct S3 | +| main.rs:551:13:551:15 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:552:20:552:22 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:558:10:558:17 | S3::<...> | main.rs:526:5:526:22 | struct S3 | +| main.rs:558:13:558:16 | bool | {EXTERNAL LOCATION} | struct bool | +| main.rs:559:20:559:23 | bool | {EXTERNAL LOCATION} | struct bool | +| main.rs:566:9:566:17 | S3::<...> | main.rs:526:5:526:22 | struct S3 | +| main.rs:566:9:567:13 | ...::Assoc | main.rs:533:9:536:9 | fn Assoc | +| main.rs:566:9:567:13 | ...::Assoc | main.rs:544:9:547:9 | fn Assoc | +| main.rs:566:14:566:16 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:569:9:569:18 | S3::<...> | main.rs:526:5:526:22 | struct S3 | +| main.rs:569:9:570:10 | ...::f1 | main.rs:551:20:554:9 | fn f1 | +| main.rs:569:9:570:10 | ...::f1 | main.rs:558:21:561:9 | fn f1 | +| main.rs:569:14:569:17 | bool | {EXTERNAL LOCATION} | struct bool | +| main.rs:572:9:572:17 | S3::<...> | main.rs:526:5:526:22 | struct S3 | +| main.rs:572:9:573:10 | ...::f1 | main.rs:551:20:554:9 | fn f1 | +| main.rs:572:9:573:10 | ...::f1 | main.rs:558:21:561:9 | fn f1 | +| main.rs:572:14:572:16 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:589:14:589:16 | Foo | main.rs:579:9:581:9 | trait Foo | +| main.rs:589:22:589:22 | X | main.rs:587:9:587:21 | struct X | +| main.rs:591:17:591:23 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:595:14:595:16 | Bar | main.rs:583:9:585:9 | trait Bar | +| main.rs:595:22:595:22 | X | main.rs:587:9:587:21 | struct X | +| main.rs:597:17:597:23 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:602:9:602:9 | m | main.rs:578:5:600:5 | mod m | +| main.rs:602:9:602:12 | ...::X | main.rs:587:9:587:21 | struct X | +| main.rs:605:17:605:17 | X | main.rs:587:9:587:21 | struct X | +| main.rs:608:17:608:17 | m | main.rs:578:5:600:5 | mod m | +| main.rs:608:17:608:22 | ...::Foo | main.rs:579:9:581:9 | trait Foo | +| main.rs:609:13:609:13 | X | main.rs:587:9:587:21 | struct X | +| main.rs:609:13:609:23 | ...::a_method | main.rs:589:26:592:13 | fn a_method | +| main.rs:612:18:612:18 | X | main.rs:587:9:587:21 | struct X | +| main.rs:614:21:614:24 | Self | main.rs:611:13:616:13 | impl X { ... } | +| main.rs:614:21:614:34 | ...::a_method | main.rs:589:26:592:13 | fn a_method | +| main.rs:620:17:620:17 | m | main.rs:578:5:600:5 | mod m | +| main.rs:620:17:620:22 | ...::Bar | main.rs:583:9:585:9 | trait Bar | +| main.rs:621:13:621:13 | X | main.rs:587:9:587:21 | struct X | +| main.rs:621:13:621:23 | ...::a_method | main.rs:595:26:598:13 | fn a_method | +| main.rs:625:17:625:17 | m | main.rs:578:5:600:5 | mod m | +| main.rs:625:17:625:22 | ...::Bar | main.rs:583:9:585:9 | trait Bar | +| main.rs:626:13:626:13 | X | main.rs:587:9:587:21 | struct X | +| main.rs:626:13:626:23 | ...::a_method | main.rs:595:26:598:13 | fn a_method | +| main.rs:631:13:631:13 | m | main.rs:578:5:600:5 | mod m | +| main.rs:631:13:631:18 | ...::Bar | main.rs:583:9:585:9 | trait Bar | +| main.rs:631:13:631:28 | ...::a_method | main.rs:584:13:584:31 | fn a_method | +| main.rs:644:10:644:16 | MyTrait | main.rs:637:5:639:5 | trait MyTrait | +| main.rs:645:9:645:9 | S | main.rs:641:5:641:13 | struct S | +| main.rs:647:13:647:19 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:653:7:653:13 | MyTrait | main.rs:637:5:639:5 | trait MyTrait | +| main.rs:654:10:654:10 | T | main.rs:652:10:652:10 | T | +| main.rs:656:9:656:9 | T | main.rs:652:10:652:10 | T | +| main.rs:656:9:656:12 | ...::f | main.rs:638:9:638:20 | fn f | +| main.rs:657:9:657:15 | MyTrait | main.rs:637:5:639:5 | trait MyTrait | +| main.rs:657:9:657:18 | ...::f | main.rs:638:9:638:20 | fn f | +| main.rs:662:9:662:9 | g | main.rs:651:5:658:5 | fn g | +| main.rs:663:11:663:11 | S | main.rs:641:5:641:13 | struct S | +| main.rs:670:9:670:15 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:675:13:675:19 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:680:17:680:23 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:681:17:681:21 | super | main.rs:673:5:685:5 | mod m19 | +| main.rs:681:17:681:24 | ...::f | main.rs:674:9:676:9 | fn f | +| main.rs:682:17:682:21 | super | main.rs:673:5:685:5 | mod m19 | +| main.rs:682:17:682:28 | ...::super | main.rs:668:1:686:1 | mod m18 | +| main.rs:682:17:682:31 | ...::f | main.rs:669:5:671:5 | fn f | +| main.rs:699:13:699:17 | super | main.rs:688:1:713:1 | mod m21 | +| main.rs:699:13:699:22 | ...::m22 | main.rs:689:5:695:5 | mod m22 | +| main.rs:699:13:699:30 | ...::MyEnum | main.rs:690:9:692:9 | enum MyEnum | +| main.rs:700:13:700:16 | self | main.rs:690:9:692:9 | enum MyEnum | +| main.rs:704:13:704:17 | super | main.rs:688:1:713:1 | mod m21 | +| main.rs:704:13:704:22 | ...::m22 | main.rs:689:5:695:5 | mod m22 | +| main.rs:704:13:704:32 | ...::MyStruct | main.rs:694:9:694:28 | struct MyStruct | +| main.rs:705:13:705:16 | self | main.rs:694:9:694:28 | struct MyStruct | +| main.rs:709:21:709:26 | MyEnum | main.rs:690:9:692:9 | enum MyEnum | +| main.rs:709:21:709:29 | ...::A | main.rs:691:13:691:13 | A | +| main.rs:710:21:710:28 | MyStruct | main.rs:694:9:694:28 | struct MyStruct | +| main.rs:726:10:728:5 | Trait1::<...> | main.rs:716:5:721:5 | trait Trait1 | +| main.rs:727:7:727:10 | Self | main.rs:723:5:723:13 | struct S | +| main.rs:729:11:729:11 | S | main.rs:723:5:723:13 | struct S | +| main.rs:731:13:731:19 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:737:17:737:17 | S | main.rs:723:5:723:13 | struct S | +| main.rs:753:15:753:15 | T | main.rs:752:26:752:26 | T | +| main.rs:758:9:758:24 | GenericStruct::<...> | main.rs:751:5:754:5 | struct GenericStruct | +| main.rs:758:23:758:23 | T | main.rs:757:10:757:10 | T | +| main.rs:760:9:760:9 | T | main.rs:757:10:757:10 | T | +| main.rs:760:12:760:17 | TraitA | main.rs:743:5:745:5 | trait TraitA | +| main.rs:769:9:769:24 | GenericStruct::<...> | main.rs:751:5:754:5 | struct GenericStruct | +| main.rs:769:23:769:23 | T | main.rs:768:10:768:10 | T | +| main.rs:771:9:771:9 | T | main.rs:768:10:768:10 | T | +| main.rs:771:12:771:17 | TraitB | main.rs:747:5:749:5 | trait TraitB | +| main.rs:772:9:772:9 | T | main.rs:768:10:768:10 | T | +| main.rs:772:12:772:17 | TraitA | main.rs:743:5:745:5 | trait TraitA | +| main.rs:783:10:783:15 | TraitA | main.rs:743:5:745:5 | trait TraitA | +| main.rs:783:21:783:31 | Implementor | main.rs:780:5:780:23 | struct Implementor | +| main.rs:785:13:785:19 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:790:10:790:15 | TraitB | main.rs:747:5:749:5 | trait TraitB | +| main.rs:790:21:790:31 | Implementor | main.rs:780:5:780:23 | struct Implementor | +| main.rs:792:13:792:19 | println | {EXTERNAL LOCATION} | MacroRules | +| main.rs:798:24:798:34 | Implementor | main.rs:780:5:780:23 | struct Implementor | +| main.rs:799:23:799:35 | GenericStruct | main.rs:751:5:754:5 | struct GenericStruct | +| main.rs:805:9:805:36 | GenericStruct::<...> | main.rs:751:5:754:5 | struct GenericStruct | +| main.rs:805:9:805:50 | ...::call_trait_a | main.rs:762:9:764:9 | fn call_trait_a | +| main.rs:805:25:805:35 | Implementor | main.rs:780:5:780:23 | struct Implementor | +| main.rs:808:9:808:36 | GenericStruct::<...> | main.rs:751:5:754:5 | struct GenericStruct | +| main.rs:808:9:808:47 | ...::call_both | main.rs:774:9:777:9 | fn call_both | +| main.rs:808:25:808:35 | Implementor | main.rs:780:5:780:23 | struct Implementor | +| main.rs:814:3:814:12 | proc_macro | proc_macro.rs:0:0:0:0 | Crate(proc_macro@0.0.1) | +| main.rs:814:3:814:24 | ...::add_suffix | proc_macro.rs:4:1:13:1 | fn add_suffix | +| main.rs:818:6:818:12 | AStruct | main.rs:817:1:817:17 | struct AStruct | +| main.rs:820:7:820:16 | proc_macro | proc_macro.rs:0:0:0:0 | Crate(proc_macro@0.0.1) | +| main.rs:820:7:820:28 | ...::add_suffix | proc_macro.rs:4:1:13:1 | fn add_suffix | +| main.rs:823:7:823:16 | proc_macro | proc_macro.rs:0:0:0:0 | Crate(proc_macro@0.0.1) | +| main.rs:823:7:823:28 | ...::add_suffix | proc_macro.rs:4:1:13:1 | fn add_suffix | | main.rs:828:9:828:11 | std | {EXTERNAL LOCATION} | Crate(std@0.0.0) | -| main.rs:828:9:828:19 | ...::result | {EXTERNAL LOCATION} | mod result | -| main.rs:828:9:828:27 | ...::Result | {EXTERNAL LOCATION} | enum Result | -| main.rs:836:19:836:22 | Self | main.rs:830:5:838:5 | trait Reduce | -| main.rs:836:19:836:29 | ...::Input | main.rs:831:9:831:19 | type Input | -| main.rs:837:14:837:46 | Result::<...> | {EXTERNAL LOCATION} | enum Result | -| main.rs:837:21:837:24 | Self | main.rs:830:5:838:5 | trait Reduce | -| main.rs:837:21:837:32 | ...::Output | main.rs:832:21:833:20 | type Output | -| main.rs:837:35:837:38 | Self | main.rs:830:5:838:5 | trait Reduce | -| main.rs:837:35:837:45 | ...::Error | main.rs:831:21:832:19 | type Error | -| main.rs:841:17:841:34 | PhantomData::<...> | {EXTERNAL LOCATION} | struct PhantomData | -| main.rs:841:29:841:33 | Input | main.rs:840:19:840:23 | Input | +| main.rs:828:9:828:19 | ...::marker | {EXTERNAL LOCATION} | mod marker | +| main.rs:828:9:828:32 | ...::PhantomData | {EXTERNAL LOCATION} | struct PhantomData | +| main.rs:829:9:829:11 | std | {EXTERNAL LOCATION} | Crate(std@0.0.0) | +| main.rs:829:9:829:19 | ...::result | {EXTERNAL LOCATION} | mod result | +| main.rs:829:9:829:27 | ...::Result | {EXTERNAL LOCATION} | enum Result | +| main.rs:837:19:837:22 | Self | main.rs:831:5:839:5 | trait Reduce | +| main.rs:837:19:837:29 | ...::Input | main.rs:832:9:832:19 | type Input | +| main.rs:838:14:838:46 | Result::<...> | {EXTERNAL LOCATION} | enum Result | +| main.rs:838:21:838:24 | Self | main.rs:831:5:839:5 | trait Reduce | +| main.rs:838:21:838:32 | ...::Output | main.rs:833:21:834:20 | type Output | +| main.rs:838:35:838:38 | Self | main.rs:831:5:839:5 | trait Reduce | +| main.rs:838:35:838:45 | ...::Error | main.rs:832:21:833:19 | type Error | | main.rs:842:17:842:34 | PhantomData::<...> | {EXTERNAL LOCATION} | struct PhantomData | -| main.rs:842:29:842:33 | Error | main.rs:840:26:840:30 | Error | -| main.rs:849:11:849:16 | Reduce | main.rs:830:5:838:5 | trait Reduce | -| main.rs:850:13:853:9 | MyImpl::<...> | main.rs:840:5:843:5 | struct MyImpl | -| main.rs:851:13:851:17 | Input | main.rs:847:13:847:17 | Input | -| main.rs:852:13:852:17 | Error | main.rs:848:13:848:17 | Error | -| main.rs:855:22:858:9 | Result::<...> | {EXTERNAL LOCATION} | enum Result | -| main.rs:856:13:856:17 | Input | main.rs:847:13:847:17 | Input | -| main.rs:857:13:857:16 | Self | main.rs:845:5:877:5 | impl Reduce for MyImpl::<...> { ... } | -| main.rs:857:13:857:23 | ...::Error | main.rs:859:11:863:9 | type Error | -| main.rs:860:22:862:9 | Option::<...> | {EXTERNAL LOCATION} | enum Option | -| main.rs:861:11:861:15 | Error | main.rs:848:13:848:17 | Error | -| main.rs:865:13:865:17 | Input | main.rs:847:13:847:17 | Input | -| main.rs:870:19:870:22 | Self | main.rs:845:5:877:5 | impl Reduce for MyImpl::<...> { ... } | -| main.rs:870:19:870:29 | ...::Input | main.rs:855:9:859:9 | type Input | -| main.rs:871:14:874:9 | Result::<...> | {EXTERNAL LOCATION} | enum Result | -| main.rs:872:13:872:16 | Self | main.rs:845:5:877:5 | impl Reduce for MyImpl::<...> { ... } | -| main.rs:872:13:872:24 | ...::Output | main.rs:863:11:866:9 | type Output | -| main.rs:873:13:873:16 | Self | main.rs:845:5:877:5 | impl Reduce for MyImpl::<...> { ... } | -| main.rs:873:13:873:23 | ...::Error | main.rs:859:11:863:9 | type Error | -| main.rs:885:16:885:20 | Super | main.rs:881:5:883:5 | trait Super | -| main.rs:887:19:887:22 | Self | main.rs:885:5:889:5 | trait Sub | -| main.rs:887:19:887:27 | ...::Out | main.rs:882:9:882:17 | type Out | -| main.rs:892:9:892:10 | ST | main.rs:891:14:891:15 | ST | -| main.rs:896:10:896:14 | Super | main.rs:881:5:883:5 | trait Super | -| main.rs:896:20:896:25 | S::<...> | main.rs:891:5:893:6 | struct S | -| main.rs:896:22:896:24 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:897:20:897:23 | char | {EXTERNAL LOCATION} | struct char | -| main.rs:902:10:902:14 | Super | main.rs:881:5:883:5 | trait Super | -| main.rs:902:20:902:26 | S::<...> | main.rs:891:5:893:6 | struct S | -| main.rs:902:22:902:25 | bool | {EXTERNAL LOCATION} | struct bool | -| main.rs:903:20:903:22 | i64 | {EXTERNAL LOCATION} | struct i64 | -| main.rs:908:10:908:12 | Sub | main.rs:885:5:889:5 | trait Sub | -| main.rs:908:18:908:23 | S::<...> | main.rs:891:5:893:6 | struct S | -| main.rs:908:20:908:22 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:909:19:909:22 | Self | main.rs:907:5:912:5 | impl Sub for S::<...> { ... } | -| main.rs:909:19:909:27 | ...::Out | main.rs:882:9:882:17 | type Out | -| main.rs:915:10:915:12 | Sub | main.rs:885:5:889:5 | trait Sub | -| main.rs:915:18:915:24 | S::<...> | main.rs:891:5:893:6 | struct S | -| main.rs:915:20:915:23 | bool | {EXTERNAL LOCATION} | struct bool | -| main.rs:916:19:916:22 | Self | main.rs:914:5:919:5 | impl Sub for S::<...> { ... } | -| main.rs:916:19:916:27 | ...::Out | main.rs:882:9:882:17 | type Out | -| main.rs:925:19:925:26 | SuperAlt | main.rs:921:5:923:5 | trait SuperAlt | -| main.rs:927:23:927:26 | Self | main.rs:925:5:929:5 | trait SubAlt | -| main.rs:927:23:927:31 | ...::Out | main.rs:922:9:922:17 | type Out | -| main.rs:932:13:932:20 | SuperAlt | main.rs:921:5:923:5 | trait SuperAlt | -| main.rs:932:26:932:29 | S::<...> | main.rs:891:5:893:6 | struct S | -| main.rs:932:28:932:28 | A | main.rs:932:10:932:10 | A | -| main.rs:933:20:933:20 | A | main.rs:932:10:932:10 | A | -| main.rs:938:13:938:18 | SubAlt | main.rs:925:5:929:5 | trait SubAlt | -| main.rs:938:24:938:27 | S::<...> | main.rs:891:5:893:6 | struct S | -| main.rs:938:26:938:26 | A | main.rs:938:10:938:10 | A | -| main.rs:939:23:939:26 | Self | main.rs:937:5:942:5 | impl SubAlt for S::<...> { ... } | -| main.rs:939:23:939:31 | ...::Out | main.rs:922:9:922:17 | type Out | -| main.rs:945:5:945:7 | std | {EXTERNAL LOCATION} | Crate(std@0.0.0) | -| main.rs:945:11:945:14 | self | {EXTERNAL LOCATION} | Crate(std@0.0.0) | -| main.rs:947:15:947:17 | ztd | {EXTERNAL LOCATION} | Crate(std@0.0.0) | -| main.rs:947:15:947:25 | ...::string | {EXTERNAL LOCATION} | mod string | -| main.rs:947:15:947:33 | ...::String | {EXTERNAL LOCATION} | struct String | -| main.rs:957:7:957:16 | proc_macro | proc_macro.rs:0:0:0:0 | Crate(proc_macro@0.0.1) | -| main.rs:957:7:957:26 | ...::identity | proc_macro.rs:15:1:18:1 | fn identity | -| main.rs:958:10:958:15 | ATrait | main.rs:953:5:955:5 | trait ATrait | -| main.rs:958:21:958:23 | i64 | {EXTERNAL LOCATION} | struct i64 | -| main.rs:960:11:960:13 | i64 | {EXTERNAL LOCATION} | struct i64 | -| main.rs:966:17:966:19 | Foo | main.rs:951:5:951:15 | struct Foo | -| main.rs:972:22:972:32 | Option::<...> | {EXTERNAL LOCATION} | enum Option | -| main.rs:972:29:972:31 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:973:17:973:20 | Some | {EXTERNAL LOCATION} | Some | -| main.rs:974:17:974:27 | Option::<...> | {EXTERNAL LOCATION} | enum Option | -| main.rs:974:24:974:26 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:975:13:975:16 | Some | {EXTERNAL LOCATION} | Some | -| main.rs:976:17:976:20 | None | {EXTERNAL LOCATION} | None | -| main.rs:978:13:978:16 | None | {EXTERNAL LOCATION} | None | -| main.rs:979:17:979:20 | None | {EXTERNAL LOCATION} | None | -| main.rs:988:19:988:29 | Option::<...> | {EXTERNAL LOCATION} | enum Option | -| main.rs:988:26:988:28 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:989:26:989:29 | test | main.rs:971:5:985:5 | fn test | -| main.rs:995:14:995:16 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:1000:17:1000:20 | Some | {EXTERNAL LOCATION} | Some | -| main.rs:1002:13:1002:16 | Some | {EXTERNAL LOCATION} | Some | -| main.rs:1007:13:1007:16 | Some | {EXTERNAL LOCATION} | Some | -| main.rs:1007:18:1007:18 | z | main.rs:994:5:996:12 | Const | -| main.rs:1007:24:1007:24 | z | main.rs:994:5:996:12 | Const | -| main.rs:1015:24:1015:26 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:1018:10:1018:20 | TupleStruct | main.rs:1015:5:1015:28 | struct TupleStruct | -| main.rs:1020:19:1020:21 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:1020:27:1020:30 | Self | main.rs:1015:5:1015:28 | struct TupleStruct | -| main.rs:1021:21:1021:24 | Self | main.rs:1015:5:1015:28 | struct TupleStruct | -| main.rs:1022:31:1022:34 | Self | main.rs:1015:5:1015:28 | struct TupleStruct | -| main.rs:1028:12:1028:14 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:1032:10:1032:21 | StructStruct | main.rs:1027:5:1029:5 | struct StructStruct | -| main.rs:1034:19:1034:21 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:1034:27:1034:30 | Self | main.rs:1027:5:1029:5 | struct StructStruct | -| main.rs:1035:13:1035:16 | Self | main.rs:1027:5:1029:5 | struct StructStruct | -| main.rs:1041:13:1041:15 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:1046:10:1046:15 | MyEnum | main.rs:1039:5:1043:5 | enum MyEnum | -| main.rs:1047:25:1047:27 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:1049:17:1049:20 | Self | main.rs:1045:5:1056:5 | impl MyEnum { ... } | -| main.rs:1049:17:1049:23 | ...::A | main.rs:1040:9:1042:9 | A | -| main.rs:1062:15:1062:15 | T | main.rs:1061:31:1061:31 | T | -| main.rs:1063:15:1063:31 | Option::<...> | {EXTERNAL LOCATION} | enum Option | -| main.rs:1063:22:1063:30 | Box::<...> | {EXTERNAL LOCATION} | struct Box | -| main.rs:1063:26:1063:29 | Self | main.rs:1061:5:1064:5 | struct NonEmptyListStruct | -| main.rs:1067:16:1067:16 | T | main.rs:1066:27:1066:27 | T | -| main.rs:1068:14:1068:14 | T | main.rs:1066:27:1066:27 | T | -| main.rs:1068:17:1068:25 | Box::<...> | {EXTERNAL LOCATION} | struct Box | -| main.rs:1068:21:1068:24 | Self | main.rs:1066:5:1069:5 | enum NonEmptyListEnum | -| main.rs:1072:10:1072:30 | NonEmptyListEnum::<...> | main.rs:1066:5:1069:5 | enum NonEmptyListEnum | -| main.rs:1072:27:1072:29 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:1073:30:1073:32 | i32 | {EXTERNAL LOCATION} | struct i32 | -| main.rs:1073:38:1073:41 | Self | main.rs:1066:5:1069:5 | enum NonEmptyListEnum | -| main.rs:1074:17:1074:32 | NonEmptyListEnum | main.rs:1066:5:1069:5 | enum NonEmptyListEnum | -| main.rs:1075:13:1075:16 | Self | main.rs:1071:5:1077:5 | impl NonEmptyListEnum::<...> { ... } | -| main.rs:1075:13:1075:24 | ...::Single | main.rs:1067:9:1067:17 | Single | -| main.rs:1083:13:1083:16 | Copy | {EXTERNAL LOCATION} | trait Copy | -| main.rs:1085:17:1085:17 | T | main.rs:1082:9:1082:9 | T | -| main.rs:1086:16:1086:16 | T | main.rs:1082:9:1082:9 | T | -| main.rs:1086:23:1086:26 | Self | main.rs:1079:5:1087:5 | union NonEmptyListUnion | -| main.rs:1091:5:1091:6 | my | main.rs:1:1:1:7 | mod my | -| main.rs:1091:5:1091:14 | ...::nested | my.rs:1:1:1:15 | mod nested | -| main.rs:1091:5:1091:23 | ...::nested1 | my/nested.rs:1:1:17:1 | mod nested1 | -| main.rs:1091:5:1091:32 | ...::nested2 | my/nested.rs:2:5:11:5 | mod nested2 | -| main.rs:1091:5:1091:35 | ...::f | my/nested.rs:3:9:5:9 | fn f | -| main.rs:1092:5:1092:6 | my | main.rs:1:1:1:7 | mod my | -| main.rs:1092:5:1092:9 | ...::f | my.rs:5:1:7:1 | fn f | -| main.rs:1093:5:1093:11 | nested2 | my2/mod.rs:1:1:1:16 | mod nested2 | -| main.rs:1093:5:1093:20 | ...::nested3 | my2/nested2.rs:1:1:11:1 | mod nested3 | -| main.rs:1093:5:1093:29 | ...::nested4 | my2/nested2.rs:2:5:10:5 | mod nested4 | -| main.rs:1093:5:1093:32 | ...::f | my2/nested2.rs:3:9:5:9 | fn f | -| main.rs:1094:5:1094:5 | f | my2/nested2.rs:3:9:5:9 | fn f | -| main.rs:1095:5:1095:5 | g | my2/nested2.rs:7:9:9:9 | fn g | -| main.rs:1096:5:1096:9 | crate | main.rs:0:0:0:0 | Crate(main@0.0.1) | -| main.rs:1096:5:1096:12 | ...::h | main.rs:57:1:76:1 | fn h | -| main.rs:1097:5:1097:6 | m1 | main.rs:20:1:44:1 | mod m1 | -| main.rs:1097:5:1097:10 | ...::m2 | main.rs:25:5:43:5 | mod m2 | -| main.rs:1097:5:1097:13 | ...::g | main.rs:30:9:34:9 | fn g | -| main.rs:1098:5:1098:6 | m1 | main.rs:20:1:44:1 | mod m1 | -| main.rs:1098:5:1098:10 | ...::m2 | main.rs:25:5:43:5 | mod m2 | -| main.rs:1098:5:1098:14 | ...::m3 | main.rs:36:9:42:9 | mod m3 | -| main.rs:1098:5:1098:17 | ...::h | main.rs:37:27:41:13 | fn h | -| main.rs:1099:5:1099:6 | m4 | main.rs:46:1:53:1 | mod m4 | -| main.rs:1099:5:1099:9 | ...::i | main.rs:49:5:52:5 | fn i | -| main.rs:1100:5:1100:5 | h | main.rs:57:1:76:1 | fn h | -| main.rs:1101:5:1101:11 | f_alias | my2/nested2.rs:3:9:5:9 | fn f | -| main.rs:1102:5:1102:11 | g_alias | my2/nested2.rs:7:9:9:9 | fn g | -| main.rs:1103:5:1103:5 | j | main.rs:104:1:108:1 | fn j | -| main.rs:1104:5:1104:6 | m6 | main.rs:116:1:128:1 | mod m6 | -| main.rs:1104:5:1104:9 | ...::g | main.rs:121:5:127:5 | fn g | -| main.rs:1105:5:1105:6 | m7 | main.rs:130:1:149:1 | mod m7 | -| main.rs:1105:5:1105:9 | ...::f | main.rs:141:5:148:5 | fn f | -| main.rs:1106:5:1106:6 | m8 | main.rs:151:1:205:1 | mod m8 | -| main.rs:1106:5:1106:9 | ...::g | main.rs:189:5:204:5 | fn g | -| main.rs:1107:5:1107:6 | m9 | main.rs:207:1:215:1 | mod m9 | -| main.rs:1107:5:1107:9 | ...::f | main.rs:210:5:214:5 | fn f | -| main.rs:1108:5:1108:7 | m11 | main.rs:238:1:275:1 | mod m11 | -| main.rs:1108:5:1108:10 | ...::f | main.rs:243:5:246:5 | fn f | -| main.rs:1109:5:1109:7 | m15 | main.rs:306:1:375:1 | mod m15 | -| main.rs:1109:5:1109:10 | ...::f | main.rs:362:5:374:5 | fn f | -| main.rs:1110:5:1110:7 | m16 | main.rs:377:1:574:1 | mod m16 | -| main.rs:1110:5:1110:10 | ...::f | main.rs:446:5:470:5 | fn f | -| main.rs:1111:5:1111:20 | trait_visibility | main.rs:576:1:633:1 | mod trait_visibility | -| main.rs:1111:5:1111:23 | ...::f | main.rs:603:5:632:5 | fn f | -| main.rs:1112:5:1112:7 | m17 | main.rs:635:1:665:1 | mod m17 | -| main.rs:1112:5:1112:10 | ...::f | main.rs:659:5:664:5 | fn f | -| main.rs:1113:5:1113:11 | nested6 | my2/nested2.rs:14:5:18:5 | mod nested6 | -| main.rs:1113:5:1113:14 | ...::f | my2/nested2.rs:15:9:17:9 | fn f | -| main.rs:1114:5:1114:11 | nested8 | my2/nested2.rs:22:5:26:5 | mod nested8 | -| main.rs:1114:5:1114:14 | ...::f | my2/nested2.rs:23:9:25:9 | fn f | -| main.rs:1115:5:1115:7 | my3 | my2/mod.rs:20:1:20:12 | mod my3 | -| main.rs:1115:5:1115:10 | ...::f | my2/my3/mod.rs:1:1:5:1 | fn f | -| main.rs:1116:5:1116:12 | nested_f | my/my4/my5/mod.rs:1:1:3:1 | fn f | -| main.rs:1117:5:1117:12 | my_alias | main.rs:1:1:1:7 | mod my | -| main.rs:1117:5:1117:22 | ...::nested_f | my/my4/my5/mod.rs:1:1:3:1 | fn f | -| main.rs:1118:5:1118:7 | m18 | main.rs:667:1:685:1 | mod m18 | -| main.rs:1118:5:1118:12 | ...::m19 | main.rs:672:5:684:5 | mod m19 | -| main.rs:1118:5:1118:17 | ...::m20 | main.rs:677:9:683:9 | mod m20 | -| main.rs:1118:5:1118:20 | ...::g | main.rs:678:13:682:13 | fn g | -| main.rs:1119:5:1119:7 | m23 | main.rs:714:1:739:1 | mod m23 | -| main.rs:1119:5:1119:10 | ...::f | main.rs:734:5:738:5 | fn f | -| main.rs:1120:5:1120:7 | m24 | main.rs:741:1:809:1 | mod m24 | -| main.rs:1120:5:1120:10 | ...::f | main.rs:795:5:808:5 | fn f | -| main.rs:1121:5:1121:8 | zelf | main.rs:0:0:0:0 | Crate(main@0.0.1) | -| main.rs:1121:5:1121:11 | ...::h | main.rs:57:1:76:1 | fn h | -| main.rs:1122:5:1122:13 | z_changed | main.rs:814:1:814:9 | fn z_changed | -| main.rs:1123:5:1123:11 | AStruct | main.rs:816:1:816:17 | struct AStruct | -| main.rs:1123:5:1123:22 | ...::z_on_type | main.rs:820:5:820:17 | fn z_on_type | -| main.rs:1124:5:1124:11 | AStruct | main.rs:816:1:816:17 | struct AStruct | -| main.rs:1125:5:1125:29 | impl_with_attribute_macro | main.rs:949:1:968:1 | mod impl_with_attribute_macro | -| main.rs:1125:5:1125:35 | ...::test | main.rs:964:5:967:5 | fn test | -| main.rs:1126:5:1126:12 | patterns | main.rs:970:1:1011:1 | mod patterns | -| main.rs:1126:5:1126:18 | ...::test | main.rs:971:5:985:5 | fn test | +| main.rs:842:29:842:33 | Input | main.rs:841:19:841:23 | Input | +| main.rs:843:17:843:34 | PhantomData::<...> | {EXTERNAL LOCATION} | struct PhantomData | +| main.rs:843:29:843:33 | Error | main.rs:841:26:841:30 | Error | +| main.rs:850:11:850:16 | Reduce | main.rs:831:5:839:5 | trait Reduce | +| main.rs:851:13:854:9 | MyImpl::<...> | main.rs:841:5:844:5 | struct MyImpl | +| main.rs:852:13:852:17 | Input | main.rs:848:13:848:17 | Input | +| main.rs:853:13:853:17 | Error | main.rs:849:13:849:17 | Error | +| main.rs:856:22:859:9 | Result::<...> | {EXTERNAL LOCATION} | enum Result | +| main.rs:857:13:857:17 | Input | main.rs:848:13:848:17 | Input | +| main.rs:858:13:858:16 | Self | main.rs:846:5:878:5 | impl Reduce for MyImpl::<...> { ... } | +| main.rs:858:13:858:23 | ...::Error | main.rs:860:11:864:9 | type Error | +| main.rs:861:22:863:9 | Option::<...> | {EXTERNAL LOCATION} | enum Option | +| main.rs:862:11:862:15 | Error | main.rs:849:13:849:17 | Error | +| main.rs:866:13:866:17 | Input | main.rs:848:13:848:17 | Input | +| main.rs:871:19:871:22 | Self | main.rs:846:5:878:5 | impl Reduce for MyImpl::<...> { ... } | +| main.rs:871:19:871:29 | ...::Input | main.rs:856:9:860:9 | type Input | +| main.rs:872:14:875:9 | Result::<...> | {EXTERNAL LOCATION} | enum Result | +| main.rs:873:13:873:16 | Self | main.rs:846:5:878:5 | impl Reduce for MyImpl::<...> { ... } | +| main.rs:873:13:873:24 | ...::Output | main.rs:864:11:867:9 | type Output | +| main.rs:874:13:874:16 | Self | main.rs:846:5:878:5 | impl Reduce for MyImpl::<...> { ... } | +| main.rs:874:13:874:23 | ...::Error | main.rs:860:11:864:9 | type Error | +| main.rs:886:16:886:20 | Super | main.rs:882:5:884:5 | trait Super | +| main.rs:888:19:888:22 | Self | main.rs:886:5:890:5 | trait Sub | +| main.rs:888:19:888:27 | ...::Out | main.rs:883:9:883:17 | type Out | +| main.rs:893:9:893:10 | ST | main.rs:892:14:892:15 | ST | +| main.rs:897:10:897:14 | Super | main.rs:882:5:884:5 | trait Super | +| main.rs:897:20:897:25 | S::<...> | main.rs:892:5:894:6 | struct S | +| main.rs:897:22:897:24 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:898:20:898:23 | char | {EXTERNAL LOCATION} | struct char | +| main.rs:903:10:903:14 | Super | main.rs:882:5:884:5 | trait Super | +| main.rs:903:20:903:26 | S::<...> | main.rs:892:5:894:6 | struct S | +| main.rs:903:22:903:25 | bool | {EXTERNAL LOCATION} | struct bool | +| main.rs:904:20:904:22 | i64 | {EXTERNAL LOCATION} | struct i64 | +| main.rs:909:10:909:12 | Sub | main.rs:886:5:890:5 | trait Sub | +| main.rs:909:18:909:23 | S::<...> | main.rs:892:5:894:6 | struct S | +| main.rs:909:20:909:22 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:910:19:910:22 | Self | main.rs:908:5:913:5 | impl Sub for S::<...> { ... } | +| main.rs:910:19:910:27 | ...::Out | main.rs:883:9:883:17 | type Out | +| main.rs:916:10:916:12 | Sub | main.rs:886:5:890:5 | trait Sub | +| main.rs:916:18:916:24 | S::<...> | main.rs:892:5:894:6 | struct S | +| main.rs:916:20:916:23 | bool | {EXTERNAL LOCATION} | struct bool | +| main.rs:917:19:917:22 | Self | main.rs:915:5:920:5 | impl Sub for S::<...> { ... } | +| main.rs:917:19:917:27 | ...::Out | main.rs:883:9:883:17 | type Out | +| main.rs:926:19:926:26 | SuperAlt | main.rs:922:5:924:5 | trait SuperAlt | +| main.rs:928:23:928:26 | Self | main.rs:926:5:930:5 | trait SubAlt | +| main.rs:928:23:928:31 | ...::Out | main.rs:923:9:923:17 | type Out | +| main.rs:933:13:933:20 | SuperAlt | main.rs:922:5:924:5 | trait SuperAlt | +| main.rs:933:26:933:29 | S::<...> | main.rs:892:5:894:6 | struct S | +| main.rs:933:28:933:28 | A | main.rs:933:10:933:10 | A | +| main.rs:934:20:934:20 | A | main.rs:933:10:933:10 | A | +| main.rs:939:13:939:18 | SubAlt | main.rs:926:5:930:5 | trait SubAlt | +| main.rs:939:24:939:27 | S::<...> | main.rs:892:5:894:6 | struct S | +| main.rs:939:26:939:26 | A | main.rs:939:10:939:10 | A | +| main.rs:940:23:940:26 | Self | main.rs:938:5:943:5 | impl SubAlt for S::<...> { ... } | +| main.rs:940:23:940:31 | ...::Out | main.rs:923:9:923:17 | type Out | +| main.rs:946:10:946:16 | S::<...> | main.rs:892:5:894:6 | struct S | +| main.rs:946:12:946:15 | bool | {EXTERNAL LOCATION} | struct bool | +| main.rs:948:21:948:37 | <...> | main.rs:882:5:884:5 | trait Super | +| main.rs:948:21:948:42 | ...::Out | main.rs:883:9:883:17 | type Out | +| main.rs:948:22:948:27 | S::<...> | main.rs:892:5:894:6 | struct S | +| main.rs:948:24:948:26 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:948:32:948:36 | Super | main.rs:882:5:884:5 | trait Super | +| main.rs:949:21:949:38 | <...> | main.rs:882:5:884:5 | trait Super | +| main.rs:949:21:949:43 | ...::Out | main.rs:883:9:883:17 | type Out | +| main.rs:949:22:949:28 | S::<...> | main.rs:892:5:894:6 | struct S | +| main.rs:949:24:949:27 | bool | {EXTERNAL LOCATION} | struct bool | +| main.rs:949:33:949:37 | Super | main.rs:882:5:884:5 | trait Super | +| main.rs:951:21:951:41 | <...> | main.rs:922:5:924:5 | trait SuperAlt | +| main.rs:951:21:951:46 | ...::Out | main.rs:923:9:923:17 | type Out | +| main.rs:951:22:951:28 | S::<...> | main.rs:892:5:894:6 | struct S | +| main.rs:951:24:951:27 | bool | {EXTERNAL LOCATION} | struct bool | +| main.rs:951:33:951:40 | SuperAlt | main.rs:922:5:924:5 | trait SuperAlt | +| main.rs:956:5:956:7 | std | {EXTERNAL LOCATION} | Crate(std@0.0.0) | +| main.rs:956:11:956:14 | self | {EXTERNAL LOCATION} | Crate(std@0.0.0) | +| main.rs:958:15:958:17 | ztd | {EXTERNAL LOCATION} | Crate(std@0.0.0) | +| main.rs:958:15:958:25 | ...::string | {EXTERNAL LOCATION} | mod string | +| main.rs:958:15:958:33 | ...::String | {EXTERNAL LOCATION} | struct String | +| main.rs:968:7:968:16 | proc_macro | proc_macro.rs:0:0:0:0 | Crate(proc_macro@0.0.1) | +| main.rs:968:7:968:26 | ...::identity | proc_macro.rs:15:1:18:1 | fn identity | +| main.rs:969:10:969:15 | ATrait | main.rs:964:5:966:5 | trait ATrait | +| main.rs:969:21:969:23 | i64 | {EXTERNAL LOCATION} | struct i64 | +| main.rs:971:11:971:13 | i64 | {EXTERNAL LOCATION} | struct i64 | +| main.rs:977:17:977:19 | Foo | main.rs:962:5:962:15 | struct Foo | +| main.rs:983:22:983:32 | Option::<...> | {EXTERNAL LOCATION} | enum Option | +| main.rs:983:29:983:31 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:984:17:984:20 | Some | {EXTERNAL LOCATION} | Some | +| main.rs:985:17:985:27 | Option::<...> | {EXTERNAL LOCATION} | enum Option | +| main.rs:985:24:985:26 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:986:13:986:16 | Some | {EXTERNAL LOCATION} | Some | +| main.rs:987:17:987:20 | None | {EXTERNAL LOCATION} | None | +| main.rs:989:13:989:16 | None | {EXTERNAL LOCATION} | None | +| main.rs:990:17:990:20 | None | {EXTERNAL LOCATION} | None | +| main.rs:999:19:999:29 | Option::<...> | {EXTERNAL LOCATION} | enum Option | +| main.rs:999:26:999:28 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:1000:26:1000:29 | test | main.rs:982:5:996:5 | fn test | +| main.rs:1006:14:1006:16 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:1011:17:1011:20 | Some | {EXTERNAL LOCATION} | Some | +| main.rs:1013:13:1013:16 | Some | {EXTERNAL LOCATION} | Some | +| main.rs:1018:13:1018:16 | Some | {EXTERNAL LOCATION} | Some | +| main.rs:1018:18:1018:18 | z | main.rs:1005:5:1007:12 | Const | +| main.rs:1018:24:1018:24 | z | main.rs:1005:5:1007:12 | Const | +| main.rs:1026:24:1026:26 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:1029:10:1029:20 | TupleStruct | main.rs:1026:5:1026:28 | struct TupleStruct | +| main.rs:1031:19:1031:21 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:1031:27:1031:30 | Self | main.rs:1026:5:1026:28 | struct TupleStruct | +| main.rs:1032:21:1032:24 | Self | main.rs:1026:5:1026:28 | struct TupleStruct | +| main.rs:1033:31:1033:34 | Self | main.rs:1026:5:1026:28 | struct TupleStruct | +| main.rs:1039:12:1039:14 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:1043:10:1043:21 | StructStruct | main.rs:1038:5:1040:5 | struct StructStruct | +| main.rs:1045:19:1045:21 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:1045:27:1045:30 | Self | main.rs:1038:5:1040:5 | struct StructStruct | +| main.rs:1046:13:1046:16 | Self | main.rs:1038:5:1040:5 | struct StructStruct | +| main.rs:1052:13:1052:15 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:1057:10:1057:15 | MyEnum | main.rs:1050:5:1054:5 | enum MyEnum | +| main.rs:1058:25:1058:27 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:1060:17:1060:20 | Self | main.rs:1056:5:1067:5 | impl MyEnum { ... } | +| main.rs:1060:17:1060:23 | ...::A | main.rs:1051:9:1053:9 | A | +| main.rs:1073:15:1073:15 | T | main.rs:1072:31:1072:31 | T | +| main.rs:1074:15:1074:31 | Option::<...> | {EXTERNAL LOCATION} | enum Option | +| main.rs:1074:22:1074:30 | Box::<...> | {EXTERNAL LOCATION} | struct Box | +| main.rs:1074:26:1074:29 | Self | main.rs:1072:5:1075:5 | struct NonEmptyListStruct | +| main.rs:1078:16:1078:16 | T | main.rs:1077:27:1077:27 | T | +| main.rs:1079:14:1079:14 | T | main.rs:1077:27:1077:27 | T | +| main.rs:1079:17:1079:25 | Box::<...> | {EXTERNAL LOCATION} | struct Box | +| main.rs:1079:21:1079:24 | Self | main.rs:1077:5:1080:5 | enum NonEmptyListEnum | +| main.rs:1083:10:1083:30 | NonEmptyListEnum::<...> | main.rs:1077:5:1080:5 | enum NonEmptyListEnum | +| main.rs:1083:27:1083:29 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:1084:30:1084:32 | i32 | {EXTERNAL LOCATION} | struct i32 | +| main.rs:1084:38:1084:41 | Self | main.rs:1077:5:1080:5 | enum NonEmptyListEnum | +| main.rs:1085:17:1085:32 | NonEmptyListEnum | main.rs:1077:5:1080:5 | enum NonEmptyListEnum | +| main.rs:1086:13:1086:16 | Self | main.rs:1082:5:1088:5 | impl NonEmptyListEnum::<...> { ... } | +| main.rs:1086:13:1086:24 | ...::Single | main.rs:1078:9:1078:17 | Single | +| main.rs:1094:13:1094:16 | Copy | {EXTERNAL LOCATION} | trait Copy | +| main.rs:1096:17:1096:17 | T | main.rs:1093:9:1093:9 | T | +| main.rs:1097:16:1097:16 | T | main.rs:1093:9:1093:9 | T | +| main.rs:1097:23:1097:26 | Self | main.rs:1090:5:1098:5 | union NonEmptyListUnion | +| main.rs:1102:5:1102:6 | my | main.rs:1:1:1:7 | mod my | +| main.rs:1102:5:1102:14 | ...::nested | my.rs:1:1:1:15 | mod nested | +| main.rs:1102:5:1102:23 | ...::nested1 | my/nested.rs:1:1:17:1 | mod nested1 | +| main.rs:1102:5:1102:32 | ...::nested2 | my/nested.rs:2:5:11:5 | mod nested2 | +| main.rs:1102:5:1102:35 | ...::f | my/nested.rs:3:9:5:9 | fn f | +| main.rs:1103:5:1103:6 | my | main.rs:1:1:1:7 | mod my | +| main.rs:1103:5:1103:9 | ...::f | my.rs:5:1:7:1 | fn f | +| main.rs:1104:5:1104:11 | nested2 | my2/mod.rs:1:1:1:16 | mod nested2 | +| main.rs:1104:5:1104:20 | ...::nested3 | my2/nested2.rs:1:1:11:1 | mod nested3 | +| main.rs:1104:5:1104:29 | ...::nested4 | my2/nested2.rs:2:5:10:5 | mod nested4 | +| main.rs:1104:5:1104:32 | ...::f | my2/nested2.rs:3:9:5:9 | fn f | +| main.rs:1105:5:1105:5 | f | my2/nested2.rs:3:9:5:9 | fn f | +| main.rs:1106:5:1106:5 | g | my2/nested2.rs:7:9:9:9 | fn g | +| main.rs:1107:5:1107:9 | crate | main.rs:0:0:0:0 | Crate(main@0.0.1) | +| main.rs:1107:5:1107:12 | ...::h | main.rs:57:1:76:1 | fn h | +| main.rs:1108:5:1108:6 | m1 | main.rs:20:1:44:1 | mod m1 | +| main.rs:1108:5:1108:10 | ...::m2 | main.rs:25:5:43:5 | mod m2 | +| main.rs:1108:5:1108:13 | ...::g | main.rs:30:9:34:9 | fn g | +| main.rs:1109:5:1109:6 | m1 | main.rs:20:1:44:1 | mod m1 | +| main.rs:1109:5:1109:10 | ...::m2 | main.rs:25:5:43:5 | mod m2 | +| main.rs:1109:5:1109:14 | ...::m3 | main.rs:36:9:42:9 | mod m3 | +| main.rs:1109:5:1109:17 | ...::h | main.rs:37:27:41:13 | fn h | +| main.rs:1110:5:1110:6 | m4 | main.rs:46:1:53:1 | mod m4 | +| main.rs:1110:5:1110:9 | ...::i | main.rs:49:5:52:5 | fn i | +| main.rs:1111:5:1111:5 | h | main.rs:57:1:76:1 | fn h | +| main.rs:1112:5:1112:11 | f_alias | my2/nested2.rs:3:9:5:9 | fn f | +| main.rs:1113:5:1113:11 | g_alias | my2/nested2.rs:7:9:9:9 | fn g | +| main.rs:1114:5:1114:5 | j | main.rs:104:1:108:1 | fn j | +| main.rs:1115:5:1115:6 | m6 | main.rs:116:1:128:1 | mod m6 | +| main.rs:1115:5:1115:9 | ...::g | main.rs:121:5:127:5 | fn g | +| main.rs:1116:5:1116:6 | m7 | main.rs:130:1:149:1 | mod m7 | +| main.rs:1116:5:1116:9 | ...::f | main.rs:141:5:148:5 | fn f | +| main.rs:1117:5:1117:6 | m8 | main.rs:151:1:205:1 | mod m8 | +| main.rs:1117:5:1117:9 | ...::g | main.rs:189:5:204:5 | fn g | +| main.rs:1118:5:1118:6 | m9 | main.rs:207:1:215:1 | mod m9 | +| main.rs:1118:5:1118:9 | ...::f | main.rs:210:5:214:5 | fn f | +| main.rs:1119:5:1119:7 | m11 | main.rs:238:1:275:1 | mod m11 | +| main.rs:1119:5:1119:10 | ...::f | main.rs:243:5:246:5 | fn f | +| main.rs:1120:5:1120:7 | m15 | main.rs:306:1:375:1 | mod m15 | +| main.rs:1120:5:1120:10 | ...::f | main.rs:362:5:374:5 | fn f | +| main.rs:1121:5:1121:7 | m16 | main.rs:377:1:575:1 | mod m16 | +| main.rs:1121:5:1121:10 | ...::f | main.rs:447:5:471:5 | fn f | +| main.rs:1122:5:1122:20 | trait_visibility | main.rs:577:1:634:1 | mod trait_visibility | +| main.rs:1122:5:1122:23 | ...::f | main.rs:604:5:633:5 | fn f | +| main.rs:1123:5:1123:7 | m17 | main.rs:636:1:666:1 | mod m17 | +| main.rs:1123:5:1123:10 | ...::f | main.rs:660:5:665:5 | fn f | +| main.rs:1124:5:1124:11 | nested6 | my2/nested2.rs:14:5:18:5 | mod nested6 | +| main.rs:1124:5:1124:14 | ...::f | my2/nested2.rs:15:9:17:9 | fn f | +| main.rs:1125:5:1125:11 | nested8 | my2/nested2.rs:22:5:26:5 | mod nested8 | +| main.rs:1125:5:1125:14 | ...::f | my2/nested2.rs:23:9:25:9 | fn f | +| main.rs:1126:5:1126:7 | my3 | my2/mod.rs:20:1:20:12 | mod my3 | +| main.rs:1126:5:1126:10 | ...::f | my2/my3/mod.rs:1:1:5:1 | fn f | +| main.rs:1127:5:1127:12 | nested_f | my/my4/my5/mod.rs:1:1:3:1 | fn f | +| main.rs:1128:5:1128:12 | my_alias | main.rs:1:1:1:7 | mod my | +| main.rs:1128:5:1128:22 | ...::nested_f | my/my4/my5/mod.rs:1:1:3:1 | fn f | +| main.rs:1129:5:1129:7 | m18 | main.rs:668:1:686:1 | mod m18 | +| main.rs:1129:5:1129:12 | ...::m19 | main.rs:673:5:685:5 | mod m19 | +| main.rs:1129:5:1129:17 | ...::m20 | main.rs:678:9:684:9 | mod m20 | +| main.rs:1129:5:1129:20 | ...::g | main.rs:679:13:683:13 | fn g | +| main.rs:1130:5:1130:7 | m23 | main.rs:715:1:740:1 | mod m23 | +| main.rs:1130:5:1130:10 | ...::f | main.rs:735:5:739:5 | fn f | +| main.rs:1131:5:1131:7 | m24 | main.rs:742:1:810:1 | mod m24 | +| main.rs:1131:5:1131:10 | ...::f | main.rs:796:5:809:5 | fn f | +| main.rs:1132:5:1132:8 | zelf | main.rs:0:0:0:0 | Crate(main@0.0.1) | +| main.rs:1132:5:1132:11 | ...::h | main.rs:57:1:76:1 | fn h | +| main.rs:1133:5:1133:13 | z_changed | main.rs:815:1:815:9 | fn z_changed | +| main.rs:1134:5:1134:11 | AStruct | main.rs:817:1:817:17 | struct AStruct | +| main.rs:1134:5:1134:22 | ...::z_on_type | main.rs:821:5:821:17 | fn z_on_type | +| main.rs:1135:5:1135:11 | AStruct | main.rs:817:1:817:17 | struct AStruct | +| main.rs:1136:5:1136:29 | impl_with_attribute_macro | main.rs:960:1:979:1 | mod impl_with_attribute_macro | +| main.rs:1136:5:1136:35 | ...::test | main.rs:975:5:978:5 | fn test | +| main.rs:1137:5:1137:12 | patterns | main.rs:981:1:1022:1 | mod patterns | +| main.rs:1137:5:1137:18 | ...::test | main.rs:982:5:996:5 | fn test | | my2/mod.rs:4:5:4:11 | println | {EXTERNAL LOCATION} | MacroRules | | my2/mod.rs:5:5:5:11 | nested2 | my2/mod.rs:1:1:1:16 | mod nested2 | | my2/mod.rs:5:5:5:20 | ...::nested3 | my2/nested2.rs:1:1:11:1 | mod nested3 | @@ -650,7 +679,7 @@ resolvePath | my2/my3/mod.rs:3:5:3:5 | g | my2/mod.rs:3:1:6:1 | fn g | | my2/my3/mod.rs:4:5:4:5 | h | main.rs:57:1:76:1 | fn h | | my2/my3/mod.rs:7:5:7:9 | super | my2/mod.rs:1:1:25:34 | SourceFile | -| my2/my3/mod.rs:7:5:7:16 | ...::super | main.rs:1:1:1127:2 | SourceFile | +| my2/my3/mod.rs:7:5:7:16 | ...::super | main.rs:1:1:1138:2 | SourceFile | | my2/my3/mod.rs:7:5:7:19 | ...::h | main.rs:57:1:76:1 | fn h | | my2/my3/mod.rs:8:5:8:9 | super | my2/mod.rs:1:1:25:34 | SourceFile | | my2/my3/mod.rs:8:5:8:12 | ...::g | my2/mod.rs:3:1:6:1 | fn g | diff --git a/rust/ql/test/library-tests/type-inference/CONSISTENCY/PathResolutionConsistency.expected b/rust/ql/test/library-tests/type-inference/CONSISTENCY/PathResolutionConsistency.expected index 97dfe4bc278..5e7cfcf2baa 100644 --- a/rust/ql/test/library-tests/type-inference/CONSISTENCY/PathResolutionConsistency.expected +++ b/rust/ql/test/library-tests/type-inference/CONSISTENCY/PathResolutionConsistency.expected @@ -1,2 +1,2 @@ multipleResolvedTargets -| main.rs:2871:13:2871:17 | x.f() | +| main.rs:2902:13:2902:17 | x.f() | diff --git a/rust/ql/test/library-tests/type-inference/main.rs b/rust/ql/test/library-tests/type-inference/main.rs index e72fecf32f1..b4f9b04f56f 100644 --- a/rust/ql/test/library-tests/type-inference/main.rs +++ b/rust/ql/test/library-tests/type-inference/main.rs @@ -129,6 +129,9 @@ mod trait_impl { let y = MyThing { field: false }; let b = MyTrait::trait_method(y); // $ type=b:bool target=MyThing::trait_method + + let z = MyThing { field: false }; + let c = >::trait_method(z); // $ type=c:bool target=MyThing::trait_method } } @@ -181,6 +184,34 @@ mod trait_visibility { } } +mod method_call_trait_path_disambig { + trait FirstTrait { + // FirstTrait::method + fn method(&self) -> bool { + true + } + } + trait SecondTrait { + // SecondTrait::method + fn method(&self) -> i64 { + 1 + } + } + struct S; + impl FirstTrait for S {} + impl SecondTrait for S {} + + fn _test() { + let s = S; + + let _b1 = FirstTrait::method(&s); // $ type=_b1:bool target=FirstTrait::method + let _b2 = ::method(&s); // $ type=_b2:bool target=FirstTrait::method + + let _n1 = SecondTrait::method(&s); // $ type=_n1:i64 target=SecondTrait::method + let _n2 = ::method(&s); // $ type=_n2:i64 target=SecondTrait::method + } +} + mod method_non_parametric_impl { #[derive(Debug)] struct MyThing { diff --git a/rust/ql/test/library-tests/type-inference/type-inference.expected b/rust/ql/test/library-tests/type-inference/type-inference.expected index 753dad0079b..19e46b1cae6 100644 --- a/rust/ql/test/library-tests/type-inference/type-inference.expected +++ b/rust/ql/test/library-tests/type-inference/type-inference.expected @@ -1104,7 +1104,7 @@ inferCertainType | main.rs:121:25:121:28 | SelfParam | | main.rs:110:5:113:5 | MyThing | | main.rs:121:39:123:9 | { ... } | | {EXTERNAL LOCATION} | bool | | main.rs:122:13:122:16 | self | | main.rs:110:5:113:5 | MyThing | -| main.rs:126:16:132:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:126:16:135:5 | { ... } | | {EXTERNAL LOCATION} | () | | main.rs:127:13:127:13 | x | | main.rs:110:5:113:5 | MyThing | | main.rs:127:17:127:39 | MyThing {...} | | main.rs:110:5:113:5 | MyThing | | main.rs:127:34:127:37 | true | | {EXTERNAL LOCATION} | bool | @@ -1113,2738 +1113,2762 @@ inferCertainType | main.rs:130:17:130:40 | MyThing {...} | | main.rs:110:5:113:5 | MyThing | | main.rs:130:34:130:38 | false | | {EXTERNAL LOCATION} | bool | | main.rs:131:39:131:39 | y | | main.rs:110:5:113:5 | MyThing | -| main.rs:141:25:141:29 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:141:25:141:29 | SelfParam | TRef | main.rs:139:9:144:9 | Self [trait Foo] | -| main.rs:141:32:143:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:142:26:142:31 | "foo!\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:142:26:142:31 | "foo!\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:142:26:142:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:142:26:142:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:148:25:148:29 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:148:25:148:29 | SelfParam | TRef | main.rs:146:9:151:9 | Self [trait Bar] | -| main.rs:148:32:150:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:149:26:149:31 | "bar!\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:149:26:149:31 | "bar!\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:149:26:149:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:149:26:149:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:160:15:181:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:162:9:165:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:166:9:169:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:170:9:173:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:174:9:180:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:178:13:178:29 | ...::a_method(...) | | {EXTERNAL LOCATION} | () | -| main.rs:178:27:178:28 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:179:13:179:29 | ...::a_method(...) | | {EXTERNAL LOCATION} | () | -| main.rs:179:27:179:28 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:197:15:197:18 | SelfParam | | main.rs:185:5:188:5 | MyThing | -| main.rs:197:15:197:18 | SelfParam | A | main.rs:190:5:191:14 | S1 | -| main.rs:197:27:199:9 | { ... } | | main.rs:190:5:191:14 | S1 | -| main.rs:198:13:198:16 | self | | main.rs:185:5:188:5 | MyThing | -| main.rs:198:13:198:16 | self | A | main.rs:190:5:191:14 | S1 | -| main.rs:204:15:204:18 | SelfParam | | main.rs:185:5:188:5 | MyThing | -| main.rs:204:15:204:18 | SelfParam | A | main.rs:192:5:193:14 | S2 | -| main.rs:204:29:206:9 | { ... } | | main.rs:185:5:188:5 | MyThing | -| main.rs:204:29:206:9 | { ... } | A | main.rs:192:5:193:14 | S2 | -| main.rs:205:13:205:30 | Self {...} | | main.rs:185:5:188:5 | MyThing | -| main.rs:205:13:205:30 | Self {...} | A | main.rs:192:5:193:14 | S2 | -| main.rs:205:23:205:26 | self | | main.rs:185:5:188:5 | MyThing | -| main.rs:205:23:205:26 | self | A | main.rs:192:5:193:14 | S2 | -| main.rs:210:15:210:18 | SelfParam | | main.rs:185:5:188:5 | MyThing | -| main.rs:210:15:210:18 | SelfParam | A | main.rs:209:10:209:10 | T | -| main.rs:210:26:212:9 | { ... } | | main.rs:209:10:209:10 | T | -| main.rs:211:13:211:16 | self | | main.rs:185:5:188:5 | MyThing | -| main.rs:211:13:211:16 | self | A | main.rs:209:10:209:10 | T | -| main.rs:215:16:231:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:216:13:216:13 | x | | main.rs:185:5:188:5 | MyThing | -| main.rs:216:17:216:33 | MyThing {...} | | main.rs:185:5:188:5 | MyThing | -| main.rs:217:13:217:13 | y | | main.rs:185:5:188:5 | MyThing | -| main.rs:217:17:217:33 | MyThing {...} | | main.rs:185:5:188:5 | MyThing | -| main.rs:220:18:220:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:220:18:220:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:220:18:220:28 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:220:18:220:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:220:26:220:26 | x | | main.rs:185:5:188:5 | MyThing | -| main.rs:221:18:221:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:221:18:221:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:221:18:221:28 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:221:18:221:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:221:26:221:26 | y | | main.rs:185:5:188:5 | MyThing | -| main.rs:223:18:223:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:223:18:223:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:223:18:223:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:223:18:223:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:223:26:223:26 | x | | main.rs:185:5:188:5 | MyThing | -| main.rs:224:18:224:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:224:18:224:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:224:18:224:33 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:224:18:224:33 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:224:26:224:26 | y | | main.rs:185:5:188:5 | MyThing | -| main.rs:226:13:226:13 | x | | main.rs:185:5:188:5 | MyThing | -| main.rs:226:17:226:33 | MyThing {...} | | main.rs:185:5:188:5 | MyThing | -| main.rs:227:13:227:13 | y | | main.rs:185:5:188:5 | MyThing | -| main.rs:227:17:227:33 | MyThing {...} | | main.rs:185:5:188:5 | MyThing | -| main.rs:229:18:229:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:229:18:229:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:229:18:229:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:229:18:229:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:229:26:229:26 | x | | main.rs:185:5:188:5 | MyThing | -| main.rs:230:18:230:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:230:18:230:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:230:18:230:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:230:18:230:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:230:26:230:26 | y | | main.rs:185:5:188:5 | MyThing | -| main.rs:254:15:254:18 | SelfParam | | main.rs:253:5:262:5 | Self [trait MyTrait] | -| main.rs:256:15:256:18 | SelfParam | | main.rs:253:5:262:5 | Self [trait MyTrait] | -| main.rs:259:9:261:9 | { ... } | | main.rs:253:5:262:5 | Self [trait MyTrait] | -| main.rs:260:13:260:16 | self | | main.rs:253:5:262:5 | Self [trait MyTrait] | -| main.rs:266:16:266:19 | SelfParam | | main.rs:264:5:269:5 | Self [trait MyProduct] | -| main.rs:268:16:268:19 | SelfParam | | main.rs:264:5:269:5 | Self [trait MyProduct] | -| main.rs:271:43:271:43 | x | | main.rs:271:26:271:40 | T2 | -| main.rs:271:56:273:5 | { ... } | | main.rs:271:22:271:23 | T1 | -| main.rs:272:9:272:9 | x | | main.rs:271:26:271:40 | T2 | -| main.rs:277:15:277:18 | SelfParam | | main.rs:235:5:238:5 | MyThing | -| main.rs:277:15:277:18 | SelfParam | A | main.rs:246:5:247:14 | S1 | -| main.rs:277:27:279:9 | { ... } | | main.rs:246:5:247:14 | S1 | -| main.rs:278:13:278:16 | self | | main.rs:235:5:238:5 | MyThing | -| main.rs:278:13:278:16 | self | A | main.rs:246:5:247:14 | S1 | -| main.rs:284:15:284:18 | SelfParam | | main.rs:235:5:238:5 | MyThing | -| main.rs:284:15:284:18 | SelfParam | A | main.rs:248:5:249:14 | S2 | -| main.rs:284:29:286:9 | { ... } | | main.rs:235:5:238:5 | MyThing | -| main.rs:284:29:286:9 | { ... } | A | main.rs:248:5:249:14 | S2 | -| main.rs:285:13:285:30 | Self {...} | | main.rs:235:5:238:5 | MyThing | -| main.rs:285:13:285:30 | Self {...} | A | main.rs:248:5:249:14 | S2 | -| main.rs:285:23:285:26 | self | | main.rs:235:5:238:5 | MyThing | -| main.rs:285:23:285:26 | self | A | main.rs:248:5:249:14 | S2 | -| main.rs:296:15:296:18 | SelfParam | | main.rs:235:5:238:5 | MyThing | -| main.rs:296:15:296:18 | SelfParam | A | main.rs:250:5:251:14 | S3 | -| main.rs:296:27:298:9 | { ... } | | main.rs:291:10:291:11 | TD | -| main.rs:303:15:303:18 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:303:15:303:18 | SelfParam | P1 | main.rs:301:10:301:10 | I | -| main.rs:303:15:303:18 | SelfParam | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:303:26:305:9 | { ... } | | main.rs:301:10:301:10 | I | -| main.rs:304:13:304:16 | self | | main.rs:240:5:244:5 | MyPair | -| main.rs:304:13:304:16 | self | P1 | main.rs:301:10:301:10 | I | -| main.rs:304:13:304:16 | self | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:310:15:310:18 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:310:15:310:18 | SelfParam | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:310:15:310:18 | SelfParam | P2 | main.rs:248:5:249:14 | S2 | -| main.rs:310:27:312:9 | { ... } | | main.rs:250:5:251:14 | S3 | -| main.rs:317:15:317:18 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:317:15:317:18 | SelfParam | P1 | main.rs:235:5:238:5 | MyThing | -| main.rs:317:15:317:18 | SelfParam | P1.A | main.rs:315:10:315:11 | TT | -| main.rs:317:15:317:18 | SelfParam | P2 | main.rs:250:5:251:14 | S3 | -| main.rs:317:27:320:9 | { ... } | | main.rs:315:10:315:11 | TT | -| main.rs:318:25:318:28 | self | | main.rs:240:5:244:5 | MyPair | -| main.rs:318:25:318:28 | self | P1 | main.rs:235:5:238:5 | MyThing | -| main.rs:318:25:318:28 | self | P1.A | main.rs:315:10:315:11 | TT | -| main.rs:318:25:318:28 | self | P2 | main.rs:250:5:251:14 | S3 | -| main.rs:326:16:326:19 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:326:16:326:19 | SelfParam | P1 | main.rs:324:10:324:10 | A | -| main.rs:326:16:326:19 | SelfParam | P2 | main.rs:324:10:324:10 | A | -| main.rs:326:27:328:9 | { ... } | | main.rs:324:10:324:10 | A | -| main.rs:327:13:327:16 | self | | main.rs:240:5:244:5 | MyPair | -| main.rs:327:13:327:16 | self | P1 | main.rs:324:10:324:10 | A | -| main.rs:327:13:327:16 | self | P2 | main.rs:324:10:324:10 | A | -| main.rs:331:16:331:19 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:331:16:331:19 | SelfParam | P1 | main.rs:324:10:324:10 | A | -| main.rs:331:16:331:19 | SelfParam | P2 | main.rs:324:10:324:10 | A | -| main.rs:331:27:333:9 | { ... } | | main.rs:324:10:324:10 | A | -| main.rs:332:13:332:16 | self | | main.rs:240:5:244:5 | MyPair | -| main.rs:332:13:332:16 | self | P1 | main.rs:324:10:324:10 | A | -| main.rs:332:13:332:16 | self | P2 | main.rs:324:10:324:10 | A | -| main.rs:339:16:339:19 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:339:16:339:19 | SelfParam | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:339:16:339:19 | SelfParam | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:339:28:341:9 | { ... } | | main.rs:246:5:247:14 | S1 | -| main.rs:340:13:340:16 | self | | main.rs:240:5:244:5 | MyPair | -| main.rs:340:13:340:16 | self | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:340:13:340:16 | self | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:344:16:344:19 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:344:16:344:19 | SelfParam | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:344:16:344:19 | SelfParam | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:344:28:346:9 | { ... } | | main.rs:248:5:249:14 | S2 | -| main.rs:345:13:345:16 | self | | main.rs:240:5:244:5 | MyPair | -| main.rs:345:13:345:16 | self | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:345:13:345:16 | self | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:349:46:349:46 | p | | main.rs:349:24:349:43 | P | -| main.rs:349:58:351:5 | { ... } | | main.rs:349:16:349:17 | V1 | -| main.rs:350:9:350:9 | p | | main.rs:349:24:349:43 | P | -| main.rs:353:46:353:46 | p | | main.rs:353:24:353:43 | P | -| main.rs:353:58:355:5 | { ... } | | main.rs:353:20:353:21 | V2 | -| main.rs:354:9:354:9 | p | | main.rs:353:24:353:43 | P | -| main.rs:357:54:357:54 | p | | main.rs:240:5:244:5 | MyPair | -| main.rs:357:54:357:54 | p | P1 | main.rs:357:20:357:21 | V0 | -| main.rs:357:54:357:54 | p | P2 | main.rs:357:32:357:51 | P | -| main.rs:357:78:359:5 | { ... } | | main.rs:357:24:357:25 | V1 | -| main.rs:358:9:358:9 | p | | main.rs:240:5:244:5 | MyPair | -| main.rs:358:9:358:9 | p | P1 | main.rs:357:20:357:21 | V0 | -| main.rs:358:9:358:9 | p | P2 | main.rs:357:32:357:51 | P | -| main.rs:363:23:363:26 | SelfParam | | main.rs:361:5:364:5 | Self [trait ConvertTo] | -| main.rs:368:23:368:26 | SelfParam | | main.rs:366:10:366:23 | T | -| main.rs:368:35:370:9 | { ... } | | main.rs:246:5:247:14 | S1 | -| main.rs:369:13:369:16 | self | | main.rs:366:10:366:23 | T | -| main.rs:373:41:373:45 | thing | | main.rs:373:23:373:38 | T | -| main.rs:373:57:375:5 | { ... } | | main.rs:373:19:373:20 | TS | -| main.rs:374:9:374:13 | thing | | main.rs:373:23:373:38 | T | -| main.rs:377:56:377:60 | thing | | main.rs:377:39:377:53 | TP | -| main.rs:377:73:380:5 | { ... } | | main.rs:246:5:247:14 | S1 | -| main.rs:379:9:379:13 | thing | | main.rs:377:39:377:53 | TP | -| main.rs:382:16:453:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:383:13:383:20 | thing_s1 | | main.rs:235:5:238:5 | MyThing | -| main.rs:383:24:383:40 | MyThing {...} | | main.rs:235:5:238:5 | MyThing | -| main.rs:384:13:384:20 | thing_s2 | | main.rs:235:5:238:5 | MyThing | -| main.rs:384:24:384:40 | MyThing {...} | | main.rs:235:5:238:5 | MyThing | -| main.rs:385:13:385:20 | thing_s3 | | main.rs:235:5:238:5 | MyThing | -| main.rs:385:24:385:40 | MyThing {...} | | main.rs:235:5:238:5 | MyThing | -| main.rs:389:18:389:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:389:18:389:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:389:18:389:38 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:389:18:389:38 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:389:26:389:33 | thing_s1 | | main.rs:235:5:238:5 | MyThing | -| main.rs:390:18:390:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:390:18:390:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:390:18:390:40 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:390:18:390:40 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:390:26:390:33 | thing_s2 | | main.rs:235:5:238:5 | MyThing | -| main.rs:391:13:391:14 | s3 | | main.rs:250:5:251:14 | S3 | -| main.rs:391:22:391:29 | thing_s3 | | main.rs:235:5:238:5 | MyThing | -| main.rs:392:18:392:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:392:18:392:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:392:18:392:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:392:18:392:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:392:26:392:27 | s3 | | main.rs:250:5:251:14 | S3 | -| main.rs:394:13:394:14 | p1 | | main.rs:240:5:244:5 | MyPair | -| main.rs:394:18:394:42 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:395:18:395:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:395:18:395:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:395:18:395:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:395:18:395:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:395:26:395:27 | p1 | | main.rs:240:5:244:5 | MyPair | -| main.rs:397:13:397:14 | p2 | | main.rs:240:5:244:5 | MyPair | -| main.rs:397:18:397:42 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:398:18:398:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:398:18:398:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:398:18:398:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:398:18:398:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:398:26:398:27 | p2 | | main.rs:240:5:244:5 | MyPair | -| main.rs:400:13:400:14 | p3 | | main.rs:240:5:244:5 | MyPair | -| main.rs:400:18:403:9 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:401:17:401:33 | MyThing {...} | | main.rs:235:5:238:5 | MyThing | -| main.rs:404:18:404:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:404:18:404:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:404:18:404:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:404:18:404:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:404:26:404:27 | p3 | | main.rs:240:5:244:5 | MyPair | -| main.rs:407:13:407:13 | a | | main.rs:240:5:244:5 | MyPair | -| main.rs:407:17:407:41 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:408:17:408:17 | a | | main.rs:240:5:244:5 | MyPair | -| main.rs:409:18:409:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:409:18:409:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:409:18:409:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:409:18:409:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:410:17:410:17 | a | | main.rs:240:5:244:5 | MyPair | -| main.rs:411:18:411:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:411:18:411:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:411:18:411:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:411:18:411:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:417:13:417:13 | b | | main.rs:240:5:244:5 | MyPair | -| main.rs:417:17:417:41 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:418:17:418:17 | b | | main.rs:240:5:244:5 | MyPair | -| main.rs:419:18:419:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:419:18:419:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:419:18:419:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:419:18:419:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:420:17:420:17 | b | | main.rs:240:5:244:5 | MyPair | +| main.rs:133:13:133:13 | z | | main.rs:110:5:113:5 | MyThing | +| main.rs:133:17:133:40 | MyThing {...} | | main.rs:110:5:113:5 | MyThing | +| main.rs:133:34:133:38 | false | | {EXTERNAL LOCATION} | bool | +| main.rs:134:58:134:58 | z | | main.rs:110:5:113:5 | MyThing | +| main.rs:144:25:144:29 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:144:25:144:29 | SelfParam | TRef | main.rs:142:9:147:9 | Self [trait Foo] | +| main.rs:144:32:146:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:145:26:145:31 | "foo!\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:145:26:145:31 | "foo!\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:145:26:145:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:145:26:145:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:151:25:151:29 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:151:25:151:29 | SelfParam | TRef | main.rs:149:9:154:9 | Self [trait Bar] | +| main.rs:151:32:153:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:152:26:152:31 | "bar!\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:152:26:152:31 | "bar!\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:152:26:152:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:152:26:152:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:163:15:184:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:165:9:168:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:169:9:172:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:173:9:176:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:177:9:183:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:181:13:181:29 | ...::a_method(...) | | {EXTERNAL LOCATION} | () | +| main.rs:181:27:181:28 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:182:13:182:29 | ...::a_method(...) | | {EXTERNAL LOCATION} | () | +| main.rs:182:27:182:28 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:190:19:190:23 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:190:19:190:23 | SelfParam | TRef | main.rs:188:5:193:5 | Self [trait FirstTrait] | +| main.rs:190:34:192:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:191:13:191:16 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:196:19:196:23 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:196:19:196:23 | SelfParam | TRef | main.rs:194:5:199:5 | Self [trait SecondTrait] | +| main.rs:196:33:198:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:204:16:212:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:207:13:207:15 | _b1 | | {EXTERNAL LOCATION} | bool | +| main.rs:207:19:207:40 | ...::method(...) | | {EXTERNAL LOCATION} | bool | +| main.rs:207:38:207:39 | &s | | {EXTERNAL LOCATION} | & | +| main.rs:208:13:208:15 | _b2 | | {EXTERNAL LOCATION} | bool | +| main.rs:208:19:208:47 | ...::method(...) | | {EXTERNAL LOCATION} | bool | +| main.rs:208:45:208:46 | &s | | {EXTERNAL LOCATION} | & | +| main.rs:210:13:210:15 | _n1 | | {EXTERNAL LOCATION} | i64 | +| main.rs:210:19:210:41 | ...::method(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:210:39:210:40 | &s | | {EXTERNAL LOCATION} | & | +| main.rs:211:13:211:15 | _n2 | | {EXTERNAL LOCATION} | i64 | +| main.rs:211:19:211:48 | ...::method(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:211:46:211:47 | &s | | {EXTERNAL LOCATION} | & | +| main.rs:228:15:228:18 | SelfParam | | main.rs:216:5:219:5 | MyThing | +| main.rs:228:15:228:18 | SelfParam | A | main.rs:221:5:222:14 | S1 | +| main.rs:228:27:230:9 | { ... } | | main.rs:221:5:222:14 | S1 | +| main.rs:229:13:229:16 | self | | main.rs:216:5:219:5 | MyThing | +| main.rs:229:13:229:16 | self | A | main.rs:221:5:222:14 | S1 | +| main.rs:235:15:235:18 | SelfParam | | main.rs:216:5:219:5 | MyThing | +| main.rs:235:15:235:18 | SelfParam | A | main.rs:223:5:224:14 | S2 | +| main.rs:235:29:237:9 | { ... } | | main.rs:216:5:219:5 | MyThing | +| main.rs:235:29:237:9 | { ... } | A | main.rs:223:5:224:14 | S2 | +| main.rs:236:13:236:30 | Self {...} | | main.rs:216:5:219:5 | MyThing | +| main.rs:236:13:236:30 | Self {...} | A | main.rs:223:5:224:14 | S2 | +| main.rs:236:23:236:26 | self | | main.rs:216:5:219:5 | MyThing | +| main.rs:236:23:236:26 | self | A | main.rs:223:5:224:14 | S2 | +| main.rs:241:15:241:18 | SelfParam | | main.rs:216:5:219:5 | MyThing | +| main.rs:241:15:241:18 | SelfParam | A | main.rs:240:10:240:10 | T | +| main.rs:241:26:243:9 | { ... } | | main.rs:240:10:240:10 | T | +| main.rs:242:13:242:16 | self | | main.rs:216:5:219:5 | MyThing | +| main.rs:242:13:242:16 | self | A | main.rs:240:10:240:10 | T | +| main.rs:246:16:262:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:247:13:247:13 | x | | main.rs:216:5:219:5 | MyThing | +| main.rs:247:17:247:33 | MyThing {...} | | main.rs:216:5:219:5 | MyThing | +| main.rs:248:13:248:13 | y | | main.rs:216:5:219:5 | MyThing | +| main.rs:248:17:248:33 | MyThing {...} | | main.rs:216:5:219:5 | MyThing | +| main.rs:251:18:251:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:251:18:251:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:251:18:251:28 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:251:18:251:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:251:26:251:26 | x | | main.rs:216:5:219:5 | MyThing | +| main.rs:252:18:252:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:252:18:252:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:252:18:252:28 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:252:18:252:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:252:26:252:26 | y | | main.rs:216:5:219:5 | MyThing | +| main.rs:254:18:254:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:254:18:254:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:254:18:254:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:254:18:254:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:254:26:254:26 | x | | main.rs:216:5:219:5 | MyThing | +| main.rs:255:18:255:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:255:18:255:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:255:18:255:33 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:255:18:255:33 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:255:26:255:26 | y | | main.rs:216:5:219:5 | MyThing | +| main.rs:257:13:257:13 | x | | main.rs:216:5:219:5 | MyThing | +| main.rs:257:17:257:33 | MyThing {...} | | main.rs:216:5:219:5 | MyThing | +| main.rs:258:13:258:13 | y | | main.rs:216:5:219:5 | MyThing | +| main.rs:258:17:258:33 | MyThing {...} | | main.rs:216:5:219:5 | MyThing | +| main.rs:260:18:260:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:260:18:260:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:260:18:260:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:260:18:260:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:260:26:260:26 | x | | main.rs:216:5:219:5 | MyThing | +| main.rs:261:18:261:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:261:18:261:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:261:18:261:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:261:18:261:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:261:26:261:26 | y | | main.rs:216:5:219:5 | MyThing | +| main.rs:285:15:285:18 | SelfParam | | main.rs:284:5:293:5 | Self [trait MyTrait] | +| main.rs:287:15:287:18 | SelfParam | | main.rs:284:5:293:5 | Self [trait MyTrait] | +| main.rs:290:9:292:9 | { ... } | | main.rs:284:5:293:5 | Self [trait MyTrait] | +| main.rs:291:13:291:16 | self | | main.rs:284:5:293:5 | Self [trait MyTrait] | +| main.rs:297:16:297:19 | SelfParam | | main.rs:295:5:300:5 | Self [trait MyProduct] | +| main.rs:299:16:299:19 | SelfParam | | main.rs:295:5:300:5 | Self [trait MyProduct] | +| main.rs:302:43:302:43 | x | | main.rs:302:26:302:40 | T2 | +| main.rs:302:56:304:5 | { ... } | | main.rs:302:22:302:23 | T1 | +| main.rs:303:9:303:9 | x | | main.rs:302:26:302:40 | T2 | +| main.rs:308:15:308:18 | SelfParam | | main.rs:266:5:269:5 | MyThing | +| main.rs:308:15:308:18 | SelfParam | A | main.rs:277:5:278:14 | S1 | +| main.rs:308:27:310:9 | { ... } | | main.rs:277:5:278:14 | S1 | +| main.rs:309:13:309:16 | self | | main.rs:266:5:269:5 | MyThing | +| main.rs:309:13:309:16 | self | A | main.rs:277:5:278:14 | S1 | +| main.rs:315:15:315:18 | SelfParam | | main.rs:266:5:269:5 | MyThing | +| main.rs:315:15:315:18 | SelfParam | A | main.rs:279:5:280:14 | S2 | +| main.rs:315:29:317:9 | { ... } | | main.rs:266:5:269:5 | MyThing | +| main.rs:315:29:317:9 | { ... } | A | main.rs:279:5:280:14 | S2 | +| main.rs:316:13:316:30 | Self {...} | | main.rs:266:5:269:5 | MyThing | +| main.rs:316:13:316:30 | Self {...} | A | main.rs:279:5:280:14 | S2 | +| main.rs:316:23:316:26 | self | | main.rs:266:5:269:5 | MyThing | +| main.rs:316:23:316:26 | self | A | main.rs:279:5:280:14 | S2 | +| main.rs:327:15:327:18 | SelfParam | | main.rs:266:5:269:5 | MyThing | +| main.rs:327:15:327:18 | SelfParam | A | main.rs:281:5:282:14 | S3 | +| main.rs:327:27:329:9 | { ... } | | main.rs:322:10:322:11 | TD | +| main.rs:334:15:334:18 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:334:15:334:18 | SelfParam | P1 | main.rs:332:10:332:10 | I | +| main.rs:334:15:334:18 | SelfParam | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:334:26:336:9 | { ... } | | main.rs:332:10:332:10 | I | +| main.rs:335:13:335:16 | self | | main.rs:271:5:275:5 | MyPair | +| main.rs:335:13:335:16 | self | P1 | main.rs:332:10:332:10 | I | +| main.rs:335:13:335:16 | self | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:341:15:341:18 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:341:15:341:18 | SelfParam | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:341:15:341:18 | SelfParam | P2 | main.rs:279:5:280:14 | S2 | +| main.rs:341:27:343:9 | { ... } | | main.rs:281:5:282:14 | S3 | +| main.rs:348:15:348:18 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:348:15:348:18 | SelfParam | P1 | main.rs:266:5:269:5 | MyThing | +| main.rs:348:15:348:18 | SelfParam | P1.A | main.rs:346:10:346:11 | TT | +| main.rs:348:15:348:18 | SelfParam | P2 | main.rs:281:5:282:14 | S3 | +| main.rs:348:27:351:9 | { ... } | | main.rs:346:10:346:11 | TT | +| main.rs:349:25:349:28 | self | | main.rs:271:5:275:5 | MyPair | +| main.rs:349:25:349:28 | self | P1 | main.rs:266:5:269:5 | MyThing | +| main.rs:349:25:349:28 | self | P1.A | main.rs:346:10:346:11 | TT | +| main.rs:349:25:349:28 | self | P2 | main.rs:281:5:282:14 | S3 | +| main.rs:357:16:357:19 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:357:16:357:19 | SelfParam | P1 | main.rs:355:10:355:10 | A | +| main.rs:357:16:357:19 | SelfParam | P2 | main.rs:355:10:355:10 | A | +| main.rs:357:27:359:9 | { ... } | | main.rs:355:10:355:10 | A | +| main.rs:358:13:358:16 | self | | main.rs:271:5:275:5 | MyPair | +| main.rs:358:13:358:16 | self | P1 | main.rs:355:10:355:10 | A | +| main.rs:358:13:358:16 | self | P2 | main.rs:355:10:355:10 | A | +| main.rs:362:16:362:19 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:362:16:362:19 | SelfParam | P1 | main.rs:355:10:355:10 | A | +| main.rs:362:16:362:19 | SelfParam | P2 | main.rs:355:10:355:10 | A | +| main.rs:362:27:364:9 | { ... } | | main.rs:355:10:355:10 | A | +| main.rs:363:13:363:16 | self | | main.rs:271:5:275:5 | MyPair | +| main.rs:363:13:363:16 | self | P1 | main.rs:355:10:355:10 | A | +| main.rs:363:13:363:16 | self | P2 | main.rs:355:10:355:10 | A | +| main.rs:370:16:370:19 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:370:16:370:19 | SelfParam | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:370:16:370:19 | SelfParam | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:370:28:372:9 | { ... } | | main.rs:277:5:278:14 | S1 | +| main.rs:371:13:371:16 | self | | main.rs:271:5:275:5 | MyPair | +| main.rs:371:13:371:16 | self | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:371:13:371:16 | self | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:375:16:375:19 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:375:16:375:19 | SelfParam | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:375:16:375:19 | SelfParam | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:375:28:377:9 | { ... } | | main.rs:279:5:280:14 | S2 | +| main.rs:376:13:376:16 | self | | main.rs:271:5:275:5 | MyPair | +| main.rs:376:13:376:16 | self | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:376:13:376:16 | self | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:380:46:380:46 | p | | main.rs:380:24:380:43 | P | +| main.rs:380:58:382:5 | { ... } | | main.rs:380:16:380:17 | V1 | +| main.rs:381:9:381:9 | p | | main.rs:380:24:380:43 | P | +| main.rs:384:46:384:46 | p | | main.rs:384:24:384:43 | P | +| main.rs:384:58:386:5 | { ... } | | main.rs:384:20:384:21 | V2 | +| main.rs:385:9:385:9 | p | | main.rs:384:24:384:43 | P | +| main.rs:388:54:388:54 | p | | main.rs:271:5:275:5 | MyPair | +| main.rs:388:54:388:54 | p | P1 | main.rs:388:20:388:21 | V0 | +| main.rs:388:54:388:54 | p | P2 | main.rs:388:32:388:51 | P | +| main.rs:388:78:390:5 | { ... } | | main.rs:388:24:388:25 | V1 | +| main.rs:389:9:389:9 | p | | main.rs:271:5:275:5 | MyPair | +| main.rs:389:9:389:9 | p | P1 | main.rs:388:20:388:21 | V0 | +| main.rs:389:9:389:9 | p | P2 | main.rs:388:32:388:51 | P | +| main.rs:394:23:394:26 | SelfParam | | main.rs:392:5:395:5 | Self [trait ConvertTo] | +| main.rs:399:23:399:26 | SelfParam | | main.rs:397:10:397:23 | T | +| main.rs:399:35:401:9 | { ... } | | main.rs:277:5:278:14 | S1 | +| main.rs:400:13:400:16 | self | | main.rs:397:10:397:23 | T | +| main.rs:404:41:404:45 | thing | | main.rs:404:23:404:38 | T | +| main.rs:404:57:406:5 | { ... } | | main.rs:404:19:404:20 | TS | +| main.rs:405:9:405:13 | thing | | main.rs:404:23:404:38 | T | +| main.rs:408:56:408:60 | thing | | main.rs:408:39:408:53 | TP | +| main.rs:408:73:411:5 | { ... } | | main.rs:277:5:278:14 | S1 | +| main.rs:410:9:410:13 | thing | | main.rs:408:39:408:53 | TP | +| main.rs:413:16:484:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:414:13:414:20 | thing_s1 | | main.rs:266:5:269:5 | MyThing | +| main.rs:414:24:414:40 | MyThing {...} | | main.rs:266:5:269:5 | MyThing | +| main.rs:415:13:415:20 | thing_s2 | | main.rs:266:5:269:5 | MyThing | +| main.rs:415:24:415:40 | MyThing {...} | | main.rs:266:5:269:5 | MyThing | +| main.rs:416:13:416:20 | thing_s3 | | main.rs:266:5:269:5 | MyThing | +| main.rs:416:24:416:40 | MyThing {...} | | main.rs:266:5:269:5 | MyThing | +| main.rs:420:18:420:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:420:18:420:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:420:18:420:38 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:420:18:420:38 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:420:26:420:33 | thing_s1 | | main.rs:266:5:269:5 | MyThing | | main.rs:421:18:421:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:421:18:421:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:421:18:421:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:421:18:421:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:425:31:425:38 | thing_s1 | | main.rs:235:5:238:5 | MyThing | +| main.rs:421:18:421:40 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:421:18:421:40 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:421:26:421:33 | thing_s2 | | main.rs:266:5:269:5 | MyThing | +| main.rs:422:13:422:14 | s3 | | main.rs:281:5:282:14 | S3 | +| main.rs:422:22:422:29 | thing_s3 | | main.rs:266:5:269:5 | MyThing | +| main.rs:423:18:423:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:423:18:423:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:423:18:423:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:423:18:423:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:423:26:423:27 | s3 | | main.rs:281:5:282:14 | S3 | +| main.rs:425:13:425:14 | p1 | | main.rs:271:5:275:5 | MyPair | +| main.rs:425:18:425:42 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | | main.rs:426:18:426:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:426:18:426:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:426:18:426:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:426:18:426:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:427:31:427:38 | thing_s2 | | main.rs:235:5:238:5 | MyThing | -| main.rs:428:18:428:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:428:18:428:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:428:18:428:28 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:428:18:428:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:431:13:431:13 | a | | main.rs:240:5:244:5 | MyPair | -| main.rs:431:17:431:41 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:432:25:432:25 | a | | main.rs:240:5:244:5 | MyPair | -| main.rs:433:18:433:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:433:18:433:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:433:18:433:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:433:18:433:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:434:25:434:25 | a | | main.rs:240:5:244:5 | MyPair | +| main.rs:426:18:426:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:426:18:426:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:426:26:426:27 | p1 | | main.rs:271:5:275:5 | MyPair | +| main.rs:428:13:428:14 | p2 | | main.rs:271:5:275:5 | MyPair | +| main.rs:428:18:428:42 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:429:18:429:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:429:18:429:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:429:18:429:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:429:18:429:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:429:26:429:27 | p2 | | main.rs:271:5:275:5 | MyPair | +| main.rs:431:13:431:14 | p3 | | main.rs:271:5:275:5 | MyPair | +| main.rs:431:18:434:9 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:432:17:432:33 | MyThing {...} | | main.rs:266:5:269:5 | MyThing | | main.rs:435:18:435:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:435:18:435:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:435:18:435:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:435:18:435:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:438:13:438:13 | b | | main.rs:240:5:244:5 | MyPair | -| main.rs:438:17:438:41 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:439:25:439:25 | b | | main.rs:240:5:244:5 | MyPair | +| main.rs:435:18:435:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:435:18:435:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:435:26:435:27 | p3 | | main.rs:271:5:275:5 | MyPair | +| main.rs:438:13:438:13 | a | | main.rs:271:5:275:5 | MyPair | +| main.rs:438:17:438:41 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:439:17:439:17 | a | | main.rs:271:5:275:5 | MyPair | | main.rs:440:18:440:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:440:18:440:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | | main.rs:440:18:440:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | | main.rs:440:18:440:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:441:25:441:25 | b | | main.rs:240:5:244:5 | MyPair | +| main.rs:441:17:441:17 | a | | main.rs:271:5:275:5 | MyPair | | main.rs:442:18:442:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:442:18:442:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | | main.rs:442:18:442:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | | main.rs:442:18:442:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:444:13:444:13 | c | | main.rs:240:5:244:5 | MyPair | -| main.rs:444:17:447:9 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:446:17:446:41 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:448:29:448:29 | c | | main.rs:240:5:244:5 | MyPair | -| main.rs:450:13:450:17 | thing | | main.rs:235:5:238:5 | MyThing | -| main.rs:450:21:450:37 | MyThing {...} | | main.rs:235:5:238:5 | MyThing | -| main.rs:451:17:451:21 | thing | | main.rs:235:5:238:5 | MyThing | -| main.rs:452:28:452:32 | thing | | main.rs:235:5:238:5 | MyThing | -| main.rs:461:26:461:29 | SelfParam | | main.rs:460:5:464:5 | Self [trait OverlappingTrait] | -| main.rs:463:28:463:31 | SelfParam | | main.rs:460:5:464:5 | Self [trait OverlappingTrait] | -| main.rs:463:34:463:35 | s1 | | main.rs:457:5:458:14 | S1 | -| main.rs:468:26:468:29 | SelfParam | | main.rs:457:5:458:14 | S1 | -| main.rs:468:38:470:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:473:28:473:31 | SelfParam | | main.rs:457:5:458:14 | S1 | -| main.rs:473:34:473:35 | s1 | | main.rs:457:5:458:14 | S1 | -| main.rs:473:48:475:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:480:26:480:29 | SelfParam | | main.rs:457:5:458:14 | S1 | -| main.rs:480:38:482:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:481:13:481:16 | self | | main.rs:457:5:458:14 | S1 | -| main.rs:485:28:485:31 | SelfParam | | main.rs:457:5:458:14 | S1 | -| main.rs:485:40:487:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:486:13:486:16 | self | | main.rs:457:5:458:14 | S1 | -| main.rs:494:26:494:29 | SelfParam | | main.rs:490:5:490:22 | S2 | -| main.rs:494:26:494:29 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | -| main.rs:494:38:496:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:499:28:499:31 | SelfParam | | main.rs:490:5:490:22 | S2 | -| main.rs:499:28:499:31 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | -| main.rs:499:40:501:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:506:26:506:29 | SelfParam | | main.rs:490:5:490:22 | S2 | -| main.rs:506:26:506:29 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | -| main.rs:506:38:508:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:511:28:511:31 | SelfParam | | main.rs:490:5:490:22 | S2 | -| main.rs:511:28:511:31 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | -| main.rs:511:34:511:35 | s1 | | main.rs:457:5:458:14 | S1 | -| main.rs:511:48:513:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:518:26:518:29 | SelfParam | | main.rs:490:5:490:22 | S2 | -| main.rs:518:26:518:29 | SelfParam | T2 | main.rs:457:5:458:14 | S1 | -| main.rs:518:38:520:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:523:28:523:31 | SelfParam | | main.rs:490:5:490:22 | S2 | -| main.rs:523:28:523:31 | SelfParam | T2 | main.rs:457:5:458:14 | S1 | -| main.rs:523:34:523:35 | s1 | | main.rs:457:5:458:14 | S1 | -| main.rs:523:48:525:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:532:14:532:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:532:14:532:18 | SelfParam | TRef | main.rs:531:5:533:5 | Self [trait OverlappingTrait2] | -| main.rs:532:21:532:21 | x | | {EXTERNAL LOCATION} | & | -| main.rs:532:21:532:21 | x | TRef | main.rs:531:29:531:29 | T | -| main.rs:537:14:537:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:537:14:537:18 | SelfParam | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:537:14:537:18 | SelfParam | TRef.T3 | main.rs:535:10:535:10 | T | -| main.rs:537:21:537:21 | x | | {EXTERNAL LOCATION} | & | -| main.rs:537:21:537:21 | x | TRef | main.rs:535:10:535:10 | T | -| main.rs:537:37:539:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:537:37:539:9 | { ... } | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:537:37:539:9 | { ... } | TRef.T3 | main.rs:535:10:535:10 | T | -| main.rs:538:13:538:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:538:13:538:16 | self | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:538:13:538:16 | self | TRef.T3 | main.rs:535:10:535:10 | T | -| main.rs:544:14:544:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:544:14:544:18 | SelfParam | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:544:14:544:18 | SelfParam | TRef.T3 | main.rs:542:10:542:10 | T | -| main.rs:544:21:544:21 | x | | main.rs:542:10:542:10 | T | -| main.rs:544:36:546:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:544:36:546:9 | { ... } | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:544:36:546:9 | { ... } | TRef.T3 | main.rs:542:10:542:10 | T | -| main.rs:545:13:545:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:545:13:545:16 | self | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:545:13:545:16 | self | TRef.T3 | main.rs:542:10:542:10 | T | -| main.rs:551:14:551:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:551:14:551:18 | SelfParam | TRef | main.rs:549:5:552:5 | Self [trait MyTrait1] | -| main.rs:551:21:551:22 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:561:14:561:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:561:14:561:18 | SelfParam | TRef | main.rs:556:5:557:14 | S4 | -| main.rs:561:21:561:22 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:571:14:571:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:571:14:571:18 | SelfParam | TRef | main.rs:566:5:567:22 | S5 | -| main.rs:571:14:571:18 | SelfParam | TRef.T5 | {EXTERNAL LOCATION} | i32 | -| main.rs:571:21:571:22 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:580:16:606:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:582:18:582:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:582:18:582:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:582:18:582:42 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:582:18:582:42 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:583:18:583:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:583:18:583:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:583:18:583:45 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:583:18:583:45 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:583:26:583:45 | ...::common_method(...) | | main.rs:457:5:458:14 | S1 | -| main.rs:584:18:584:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:584:18:584:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:584:18:584:44 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:584:18:584:44 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:585:18:585:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:585:18:585:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:585:18:585:47 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:585:18:585:47 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:585:26:585:47 | ...::common_method_2(...) | | main.rs:457:5:458:14 | S1 | -| main.rs:588:18:588:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:588:18:588:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:588:18:588:42 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:588:18:588:42 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:589:18:589:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:589:18:589:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:589:18:589:56 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:589:18:589:56 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:589:26:589:56 | ...::common_method(...) | | main.rs:457:5:458:14 | S1 | -| main.rs:592:18:592:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:592:18:592:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:592:18:592:42 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:592:18:592:42 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:593:18:593:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:593:18:593:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:593:18:593:49 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:593:18:593:49 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:593:26:593:49 | ...::common_method(...) | | main.rs:457:5:458:14 | S1 | -| main.rs:594:18:594:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:594:18:594:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:594:18:594:56 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:594:18:594:56 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:594:26:594:56 | ...::common_method(...) | | main.rs:457:5:458:14 | S1 | -| main.rs:597:18:597:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:597:18:597:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:597:18:597:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:597:18:597:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:598:18:598:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:598:18:598:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:598:18:598:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:598:18:598:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:598:26:598:37 | ...::m(...) | | {EXTERNAL LOCATION} | & | -| main.rs:598:26:598:37 | ...::m(...) | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:598:32:598:33 | &w | | {EXTERNAL LOCATION} | & | -| main.rs:601:9:601:18 | ...::m(...) | | {EXTERNAL LOCATION} | () | -| main.rs:601:15:601:17 | &S4 | | {EXTERNAL LOCATION} | & | -| main.rs:602:12:602:15 | 0i32 | | {EXTERNAL LOCATION} | i32 | -| main.rs:603:9:603:24 | ...::m(...) | | {EXTERNAL LOCATION} | () | -| main.rs:603:15:603:23 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:603:19:603:22 | 0i32 | | {EXTERNAL LOCATION} | i32 | -| main.rs:604:12:604:15 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:605:9:605:24 | ...::m(...) | | {EXTERNAL LOCATION} | () | -| main.rs:605:15:605:23 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:605:19:605:22 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:622:19:622:22 | SelfParam | | main.rs:620:5:623:5 | Self [trait FirstTrait] | -| main.rs:627:19:627:22 | SelfParam | | main.rs:625:5:628:5 | Self [trait SecondTrait] | -| main.rs:630:64:630:64 | x | | main.rs:630:45:630:61 | T | -| main.rs:630:70:634:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:632:18:632:18 | x | | main.rs:630:45:630:61 | T | -| main.rs:633:18:633:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:633:18:633:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:633:18:633:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:633:18:633:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:636:65:636:65 | x | | main.rs:636:46:636:62 | T | -| main.rs:636:71:640:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:638:18:638:18 | x | | main.rs:636:46:636:62 | T | -| main.rs:639:18:639:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:639:18:639:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:639:18:639:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:639:18:639:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:642:49:642:49 | x | | main.rs:642:30:642:46 | T | -| main.rs:642:55:645:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:643:17:643:17 | x | | main.rs:642:30:642:46 | T | -| main.rs:644:18:644:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:644:18:644:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:644:18:644:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:644:18:644:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:647:53:647:53 | x | | main.rs:647:34:647:50 | T | -| main.rs:647:59:650:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:648:17:648:17 | x | | main.rs:647:34:647:50 | T | -| main.rs:649:18:649:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:649:18:649:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:649:18:649:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:649:18:649:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:652:43:652:43 | x | | main.rs:652:40:652:40 | T | -| main.rs:655:5:658:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:656:17:656:17 | x | | main.rs:652:40:652:40 | T | -| main.rs:657:18:657:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:657:18:657:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:657:18:657:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:657:18:657:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:661:16:661:19 | SelfParam | | main.rs:660:5:664:5 | Self [trait Pair] | -| main.rs:663:16:663:19 | SelfParam | | main.rs:660:5:664:5 | Self [trait Pair] | -| main.rs:666:53:666:53 | x | | main.rs:666:50:666:50 | T | -| main.rs:666:59:666:59 | y | | main.rs:666:50:666:50 | T | -| main.rs:670:5:673:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:671:17:671:17 | x | | main.rs:666:50:666:50 | T | -| main.rs:672:17:672:17 | y | | main.rs:666:50:666:50 | T | -| main.rs:675:58:675:58 | x | | main.rs:675:41:675:55 | T | -| main.rs:675:64:675:64 | y | | main.rs:675:41:675:55 | T | -| main.rs:675:70:680:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:677:18:677:18 | x | | main.rs:675:41:675:55 | T | -| main.rs:678:18:678:18 | y | | main.rs:675:41:675:55 | T | -| main.rs:679:18:679:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:679:18:679:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:679:18:679:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:679:18:679:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:682:69:682:69 | x | | main.rs:682:52:682:66 | T | -| main.rs:682:75:682:75 | y | | main.rs:682:52:682:66 | T | -| main.rs:682:81:687:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:684:18:684:18 | x | | main.rs:682:52:682:66 | T | -| main.rs:685:18:685:18 | y | | main.rs:682:52:682:66 | T | -| main.rs:686:18:686:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:686:18:686:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:686:18:686:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:686:18:686:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:689:50:689:50 | x | | main.rs:689:41:689:47 | T | -| main.rs:689:56:689:56 | y | | main.rs:689:41:689:47 | T | -| main.rs:689:62:694:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:691:18:691:18 | x | | main.rs:689:41:689:47 | T | -| main.rs:692:18:692:18 | y | | main.rs:689:41:689:47 | T | -| main.rs:693:18:693:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:693:18:693:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:693:18:693:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:693:18:693:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:696:54:696:54 | x | | main.rs:696:41:696:51 | T | -| main.rs:696:60:696:60 | y | | main.rs:696:41:696:51 | T | -| main.rs:696:66:701:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:698:18:698:18 | x | | main.rs:696:41:696:51 | T | -| main.rs:699:18:699:18 | y | | main.rs:696:41:696:51 | T | -| main.rs:700:18:700:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:700:18:700:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:700:18:700:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:700:18:700:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:708:18:708:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:708:18:708:22 | SelfParam | TRef | main.rs:705:5:709:5 | Self [trait TraitWithSelfTp] | -| main.rs:711:40:711:44 | thing | | {EXTERNAL LOCATION} | & | -| main.rs:711:40:711:44 | thing | TRef | main.rs:711:17:711:37 | T | -| main.rs:711:56:713:5 | { ... } | | main.rs:711:14:711:14 | A | -| main.rs:712:9:712:13 | thing | | {EXTERNAL LOCATION} | & | -| main.rs:712:9:712:13 | thing | TRef | main.rs:711:17:711:37 | T | -| main.rs:716:44:716:48 | thing | | main.rs:716:24:716:41 | S | -| main.rs:716:61:719:5 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:717:19:717:23 | thing | | main.rs:716:24:716:41 | S | -| main.rs:724:55:724:59 | thing | | {EXTERNAL LOCATION} | & | -| main.rs:724:55:724:59 | thing | TRef | main.rs:724:25:724:52 | S | -| main.rs:724:66:727:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:726:25:726:29 | thing | | {EXTERNAL LOCATION} | & | -| main.rs:726:25:726:29 | thing | TRef | main.rs:724:25:724:52 | S | -| main.rs:735:18:735:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:735:18:735:22 | SelfParam | TRef | main.rs:729:5:731:5 | MyStruct | -| main.rs:735:41:737:9 | { ... } | | {EXTERNAL LOCATION} | Option | -| main.rs:735:41:737:9 | { ... } | T | main.rs:729:5:731:5 | MyStruct | -| main.rs:736:18:736:47 | MyStruct {...} | | main.rs:729:5:731:5 | MyStruct | -| main.rs:736:36:736:39 | self | | {EXTERNAL LOCATION} | & | -| main.rs:736:36:736:39 | self | TRef | main.rs:729:5:731:5 | MyStruct | -| main.rs:742:19:745:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:743:13:743:13 | s | | main.rs:729:5:731:5 | MyStruct | -| main.rs:743:17:743:37 | MyStruct {...} | | main.rs:729:5:731:5 | MyStruct | -| main.rs:744:25:744:26 | &s | | {EXTERNAL LOCATION} | & | -| main.rs:744:26:744:26 | s | | main.rs:729:5:731:5 | MyStruct | -| main.rs:760:15:760:18 | SelfParam | | main.rs:759:5:770:5 | Self [trait MyTrait] | -| main.rs:762:15:762:18 | SelfParam | | main.rs:759:5:770:5 | Self [trait MyTrait] | -| main.rs:765:9:767:9 | { ... } | | main.rs:759:19:759:19 | A | -| main.rs:766:13:766:16 | self | | main.rs:759:5:770:5 | Self [trait MyTrait] | -| main.rs:769:18:769:18 | x | | main.rs:759:5:770:5 | Self [trait MyTrait] | -| main.rs:773:15:773:18 | SelfParam | | main.rs:756:5:757:14 | S2 | -| main.rs:773:26:775:9 | { ... } | | main.rs:772:10:772:19 | T | -| main.rs:777:18:777:18 | x | | main.rs:756:5:757:14 | S2 | -| main.rs:777:32:779:9 | { ... } | | main.rs:772:10:772:19 | T | -| main.rs:783:15:783:18 | SelfParam | | main.rs:754:5:755:14 | S1 | -| main.rs:783:28:785:9 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:787:18:787:18 | x | | main.rs:754:5:755:14 | S1 | -| main.rs:787:34:789:9 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:794:50:794:50 | x | | main.rs:794:26:794:47 | T2 | -| main.rs:794:63:797:5 | { ... } | | main.rs:794:22:794:23 | T1 | -| main.rs:795:9:795:9 | x | | main.rs:794:26:794:47 | T2 | -| main.rs:796:9:796:9 | x | | main.rs:794:26:794:47 | T2 | -| main.rs:798:52:798:52 | x | | main.rs:798:28:798:49 | T2 | -| main.rs:798:65:802:5 | { ... } | | main.rs:798:24:798:25 | T1 | -| main.rs:799:24:799:24 | x | | main.rs:798:28:798:49 | T2 | -| main.rs:801:16:801:16 | x | | main.rs:798:28:798:49 | T2 | -| main.rs:803:52:803:52 | x | | main.rs:803:28:803:49 | T2 | -| main.rs:803:65:807:5 | { ... } | | main.rs:803:24:803:25 | T1 | -| main.rs:804:29:804:29 | x | | main.rs:803:28:803:49 | T2 | -| main.rs:806:21:806:21 | x | | main.rs:803:28:803:49 | T2 | -| main.rs:808:55:808:55 | x | | main.rs:808:31:808:52 | T2 | -| main.rs:808:68:812:5 | { ... } | | main.rs:808:27:808:28 | T1 | -| main.rs:809:27:809:27 | x | | main.rs:808:31:808:52 | T2 | -| main.rs:811:19:811:19 | x | | main.rs:808:31:808:52 | T2 | -| main.rs:813:55:813:55 | x | | main.rs:813:31:813:52 | T2 | -| main.rs:813:68:817:5 | { ... } | | main.rs:813:27:813:28 | T1 | -| main.rs:814:32:814:32 | x | | main.rs:813:31:813:52 | T2 | -| main.rs:816:24:816:24 | x | | main.rs:813:31:813:52 | T2 | -| main.rs:821:49:821:49 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:821:49:821:49 | x | T | main.rs:821:32:821:46 | T2 | -| main.rs:821:71:823:5 | { ... } | | main.rs:821:28:821:29 | T1 | -| main.rs:822:9:822:9 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:822:9:822:9 | x | T | main.rs:821:32:821:46 | T2 | -| main.rs:824:51:824:51 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:824:51:824:51 | x | T | main.rs:824:34:824:48 | T2 | -| main.rs:824:73:826:5 | { ... } | | main.rs:824:30:824:31 | T1 | -| main.rs:825:16:825:16 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:825:16:825:16 | x | T | main.rs:824:34:824:48 | T2 | -| main.rs:827:51:827:51 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:827:51:827:51 | x | T | main.rs:827:34:827:48 | T2 | -| main.rs:827:73:829:5 | { ... } | | main.rs:827:30:827:31 | T1 | -| main.rs:828:21:828:21 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:828:21:828:21 | x | T | main.rs:827:34:827:48 | T2 | -| main.rs:832:15:832:18 | SelfParam | | main.rs:749:5:752:5 | MyThing | -| main.rs:832:15:832:18 | SelfParam | T | main.rs:831:10:831:10 | T | -| main.rs:832:26:834:9 | { ... } | | main.rs:831:10:831:10 | T | -| main.rs:833:13:833:16 | self | | main.rs:749:5:752:5 | MyThing | -| main.rs:833:13:833:16 | self | T | main.rs:831:10:831:10 | T | -| main.rs:836:18:836:18 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:836:18:836:18 | x | T | main.rs:831:10:831:10 | T | -| main.rs:836:32:838:9 | { ... } | | main.rs:831:10:831:10 | T | -| main.rs:837:13:837:13 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:837:13:837:13 | x | T | main.rs:831:10:831:10 | T | -| main.rs:843:15:843:18 | SelfParam | | main.rs:841:5:844:5 | Self [trait MyTrait2] | -| main.rs:848:15:848:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:848:15:848:19 | SelfParam | TRef | main.rs:846:5:849:5 | Self [trait MyTrait3] | -| main.rs:851:46:851:46 | x | | main.rs:851:22:851:43 | T | -| main.rs:851:52:851:52 | y | | {EXTERNAL LOCATION} | & | -| main.rs:851:52:851:52 | y | TRef | main.rs:851:22:851:43 | T | -| main.rs:851:59:854:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:852:9:852:9 | x | | main.rs:851:22:851:43 | T | -| main.rs:853:9:853:9 | y | | {EXTERNAL LOCATION} | & | -| main.rs:853:9:853:9 | y | TRef | main.rs:851:22:851:43 | T | -| main.rs:856:16:914:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:857:13:857:13 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:857:17:857:33 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:858:13:858:13 | y | | main.rs:749:5:752:5 | MyThing | -| main.rs:858:17:858:33 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:860:18:860:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:860:18:860:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:860:18:860:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:860:18:860:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:860:26:860:26 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:861:18:861:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:861:18:861:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:861:18:861:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:861:18:861:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:861:26:861:26 | y | | main.rs:749:5:752:5 | MyThing | -| main.rs:863:13:863:13 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:863:17:863:33 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:864:13:864:13 | y | | main.rs:749:5:752:5 | MyThing | -| main.rs:864:17:864:33 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:866:18:866:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:866:18:866:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:866:18:866:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:866:18:866:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:866:26:866:26 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:867:18:867:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:867:18:867:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:867:18:867:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:867:18:867:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:867:26:867:26 | y | | main.rs:749:5:752:5 | MyThing | -| main.rs:869:13:869:14 | x2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:869:18:869:34 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:870:13:870:14 | y2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:870:18:870:34 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:872:31:872:32 | x2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:873:18:873:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:873:18:873:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:873:18:873:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:873:18:873:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:874:33:874:34 | x2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:875:18:875:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:875:18:875:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:875:18:875:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:875:18:875:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:876:33:876:34 | x2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:877:18:877:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:877:18:877:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:877:18:877:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:877:18:877:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:878:31:878:32 | y2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:879:18:879:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:879:18:879:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:879:18:879:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:879:18:879:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:880:33:880:34 | y2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:881:18:881:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:881:18:881:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:881:18:881:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:881:18:881:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:882:33:882:34 | y2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:883:18:883:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:883:18:883:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:883:18:883:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:883:18:883:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:884:36:884:37 | x2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:885:18:885:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:885:18:885:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:885:18:885:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:885:18:885:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:886:36:886:37 | x2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:887:18:887:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:887:18:887:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:887:18:887:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:887:18:887:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:888:36:888:37 | y2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:889:18:889:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:889:18:889:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:889:18:889:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:889:18:889:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:890:36:890:37 | y2 | | main.rs:749:5:752:5 | MyThing | +| main.rs:448:13:448:13 | b | | main.rs:271:5:275:5 | MyPair | +| main.rs:448:17:448:41 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:449:17:449:17 | b | | main.rs:271:5:275:5 | MyPair | +| main.rs:450:18:450:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:450:18:450:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:450:18:450:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:450:18:450:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:451:17:451:17 | b | | main.rs:271:5:275:5 | MyPair | +| main.rs:452:18:452:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:452:18:452:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:452:18:452:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:452:18:452:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:456:31:456:38 | thing_s1 | | main.rs:266:5:269:5 | MyThing | +| main.rs:457:18:457:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:457:18:457:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:457:18:457:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:457:18:457:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:458:31:458:38 | thing_s2 | | main.rs:266:5:269:5 | MyThing | +| main.rs:459:18:459:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:459:18:459:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:459:18:459:28 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:459:18:459:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:462:13:462:13 | a | | main.rs:271:5:275:5 | MyPair | +| main.rs:462:17:462:41 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:463:25:463:25 | a | | main.rs:271:5:275:5 | MyPair | +| main.rs:464:18:464:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:464:18:464:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:464:18:464:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:464:18:464:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:465:25:465:25 | a | | main.rs:271:5:275:5 | MyPair | +| main.rs:466:18:466:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:466:18:466:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:466:18:466:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:466:18:466:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:469:13:469:13 | b | | main.rs:271:5:275:5 | MyPair | +| main.rs:469:17:469:41 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:470:25:470:25 | b | | main.rs:271:5:275:5 | MyPair | +| main.rs:471:18:471:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:471:18:471:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:471:18:471:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:471:18:471:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:472:25:472:25 | b | | main.rs:271:5:275:5 | MyPair | +| main.rs:473:18:473:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:473:18:473:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:473:18:473:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:473:18:473:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:475:13:475:13 | c | | main.rs:271:5:275:5 | MyPair | +| main.rs:475:17:478:9 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:477:17:477:41 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:479:29:479:29 | c | | main.rs:271:5:275:5 | MyPair | +| main.rs:481:13:481:17 | thing | | main.rs:266:5:269:5 | MyThing | +| main.rs:481:21:481:37 | MyThing {...} | | main.rs:266:5:269:5 | MyThing | +| main.rs:482:17:482:21 | thing | | main.rs:266:5:269:5 | MyThing | +| main.rs:483:28:483:32 | thing | | main.rs:266:5:269:5 | MyThing | +| main.rs:492:26:492:29 | SelfParam | | main.rs:491:5:495:5 | Self [trait OverlappingTrait] | +| main.rs:494:28:494:31 | SelfParam | | main.rs:491:5:495:5 | Self [trait OverlappingTrait] | +| main.rs:494:34:494:35 | s1 | | main.rs:488:5:489:14 | S1 | +| main.rs:499:26:499:29 | SelfParam | | main.rs:488:5:489:14 | S1 | +| main.rs:499:38:501:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:504:28:504:31 | SelfParam | | main.rs:488:5:489:14 | S1 | +| main.rs:504:34:504:35 | s1 | | main.rs:488:5:489:14 | S1 | +| main.rs:504:48:506:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:511:26:511:29 | SelfParam | | main.rs:488:5:489:14 | S1 | +| main.rs:511:38:513:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:512:13:512:16 | self | | main.rs:488:5:489:14 | S1 | +| main.rs:516:28:516:31 | SelfParam | | main.rs:488:5:489:14 | S1 | +| main.rs:516:40:518:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:517:13:517:16 | self | | main.rs:488:5:489:14 | S1 | +| main.rs:525:26:525:29 | SelfParam | | main.rs:521:5:521:22 | S2 | +| main.rs:525:26:525:29 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | +| main.rs:525:38:527:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:530:28:530:31 | SelfParam | | main.rs:521:5:521:22 | S2 | +| main.rs:530:28:530:31 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | +| main.rs:530:40:532:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:537:26:537:29 | SelfParam | | main.rs:521:5:521:22 | S2 | +| main.rs:537:26:537:29 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | +| main.rs:537:38:539:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:542:28:542:31 | SelfParam | | main.rs:521:5:521:22 | S2 | +| main.rs:542:28:542:31 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | +| main.rs:542:34:542:35 | s1 | | main.rs:488:5:489:14 | S1 | +| main.rs:542:48:544:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:549:26:549:29 | SelfParam | | main.rs:521:5:521:22 | S2 | +| main.rs:549:26:549:29 | SelfParam | T2 | main.rs:488:5:489:14 | S1 | +| main.rs:549:38:551:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:554:28:554:31 | SelfParam | | main.rs:521:5:521:22 | S2 | +| main.rs:554:28:554:31 | SelfParam | T2 | main.rs:488:5:489:14 | S1 | +| main.rs:554:34:554:35 | s1 | | main.rs:488:5:489:14 | S1 | +| main.rs:554:48:556:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:563:14:563:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:563:14:563:18 | SelfParam | TRef | main.rs:562:5:564:5 | Self [trait OverlappingTrait2] | +| main.rs:563:21:563:21 | x | | {EXTERNAL LOCATION} | & | +| main.rs:563:21:563:21 | x | TRef | main.rs:562:29:562:29 | T | +| main.rs:568:14:568:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:568:14:568:18 | SelfParam | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:568:14:568:18 | SelfParam | TRef.T3 | main.rs:566:10:566:10 | T | +| main.rs:568:21:568:21 | x | | {EXTERNAL LOCATION} | & | +| main.rs:568:21:568:21 | x | TRef | main.rs:566:10:566:10 | T | +| main.rs:568:37:570:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:568:37:570:9 | { ... } | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:568:37:570:9 | { ... } | TRef.T3 | main.rs:566:10:566:10 | T | +| main.rs:569:13:569:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:569:13:569:16 | self | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:569:13:569:16 | self | TRef.T3 | main.rs:566:10:566:10 | T | +| main.rs:575:14:575:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:575:14:575:18 | SelfParam | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:575:14:575:18 | SelfParam | TRef.T3 | main.rs:573:10:573:10 | T | +| main.rs:575:21:575:21 | x | | main.rs:573:10:573:10 | T | +| main.rs:575:36:577:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:575:36:577:9 | { ... } | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:575:36:577:9 | { ... } | TRef.T3 | main.rs:573:10:573:10 | T | +| main.rs:576:13:576:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:576:13:576:16 | self | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:576:13:576:16 | self | TRef.T3 | main.rs:573:10:573:10 | T | +| main.rs:582:14:582:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:582:14:582:18 | SelfParam | TRef | main.rs:580:5:583:5 | Self [trait MyTrait1] | +| main.rs:582:21:582:22 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:592:14:592:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:592:14:592:18 | SelfParam | TRef | main.rs:587:5:588:14 | S4 | +| main.rs:592:21:592:22 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:602:14:602:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:602:14:602:18 | SelfParam | TRef | main.rs:597:5:598:22 | S5 | +| main.rs:602:14:602:18 | SelfParam | TRef.T5 | {EXTERNAL LOCATION} | i32 | +| main.rs:602:21:602:22 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:611:16:637:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:613:18:613:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:613:18:613:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:613:18:613:42 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:613:18:613:42 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:614:18:614:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:614:18:614:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:614:18:614:45 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:614:18:614:45 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:614:26:614:45 | ...::common_method(...) | | main.rs:488:5:489:14 | S1 | +| main.rs:615:18:615:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:615:18:615:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:615:18:615:44 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:615:18:615:44 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:616:18:616:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:616:18:616:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:616:18:616:47 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:616:18:616:47 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:616:26:616:47 | ...::common_method_2(...) | | main.rs:488:5:489:14 | S1 | +| main.rs:619:18:619:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:619:18:619:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:619:18:619:42 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:619:18:619:42 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:620:18:620:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:620:18:620:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:620:18:620:56 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:620:18:620:56 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:620:26:620:56 | ...::common_method(...) | | main.rs:488:5:489:14 | S1 | +| main.rs:623:18:623:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:623:18:623:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:623:18:623:42 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:623:18:623:42 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:624:18:624:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:624:18:624:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:624:18:624:49 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:624:18:624:49 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:624:26:624:49 | ...::common_method(...) | | main.rs:488:5:489:14 | S1 | +| main.rs:625:18:625:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:625:18:625:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:625:18:625:56 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:625:18:625:56 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:625:26:625:56 | ...::common_method(...) | | main.rs:488:5:489:14 | S1 | +| main.rs:628:18:628:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:628:18:628:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:628:18:628:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:628:18:628:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:629:18:629:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:629:18:629:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:629:18:629:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:629:18:629:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:629:26:629:37 | ...::m(...) | | {EXTERNAL LOCATION} | & | +| main.rs:629:26:629:37 | ...::m(...) | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:629:32:629:33 | &w | | {EXTERNAL LOCATION} | & | +| main.rs:632:9:632:18 | ...::m(...) | | {EXTERNAL LOCATION} | () | +| main.rs:632:15:632:17 | &S4 | | {EXTERNAL LOCATION} | & | +| main.rs:633:12:633:15 | 0i32 | | {EXTERNAL LOCATION} | i32 | +| main.rs:634:9:634:24 | ...::m(...) | | {EXTERNAL LOCATION} | () | +| main.rs:634:15:634:23 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:634:19:634:22 | 0i32 | | {EXTERNAL LOCATION} | i32 | +| main.rs:635:12:635:15 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:636:9:636:24 | ...::m(...) | | {EXTERNAL LOCATION} | () | +| main.rs:636:15:636:23 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:636:19:636:22 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:653:19:653:22 | SelfParam | | main.rs:651:5:654:5 | Self [trait FirstTrait] | +| main.rs:658:19:658:22 | SelfParam | | main.rs:656:5:659:5 | Self [trait SecondTrait] | +| main.rs:661:64:661:64 | x | | main.rs:661:45:661:61 | T | +| main.rs:661:70:665:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:663:18:663:18 | x | | main.rs:661:45:661:61 | T | +| main.rs:664:18:664:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:664:18:664:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:664:18:664:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:664:18:664:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:667:65:667:65 | x | | main.rs:667:46:667:62 | T | +| main.rs:667:71:671:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:669:18:669:18 | x | | main.rs:667:46:667:62 | T | +| main.rs:670:18:670:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:670:18:670:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:670:18:670:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:670:18:670:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:673:49:673:49 | x | | main.rs:673:30:673:46 | T | +| main.rs:673:55:676:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:674:17:674:17 | x | | main.rs:673:30:673:46 | T | +| main.rs:675:18:675:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:675:18:675:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:675:18:675:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:675:18:675:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:678:53:678:53 | x | | main.rs:678:34:678:50 | T | +| main.rs:678:59:681:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:679:17:679:17 | x | | main.rs:678:34:678:50 | T | +| main.rs:680:18:680:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:680:18:680:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:680:18:680:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:680:18:680:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:683:43:683:43 | x | | main.rs:683:40:683:40 | T | +| main.rs:686:5:689:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:687:17:687:17 | x | | main.rs:683:40:683:40 | T | +| main.rs:688:18:688:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:688:18:688:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:688:18:688:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:688:18:688:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:692:16:692:19 | SelfParam | | main.rs:691:5:695:5 | Self [trait Pair] | +| main.rs:694:16:694:19 | SelfParam | | main.rs:691:5:695:5 | Self [trait Pair] | +| main.rs:697:53:697:53 | x | | main.rs:697:50:697:50 | T | +| main.rs:697:59:697:59 | y | | main.rs:697:50:697:50 | T | +| main.rs:701:5:704:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:702:17:702:17 | x | | main.rs:697:50:697:50 | T | +| main.rs:703:17:703:17 | y | | main.rs:697:50:697:50 | T | +| main.rs:706:58:706:58 | x | | main.rs:706:41:706:55 | T | +| main.rs:706:64:706:64 | y | | main.rs:706:41:706:55 | T | +| main.rs:706:70:711:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:708:18:708:18 | x | | main.rs:706:41:706:55 | T | +| main.rs:709:18:709:18 | y | | main.rs:706:41:706:55 | T | +| main.rs:710:18:710:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:710:18:710:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:710:18:710:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:710:18:710:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:713:69:713:69 | x | | main.rs:713:52:713:66 | T | +| main.rs:713:75:713:75 | y | | main.rs:713:52:713:66 | T | +| main.rs:713:81:718:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:715:18:715:18 | x | | main.rs:713:52:713:66 | T | +| main.rs:716:18:716:18 | y | | main.rs:713:52:713:66 | T | +| main.rs:717:18:717:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:717:18:717:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:717:18:717:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:717:18:717:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:720:50:720:50 | x | | main.rs:720:41:720:47 | T | +| main.rs:720:56:720:56 | y | | main.rs:720:41:720:47 | T | +| main.rs:720:62:725:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:722:18:722:18 | x | | main.rs:720:41:720:47 | T | +| main.rs:723:18:723:18 | y | | main.rs:720:41:720:47 | T | +| main.rs:724:18:724:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:724:18:724:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:724:18:724:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:724:18:724:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:727:54:727:54 | x | | main.rs:727:41:727:51 | T | +| main.rs:727:60:727:60 | y | | main.rs:727:41:727:51 | T | +| main.rs:727:66:732:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:729:18:729:18 | x | | main.rs:727:41:727:51 | T | +| main.rs:730:18:730:18 | y | | main.rs:727:41:727:51 | T | +| main.rs:731:18:731:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:731:18:731:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:731:18:731:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:731:18:731:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:739:18:739:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:739:18:739:22 | SelfParam | TRef | main.rs:736:5:740:5 | Self [trait TraitWithSelfTp] | +| main.rs:742:40:742:44 | thing | | {EXTERNAL LOCATION} | & | +| main.rs:742:40:742:44 | thing | TRef | main.rs:742:17:742:37 | T | +| main.rs:742:56:744:5 | { ... } | | main.rs:742:14:742:14 | A | +| main.rs:743:9:743:13 | thing | | {EXTERNAL LOCATION} | & | +| main.rs:743:9:743:13 | thing | TRef | main.rs:742:17:742:37 | T | +| main.rs:747:44:747:48 | thing | | main.rs:747:24:747:41 | S | +| main.rs:747:61:750:5 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:748:19:748:23 | thing | | main.rs:747:24:747:41 | S | +| main.rs:755:55:755:59 | thing | | {EXTERNAL LOCATION} | & | +| main.rs:755:55:755:59 | thing | TRef | main.rs:755:25:755:52 | S | +| main.rs:755:66:758:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:757:25:757:29 | thing | | {EXTERNAL LOCATION} | & | +| main.rs:757:25:757:29 | thing | TRef | main.rs:755:25:755:52 | S | +| main.rs:766:18:766:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:766:18:766:22 | SelfParam | TRef | main.rs:760:5:762:5 | MyStruct | +| main.rs:766:41:768:9 | { ... } | | {EXTERNAL LOCATION} | Option | +| main.rs:766:41:768:9 | { ... } | T | main.rs:760:5:762:5 | MyStruct | +| main.rs:767:18:767:47 | MyStruct {...} | | main.rs:760:5:762:5 | MyStruct | +| main.rs:767:36:767:39 | self | | {EXTERNAL LOCATION} | & | +| main.rs:767:36:767:39 | self | TRef | main.rs:760:5:762:5 | MyStruct | +| main.rs:773:19:776:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:774:13:774:13 | s | | main.rs:760:5:762:5 | MyStruct | +| main.rs:774:17:774:37 | MyStruct {...} | | main.rs:760:5:762:5 | MyStruct | +| main.rs:775:25:775:26 | &s | | {EXTERNAL LOCATION} | & | +| main.rs:775:26:775:26 | s | | main.rs:760:5:762:5 | MyStruct | +| main.rs:791:15:791:18 | SelfParam | | main.rs:790:5:801:5 | Self [trait MyTrait] | +| main.rs:793:15:793:18 | SelfParam | | main.rs:790:5:801:5 | Self [trait MyTrait] | +| main.rs:796:9:798:9 | { ... } | | main.rs:790:19:790:19 | A | +| main.rs:797:13:797:16 | self | | main.rs:790:5:801:5 | Self [trait MyTrait] | +| main.rs:800:18:800:18 | x | | main.rs:790:5:801:5 | Self [trait MyTrait] | +| main.rs:804:15:804:18 | SelfParam | | main.rs:787:5:788:14 | S2 | +| main.rs:804:26:806:9 | { ... } | | main.rs:803:10:803:19 | T | +| main.rs:808:18:808:18 | x | | main.rs:787:5:788:14 | S2 | +| main.rs:808:32:810:9 | { ... } | | main.rs:803:10:803:19 | T | +| main.rs:814:15:814:18 | SelfParam | | main.rs:785:5:786:14 | S1 | +| main.rs:814:28:816:9 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:818:18:818:18 | x | | main.rs:785:5:786:14 | S1 | +| main.rs:818:34:820:9 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:825:50:825:50 | x | | main.rs:825:26:825:47 | T2 | +| main.rs:825:63:828:5 | { ... } | | main.rs:825:22:825:23 | T1 | +| main.rs:826:9:826:9 | x | | main.rs:825:26:825:47 | T2 | +| main.rs:827:9:827:9 | x | | main.rs:825:26:825:47 | T2 | +| main.rs:829:52:829:52 | x | | main.rs:829:28:829:49 | T2 | +| main.rs:829:65:833:5 | { ... } | | main.rs:829:24:829:25 | T1 | +| main.rs:830:24:830:24 | x | | main.rs:829:28:829:49 | T2 | +| main.rs:832:16:832:16 | x | | main.rs:829:28:829:49 | T2 | +| main.rs:834:52:834:52 | x | | main.rs:834:28:834:49 | T2 | +| main.rs:834:65:838:5 | { ... } | | main.rs:834:24:834:25 | T1 | +| main.rs:835:29:835:29 | x | | main.rs:834:28:834:49 | T2 | +| main.rs:837:21:837:21 | x | | main.rs:834:28:834:49 | T2 | +| main.rs:839:55:839:55 | x | | main.rs:839:31:839:52 | T2 | +| main.rs:839:68:843:5 | { ... } | | main.rs:839:27:839:28 | T1 | +| main.rs:840:27:840:27 | x | | main.rs:839:31:839:52 | T2 | +| main.rs:842:19:842:19 | x | | main.rs:839:31:839:52 | T2 | +| main.rs:844:55:844:55 | x | | main.rs:844:31:844:52 | T2 | +| main.rs:844:68:848:5 | { ... } | | main.rs:844:27:844:28 | T1 | +| main.rs:845:32:845:32 | x | | main.rs:844:31:844:52 | T2 | +| main.rs:847:24:847:24 | x | | main.rs:844:31:844:52 | T2 | +| main.rs:852:49:852:49 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:852:49:852:49 | x | T | main.rs:852:32:852:46 | T2 | +| main.rs:852:71:854:5 | { ... } | | main.rs:852:28:852:29 | T1 | +| main.rs:853:9:853:9 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:853:9:853:9 | x | T | main.rs:852:32:852:46 | T2 | +| main.rs:855:51:855:51 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:855:51:855:51 | x | T | main.rs:855:34:855:48 | T2 | +| main.rs:855:73:857:5 | { ... } | | main.rs:855:30:855:31 | T1 | +| main.rs:856:16:856:16 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:856:16:856:16 | x | T | main.rs:855:34:855:48 | T2 | +| main.rs:858:51:858:51 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:858:51:858:51 | x | T | main.rs:858:34:858:48 | T2 | +| main.rs:858:73:860:5 | { ... } | | main.rs:858:30:858:31 | T1 | +| main.rs:859:21:859:21 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:859:21:859:21 | x | T | main.rs:858:34:858:48 | T2 | +| main.rs:863:15:863:18 | SelfParam | | main.rs:780:5:783:5 | MyThing | +| main.rs:863:15:863:18 | SelfParam | T | main.rs:862:10:862:10 | T | +| main.rs:863:26:865:9 | { ... } | | main.rs:862:10:862:10 | T | +| main.rs:864:13:864:16 | self | | main.rs:780:5:783:5 | MyThing | +| main.rs:864:13:864:16 | self | T | main.rs:862:10:862:10 | T | +| main.rs:867:18:867:18 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:867:18:867:18 | x | T | main.rs:862:10:862:10 | T | +| main.rs:867:32:869:9 | { ... } | | main.rs:862:10:862:10 | T | +| main.rs:868:13:868:13 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:868:13:868:13 | x | T | main.rs:862:10:862:10 | T | +| main.rs:874:15:874:18 | SelfParam | | main.rs:872:5:875:5 | Self [trait MyTrait2] | +| main.rs:879:15:879:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:879:15:879:19 | SelfParam | TRef | main.rs:877:5:880:5 | Self [trait MyTrait3] | +| main.rs:882:46:882:46 | x | | main.rs:882:22:882:43 | T | +| main.rs:882:52:882:52 | y | | {EXTERNAL LOCATION} | & | +| main.rs:882:52:882:52 | y | TRef | main.rs:882:22:882:43 | T | +| main.rs:882:59:885:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:883:9:883:9 | x | | main.rs:882:22:882:43 | T | +| main.rs:884:9:884:9 | y | | {EXTERNAL LOCATION} | & | +| main.rs:884:9:884:9 | y | TRef | main.rs:882:22:882:43 | T | +| main.rs:887:16:945:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:888:13:888:13 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:888:17:888:33 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:889:13:889:13 | y | | main.rs:780:5:783:5 | MyThing | +| main.rs:889:17:889:33 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | | main.rs:891:18:891:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:891:18:891:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:891:18:891:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:891:18:891:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:893:13:893:14 | x3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:893:18:895:9 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:894:16:894:32 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:896:13:896:14 | y3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:896:18:898:9 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:897:16:897:32 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:900:37:900:38 | x3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:901:18:901:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:901:18:901:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:901:18:901:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:901:18:901:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:902:39:902:40 | x3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:903:18:903:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:903:18:903:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:903:18:903:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:903:18:903:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:904:39:904:40 | x3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:905:18:905:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:905:18:905:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:905:18:905:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:905:18:905:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:906:37:906:38 | y3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:907:18:907:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:907:18:907:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:907:18:907:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:907:18:907:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:908:39:908:40 | y3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:909:18:909:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:909:18:909:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:909:18:909:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:909:18:909:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:910:39:910:40 | y3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:911:18:911:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:911:18:911:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:911:18:911:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:911:18:911:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:913:13:913:13 | y | | {EXTERNAL LOCATION} | i32 | -| main.rs:930:15:930:18 | SelfParam | | main.rs:918:5:922:5 | MyEnum | -| main.rs:930:15:930:18 | SelfParam | A | main.rs:929:10:929:10 | T | -| main.rs:930:26:935:9 | { ... } | | main.rs:929:10:929:10 | T | -| main.rs:931:19:931:22 | self | | main.rs:918:5:922:5 | MyEnum | -| main.rs:931:19:931:22 | self | A | main.rs:929:10:929:10 | T | -| main.rs:933:17:933:32 | ...::C2 {...} | | main.rs:918:5:922:5 | MyEnum | -| main.rs:938:16:944:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:940:13:940:13 | y | | main.rs:918:5:922:5 | MyEnum | -| main.rs:940:17:940:36 | ...::C2 {...} | | main.rs:918:5:922:5 | MyEnum | +| main.rs:891:18:891:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:891:18:891:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:891:26:891:26 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:892:18:892:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:892:18:892:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:892:18:892:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:892:18:892:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:892:26:892:26 | y | | main.rs:780:5:783:5 | MyThing | +| main.rs:894:13:894:13 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:894:17:894:33 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:895:13:895:13 | y | | main.rs:780:5:783:5 | MyThing | +| main.rs:895:17:895:33 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:897:18:897:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:897:18:897:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:897:18:897:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:897:18:897:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:897:26:897:26 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:898:18:898:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:898:18:898:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:898:18:898:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:898:18:898:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:898:26:898:26 | y | | main.rs:780:5:783:5 | MyThing | +| main.rs:900:13:900:14 | x2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:900:18:900:34 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:901:13:901:14 | y2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:901:18:901:34 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:903:31:903:32 | x2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:904:18:904:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:904:18:904:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:904:18:904:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:904:18:904:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:905:33:905:34 | x2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:906:18:906:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:906:18:906:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:906:18:906:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:906:18:906:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:907:33:907:34 | x2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:908:18:908:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:908:18:908:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:908:18:908:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:908:18:908:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:909:31:909:32 | y2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:910:18:910:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:910:18:910:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:910:18:910:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:910:18:910:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:911:33:911:34 | y2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:912:18:912:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:912:18:912:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:912:18:912:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:912:18:912:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:913:33:913:34 | y2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:914:18:914:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:914:18:914:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:914:18:914:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:914:18:914:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:915:36:915:37 | x2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:916:18:916:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:916:18:916:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:916:18:916:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:916:18:916:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:917:36:917:37 | x2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:918:18:918:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:918:18:918:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:918:18:918:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:918:18:918:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:919:36:919:37 | y2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:920:18:920:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:920:18:920:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:920:18:920:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:920:18:920:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:921:36:921:37 | y2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:922:18:922:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:922:18:922:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:922:18:922:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:922:18:922:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:924:13:924:14 | x3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:924:18:926:9 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:925:16:925:32 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:927:13:927:14 | y3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:927:18:929:9 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:928:16:928:32 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:931:37:931:38 | x3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:932:18:932:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:932:18:932:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:932:18:932:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:932:18:932:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:933:39:933:40 | x3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:934:18:934:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:934:18:934:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:934:18:934:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:934:18:934:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:935:39:935:40 | x3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:936:18:936:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:936:18:936:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:936:18:936:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:936:18:936:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:937:37:937:38 | y3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:938:18:938:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:938:18:938:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:938:18:938:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:938:18:938:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:939:39:939:40 | y3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:940:18:940:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:940:18:940:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:940:18:940:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:940:18:940:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:941:39:941:40 | y3 | | main.rs:780:5:783:5 | MyThing | | main.rs:942:18:942:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:942:18:942:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:942:18:942:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:942:18:942:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:943:18:943:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:943:18:943:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:943:18:943:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:943:18:943:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:943:26:943:26 | y | | main.rs:918:5:922:5 | MyEnum | -| main.rs:965:15:965:18 | SelfParam | | main.rs:963:5:966:5 | Self [trait MyTrait1] | -| main.rs:970:15:970:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:970:15:970:19 | SelfParam | TRef | main.rs:968:5:980:5 | Self [trait MyTrait2] | -| main.rs:973:9:979:9 | { ... } | | main.rs:968:20:968:22 | Tr2 | -| main.rs:975:17:975:20 | self | | {EXTERNAL LOCATION} | & | -| main.rs:975:17:975:20 | self | TRef | main.rs:968:5:980:5 | Self [trait MyTrait2] | -| main.rs:977:27:977:30 | self | | {EXTERNAL LOCATION} | & | -| main.rs:977:27:977:30 | self | TRef | main.rs:968:5:980:5 | Self [trait MyTrait2] | -| main.rs:984:15:984:18 | SelfParam | | main.rs:982:5:994:5 | Self [trait MyTrait3] | -| main.rs:987:9:993:9 | { ... } | | main.rs:982:20:982:22 | Tr3 | -| main.rs:989:17:989:20 | self | | main.rs:982:5:994:5 | Self [trait MyTrait3] | -| main.rs:991:26:991:30 | &self | | {EXTERNAL LOCATION} | & | -| main.rs:991:27:991:30 | self | | main.rs:982:5:994:5 | Self [trait MyTrait3] | -| main.rs:998:15:998:18 | SelfParam | | main.rs:948:5:951:5 | MyThing | -| main.rs:998:15:998:18 | SelfParam | A | main.rs:996:10:996:10 | T | -| main.rs:998:26:1000:9 | { ... } | | main.rs:996:10:996:10 | T | -| main.rs:999:13:999:16 | self | | main.rs:948:5:951:5 | MyThing | -| main.rs:999:13:999:16 | self | A | main.rs:996:10:996:10 | T | -| main.rs:1007:15:1007:18 | SelfParam | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1007:15:1007:18 | SelfParam | A | main.rs:1005:10:1005:10 | T | -| main.rs:1007:35:1009:9 | { ... } | | main.rs:948:5:951:5 | MyThing | -| main.rs:1007:35:1009:9 | { ... } | A | main.rs:1005:10:1005:10 | T | -| main.rs:1008:13:1008:33 | MyThing {...} | | main.rs:948:5:951:5 | MyThing | -| main.rs:1008:26:1008:29 | self | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1008:26:1008:29 | self | A | main.rs:1005:10:1005:10 | T | -| main.rs:1016:44:1016:44 | x | | main.rs:1016:26:1016:41 | T2 | -| main.rs:1016:57:1018:5 | { ... } | | main.rs:1016:22:1016:23 | T1 | -| main.rs:1017:9:1017:9 | x | | main.rs:1016:26:1016:41 | T2 | -| main.rs:1020:56:1020:56 | x | | main.rs:1020:39:1020:53 | T | -| main.rs:1020:62:1024:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1022:17:1022:17 | x | | main.rs:1020:39:1020:53 | T | -| main.rs:1023:18:1023:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1023:18:1023:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1023:18:1023:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1023:18:1023:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1026:16:1050:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1027:13:1027:13 | x | | main.rs:948:5:951:5 | MyThing | -| main.rs:1027:17:1027:33 | MyThing {...} | | main.rs:948:5:951:5 | MyThing | -| main.rs:1028:13:1028:13 | y | | main.rs:948:5:951:5 | MyThing | -| main.rs:1028:17:1028:33 | MyThing {...} | | main.rs:948:5:951:5 | MyThing | -| main.rs:1030:18:1030:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1030:18:1030:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1030:18:1030:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1030:18:1030:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1030:26:1030:26 | x | | main.rs:948:5:951:5 | MyThing | -| main.rs:1031:18:1031:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1031:18:1031:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1031:18:1031:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1031:18:1031:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1031:26:1031:26 | y | | main.rs:948:5:951:5 | MyThing | -| main.rs:1033:13:1033:13 | x | | main.rs:948:5:951:5 | MyThing | -| main.rs:1033:17:1033:33 | MyThing {...} | | main.rs:948:5:951:5 | MyThing | -| main.rs:1034:13:1034:13 | y | | main.rs:948:5:951:5 | MyThing | -| main.rs:1034:17:1034:33 | MyThing {...} | | main.rs:948:5:951:5 | MyThing | -| main.rs:1036:18:1036:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1036:18:1036:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1036:18:1036:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1036:18:1036:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1036:26:1036:26 | x | | main.rs:948:5:951:5 | MyThing | -| main.rs:1037:18:1037:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1037:18:1037:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1037:18:1037:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1037:18:1037:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1037:26:1037:26 | y | | main.rs:948:5:951:5 | MyThing | -| main.rs:1039:13:1039:13 | x | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1039:17:1039:34 | MyThing2 {...} | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1040:13:1040:13 | y | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1040:17:1040:34 | MyThing2 {...} | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1042:18:1042:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1042:18:1042:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1042:18:1042:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1042:18:1042:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1042:26:1042:26 | x | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1043:18:1043:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1043:18:1043:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1043:18:1043:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1043:18:1043:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1043:26:1043:26 | y | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1045:13:1045:13 | x | | main.rs:948:5:951:5 | MyThing | -| main.rs:1045:17:1045:33 | MyThing {...} | | main.rs:948:5:951:5 | MyThing | -| main.rs:1046:31:1046:31 | x | | main.rs:948:5:951:5 | MyThing | -| main.rs:1048:13:1048:13 | x | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1048:17:1048:34 | MyThing2 {...} | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1049:31:1049:31 | x | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1066:22:1066:22 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1066:22:1066:22 | x | TRef | main.rs:1066:11:1066:19 | T | -| main.rs:1066:35:1068:5 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1066:35:1068:5 | { ... } | TRef | main.rs:1066:11:1066:19 | T | -| main.rs:1067:9:1067:9 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1067:9:1067:9 | x | TRef | main.rs:1066:11:1066:19 | T | -| main.rs:1071:17:1071:20 | SelfParam | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1071:29:1073:9 | { ... } | | main.rs:1059:5:1060:14 | S2 | -| main.rs:1076:21:1076:21 | x | | main.rs:1076:13:1076:14 | T1 | -| main.rs:1079:5:1081:5 | { ... } | | main.rs:1076:17:1076:18 | T2 | -| main.rs:1080:9:1080:9 | x | | main.rs:1076:13:1076:14 | T1 | -| main.rs:1083:16:1099:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1085:18:1085:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1085:18:1085:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1085:18:1085:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1085:18:1085:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1085:26:1085:31 | id(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1085:29:1085:30 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:1088:18:1088:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1088:18:1088:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1088:18:1088:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1088:18:1088:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1088:26:1088:37 | id::<...>(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1088:26:1088:37 | id::<...>(...) | TRef | main.rs:1056:5:1057:14 | S1 | -| main.rs:1088:35:1088:36 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:1092:18:1092:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1092:18:1092:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1092:18:1092:44 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1092:18:1092:44 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1092:26:1092:44 | id::<...>(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1092:26:1092:44 | id::<...>(...) | TRef | main.rs:1062:5:1062:25 | dyn Trait | -| main.rs:1092:42:1092:43 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:1095:9:1095:25 | into::<...>(...) | | main.rs:1059:5:1060:14 | S2 | -| main.rs:1098:13:1098:13 | y | | main.rs:1059:5:1060:14 | S2 | -| main.rs:1112:22:1112:25 | SelfParam | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1112:22:1112:25 | SelfParam | Fst | main.rs:1111:10:1111:12 | Fst | -| main.rs:1112:22:1112:25 | SelfParam | Snd | main.rs:1111:15:1111:17 | Snd | -| main.rs:1112:35:1119:9 | { ... } | | main.rs:1111:15:1111:17 | Snd | -| main.rs:1113:19:1113:22 | self | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1113:19:1113:22 | self | Fst | main.rs:1111:10:1111:12 | Fst | -| main.rs:1113:19:1113:22 | self | Snd | main.rs:1111:15:1111:17 | Snd | -| main.rs:1114:43:1114:82 | MacroExpr | | file://:0:0:0:0 | ! | -| main.rs:1114:50:1114:81 | "PairNone has no second elemen... | | {EXTERNAL LOCATION} | & | -| main.rs:1114:50:1114:81 | "PairNone has no second elemen... | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1114:50:1114:81 | ...::panic_fmt(...) | | file://:0:0:0:0 | ! | -| main.rs:1114:50:1114:81 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1115:43:1115:81 | MacroExpr | | file://:0:0:0:0 | ! | -| main.rs:1115:50:1115:80 | "PairFst has no second element... | | {EXTERNAL LOCATION} | & | -| main.rs:1115:50:1115:80 | "PairFst has no second element... | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1115:50:1115:80 | ...::panic_fmt(...) | | file://:0:0:0:0 | ! | -| main.rs:1115:50:1115:80 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1143:10:1143:10 | t | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1143:10:1143:10 | t | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1143:10:1143:10 | t | Snd | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1143:10:1143:10 | t | Snd.Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1143:10:1143:10 | t | Snd.Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1143:30:1146:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1144:17:1144:17 | t | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1144:17:1144:17 | t | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1144:17:1144:17 | t | Snd | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1144:17:1144:17 | t | Snd.Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1144:17:1144:17 | t | Snd.Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1145:18:1145:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1145:18:1145:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1145:18:1145:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1145:18:1145:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1156:16:1176:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1158:13:1158:14 | p1 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1158:13:1158:14 | p1 | Fst | main.rs:1122:5:1123:14 | S1 | -| main.rs:1158:13:1158:14 | p1 | Snd | main.rs:1125:5:1126:14 | S2 | -| main.rs:1159:18:1159:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1159:18:1159:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1159:18:1159:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1159:18:1159:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1159:26:1159:27 | p1 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1159:26:1159:27 | p1 | Fst | main.rs:1122:5:1123:14 | S1 | -| main.rs:1159:26:1159:27 | p1 | Snd | main.rs:1125:5:1126:14 | S2 | -| main.rs:1162:13:1162:14 | p2 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1162:13:1162:14 | p2 | Fst | main.rs:1122:5:1123:14 | S1 | -| main.rs:1162:13:1162:14 | p2 | Snd | main.rs:1125:5:1126:14 | S2 | -| main.rs:1163:18:1163:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1163:18:1163:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1163:18:1163:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1163:18:1163:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1163:26:1163:27 | p2 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1163:26:1163:27 | p2 | Fst | main.rs:1122:5:1123:14 | S1 | -| main.rs:1163:26:1163:27 | p2 | Snd | main.rs:1125:5:1126:14 | S2 | -| main.rs:1166:13:1166:14 | p3 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1166:13:1166:14 | p3 | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1167:18:1167:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1167:18:1167:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1167:18:1167:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1167:18:1167:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1167:26:1167:27 | p3 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1167:26:1167:27 | p3 | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1170:13:1170:14 | p3 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1170:13:1170:14 | p3 | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1170:13:1170:14 | p3 | Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1171:18:1171:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1171:18:1171:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1171:18:1171:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1171:18:1171:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1171:26:1171:27 | p3 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1171:26:1171:27 | p3 | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1171:26:1171:27 | p3 | Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1173:9:1173:55 | g(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1175:13:1175:13 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:1175:13:1175:13 | x | E | main.rs:1122:5:1123:14 | S1 | -| main.rs:1175:13:1175:13 | x | T | main.rs:1148:5:1148:34 | S4 | -| main.rs:1175:13:1175:13 | x | T.T41 | main.rs:1125:5:1126:14 | S2 | -| main.rs:1175:13:1175:13 | x | T.T42 | main.rs:1150:5:1150:22 | S5 | -| main.rs:1175:13:1175:13 | x | T.T42.T5 | main.rs:1125:5:1126:14 | S2 | -| main.rs:1188:16:1188:24 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1188:16:1188:24 | SelfParam | TRefMut | main.rs:1186:5:1193:5 | Self [trait MyTrait] | -| main.rs:1188:27:1188:31 | value | | main.rs:1186:19:1186:19 | S | -| main.rs:1190:21:1190:29 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1190:21:1190:29 | SelfParam | TRefMut | main.rs:1186:5:1193:5 | Self [trait MyTrait] | -| main.rs:1190:32:1190:36 | value | | main.rs:1186:19:1186:19 | S | -| main.rs:1190:42:1192:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1191:13:1191:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1191:13:1191:16 | self | TRefMut | main.rs:1186:5:1193:5 | Self [trait MyTrait] | -| main.rs:1191:22:1191:26 | value | | main.rs:1186:19:1186:19 | S | -| main.rs:1197:16:1197:24 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1197:16:1197:24 | SelfParam | TRefMut | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1197:16:1197:24 | SelfParam | TRefMut.T | main.rs:1195:10:1195:10 | T | -| main.rs:1197:27:1197:31 | value | | main.rs:1195:10:1195:10 | T | -| main.rs:1197:37:1197:38 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1201:26:1203:9 | { ... } | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1201:26:1203:9 | { ... } | T | main.rs:1200:10:1200:10 | T | -| main.rs:1207:20:1207:23 | SelfParam | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1207:20:1207:23 | SelfParam | T | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1207:20:1207:23 | SelfParam | T.T | main.rs:1206:10:1206:10 | T | -| main.rs:1207:41:1212:9 | { ... } | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1207:41:1212:9 | { ... } | T | main.rs:1206:10:1206:10 | T | -| main.rs:1208:19:1208:22 | self | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1208:19:1208:22 | self | T | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1208:19:1208:22 | self | T.T | main.rs:1206:10:1206:10 | T | -| main.rs:1218:16:1263:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1219:13:1219:14 | x1 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1219:13:1219:14 | x1 | T | main.rs:1215:5:1216:13 | S | -| main.rs:1219:18:1219:37 | ...::new(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1219:18:1219:37 | ...::new(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1220:18:1220:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1220:18:1220:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1220:18:1220:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1220:18:1220:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1220:26:1220:27 | x1 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1220:26:1220:27 | x1 | T | main.rs:1215:5:1216:13 | S | -| main.rs:1222:17:1222:18 | x2 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1222:22:1222:36 | ...::new(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1223:9:1223:10 | x2 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1224:18:1224:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1224:18:1224:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1224:18:1224:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1224:18:1224:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1224:26:1224:27 | x2 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1226:17:1226:18 | x3 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1226:22:1226:36 | ...::new(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1227:9:1227:10 | x3 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1228:18:1228:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1228:18:1228:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1228:18:1228:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1228:18:1228:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1228:26:1228:27 | x3 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1230:17:1230:18 | x4 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1230:22:1230:36 | ...::new(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1231:9:1231:33 | ...::set(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1231:23:1231:29 | &mut x4 | | {EXTERNAL LOCATION} | &mut | -| main.rs:1231:28:1231:29 | x4 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1232:18:1232:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1232:18:1232:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1232:18:1232:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1232:18:1232:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1232:26:1232:27 | x4 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1235:18:1235:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1235:18:1235:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1235:18:1235:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1235:18:1235:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1238:18:1238:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1238:18:1238:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1238:18:1238:61 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1238:18:1238:61 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1238:26:1238:61 | ...::flatten(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1238:26:1238:61 | ...::flatten(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1246:18:1246:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1246:18:1246:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1246:18:1246:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1246:18:1246:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1250:13:1250:16 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:1251:13:1251:17 | false | | {EXTERNAL LOCATION} | bool | -| main.rs:1253:18:1253:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1253:18:1253:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1253:18:1253:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1253:18:1253:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1256:30:1261:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1257:13:1259:13 | if ... {...} | | {EXTERNAL LOCATION} | () | -| main.rs:1257:22:1259:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1262:18:1262:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1262:18:1262:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1262:18:1262:34 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1262:18:1262:34 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1280:15:1280:18 | SelfParam | | main.rs:1268:5:1269:19 | S | -| main.rs:1280:15:1280:18 | SelfParam | T | main.rs:1279:10:1279:10 | T | -| main.rs:1280:26:1282:9 | { ... } | | main.rs:1279:10:1279:10 | T | -| main.rs:1281:13:1281:16 | self | | main.rs:1268:5:1269:19 | S | -| main.rs:1281:13:1281:16 | self | T | main.rs:1279:10:1279:10 | T | -| main.rs:1284:15:1284:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1284:15:1284:19 | SelfParam | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1284:15:1284:19 | SelfParam | TRef.T | main.rs:1279:10:1279:10 | T | -| main.rs:1284:28:1286:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1284:28:1286:9 | { ... } | TRef | main.rs:1279:10:1279:10 | T | -| main.rs:1285:13:1285:19 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1285:14:1285:17 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1285:14:1285:17 | self | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1285:14:1285:17 | self | TRef.T | main.rs:1279:10:1279:10 | T | -| main.rs:1288:15:1288:25 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1288:15:1288:25 | SelfParam | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1288:15:1288:25 | SelfParam | TRef.T | main.rs:1279:10:1279:10 | T | -| main.rs:1288:34:1290:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1288:34:1290:9 | { ... } | TRef | main.rs:1279:10:1279:10 | T | -| main.rs:1289:13:1289:19 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1289:14:1289:17 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1289:14:1289:17 | self | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1289:14:1289:17 | self | TRef.T | main.rs:1279:10:1279:10 | T | -| main.rs:1294:29:1294:33 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1294:29:1294:33 | SelfParam | TRef | main.rs:1293:5:1296:5 | Self [trait ATrait] | -| main.rs:1295:33:1295:36 | SelfParam | | main.rs:1293:5:1296:5 | Self [trait ATrait] | -| main.rs:1301:29:1301:33 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1301:29:1301:33 | SelfParam | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1301:29:1301:33 | SelfParam | TRef.TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1301:43:1303:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:1302:17:1302:20 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1302:17:1302:20 | self | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1302:17:1302:20 | self | TRef.TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1306:33:1306:36 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1306:33:1306:36 | SelfParam | TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1306:46:1308:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:1307:15:1307:18 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1307:15:1307:18 | self | TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1311:16:1361:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1313:18:1313:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1313:18:1313:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1313:18:1313:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1313:18:1313:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1317:18:1317:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1317:18:1317:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1317:18:1317:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1317:18:1317:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1318:18:1318:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1318:18:1318:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1318:18:1318:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1318:18:1318:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1322:18:1322:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1322:18:1322:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1322:18:1322:41 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1322:18:1322:41 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1322:26:1322:41 | ...::m2(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1322:26:1322:41 | ...::m2(...) | TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1322:38:1322:40 | &x3 | | {EXTERNAL LOCATION} | & | -| main.rs:1323:18:1323:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1323:18:1323:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1323:18:1323:41 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1323:18:1323:41 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1323:26:1323:41 | ...::m3(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1323:26:1323:41 | ...::m3(...) | TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1323:38:1323:40 | &x3 | | {EXTERNAL LOCATION} | & | -| main.rs:1325:13:1325:14 | x4 | | {EXTERNAL LOCATION} | & | -| main.rs:1325:18:1325:23 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1327:18:1327:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1327:18:1327:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1327:18:1327:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1327:18:1327:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1327:26:1327:27 | x4 | | {EXTERNAL LOCATION} | & | -| main.rs:1328:18:1328:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1328:18:1328:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1328:18:1328:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1328:18:1328:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1328:26:1328:27 | x4 | | {EXTERNAL LOCATION} | & | -| main.rs:1330:13:1330:14 | x5 | | {EXTERNAL LOCATION} | & | -| main.rs:1330:18:1330:23 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1332:18:1332:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1332:18:1332:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1332:18:1332:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1332:18:1332:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1332:26:1332:27 | x5 | | {EXTERNAL LOCATION} | & | -| main.rs:1333:18:1333:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1333:18:1333:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1333:18:1333:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1333:18:1333:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1333:26:1333:27 | x5 | | {EXTERNAL LOCATION} | & | -| main.rs:1335:13:1335:14 | x6 | | {EXTERNAL LOCATION} | & | -| main.rs:1335:18:1335:23 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1338:18:1338:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1338:18:1338:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1338:18:1338:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1338:18:1338:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1338:28:1338:29 | x6 | | {EXTERNAL LOCATION} | & | -| main.rs:1340:20:1340:22 | &S2 | | {EXTERNAL LOCATION} | & | +| main.rs:942:18:942:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:942:18:942:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:944:13:944:13 | y | | {EXTERNAL LOCATION} | i32 | +| main.rs:961:15:961:18 | SelfParam | | main.rs:949:5:953:5 | MyEnum | +| main.rs:961:15:961:18 | SelfParam | A | main.rs:960:10:960:10 | T | +| main.rs:961:26:966:9 | { ... } | | main.rs:960:10:960:10 | T | +| main.rs:962:19:962:22 | self | | main.rs:949:5:953:5 | MyEnum | +| main.rs:962:19:962:22 | self | A | main.rs:960:10:960:10 | T | +| main.rs:964:17:964:32 | ...::C2 {...} | | main.rs:949:5:953:5 | MyEnum | +| main.rs:969:16:975:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:971:13:971:13 | y | | main.rs:949:5:953:5 | MyEnum | +| main.rs:971:17:971:36 | ...::C2 {...} | | main.rs:949:5:953:5 | MyEnum | +| main.rs:973:18:973:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:973:18:973:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:973:18:973:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:973:18:973:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:974:18:974:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:974:18:974:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:974:18:974:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:974:18:974:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:974:26:974:26 | y | | main.rs:949:5:953:5 | MyEnum | +| main.rs:996:15:996:18 | SelfParam | | main.rs:994:5:997:5 | Self [trait MyTrait1] | +| main.rs:1001:15:1001:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1001:15:1001:19 | SelfParam | TRef | main.rs:999:5:1011:5 | Self [trait MyTrait2] | +| main.rs:1004:9:1010:9 | { ... } | | main.rs:999:20:999:22 | Tr2 | +| main.rs:1006:17:1006:20 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1006:17:1006:20 | self | TRef | main.rs:999:5:1011:5 | Self [trait MyTrait2] | +| main.rs:1008:27:1008:30 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1008:27:1008:30 | self | TRef | main.rs:999:5:1011:5 | Self [trait MyTrait2] | +| main.rs:1015:15:1015:18 | SelfParam | | main.rs:1013:5:1025:5 | Self [trait MyTrait3] | +| main.rs:1018:9:1024:9 | { ... } | | main.rs:1013:20:1013:22 | Tr3 | +| main.rs:1020:17:1020:20 | self | | main.rs:1013:5:1025:5 | Self [trait MyTrait3] | +| main.rs:1022:26:1022:30 | &self | | {EXTERNAL LOCATION} | & | +| main.rs:1022:27:1022:30 | self | | main.rs:1013:5:1025:5 | Self [trait MyTrait3] | +| main.rs:1029:15:1029:18 | SelfParam | | main.rs:979:5:982:5 | MyThing | +| main.rs:1029:15:1029:18 | SelfParam | A | main.rs:1027:10:1027:10 | T | +| main.rs:1029:26:1031:9 | { ... } | | main.rs:1027:10:1027:10 | T | +| main.rs:1030:13:1030:16 | self | | main.rs:979:5:982:5 | MyThing | +| main.rs:1030:13:1030:16 | self | A | main.rs:1027:10:1027:10 | T | +| main.rs:1038:15:1038:18 | SelfParam | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1038:15:1038:18 | SelfParam | A | main.rs:1036:10:1036:10 | T | +| main.rs:1038:35:1040:9 | { ... } | | main.rs:979:5:982:5 | MyThing | +| main.rs:1038:35:1040:9 | { ... } | A | main.rs:1036:10:1036:10 | T | +| main.rs:1039:13:1039:33 | MyThing {...} | | main.rs:979:5:982:5 | MyThing | +| main.rs:1039:26:1039:29 | self | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1039:26:1039:29 | self | A | main.rs:1036:10:1036:10 | T | +| main.rs:1047:44:1047:44 | x | | main.rs:1047:26:1047:41 | T2 | +| main.rs:1047:57:1049:5 | { ... } | | main.rs:1047:22:1047:23 | T1 | +| main.rs:1048:9:1048:9 | x | | main.rs:1047:26:1047:41 | T2 | +| main.rs:1051:56:1051:56 | x | | main.rs:1051:39:1051:53 | T | +| main.rs:1051:62:1055:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1053:17:1053:17 | x | | main.rs:1051:39:1051:53 | T | +| main.rs:1054:18:1054:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1054:18:1054:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1054:18:1054:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1054:18:1054:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1057:16:1081:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1058:13:1058:13 | x | | main.rs:979:5:982:5 | MyThing | +| main.rs:1058:17:1058:33 | MyThing {...} | | main.rs:979:5:982:5 | MyThing | +| main.rs:1059:13:1059:13 | y | | main.rs:979:5:982:5 | MyThing | +| main.rs:1059:17:1059:33 | MyThing {...} | | main.rs:979:5:982:5 | MyThing | +| main.rs:1061:18:1061:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1061:18:1061:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1061:18:1061:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1061:18:1061:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1061:26:1061:26 | x | | main.rs:979:5:982:5 | MyThing | +| main.rs:1062:18:1062:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1062:18:1062:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1062:18:1062:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1062:18:1062:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1062:26:1062:26 | y | | main.rs:979:5:982:5 | MyThing | +| main.rs:1064:13:1064:13 | x | | main.rs:979:5:982:5 | MyThing | +| main.rs:1064:17:1064:33 | MyThing {...} | | main.rs:979:5:982:5 | MyThing | +| main.rs:1065:13:1065:13 | y | | main.rs:979:5:982:5 | MyThing | +| main.rs:1065:17:1065:33 | MyThing {...} | | main.rs:979:5:982:5 | MyThing | +| main.rs:1067:18:1067:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1067:18:1067:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1067:18:1067:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1067:18:1067:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1067:26:1067:26 | x | | main.rs:979:5:982:5 | MyThing | +| main.rs:1068:18:1068:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1068:18:1068:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1068:18:1068:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1068:18:1068:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1068:26:1068:26 | y | | main.rs:979:5:982:5 | MyThing | +| main.rs:1070:13:1070:13 | x | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1070:17:1070:34 | MyThing2 {...} | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1071:13:1071:13 | y | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1071:17:1071:34 | MyThing2 {...} | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1073:18:1073:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1073:18:1073:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1073:18:1073:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1073:18:1073:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1073:26:1073:26 | x | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1074:18:1074:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1074:18:1074:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1074:18:1074:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1074:18:1074:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1074:26:1074:26 | y | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1076:13:1076:13 | x | | main.rs:979:5:982:5 | MyThing | +| main.rs:1076:17:1076:33 | MyThing {...} | | main.rs:979:5:982:5 | MyThing | +| main.rs:1077:31:1077:31 | x | | main.rs:979:5:982:5 | MyThing | +| main.rs:1079:13:1079:13 | x | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1079:17:1079:34 | MyThing2 {...} | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1080:31:1080:31 | x | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1097:22:1097:22 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1097:22:1097:22 | x | TRef | main.rs:1097:11:1097:19 | T | +| main.rs:1097:35:1099:5 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1097:35:1099:5 | { ... } | TRef | main.rs:1097:11:1097:19 | T | +| main.rs:1098:9:1098:9 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1098:9:1098:9 | x | TRef | main.rs:1097:11:1097:19 | T | +| main.rs:1102:17:1102:20 | SelfParam | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1102:29:1104:9 | { ... } | | main.rs:1090:5:1091:14 | S2 | +| main.rs:1107:21:1107:21 | x | | main.rs:1107:13:1107:14 | T1 | +| main.rs:1110:5:1112:5 | { ... } | | main.rs:1107:17:1107:18 | T2 | +| main.rs:1111:9:1111:9 | x | | main.rs:1107:13:1107:14 | T1 | +| main.rs:1114:16:1130:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1116:18:1116:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1116:18:1116:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1116:18:1116:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1116:18:1116:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1116:26:1116:31 | id(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1116:29:1116:30 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:1119:18:1119:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1119:18:1119:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1119:18:1119:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1119:18:1119:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1119:26:1119:37 | id::<...>(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1119:26:1119:37 | id::<...>(...) | TRef | main.rs:1087:5:1088:14 | S1 | +| main.rs:1119:35:1119:36 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:1123:18:1123:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1123:18:1123:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1123:18:1123:44 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1123:18:1123:44 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1123:26:1123:44 | id::<...>(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1123:26:1123:44 | id::<...>(...) | TRef | main.rs:1093:5:1093:25 | dyn Trait | +| main.rs:1123:42:1123:43 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:1126:9:1126:25 | into::<...>(...) | | main.rs:1090:5:1091:14 | S2 | +| main.rs:1129:13:1129:13 | y | | main.rs:1090:5:1091:14 | S2 | +| main.rs:1143:22:1143:25 | SelfParam | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1143:22:1143:25 | SelfParam | Fst | main.rs:1142:10:1142:12 | Fst | +| main.rs:1143:22:1143:25 | SelfParam | Snd | main.rs:1142:15:1142:17 | Snd | +| main.rs:1143:35:1150:9 | { ... } | | main.rs:1142:15:1142:17 | Snd | +| main.rs:1144:19:1144:22 | self | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1144:19:1144:22 | self | Fst | main.rs:1142:10:1142:12 | Fst | +| main.rs:1144:19:1144:22 | self | Snd | main.rs:1142:15:1142:17 | Snd | +| main.rs:1145:43:1145:82 | MacroExpr | | file://:0:0:0:0 | ! | +| main.rs:1145:50:1145:81 | "PairNone has no second elemen... | | {EXTERNAL LOCATION} | & | +| main.rs:1145:50:1145:81 | "PairNone has no second elemen... | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1145:50:1145:81 | ...::panic_fmt(...) | | file://:0:0:0:0 | ! | +| main.rs:1145:50:1145:81 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1146:43:1146:81 | MacroExpr | | file://:0:0:0:0 | ! | +| main.rs:1146:50:1146:80 | "PairFst has no second element... | | {EXTERNAL LOCATION} | & | +| main.rs:1146:50:1146:80 | "PairFst has no second element... | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1146:50:1146:80 | ...::panic_fmt(...) | | file://:0:0:0:0 | ! | +| main.rs:1146:50:1146:80 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1174:10:1174:10 | t | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1174:10:1174:10 | t | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1174:10:1174:10 | t | Snd | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1174:10:1174:10 | t | Snd.Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1174:10:1174:10 | t | Snd.Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1174:30:1177:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1175:17:1175:17 | t | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1175:17:1175:17 | t | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1175:17:1175:17 | t | Snd | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1175:17:1175:17 | t | Snd.Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1175:17:1175:17 | t | Snd.Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1176:18:1176:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1176:18:1176:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1176:18:1176:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1176:18:1176:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1187:16:1207:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1189:13:1189:14 | p1 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1189:13:1189:14 | p1 | Fst | main.rs:1153:5:1154:14 | S1 | +| main.rs:1189:13:1189:14 | p1 | Snd | main.rs:1156:5:1157:14 | S2 | +| main.rs:1190:18:1190:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1190:18:1190:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1190:18:1190:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1190:18:1190:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1190:26:1190:27 | p1 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1190:26:1190:27 | p1 | Fst | main.rs:1153:5:1154:14 | S1 | +| main.rs:1190:26:1190:27 | p1 | Snd | main.rs:1156:5:1157:14 | S2 | +| main.rs:1193:13:1193:14 | p2 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1193:13:1193:14 | p2 | Fst | main.rs:1153:5:1154:14 | S1 | +| main.rs:1193:13:1193:14 | p2 | Snd | main.rs:1156:5:1157:14 | S2 | +| main.rs:1194:18:1194:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1194:18:1194:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1194:18:1194:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1194:18:1194:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1194:26:1194:27 | p2 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1194:26:1194:27 | p2 | Fst | main.rs:1153:5:1154:14 | S1 | +| main.rs:1194:26:1194:27 | p2 | Snd | main.rs:1156:5:1157:14 | S2 | +| main.rs:1197:13:1197:14 | p3 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1197:13:1197:14 | p3 | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1198:18:1198:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1198:18:1198:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1198:18:1198:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1198:18:1198:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1198:26:1198:27 | p3 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1198:26:1198:27 | p3 | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1201:13:1201:14 | p3 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1201:13:1201:14 | p3 | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1201:13:1201:14 | p3 | Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1202:18:1202:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1202:18:1202:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1202:18:1202:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1202:18:1202:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1202:26:1202:27 | p3 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1202:26:1202:27 | p3 | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1202:26:1202:27 | p3 | Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1204:9:1204:55 | g(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1206:13:1206:13 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:1206:13:1206:13 | x | E | main.rs:1153:5:1154:14 | S1 | +| main.rs:1206:13:1206:13 | x | T | main.rs:1179:5:1179:34 | S4 | +| main.rs:1206:13:1206:13 | x | T.T41 | main.rs:1156:5:1157:14 | S2 | +| main.rs:1206:13:1206:13 | x | T.T42 | main.rs:1181:5:1181:22 | S5 | +| main.rs:1206:13:1206:13 | x | T.T42.T5 | main.rs:1156:5:1157:14 | S2 | +| main.rs:1219:16:1219:24 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1219:16:1219:24 | SelfParam | TRefMut | main.rs:1217:5:1224:5 | Self [trait MyTrait] | +| main.rs:1219:27:1219:31 | value | | main.rs:1217:19:1217:19 | S | +| main.rs:1221:21:1221:29 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1221:21:1221:29 | SelfParam | TRefMut | main.rs:1217:5:1224:5 | Self [trait MyTrait] | +| main.rs:1221:32:1221:36 | value | | main.rs:1217:19:1217:19 | S | +| main.rs:1221:42:1223:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1222:13:1222:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1222:13:1222:16 | self | TRefMut | main.rs:1217:5:1224:5 | Self [trait MyTrait] | +| main.rs:1222:22:1222:26 | value | | main.rs:1217:19:1217:19 | S | +| main.rs:1228:16:1228:24 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1228:16:1228:24 | SelfParam | TRefMut | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1228:16:1228:24 | SelfParam | TRefMut.T | main.rs:1226:10:1226:10 | T | +| main.rs:1228:27:1228:31 | value | | main.rs:1226:10:1226:10 | T | +| main.rs:1228:37:1228:38 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1232:26:1234:9 | { ... } | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1232:26:1234:9 | { ... } | T | main.rs:1231:10:1231:10 | T | +| main.rs:1238:20:1238:23 | SelfParam | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1238:20:1238:23 | SelfParam | T | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1238:20:1238:23 | SelfParam | T.T | main.rs:1237:10:1237:10 | T | +| main.rs:1238:41:1243:9 | { ... } | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1238:41:1243:9 | { ... } | T | main.rs:1237:10:1237:10 | T | +| main.rs:1239:19:1239:22 | self | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1239:19:1239:22 | self | T | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1239:19:1239:22 | self | T.T | main.rs:1237:10:1237:10 | T | +| main.rs:1249:16:1294:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1250:13:1250:14 | x1 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1250:13:1250:14 | x1 | T | main.rs:1246:5:1247:13 | S | +| main.rs:1250:18:1250:37 | ...::new(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1250:18:1250:37 | ...::new(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1251:18:1251:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1251:18:1251:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1251:18:1251:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1251:18:1251:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1251:26:1251:27 | x1 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1251:26:1251:27 | x1 | T | main.rs:1246:5:1247:13 | S | +| main.rs:1253:17:1253:18 | x2 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1253:22:1253:36 | ...::new(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1254:9:1254:10 | x2 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1255:18:1255:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1255:18:1255:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1255:18:1255:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1255:18:1255:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1255:26:1255:27 | x2 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1257:17:1257:18 | x3 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1257:22:1257:36 | ...::new(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1258:9:1258:10 | x3 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1259:18:1259:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1259:18:1259:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1259:18:1259:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1259:18:1259:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1259:26:1259:27 | x3 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1261:17:1261:18 | x4 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1261:22:1261:36 | ...::new(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1262:9:1262:33 | ...::set(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1262:23:1262:29 | &mut x4 | | {EXTERNAL LOCATION} | &mut | +| main.rs:1262:28:1262:29 | x4 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1263:18:1263:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1263:18:1263:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1263:18:1263:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1263:18:1263:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1263:26:1263:27 | x4 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1266:18:1266:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1266:18:1266:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1266:18:1266:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1266:18:1266:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1269:18:1269:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1269:18:1269:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1269:18:1269:61 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1269:18:1269:61 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1269:26:1269:61 | ...::flatten(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1269:26:1269:61 | ...::flatten(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1277:18:1277:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1277:18:1277:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1277:18:1277:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1277:18:1277:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1281:13:1281:16 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:1282:13:1282:17 | false | | {EXTERNAL LOCATION} | bool | +| main.rs:1284:18:1284:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1284:18:1284:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1284:18:1284:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1284:18:1284:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1287:30:1292:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1288:13:1290:13 | if ... {...} | | {EXTERNAL LOCATION} | () | +| main.rs:1288:22:1290:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1293:18:1293:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1293:18:1293:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1293:18:1293:34 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1293:18:1293:34 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1311:15:1311:18 | SelfParam | | main.rs:1299:5:1300:19 | S | +| main.rs:1311:15:1311:18 | SelfParam | T | main.rs:1310:10:1310:10 | T | +| main.rs:1311:26:1313:9 | { ... } | | main.rs:1310:10:1310:10 | T | +| main.rs:1312:13:1312:16 | self | | main.rs:1299:5:1300:19 | S | +| main.rs:1312:13:1312:16 | self | T | main.rs:1310:10:1310:10 | T | +| main.rs:1315:15:1315:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1315:15:1315:19 | SelfParam | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1315:15:1315:19 | SelfParam | TRef.T | main.rs:1310:10:1310:10 | T | +| main.rs:1315:28:1317:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1315:28:1317:9 | { ... } | TRef | main.rs:1310:10:1310:10 | T | +| main.rs:1316:13:1316:19 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1316:14:1316:17 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1316:14:1316:17 | self | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1316:14:1316:17 | self | TRef.T | main.rs:1310:10:1310:10 | T | +| main.rs:1319:15:1319:25 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1319:15:1319:25 | SelfParam | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1319:15:1319:25 | SelfParam | TRef.T | main.rs:1310:10:1310:10 | T | +| main.rs:1319:34:1321:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1319:34:1321:9 | { ... } | TRef | main.rs:1310:10:1310:10 | T | +| main.rs:1320:13:1320:19 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1320:14:1320:17 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1320:14:1320:17 | self | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1320:14:1320:17 | self | TRef.T | main.rs:1310:10:1310:10 | T | +| main.rs:1325:29:1325:33 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1325:29:1325:33 | SelfParam | TRef | main.rs:1324:5:1327:5 | Self [trait ATrait] | +| main.rs:1326:33:1326:36 | SelfParam | | main.rs:1324:5:1327:5 | Self [trait ATrait] | +| main.rs:1332:29:1332:33 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1332:29:1332:33 | SelfParam | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1332:29:1332:33 | SelfParam | TRef.TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1332:43:1334:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:1333:17:1333:20 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1333:17:1333:20 | self | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1333:17:1333:20 | self | TRef.TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1337:33:1337:36 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1337:33:1337:36 | SelfParam | TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1337:46:1339:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:1338:15:1338:18 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1338:15:1338:18 | self | TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1342:16:1392:5 | { ... } | | {EXTERNAL LOCATION} | () | | main.rs:1344:18:1344:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:1344:18:1344:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1344:18:1344:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1344:18:1344:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1346:13:1346:14 | x9 | | {EXTERNAL LOCATION} | String | -| main.rs:1346:26:1346:32 | "Hello" | | {EXTERNAL LOCATION} | & | -| main.rs:1346:26:1346:32 | "Hello" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1350:17:1350:18 | x9 | | {EXTERNAL LOCATION} | String | -| main.rs:1352:13:1352:20 | my_thing | | {EXTERNAL LOCATION} | & | -| main.rs:1352:24:1352:39 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1352:25:1352:39 | MyInt {...} | | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1354:17:1354:24 | my_thing | | {EXTERNAL LOCATION} | & | -| main.rs:1355:18:1355:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1355:18:1355:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1355:18:1355:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1355:18:1355:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1358:13:1358:20 | my_thing | | {EXTERNAL LOCATION} | & | -| main.rs:1358:24:1358:39 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1358:25:1358:39 | MyInt {...} | | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1359:17:1359:24 | my_thing | | {EXTERNAL LOCATION} | & | -| main.rs:1360:18:1360:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1360:18:1360:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1360:18:1360:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1360:18:1360:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1367:16:1367:20 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1367:16:1367:20 | SelfParam | TRef | main.rs:1365:5:1373:5 | Self [trait MyTrait] | -| main.rs:1370:16:1370:20 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1370:16:1370:20 | SelfParam | TRef | main.rs:1365:5:1373:5 | Self [trait MyTrait] | -| main.rs:1370:32:1372:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1370:32:1372:9 | { ... } | TRef | main.rs:1365:5:1373:5 | Self [trait MyTrait] | -| main.rs:1371:13:1371:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1371:13:1371:16 | self | TRef | main.rs:1365:5:1373:5 | Self [trait MyTrait] | -| main.rs:1379:16:1379:20 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1379:16:1379:20 | SelfParam | TRef | main.rs:1375:5:1375:20 | MyStruct | -| main.rs:1379:36:1381:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1379:36:1381:9 | { ... } | TRef | main.rs:1375:5:1375:20 | MyStruct | -| main.rs:1380:13:1380:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1380:13:1380:16 | self | TRef | main.rs:1375:5:1375:20 | MyStruct | -| main.rs:1384:16:1387:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1396:16:1396:20 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1396:16:1396:20 | SelfParam | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1396:16:1396:20 | SelfParam | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1396:32:1398:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1396:32:1398:9 | { ... } | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1396:32:1398:9 | { ... } | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1397:13:1397:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1397:13:1397:16 | self | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1397:13:1397:16 | self | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1400:16:1400:20 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1400:16:1400:20 | SelfParam | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1400:16:1400:20 | SelfParam | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1400:23:1400:23 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1400:23:1400:23 | x | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1400:23:1400:23 | x | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1400:42:1402:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1400:42:1402:9 | { ... } | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1400:42:1402:9 | { ... } | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1401:13:1401:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1401:13:1401:16 | self | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1401:13:1401:16 | self | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1405:16:1411:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1410:15:1410:17 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1410:16:1410:17 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:1421:17:1421:25 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1421:17:1421:25 | SelfParam | TRefMut | main.rs:1415:5:1418:5 | MyFlag | -| main.rs:1421:28:1423:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1422:13:1422:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1422:13:1422:16 | self | TRefMut | main.rs:1415:5:1418:5 | MyFlag | -| main.rs:1422:26:1422:29 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1422:26:1422:29 | self | TRefMut | main.rs:1415:5:1418:5 | MyFlag | -| main.rs:1429:15:1429:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1429:15:1429:19 | SelfParam | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1429:31:1431:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1429:31:1431:9 | { ... } | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1430:13:1430:19 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1430:14:1430:19 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1430:15:1430:19 | &self | | {EXTERNAL LOCATION} | & | -| main.rs:1430:16:1430:19 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1430:16:1430:19 | self | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1433:15:1433:25 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1433:15:1433:25 | SelfParam | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1433:37:1435:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1433:37:1435:9 | { ... } | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1434:13:1434:19 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1434:14:1434:19 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1434:15:1434:19 | &self | | {EXTERNAL LOCATION} | & | -| main.rs:1434:16:1434:19 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1434:16:1434:19 | self | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1437:15:1437:15 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1437:15:1437:15 | x | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1437:34:1439:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1437:34:1439:9 | { ... } | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1438:13:1438:13 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1438:13:1438:13 | x | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1441:15:1441:15 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1441:15:1441:15 | x | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1441:34:1443:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1441:34:1443:9 | { ... } | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1442:13:1442:16 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1442:14:1442:16 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1442:15:1442:16 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:1442:16:1442:16 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1442:16:1442:16 | x | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1446:16:1459:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1447:13:1447:13 | x | | main.rs:1426:5:1426:13 | S | -| main.rs:1447:17:1447:20 | S {...} | | main.rs:1426:5:1426:13 | S | -| main.rs:1448:9:1448:9 | x | | main.rs:1426:5:1426:13 | S | -| main.rs:1449:9:1449:9 | x | | main.rs:1426:5:1426:13 | S | -| main.rs:1450:9:1450:17 | ...::f3(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1450:9:1450:17 | ...::f3(...) | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1450:15:1450:16 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:1450:16:1450:16 | x | | main.rs:1426:5:1426:13 | S | -| main.rs:1452:19:1452:24 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1452:20:1452:24 | &true | | {EXTERNAL LOCATION} | & | -| main.rs:1452:21:1452:24 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:1457:9:1457:31 | ...::flip(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1457:22:1457:30 | &mut flag | | {EXTERNAL LOCATION} | &mut | -| main.rs:1458:18:1458:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1458:18:1458:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1458:18:1458:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1458:18:1458:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1473:43:1476:5 | { ... } | | {EXTERNAL LOCATION} | Result | -| main.rs:1473:43:1476:5 | { ... } | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1473:43:1476:5 | { ... } | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1480:46:1484:5 | { ... } | | {EXTERNAL LOCATION} | Result | -| main.rs:1480:46:1484:5 | { ... } | E | main.rs:1468:5:1469:14 | S2 | -| main.rs:1480:46:1484:5 | { ... } | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1488:40:1493:5 | { ... } | | {EXTERNAL LOCATION} | Result | -| main.rs:1488:40:1493:5 | { ... } | E | main.rs:1468:5:1469:14 | S2 | -| main.rs:1488:40:1493:5 | { ... } | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1497:30:1497:34 | input | | {EXTERNAL LOCATION} | Result | -| main.rs:1497:30:1497:34 | input | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1497:30:1497:34 | input | T | main.rs:1497:20:1497:27 | T | -| main.rs:1497:69:1504:5 | { ... } | | {EXTERNAL LOCATION} | Result | -| main.rs:1497:69:1504:5 | { ... } | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1497:69:1504:5 | { ... } | T | main.rs:1497:20:1497:27 | T | -| main.rs:1498:21:1498:25 | input | | {EXTERNAL LOCATION} | Result | -| main.rs:1498:21:1498:25 | input | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1498:21:1498:25 | input | T | main.rs:1497:20:1497:27 | T | -| main.rs:1500:22:1500:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1500:22:1500:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1500:22:1500:30 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1500:22:1500:30 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1507:16:1523:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1508:9:1510:9 | if ... {...} | | {EXTERNAL LOCATION} | () | -| main.rs:1508:37:1508:52 | try_same_error(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1508:37:1508:52 | try_same_error(...) | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1508:37:1508:52 | try_same_error(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1508:54:1510:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1509:22:1509:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1509:22:1509:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1509:22:1509:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1509:22:1509:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1512:9:1514:9 | if ... {...} | | {EXTERNAL LOCATION} | () | -| main.rs:1512:37:1512:55 | try_convert_error(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1512:37:1512:55 | try_convert_error(...) | E | main.rs:1468:5:1469:14 | S2 | -| main.rs:1512:37:1512:55 | try_convert_error(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1512:57:1514:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1513:22:1513:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1513:22:1513:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1513:22:1513:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1513:22:1513:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1516:9:1518:9 | if ... {...} | | {EXTERNAL LOCATION} | () | -| main.rs:1516:37:1516:49 | try_chained(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1516:37:1516:49 | try_chained(...) | E | main.rs:1468:5:1469:14 | S2 | -| main.rs:1516:37:1516:49 | try_chained(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1516:51:1518:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1517:22:1517:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1517:22:1517:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1517:22:1517:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1517:22:1517:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1520:9:1522:9 | if ... {...} | | {EXTERNAL LOCATION} | () | -| main.rs:1520:37:1520:63 | try_complex(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1520:37:1520:63 | try_complex(...) | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1520:65:1522:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1521:22:1521:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1521:22:1521:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1521:22:1521:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1521:22:1521:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1527:16:1618:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1528:13:1528:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1530:17:1530:17 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1531:17:1531:17 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1532:13:1532:13 | c | | {EXTERNAL LOCATION} | char | -| main.rs:1532:17:1532:19 | 'c' | | {EXTERNAL LOCATION} | char | -| main.rs:1533:13:1533:17 | hello | | {EXTERNAL LOCATION} | & | -| main.rs:1533:13:1533:17 | hello | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1533:21:1533:27 | "Hello" | | {EXTERNAL LOCATION} | & | -| main.rs:1533:21:1533:27 | "Hello" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1534:13:1534:13 | f | | {EXTERNAL LOCATION} | f64 | -| main.rs:1534:17:1534:24 | 123.0f64 | | {EXTERNAL LOCATION} | f64 | -| main.rs:1535:13:1535:13 | t | | {EXTERNAL LOCATION} | bool | -| main.rs:1535:17:1535:20 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:1536:13:1536:13 | f | | {EXTERNAL LOCATION} | bool | -| main.rs:1536:17:1536:21 | false | | {EXTERNAL LOCATION} | bool | -| main.rs:1539:26:1539:30 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1539:26:1539:30 | SelfParam | TRef | main.rs:1538:9:1542:9 | Self [trait MyTrait] | -| main.rs:1545:26:1545:30 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1545:26:1545:30 | SelfParam | TRef | {EXTERNAL LOCATION} | [;] | -| main.rs:1545:26:1545:30 | SelfParam | TRef.TArray | main.rs:1544:14:1544:23 | T | -| main.rs:1545:39:1547:13 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1545:39:1547:13 | { ... } | TRef | main.rs:1544:14:1544:23 | T | -| main.rs:1546:17:1546:20 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1546:17:1546:20 | self | TRef | {EXTERNAL LOCATION} | [;] | -| main.rs:1546:17:1546:20 | self | TRef.TArray | main.rs:1544:14:1544:23 | T | -| main.rs:1549:31:1551:13 | { ... } | | main.rs:1544:14:1544:23 | T | -| main.rs:1554:17:1554:25 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:1555:13:1555:13 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1555:17:1555:47 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1555:37:1555:46 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1555:38:1555:46 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:1556:13:1556:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1556:17:1556:37 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:1559:26:1559:30 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1559:26:1559:30 | SelfParam | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:1559:26:1559:30 | SelfParam | TRef.TSlice | main.rs:1558:14:1558:23 | T | -| main.rs:1559:39:1561:13 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1559:39:1561:13 | { ... } | TRef | main.rs:1558:14:1558:23 | T | -| main.rs:1560:17:1560:20 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1560:17:1560:20 | self | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:1560:17:1560:20 | self | TRef.TSlice | main.rs:1558:14:1558:23 | T | -| main.rs:1563:31:1565:13 | { ... } | | main.rs:1558:14:1558:23 | T | -| main.rs:1568:13:1568:13 | s | | {EXTERNAL LOCATION} | & | -| main.rs:1568:13:1568:13 | s | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:1568:13:1568:13 | s | TRef.TSlice | {EXTERNAL LOCATION} | i32 | -| main.rs:1568:25:1568:34 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1568:26:1568:34 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:1569:17:1569:17 | s | | {EXTERNAL LOCATION} | & | -| main.rs:1569:17:1569:17 | s | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:1569:17:1569:17 | s | TRef.TSlice | {EXTERNAL LOCATION} | i32 | -| main.rs:1570:13:1570:13 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1570:17:1570:35 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1570:34:1570:34 | s | | {EXTERNAL LOCATION} | & | -| main.rs:1570:34:1570:34 | s | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:1570:34:1570:34 | s | TRef.TSlice | {EXTERNAL LOCATION} | i32 | -| main.rs:1571:13:1571:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1571:17:1571:34 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:1574:26:1574:30 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1574:26:1574:30 | SelfParam | TRef | {EXTERNAL LOCATION} | (T_2) | -| main.rs:1574:26:1574:30 | SelfParam | TRef.T0 | main.rs:1573:14:1573:23 | T | -| main.rs:1574:26:1574:30 | SelfParam | TRef.T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:1574:39:1576:13 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1574:39:1576:13 | { ... } | TRef | main.rs:1573:14:1573:23 | T | -| main.rs:1575:17:1575:23 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1575:18:1575:21 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1575:18:1575:21 | self | TRef | {EXTERNAL LOCATION} | (T_2) | -| main.rs:1575:18:1575:21 | self | TRef.T0 | main.rs:1573:14:1573:23 | T | -| main.rs:1575:18:1575:21 | self | TRef.T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:1578:31:1580:13 | { ... } | | main.rs:1573:14:1573:23 | T | -| main.rs:1583:13:1583:13 | p | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:1583:17:1583:23 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:1584:17:1584:17 | p | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:1585:13:1585:13 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1585:17:1585:39 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1585:37:1585:38 | &p | | {EXTERNAL LOCATION} | & | -| main.rs:1585:38:1585:38 | p | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:1586:13:1586:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1586:17:1586:39 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:1589:26:1589:30 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1589:26:1589:30 | SelfParam | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1589:26:1589:30 | SelfParam | TRef.TRef | main.rs:1588:14:1588:23 | T | -| main.rs:1589:39:1591:13 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1589:39:1591:13 | { ... } | TRef | main.rs:1588:14:1588:23 | T | -| main.rs:1590:18:1590:21 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1590:18:1590:21 | self | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1590:18:1590:21 | self | TRef.TRef | main.rs:1588:14:1588:23 | T | -| main.rs:1593:31:1595:13 | { ... } | | main.rs:1588:14:1588:23 | T | -| main.rs:1598:13:1598:13 | r | | {EXTERNAL LOCATION} | & | -| main.rs:1598:17:1598:19 | &42 | | {EXTERNAL LOCATION} | & | -| main.rs:1599:17:1599:17 | r | | {EXTERNAL LOCATION} | & | -| main.rs:1600:13:1600:13 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1600:17:1600:35 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1600:33:1600:34 | &r | | {EXTERNAL LOCATION} | & | -| main.rs:1600:34:1600:34 | r | | {EXTERNAL LOCATION} | & | -| main.rs:1601:13:1601:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1601:17:1601:33 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:1604:26:1604:30 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1604:26:1604:30 | SelfParam | TRef | {EXTERNAL LOCATION} | *mut | -| main.rs:1604:26:1604:30 | SelfParam | TRef.TPtrMut | main.rs:1603:14:1603:23 | T | -| main.rs:1604:39:1606:13 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1604:39:1606:13 | { ... } | TRef | main.rs:1603:14:1603:23 | T | -| main.rs:1605:26:1605:32 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1605:29:1605:32 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1605:29:1605:32 | self | TRef | {EXTERNAL LOCATION} | *mut | -| main.rs:1605:29:1605:32 | self | TRef.TPtrMut | main.rs:1603:14:1603:23 | T | -| main.rs:1608:31:1610:13 | { ... } | | main.rs:1603:14:1603:23 | T | -| main.rs:1614:13:1614:13 | p | | {EXTERNAL LOCATION} | *mut | -| main.rs:1614:13:1614:13 | p | TPtrMut | {EXTERNAL LOCATION} | i32 | -| main.rs:1614:27:1614:32 | &mut v | | {EXTERNAL LOCATION} | &mut | -| main.rs:1615:26:1615:26 | p | | {EXTERNAL LOCATION} | *mut | -| main.rs:1615:26:1615:26 | p | TPtrMut | {EXTERNAL LOCATION} | i32 | -| main.rs:1616:26:1616:48 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1616:46:1616:47 | &p | | {EXTERNAL LOCATION} | & | -| main.rs:1616:47:1616:47 | p | | {EXTERNAL LOCATION} | *mut | -| main.rs:1616:47:1616:47 | p | TPtrMut | {EXTERNAL LOCATION} | i32 | +| main.rs:1344:18:1344:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1344:18:1344:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1348:18:1348:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1348:18:1348:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1348:18:1348:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1348:18:1348:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1349:18:1349:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1349:18:1349:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1349:18:1349:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1349:18:1349:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1353:18:1353:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1353:18:1353:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1353:18:1353:41 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1353:18:1353:41 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1353:26:1353:41 | ...::m2(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1353:26:1353:41 | ...::m2(...) | TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1353:38:1353:40 | &x3 | | {EXTERNAL LOCATION} | & | +| main.rs:1354:18:1354:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1354:18:1354:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1354:18:1354:41 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1354:18:1354:41 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1354:26:1354:41 | ...::m3(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1354:26:1354:41 | ...::m3(...) | TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1354:38:1354:40 | &x3 | | {EXTERNAL LOCATION} | & | +| main.rs:1356:13:1356:14 | x4 | | {EXTERNAL LOCATION} | & | +| main.rs:1356:18:1356:23 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1358:18:1358:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1358:18:1358:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1358:18:1358:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1358:18:1358:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1358:26:1358:27 | x4 | | {EXTERNAL LOCATION} | & | +| main.rs:1359:18:1359:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1359:18:1359:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1359:18:1359:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1359:18:1359:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1359:26:1359:27 | x4 | | {EXTERNAL LOCATION} | & | +| main.rs:1361:13:1361:14 | x5 | | {EXTERNAL LOCATION} | & | +| main.rs:1361:18:1361:23 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1363:18:1363:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1363:18:1363:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1363:18:1363:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1363:18:1363:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1363:26:1363:27 | x5 | | {EXTERNAL LOCATION} | & | +| main.rs:1364:18:1364:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1364:18:1364:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1364:18:1364:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1364:18:1364:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1364:26:1364:27 | x5 | | {EXTERNAL LOCATION} | & | +| main.rs:1366:13:1366:14 | x6 | | {EXTERNAL LOCATION} | & | +| main.rs:1366:18:1366:23 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1369:18:1369:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1369:18:1369:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1369:18:1369:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1369:18:1369:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1369:28:1369:29 | x6 | | {EXTERNAL LOCATION} | & | +| main.rs:1371:20:1371:22 | &S2 | | {EXTERNAL LOCATION} | & | +| main.rs:1375:18:1375:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1375:18:1375:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1375:18:1375:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1375:18:1375:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1377:13:1377:14 | x9 | | {EXTERNAL LOCATION} | String | +| main.rs:1377:26:1377:32 | "Hello" | | {EXTERNAL LOCATION} | & | +| main.rs:1377:26:1377:32 | "Hello" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1381:17:1381:18 | x9 | | {EXTERNAL LOCATION} | String | +| main.rs:1383:13:1383:20 | my_thing | | {EXTERNAL LOCATION} | & | +| main.rs:1383:24:1383:39 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1383:25:1383:39 | MyInt {...} | | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1385:17:1385:24 | my_thing | | {EXTERNAL LOCATION} | & | +| main.rs:1386:18:1386:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1386:18:1386:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1386:18:1386:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1386:18:1386:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1389:13:1389:20 | my_thing | | {EXTERNAL LOCATION} | & | +| main.rs:1389:24:1389:39 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1389:25:1389:39 | MyInt {...} | | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1390:17:1390:24 | my_thing | | {EXTERNAL LOCATION} | & | +| main.rs:1391:18:1391:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1391:18:1391:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1391:18:1391:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1391:18:1391:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1398:16:1398:20 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1398:16:1398:20 | SelfParam | TRef | main.rs:1396:5:1404:5 | Self [trait MyTrait] | +| main.rs:1401:16:1401:20 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1401:16:1401:20 | SelfParam | TRef | main.rs:1396:5:1404:5 | Self [trait MyTrait] | +| main.rs:1401:32:1403:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1401:32:1403:9 | { ... } | TRef | main.rs:1396:5:1404:5 | Self [trait MyTrait] | +| main.rs:1402:13:1402:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1402:13:1402:16 | self | TRef | main.rs:1396:5:1404:5 | Self [trait MyTrait] | +| main.rs:1410:16:1410:20 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1410:16:1410:20 | SelfParam | TRef | main.rs:1406:5:1406:20 | MyStruct | +| main.rs:1410:36:1412:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1410:36:1412:9 | { ... } | TRef | main.rs:1406:5:1406:20 | MyStruct | +| main.rs:1411:13:1411:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1411:13:1411:16 | self | TRef | main.rs:1406:5:1406:20 | MyStruct | +| main.rs:1415:16:1418:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1427:16:1427:20 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1427:16:1427:20 | SelfParam | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1427:16:1427:20 | SelfParam | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1427:32:1429:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1427:32:1429:9 | { ... } | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1427:32:1429:9 | { ... } | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1428:13:1428:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1428:13:1428:16 | self | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1428:13:1428:16 | self | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1431:16:1431:20 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1431:16:1431:20 | SelfParam | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1431:16:1431:20 | SelfParam | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1431:23:1431:23 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1431:23:1431:23 | x | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1431:23:1431:23 | x | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1431:42:1433:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1431:42:1433:9 | { ... } | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1431:42:1433:9 | { ... } | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1432:13:1432:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1432:13:1432:16 | self | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1432:13:1432:16 | self | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1436:16:1442:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1441:15:1441:17 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1441:16:1441:17 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:1452:17:1452:25 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1452:17:1452:25 | SelfParam | TRefMut | main.rs:1446:5:1449:5 | MyFlag | +| main.rs:1452:28:1454:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1453:13:1453:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1453:13:1453:16 | self | TRefMut | main.rs:1446:5:1449:5 | MyFlag | +| main.rs:1453:26:1453:29 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1453:26:1453:29 | self | TRefMut | main.rs:1446:5:1449:5 | MyFlag | +| main.rs:1460:15:1460:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1460:15:1460:19 | SelfParam | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1460:31:1462:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1460:31:1462:9 | { ... } | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1461:13:1461:19 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1461:14:1461:19 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1461:15:1461:19 | &self | | {EXTERNAL LOCATION} | & | +| main.rs:1461:16:1461:19 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1461:16:1461:19 | self | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1464:15:1464:25 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1464:15:1464:25 | SelfParam | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1464:37:1466:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1464:37:1466:9 | { ... } | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1465:13:1465:19 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1465:14:1465:19 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1465:15:1465:19 | &self | | {EXTERNAL LOCATION} | & | +| main.rs:1465:16:1465:19 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1465:16:1465:19 | self | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1468:15:1468:15 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1468:15:1468:15 | x | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1468:34:1470:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1468:34:1470:9 | { ... } | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1469:13:1469:13 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1469:13:1469:13 | x | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1472:15:1472:15 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1472:15:1472:15 | x | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1472:34:1474:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1472:34:1474:9 | { ... } | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1473:13:1473:16 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1473:14:1473:16 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1473:15:1473:16 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:1473:16:1473:16 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1473:16:1473:16 | x | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1477:16:1490:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1478:13:1478:13 | x | | main.rs:1457:5:1457:13 | S | +| main.rs:1478:17:1478:20 | S {...} | | main.rs:1457:5:1457:13 | S | +| main.rs:1479:9:1479:9 | x | | main.rs:1457:5:1457:13 | S | +| main.rs:1480:9:1480:9 | x | | main.rs:1457:5:1457:13 | S | +| main.rs:1481:9:1481:17 | ...::f3(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1481:9:1481:17 | ...::f3(...) | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1481:15:1481:16 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:1481:16:1481:16 | x | | main.rs:1457:5:1457:13 | S | +| main.rs:1483:19:1483:24 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1483:20:1483:24 | &true | | {EXTERNAL LOCATION} | & | +| main.rs:1483:21:1483:24 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:1488:9:1488:31 | ...::flip(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1488:22:1488:30 | &mut flag | | {EXTERNAL LOCATION} | &mut | +| main.rs:1489:18:1489:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1489:18:1489:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1489:18:1489:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1489:18:1489:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1504:43:1507:5 | { ... } | | {EXTERNAL LOCATION} | Result | +| main.rs:1504:43:1507:5 | { ... } | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1504:43:1507:5 | { ... } | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1511:46:1515:5 | { ... } | | {EXTERNAL LOCATION} | Result | +| main.rs:1511:46:1515:5 | { ... } | E | main.rs:1499:5:1500:14 | S2 | +| main.rs:1511:46:1515:5 | { ... } | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1519:40:1524:5 | { ... } | | {EXTERNAL LOCATION} | Result | +| main.rs:1519:40:1524:5 | { ... } | E | main.rs:1499:5:1500:14 | S2 | +| main.rs:1519:40:1524:5 | { ... } | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1528:30:1528:34 | input | | {EXTERNAL LOCATION} | Result | +| main.rs:1528:30:1528:34 | input | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1528:30:1528:34 | input | T | main.rs:1528:20:1528:27 | T | +| main.rs:1528:69:1535:5 | { ... } | | {EXTERNAL LOCATION} | Result | +| main.rs:1528:69:1535:5 | { ... } | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1528:69:1535:5 | { ... } | T | main.rs:1528:20:1528:27 | T | +| main.rs:1529:21:1529:25 | input | | {EXTERNAL LOCATION} | Result | +| main.rs:1529:21:1529:25 | input | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1529:21:1529:25 | input | T | main.rs:1528:20:1528:27 | T | +| main.rs:1531:22:1531:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1531:22:1531:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1531:22:1531:30 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1531:22:1531:30 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1538:16:1554:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1539:9:1541:9 | if ... {...} | | {EXTERNAL LOCATION} | () | +| main.rs:1539:37:1539:52 | try_same_error(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1539:37:1539:52 | try_same_error(...) | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1539:37:1539:52 | try_same_error(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1539:54:1541:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1540:22:1540:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1540:22:1540:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1540:22:1540:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1540:22:1540:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1543:9:1545:9 | if ... {...} | | {EXTERNAL LOCATION} | () | +| main.rs:1543:37:1543:55 | try_convert_error(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1543:37:1543:55 | try_convert_error(...) | E | main.rs:1499:5:1500:14 | S2 | +| main.rs:1543:37:1543:55 | try_convert_error(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1543:57:1545:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1544:22:1544:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1544:22:1544:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1544:22:1544:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1544:22:1544:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1547:9:1549:9 | if ... {...} | | {EXTERNAL LOCATION} | () | +| main.rs:1547:37:1547:49 | try_chained(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1547:37:1547:49 | try_chained(...) | E | main.rs:1499:5:1500:14 | S2 | +| main.rs:1547:37:1547:49 | try_chained(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1547:51:1549:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1548:22:1548:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1548:22:1548:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1548:22:1548:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1548:22:1548:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1551:9:1553:9 | if ... {...} | | {EXTERNAL LOCATION} | () | +| main.rs:1551:37:1551:63 | try_complex(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1551:37:1551:63 | try_complex(...) | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1551:65:1553:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1552:22:1552:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1552:22:1552:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1552:22:1552:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1552:22:1552:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1558:16:1649:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1559:13:1559:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1561:17:1561:17 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1562:17:1562:17 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1563:13:1563:13 | c | | {EXTERNAL LOCATION} | char | +| main.rs:1563:17:1563:19 | 'c' | | {EXTERNAL LOCATION} | char | +| main.rs:1564:13:1564:17 | hello | | {EXTERNAL LOCATION} | & | +| main.rs:1564:13:1564:17 | hello | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1564:21:1564:27 | "Hello" | | {EXTERNAL LOCATION} | & | +| main.rs:1564:21:1564:27 | "Hello" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1565:13:1565:13 | f | | {EXTERNAL LOCATION} | f64 | +| main.rs:1565:17:1565:24 | 123.0f64 | | {EXTERNAL LOCATION} | f64 | +| main.rs:1566:13:1566:13 | t | | {EXTERNAL LOCATION} | bool | +| main.rs:1566:17:1566:20 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:1567:13:1567:13 | f | | {EXTERNAL LOCATION} | bool | +| main.rs:1567:17:1567:21 | false | | {EXTERNAL LOCATION} | bool | +| main.rs:1570:26:1570:30 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1570:26:1570:30 | SelfParam | TRef | main.rs:1569:9:1573:9 | Self [trait MyTrait] | +| main.rs:1576:26:1576:30 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1576:26:1576:30 | SelfParam | TRef | {EXTERNAL LOCATION} | [;] | +| main.rs:1576:26:1576:30 | SelfParam | TRef.TArray | main.rs:1575:14:1575:23 | T | +| main.rs:1576:39:1578:13 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1576:39:1578:13 | { ... } | TRef | main.rs:1575:14:1575:23 | T | +| main.rs:1577:17:1577:20 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1577:17:1577:20 | self | TRef | {EXTERNAL LOCATION} | [;] | +| main.rs:1577:17:1577:20 | self | TRef.TArray | main.rs:1575:14:1575:23 | T | +| main.rs:1580:31:1582:13 | { ... } | | main.rs:1575:14:1575:23 | T | +| main.rs:1585:17:1585:25 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:1586:13:1586:13 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1586:17:1586:47 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1586:37:1586:46 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1586:38:1586:46 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:1587:13:1587:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1587:17:1587:37 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:1590:26:1590:30 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1590:26:1590:30 | SelfParam | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:1590:26:1590:30 | SelfParam | TRef.TSlice | main.rs:1589:14:1589:23 | T | +| main.rs:1590:39:1592:13 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1590:39:1592:13 | { ... } | TRef | main.rs:1589:14:1589:23 | T | +| main.rs:1591:17:1591:20 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1591:17:1591:20 | self | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:1591:17:1591:20 | self | TRef.TSlice | main.rs:1589:14:1589:23 | T | +| main.rs:1594:31:1596:13 | { ... } | | main.rs:1589:14:1589:23 | T | +| main.rs:1599:13:1599:13 | s | | {EXTERNAL LOCATION} | & | +| main.rs:1599:13:1599:13 | s | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:1599:13:1599:13 | s | TRef.TSlice | {EXTERNAL LOCATION} | i32 | +| main.rs:1599:25:1599:34 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1599:26:1599:34 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:1600:17:1600:17 | s | | {EXTERNAL LOCATION} | & | +| main.rs:1600:17:1600:17 | s | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:1600:17:1600:17 | s | TRef.TSlice | {EXTERNAL LOCATION} | i32 | +| main.rs:1601:13:1601:13 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1601:17:1601:35 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1601:34:1601:34 | s | | {EXTERNAL LOCATION} | & | +| main.rs:1601:34:1601:34 | s | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:1601:34:1601:34 | s | TRef.TSlice | {EXTERNAL LOCATION} | i32 | +| main.rs:1602:13:1602:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1602:17:1602:34 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:1605:26:1605:30 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1605:26:1605:30 | SelfParam | TRef | {EXTERNAL LOCATION} | (T_2) | +| main.rs:1605:26:1605:30 | SelfParam | TRef.T0 | main.rs:1604:14:1604:23 | T | +| main.rs:1605:26:1605:30 | SelfParam | TRef.T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:1605:39:1607:13 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1605:39:1607:13 | { ... } | TRef | main.rs:1604:14:1604:23 | T | +| main.rs:1606:17:1606:23 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1606:18:1606:21 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1606:18:1606:21 | self | TRef | {EXTERNAL LOCATION} | (T_2) | +| main.rs:1606:18:1606:21 | self | TRef.T0 | main.rs:1604:14:1604:23 | T | +| main.rs:1606:18:1606:21 | self | TRef.T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:1609:31:1611:13 | { ... } | | main.rs:1604:14:1604:23 | T | +| main.rs:1614:13:1614:13 | p | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:1614:17:1614:23 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:1615:17:1615:17 | p | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:1616:13:1616:13 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1616:17:1616:39 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1616:37:1616:38 | &p | | {EXTERNAL LOCATION} | & | +| main.rs:1616:38:1616:38 | p | | {EXTERNAL LOCATION} | (T_2) | | main.rs:1617:13:1617:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1617:17:1617:37 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:1623:16:1635:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1624:13:1624:13 | x | | {EXTERNAL LOCATION} | bool | -| main.rs:1624:17:1624:20 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:1624:17:1624:29 | ... && ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1624:25:1624:29 | false | | {EXTERNAL LOCATION} | bool | -| main.rs:1625:13:1625:13 | y | | {EXTERNAL LOCATION} | bool | -| main.rs:1625:17:1625:20 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:1625:17:1625:29 | ... \|\| ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1625:25:1625:29 | false | | {EXTERNAL LOCATION} | bool | -| main.rs:1629:17:1631:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1631:16:1633:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1648:30:1650:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1649:13:1649:31 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1656:16:1656:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1656:22:1656:24 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1656:41:1661:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1657:13:1660:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1658:20:1658:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1658:29:1658:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1659:20:1659:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1659:29:1659:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1666:23:1666:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1666:23:1666:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1666:34:1666:36 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1666:45:1669:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1667:13:1667:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1667:13:1667:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1667:23:1667:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1668:13:1668:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1668:13:1668:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1668:23:1668:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1674:16:1674:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1674:22:1674:24 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1674:41:1679:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1675:13:1678:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1676:20:1676:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1676:29:1676:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1677:20:1677:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1677:29:1677:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1684:23:1684:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1684:23:1684:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1684:34:1684:36 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1684:45:1687:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1685:13:1685:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1685:13:1685:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1685:23:1685:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1686:13:1686:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1686:13:1686:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1686:23:1686:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1692:16:1692:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1692:22:1692:24 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1692:41:1697:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1693:13:1696:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1694:20:1694:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1694:29:1694:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1695:20:1695:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1695:29:1695:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1701:23:1701:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1701:23:1701:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1701:34:1701:36 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1701:45:1704:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1702:13:1702:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1702:13:1702:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1702:23:1702:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1703:13:1703:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1703:13:1703:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1703:23:1703:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1709:16:1709:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1709:22:1709:24 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1709:41:1714:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1710:13:1713:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1711:20:1711:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1711:29:1711:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1712:20:1712:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1712:29:1712:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1718:23:1718:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1718:23:1718:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1718:34:1718:36 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1718:45:1721:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1719:13:1719:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1719:13:1719:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1719:23:1719:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1720:13:1720:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1720:13:1720:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1720:23:1720:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1726:16:1726:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1726:22:1726:24 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1726:41:1731:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1727:13:1730:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1728:20:1728:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1728:29:1728:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1729:20:1729:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1729:29:1729:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1735:23:1735:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1735:23:1735:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1735:34:1735:36 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1735:45:1738:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1736:13:1736:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1736:13:1736:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1736:23:1736:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1737:13:1737:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1737:13:1737:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1737:23:1737:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1743:19:1743:22 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1743:25:1743:27 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1743:44:1748:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1744:13:1747:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1745:20:1745:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1745:29:1745:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1746:20:1746:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1746:29:1746:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1752:26:1752:34 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1752:26:1752:34 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1752:37:1752:39 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1752:48:1755:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1753:13:1753:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1753:13:1753:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1753:23:1753:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1754:13:1754:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1754:13:1754:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1754:23:1754:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1760:18:1760:21 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1760:24:1760:26 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1760:43:1765:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1761:13:1764:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1762:20:1762:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1762:29:1762:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1763:20:1763:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1763:29:1763:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1769:25:1769:33 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1769:25:1769:33 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1769:36:1769:38 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1769:47:1772:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1770:13:1770:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1770:13:1770:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1770:23:1770:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1771:13:1771:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1771:13:1771:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1771:23:1771:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1777:19:1777:22 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1777:25:1777:27 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1777:44:1782:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1778:13:1781:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1779:20:1779:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1779:29:1779:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1780:20:1780:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1780:29:1780:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1786:26:1786:34 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1786:26:1786:34 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1786:37:1786:39 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1786:48:1789:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1787:13:1787:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1787:13:1787:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1787:23:1787:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1788:13:1788:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1788:13:1788:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1788:23:1788:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1794:16:1794:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1794:22:1794:24 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1794:40:1799:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1795:13:1798:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1796:20:1796:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1796:30:1796:32 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1797:20:1797:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1797:30:1797:32 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1803:23:1803:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1803:23:1803:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1803:34:1803:36 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1803:44:1806:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1804:13:1804:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1804:13:1804:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1804:24:1804:26 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1805:13:1805:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1805:13:1805:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1805:24:1805:26 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1811:16:1811:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1811:22:1811:24 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1811:40:1816:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1812:13:1815:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1813:20:1813:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1813:30:1813:32 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1814:20:1814:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1814:30:1814:32 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1820:23:1820:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1820:23:1820:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1820:34:1820:36 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1820:44:1823:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1821:13:1821:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1821:13:1821:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1821:24:1821:26 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1822:13:1822:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1822:13:1822:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1822:24:1822:26 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1828:16:1828:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1828:30:1833:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1829:13:1832:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1830:21:1830:24 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1831:21:1831:24 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1838:16:1838:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1838:30:1843:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1839:13:1842:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1840:21:1840:24 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1841:21:1841:24 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1847:15:1847:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1847:15:1847:19 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1847:22:1847:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1847:22:1847:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1847:44:1849:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:1848:13:1848:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1848:13:1848:16 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1848:13:1848:29 | ... == ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1848:13:1848:50 | ... && ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1848:23:1848:27 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1848:23:1848:27 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1848:34:1848:37 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1848:34:1848:37 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1848:34:1848:50 | ... == ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1848:44:1848:48 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1848:44:1848:48 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1851:15:1851:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1851:15:1851:19 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1851:22:1851:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1851:22:1851:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1851:44:1853:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:1852:13:1852:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1852:13:1852:16 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1852:13:1852:29 | ... != ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1852:13:1852:50 | ... \|\| ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1852:23:1852:27 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1852:23:1852:27 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1852:34:1852:37 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1852:34:1852:37 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1852:34:1852:50 | ... != ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1852:44:1852:48 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1852:44:1852:48 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1857:24:1857:28 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1857:24:1857:28 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1857:31:1857:35 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1857:31:1857:35 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1857:75:1859:9 | { ... } | | {EXTERNAL LOCATION} | Option | -| main.rs:1857:75:1859:9 | { ... } | T | {EXTERNAL LOCATION} | Ordering | -| main.rs:1858:14:1858:17 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1858:14:1858:17 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1858:23:1858:26 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1858:23:1858:26 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1858:43:1858:62 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1858:45:1858:49 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1858:45:1858:49 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1858:55:1858:59 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1858:55:1858:59 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1861:15:1861:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1861:15:1861:19 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1861:22:1861:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1861:22:1861:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1861:44:1863:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:1862:13:1862:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1862:13:1862:16 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1862:13:1862:28 | ... < ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1862:13:1862:48 | ... && ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1862:22:1862:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1862:22:1862:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1862:33:1862:36 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1862:33:1862:36 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1862:33:1862:48 | ... < ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1862:42:1862:46 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1862:42:1862:46 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1865:15:1865:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1865:15:1865:19 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1865:22:1865:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1865:22:1865:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1865:44:1867:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:1866:13:1866:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1866:13:1866:16 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1866:13:1866:29 | ... <= ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1866:13:1866:50 | ... && ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1866:23:1866:27 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1866:23:1866:27 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1866:34:1866:37 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1866:34:1866:37 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1866:34:1866:50 | ... <= ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1866:44:1866:48 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1866:44:1866:48 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1869:15:1869:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1869:15:1869:19 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1869:22:1869:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1869:22:1869:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1869:44:1871:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:1870:13:1870:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1870:13:1870:16 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1870:13:1870:28 | ... > ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1870:13:1870:48 | ... && ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1870:22:1870:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1870:22:1870:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1870:33:1870:36 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1870:33:1870:36 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1870:33:1870:48 | ... > ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1870:42:1870:46 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1870:42:1870:46 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1873:15:1873:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1873:15:1873:19 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1873:22:1873:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1873:22:1873:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1873:44:1875:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:1874:13:1874:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1874:13:1874:16 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1874:13:1874:29 | ... >= ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1874:13:1874:50 | ... && ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1874:23:1874:27 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1874:23:1874:27 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1874:34:1874:37 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1874:34:1874:37 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1874:34:1874:50 | ... >= ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1874:44:1874:48 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1874:44:1874:48 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1878:26:1878:26 | a | | main.rs:1878:18:1878:23 | T | -| main.rs:1878:32:1878:32 | b | | main.rs:1878:18:1878:23 | T | -| main.rs:1879:9:1879:9 | a | | main.rs:1878:18:1878:23 | T | -| main.rs:1879:13:1879:13 | b | | main.rs:1878:18:1878:23 | T | -| main.rs:1882:16:2013:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1886:23:1886:26 | 1i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1886:31:1886:34 | 2i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1887:23:1887:26 | 3i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1887:31:1887:34 | 4i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1888:23:1888:26 | 5i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1888:30:1888:33 | 6i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1889:23:1889:26 | 7i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1889:31:1889:34 | 8i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1890:23:1890:26 | 9i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1890:30:1890:34 | 10i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1891:23:1891:27 | 11i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1891:32:1891:36 | 12i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1894:23:1894:27 | 13i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1894:31:1894:35 | 14i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1895:23:1895:27 | 15i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1895:31:1895:35 | 16i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1896:23:1896:27 | 17i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1896:31:1896:35 | 18i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1897:23:1897:27 | 19i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1897:31:1897:35 | 20i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1898:23:1898:27 | 21i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1898:31:1898:35 | 22i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1899:39:1899:42 | 1i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1899:45:1899:48 | 2i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1902:17:1902:30 | i64_add_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1902:34:1902:38 | 23i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1903:9:1903:22 | i64_add_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1903:27:1903:31 | 24i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1905:17:1905:30 | i64_sub_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1905:34:1905:38 | 25i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1906:9:1906:22 | i64_sub_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1906:27:1906:31 | 26i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1908:17:1908:30 | i64_mul_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1908:34:1908:38 | 27i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1909:9:1909:22 | i64_mul_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1909:27:1909:31 | 28i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1911:17:1911:30 | i64_div_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1911:34:1911:38 | 29i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1912:9:1912:22 | i64_div_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1912:27:1912:31 | 30i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1914:17:1914:30 | i64_rem_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1914:34:1914:38 | 31i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1915:9:1915:22 | i64_rem_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1915:27:1915:31 | 32i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1918:26:1918:30 | 33i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1918:34:1918:38 | 34i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1919:25:1919:29 | 35i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1919:33:1919:37 | 36i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1920:26:1920:30 | 37i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1920:34:1920:38 | 38i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1921:23:1921:27 | 39i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1921:32:1921:36 | 40i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1922:23:1922:27 | 41i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1922:32:1922:36 | 42i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1925:17:1925:33 | i64_bitand_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1925:37:1925:41 | 43i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1926:9:1926:25 | i64_bitand_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1926:30:1926:34 | 44i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1928:17:1928:32 | i64_bitor_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1928:36:1928:40 | 45i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1929:9:1929:24 | i64_bitor_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1929:29:1929:33 | 46i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1931:17:1931:33 | i64_bitxor_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1931:37:1931:41 | 47i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1932:9:1932:25 | i64_bitxor_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1932:30:1932:34 | 48i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1934:17:1934:30 | i64_shl_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1934:34:1934:38 | 49i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1935:9:1935:22 | i64_shl_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1935:28:1935:32 | 50i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1937:17:1937:30 | i64_shr_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1937:34:1937:38 | 51i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1938:9:1938:22 | i64_shr_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1938:28:1938:32 | 52i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1940:24:1940:28 | 53i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1941:24:1941:28 | 54i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1944:13:1944:14 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1944:18:1944:36 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1945:13:1945:14 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1945:18:1945:36 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1948:23:1948:24 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1948:29:1948:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1949:23:1949:24 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1949:29:1949:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1950:23:1950:24 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1950:28:1950:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1951:23:1951:24 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1951:29:1951:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1952:23:1952:24 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1952:28:1952:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1953:23:1953:24 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1953:29:1953:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1956:24:1956:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1956:29:1956:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1957:24:1957:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1957:29:1957:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1958:24:1958:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1958:29:1958:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1959:24:1959:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1959:29:1959:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1960:24:1960:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1960:29:1960:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1963:17:1963:31 | vec2_add_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1963:35:1963:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1964:9:1964:23 | vec2_add_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1964:28:1964:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1966:17:1966:31 | vec2_sub_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1966:35:1966:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1967:9:1967:23 | vec2_sub_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1967:28:1967:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1969:17:1969:31 | vec2_mul_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1969:35:1969:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1970:9:1970:23 | vec2_mul_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1970:28:1970:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1972:17:1972:31 | vec2_div_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1972:35:1972:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1973:9:1973:23 | vec2_div_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1973:28:1973:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1975:17:1975:31 | vec2_rem_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1975:35:1975:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1976:9:1976:23 | vec2_rem_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1976:28:1976:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1979:27:1979:28 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1979:32:1979:33 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1980:26:1980:27 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1980:31:1980:32 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1981:27:1981:28 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1981:32:1981:33 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1982:24:1982:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1982:30:1982:33 | 1u32 | | {EXTERNAL LOCATION} | u32 | -| main.rs:1983:24:1983:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1983:30:1983:33 | 1u32 | | {EXTERNAL LOCATION} | u32 | -| main.rs:1986:17:1986:34 | vec2_bitand_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1986:38:1986:39 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1987:9:1987:26 | vec2_bitand_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1987:31:1987:32 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1989:17:1989:33 | vec2_bitor_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1989:37:1989:38 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1990:9:1990:25 | vec2_bitor_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1990:30:1990:31 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1992:17:1992:34 | vec2_bitxor_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1992:38:1992:39 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1993:9:1993:26 | vec2_bitxor_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1993:31:1993:32 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1995:17:1995:31 | vec2_shl_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1995:35:1995:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1996:9:1996:23 | vec2_shl_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1996:29:1996:32 | 1u32 | | {EXTERNAL LOCATION} | u32 | -| main.rs:1998:17:1998:31 | vec2_shr_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1998:35:1998:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1999:9:1999:23 | vec2_shr_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1999:29:1999:32 | 1u32 | | {EXTERNAL LOCATION} | u32 | -| main.rs:2002:25:2002:26 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2003:25:2003:26 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2007:30:2007:48 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2012:30:2012:48 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2022:18:2022:21 | SelfParam | | main.rs:2019:5:2019:14 | S1 | -| main.rs:2022:24:2022:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2025:25:2027:5 | { ... } | | main.rs:2019:5:2019:14 | S1 | -| main.rs:2030:9:2030:20 | { ... } | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2034:9:2034:16 | { ... } | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2034:9:2034:16 | { ... } | dyn(Output) | {EXTERNAL LOCATION} | () | -| main.rs:2043:13:2043:42 | SelfParam | | {EXTERNAL LOCATION} | Pin | -| main.rs:2043:13:2043:42 | SelfParam | Ptr | {EXTERNAL LOCATION} | &mut | -| main.rs:2043:13:2043:42 | SelfParam | Ptr.TRefMut | main.rs:2037:5:2037:14 | S2 | -| main.rs:2044:13:2044:15 | _cx | | {EXTERNAL LOCATION} | &mut | -| main.rs:2044:13:2044:15 | _cx | TRefMut | {EXTERNAL LOCATION} | Context | -| main.rs:2045:44:2047:9 | { ... } | | {EXTERNAL LOCATION} | Poll | -| main.rs:2045:44:2047:9 | { ... } | T | main.rs:2019:5:2019:14 | S1 | -| main.rs:2054:22:2062:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2055:9:2055:12 | f1(...) | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2055:9:2055:12 | f1(...) | dyn(Output) | main.rs:2019:5:2019:14 | S1 | -| main.rs:2056:9:2056:12 | f2(...) | | main.rs:2029:16:2029:39 | impl ... | -| main.rs:2057:9:2057:12 | f3(...) | | main.rs:2033:16:2033:39 | impl ... | -| main.rs:2058:9:2058:12 | f4(...) | | main.rs:2050:16:2050:39 | impl ... | -| main.rs:2060:13:2060:13 | b | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2060:17:2060:28 | { ... } | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2061:9:2061:9 | b | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2072:15:2072:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2072:15:2072:19 | SelfParam | TRef | main.rs:2071:5:2073:5 | Self [trait Trait1] | -| main.rs:2072:22:2072:23 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2076:15:2076:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2076:15:2076:19 | SelfParam | TRef | main.rs:2075:5:2077:5 | Self [trait Trait2] | -| main.rs:2076:22:2076:23 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2080:15:2080:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2080:15:2080:19 | SelfParam | TRef | main.rs:2066:5:2067:14 | S1 | -| main.rs:2080:22:2080:23 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2084:15:2084:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2084:15:2084:19 | SelfParam | TRef | main.rs:2066:5:2067:14 | S1 | -| main.rs:2084:22:2084:23 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2092:18:2092:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2092:18:2092:22 | SelfParam | TRef | main.rs:2091:5:2093:5 | Self [trait MyTrait] | -| main.rs:2096:18:2096:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2096:18:2096:22 | SelfParam | TRef | main.rs:2066:5:2067:14 | S1 | -| main.rs:2096:31:2098:9 | { ... } | | main.rs:2068:5:2068:14 | S2 | -| main.rs:2102:18:2102:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2102:18:2102:22 | SelfParam | TRef | main.rs:2069:5:2069:22 | S3 | -| main.rs:2102:18:2102:22 | SelfParam | TRef.T3 | main.rs:2101:10:2101:17 | T | -| main.rs:2102:30:2105:9 | { ... } | | main.rs:2101:10:2101:17 | T | -| main.rs:2103:25:2103:28 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2103:25:2103:28 | self | TRef | main.rs:2069:5:2069:22 | S3 | -| main.rs:2103:25:2103:28 | self | TRef.T3 | main.rs:2101:10:2101:17 | T | -| main.rs:2112:41:2112:41 | t | | main.rs:2112:26:2112:38 | B | -| main.rs:2112:52:2114:5 | { ... } | | main.rs:2112:23:2112:23 | A | -| main.rs:2113:9:2113:9 | t | | main.rs:2112:26:2112:38 | B | -| main.rs:2116:34:2116:34 | x | | main.rs:2116:24:2116:31 | T | -| main.rs:2116:59:2118:5 | { ... } | | main.rs:2116:43:2116:57 | impl ... | -| main.rs:2116:59:2118:5 | { ... } | impl(T) | main.rs:2116:24:2116:31 | T | -| main.rs:2117:12:2117:12 | x | | main.rs:2116:24:2116:31 | T | -| main.rs:2120:34:2120:34 | x | | main.rs:2120:24:2120:31 | T | -| main.rs:2120:67:2122:5 | { ... } | | {EXTERNAL LOCATION} | Option | -| main.rs:2120:67:2122:5 | { ... } | T | main.rs:2120:50:2120:64 | impl ... | -| main.rs:2120:67:2122:5 | { ... } | T.impl(T) | main.rs:2120:24:2120:31 | T | -| main.rs:2121:17:2121:17 | x | | main.rs:2120:24:2120:31 | T | -| main.rs:2124:34:2124:34 | x | | main.rs:2124:24:2124:31 | T | -| main.rs:2124:78:2126:5 | { ... } | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2124:78:2126:5 | { ... } | T0 | main.rs:2124:44:2124:58 | impl ... | -| main.rs:2124:78:2126:5 | { ... } | T0.impl(T) | main.rs:2124:24:2124:31 | T | -| main.rs:2124:78:2126:5 | { ... } | T1 | main.rs:2124:61:2124:75 | impl ... | -| main.rs:2124:78:2126:5 | { ... } | T1.impl(T) | main.rs:2124:24:2124:31 | T | -| main.rs:2125:9:2125:30 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2125:13:2125:13 | x | | main.rs:2124:24:2124:31 | T | -| main.rs:2125:28:2125:28 | x | | main.rs:2124:24:2124:31 | T | -| main.rs:2128:26:2128:26 | t | | main.rs:2128:29:2128:43 | impl ... | -| main.rs:2128:51:2130:5 | { ... } | | main.rs:2128:23:2128:23 | A | -| main.rs:2129:9:2129:9 | t | | main.rs:2128:29:2128:43 | impl ... | -| main.rs:2132:16:2146:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2133:13:2133:13 | x | | main.rs:2087:16:2087:35 | impl ... + ... | -| main.rs:2133:17:2133:20 | f1(...) | | main.rs:2087:16:2087:35 | impl ... + ... | -| main.rs:2134:9:2134:9 | x | | main.rs:2087:16:2087:35 | impl ... + ... | -| main.rs:2135:9:2135:9 | x | | main.rs:2087:16:2087:35 | impl ... + ... | -| main.rs:2136:13:2136:13 | a | | main.rs:2108:28:2108:43 | impl ... | -| main.rs:2136:17:2136:32 | get_a_my_trait(...) | | main.rs:2108:28:2108:43 | impl ... | -| main.rs:2137:32:2137:32 | a | | main.rs:2108:28:2108:43 | impl ... | -| main.rs:2138:13:2138:13 | a | | main.rs:2108:28:2108:43 | impl ... | -| main.rs:2138:17:2138:32 | get_a_my_trait(...) | | main.rs:2108:28:2108:43 | impl ... | -| main.rs:2139:32:2139:32 | a | | main.rs:2108:28:2108:43 | impl ... | -| main.rs:2141:17:2141:35 | get_a_my_trait2(...) | | main.rs:2116:43:2116:57 | impl ... | -| main.rs:2144:17:2144:35 | get_a_my_trait3(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:2144:17:2144:35 | get_a_my_trait3(...) | T | main.rs:2120:50:2120:64 | impl ... | -| main.rs:2145:17:2145:35 | get_a_my_trait4(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2145:17:2145:35 | get_a_my_trait4(...) | T0 | main.rs:2124:44:2124:58 | impl ... | -| main.rs:2145:17:2145:35 | get_a_my_trait4(...) | T1 | main.rs:2124:61:2124:75 | impl ... | -| main.rs:2156:16:2156:20 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2156:16:2156:20 | SelfParam | TRef | main.rs:2152:5:2153:13 | S | -| main.rs:2156:31:2158:9 | { ... } | | main.rs:2152:5:2153:13 | S | -| main.rs:2167:26:2169:9 | { ... } | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2167:26:2169:9 | { ... } | T | main.rs:2166:10:2166:10 | T | -| main.rs:2168:13:2168:38 | MyVec {...} | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2168:27:2168:36 | ...::new(...) | | {EXTERNAL LOCATION} | Vec | -| main.rs:2168:27:2168:36 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2171:17:2171:25 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:2171:17:2171:25 | SelfParam | TRefMut | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2171:17:2171:25 | SelfParam | TRefMut.T | main.rs:2166:10:2166:10 | T | -| main.rs:2171:28:2171:32 | value | | main.rs:2166:10:2166:10 | T | -| main.rs:2171:38:2173:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2172:13:2172:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:2172:13:2172:16 | self | TRefMut | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2172:13:2172:16 | self | TRefMut.T | main.rs:2166:10:2166:10 | T | -| main.rs:2172:28:2172:32 | value | | main.rs:2166:10:2166:10 | T | -| main.rs:2180:18:2180:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2180:18:2180:22 | SelfParam | TRef | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2180:18:2180:22 | SelfParam | TRef.T | main.rs:2176:10:2176:10 | T | -| main.rs:2180:25:2180:29 | index | | {EXTERNAL LOCATION} | usize | -| main.rs:2180:56:2182:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:2180:56:2182:9 | { ... } | TRef | main.rs:2176:10:2176:10 | T | -| main.rs:2181:13:2181:29 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:2181:14:2181:17 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2181:14:2181:17 | self | TRef | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2181:14:2181:17 | self | TRef.T | main.rs:2176:10:2176:10 | T | -| main.rs:2181:24:2181:28 | index | | {EXTERNAL LOCATION} | usize | -| main.rs:2185:22:2185:26 | slice | | {EXTERNAL LOCATION} | & | -| main.rs:2185:22:2185:26 | slice | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:2185:22:2185:26 | slice | TRef.TSlice | main.rs:2152:5:2153:13 | S | -| main.rs:2185:35:2187:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2186:17:2186:21 | slice | | {EXTERNAL LOCATION} | & | -| main.rs:2186:17:2186:21 | slice | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:2186:17:2186:21 | slice | TRef.TSlice | main.rs:2152:5:2153:13 | S | -| main.rs:2189:37:2189:37 | a | | main.rs:2189:20:2189:34 | T | -| main.rs:2189:43:2189:43 | b | | {EXTERNAL LOCATION} | usize | -| main.rs:2193:9:2193:9 | a | | main.rs:2189:20:2189:34 | T | -| main.rs:2193:11:2193:11 | b | | {EXTERNAL LOCATION} | usize | -| main.rs:2196:16:2207:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2197:17:2197:19 | vec | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2197:23:2197:34 | ...::new(...) | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2198:9:2198:11 | vec | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2199:9:2199:11 | vec | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2201:13:2201:14 | xs | | {EXTERNAL LOCATION} | [;] | -| main.rs:2201:13:2201:14 | xs | TArray | main.rs:2152:5:2153:13 | S | -| main.rs:2201:26:2201:28 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2202:17:2202:18 | xs | | {EXTERNAL LOCATION} | [;] | -| main.rs:2202:17:2202:18 | xs | TArray | main.rs:2152:5:2153:13 | S | -| main.rs:2204:29:2204:31 | vec | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2206:9:2206:26 | analyze_slice(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2206:23:2206:25 | &xs | | {EXTERNAL LOCATION} | & | -| main.rs:2206:24:2206:25 | xs | | {EXTERNAL LOCATION} | [;] | -| main.rs:2206:24:2206:25 | xs | TArray | main.rs:2152:5:2153:13 | S | -| main.rs:2211:16:2213:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2212:25:2212:35 | "Hello, {}" | | {EXTERNAL LOCATION} | & | -| main.rs:2212:25:2212:35 | "Hello, {}" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2212:25:2212:45 | ...::format(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2212:38:2212:45 | "World!" | | {EXTERNAL LOCATION} | & | -| main.rs:2212:38:2212:45 | "World!" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2221:19:2221:22 | SelfParam | | main.rs:2217:5:2222:5 | Self [trait MyAdd] | -| main.rs:2221:25:2221:27 | rhs | | main.rs:2217:17:2217:26 | Rhs | -| main.rs:2228:19:2228:22 | SelfParam | | {EXTERNAL LOCATION} | i64 | -| main.rs:2228:25:2228:29 | value | | {EXTERNAL LOCATION} | i64 | -| main.rs:2228:45:2230:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2229:13:2229:17 | value | | {EXTERNAL LOCATION} | i64 | -| main.rs:2237:19:2237:22 | SelfParam | | {EXTERNAL LOCATION} | i64 | -| main.rs:2237:25:2237:29 | value | | {EXTERNAL LOCATION} | & | -| main.rs:2237:25:2237:29 | value | TRef | {EXTERNAL LOCATION} | i64 | -| main.rs:2237:46:2239:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2238:14:2238:18 | value | | {EXTERNAL LOCATION} | & | -| main.rs:2238:14:2238:18 | value | TRef | {EXTERNAL LOCATION} | i64 | -| main.rs:2246:19:2246:22 | SelfParam | | {EXTERNAL LOCATION} | i64 | -| main.rs:2246:25:2246:29 | value | | {EXTERNAL LOCATION} | bool | -| main.rs:2246:46:2252:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2247:16:2247:20 | value | | {EXTERNAL LOCATION} | bool | -| main.rs:2261:19:2261:22 | SelfParam | | main.rs:2255:5:2255:19 | S | -| main.rs:2261:19:2261:22 | SelfParam | T | main.rs:2257:10:2257:17 | T | -| main.rs:2261:25:2261:29 | other | | main.rs:2255:5:2255:19 | S | -| main.rs:2261:25:2261:29 | other | T | main.rs:2257:10:2257:17 | T | -| main.rs:2261:54:2263:9 | { ... } | | main.rs:2255:5:2255:19 | S | -| main.rs:2262:16:2262:19 | self | | main.rs:2255:5:2255:19 | S | -| main.rs:2262:16:2262:19 | self | T | main.rs:2257:10:2257:17 | T | -| main.rs:2262:31:2262:35 | other | | main.rs:2255:5:2255:19 | S | -| main.rs:2262:31:2262:35 | other | T | main.rs:2257:10:2257:17 | T | -| main.rs:2270:19:2270:22 | SelfParam | | main.rs:2255:5:2255:19 | S | -| main.rs:2270:19:2270:22 | SelfParam | T | main.rs:2266:10:2266:17 | T | -| main.rs:2270:25:2270:29 | other | | main.rs:2266:10:2266:17 | T | -| main.rs:2270:51:2272:9 | { ... } | | main.rs:2255:5:2255:19 | S | -| main.rs:2271:16:2271:19 | self | | main.rs:2255:5:2255:19 | S | -| main.rs:2271:16:2271:19 | self | T | main.rs:2266:10:2266:17 | T | -| main.rs:2271:31:2271:35 | other | | main.rs:2266:10:2266:17 | T | -| main.rs:2282:19:2282:22 | SelfParam | | main.rs:2255:5:2255:19 | S | -| main.rs:2282:19:2282:22 | SelfParam | T | main.rs:2275:14:2275:14 | T | -| main.rs:2282:25:2282:29 | other | | {EXTERNAL LOCATION} | & | -| main.rs:2282:25:2282:29 | other | TRef | main.rs:2275:14:2275:14 | T | -| main.rs:2282:55:2284:9 | { ... } | | main.rs:2255:5:2255:19 | S | -| main.rs:2283:16:2283:19 | self | | main.rs:2255:5:2255:19 | S | -| main.rs:2283:16:2283:19 | self | T | main.rs:2275:14:2275:14 | T | -| main.rs:2283:31:2283:35 | other | | {EXTERNAL LOCATION} | & | -| main.rs:2283:31:2283:35 | other | TRef | main.rs:2275:14:2275:14 | T | -| main.rs:2289:20:2289:24 | value | | main.rs:2287:18:2287:18 | T | -| main.rs:2294:20:2294:24 | value | | {EXTERNAL LOCATION} | i64 | -| main.rs:2294:40:2296:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2295:13:2295:17 | value | | {EXTERNAL LOCATION} | i64 | -| main.rs:2301:20:2301:24 | value | | {EXTERNAL LOCATION} | bool | -| main.rs:2301:41:2307:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2302:16:2302:20 | value | | {EXTERNAL LOCATION} | bool | -| main.rs:2312:21:2312:25 | value | | main.rs:2310:19:2310:19 | T | -| main.rs:2312:31:2312:31 | x | | main.rs:2310:5:2313:5 | Self [trait MyFrom2] | -| main.rs:2317:21:2317:25 | value | | {EXTERNAL LOCATION} | i64 | -| main.rs:2317:33:2317:33 | _ | | {EXTERNAL LOCATION} | i64 | -| main.rs:2317:48:2319:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2318:13:2318:17 | value | | {EXTERNAL LOCATION} | i64 | -| main.rs:2324:21:2324:25 | value | | {EXTERNAL LOCATION} | bool | -| main.rs:2324:34:2324:34 | _ | | {EXTERNAL LOCATION} | i64 | -| main.rs:2324:49:2330:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2325:16:2325:20 | value | | {EXTERNAL LOCATION} | bool | -| main.rs:2335:15:2335:15 | x | | main.rs:2333:5:2339:5 | Self [trait MySelfTrait] | -| main.rs:2338:15:2338:15 | x | | main.rs:2333:5:2339:5 | Self [trait MySelfTrait] | -| main.rs:2343:15:2343:15 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2343:31:2345:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2344:13:2344:13 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2348:15:2348:15 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2348:32:2350:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2349:13:2349:13 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2355:15:2355:15 | x | | {EXTERNAL LOCATION} | bool | -| main.rs:2355:31:2357:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2360:15:2360:15 | x | | {EXTERNAL LOCATION} | bool | -| main.rs:2360:32:2362:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:2361:13:2361:13 | x | | {EXTERNAL LOCATION} | bool | -| main.rs:2365:16:2390:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2366:13:2366:13 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2367:9:2367:9 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2367:18:2367:21 | 5i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2368:9:2368:9 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2368:18:2368:22 | &5i64 | | {EXTERNAL LOCATION} | & | -| main.rs:2368:19:2368:22 | 5i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2369:9:2369:9 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2369:18:2369:21 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2371:11:2371:14 | 1i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2371:26:2371:29 | 2i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2372:11:2372:14 | 1i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2372:24:2372:27 | 3i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2373:11:2373:14 | 1i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2373:24:2373:28 | &3i64 | | {EXTERNAL LOCATION} | & | -| main.rs:2373:25:2373:28 | 3i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1617:17:1617:39 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:1620:26:1620:30 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1620:26:1620:30 | SelfParam | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1620:26:1620:30 | SelfParam | TRef.TRef | main.rs:1619:14:1619:23 | T | +| main.rs:1620:39:1622:13 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1620:39:1622:13 | { ... } | TRef | main.rs:1619:14:1619:23 | T | +| main.rs:1621:18:1621:21 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1621:18:1621:21 | self | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1621:18:1621:21 | self | TRef.TRef | main.rs:1619:14:1619:23 | T | +| main.rs:1624:31:1626:13 | { ... } | | main.rs:1619:14:1619:23 | T | +| main.rs:1629:13:1629:13 | r | | {EXTERNAL LOCATION} | & | +| main.rs:1629:17:1629:19 | &42 | | {EXTERNAL LOCATION} | & | +| main.rs:1630:17:1630:17 | r | | {EXTERNAL LOCATION} | & | +| main.rs:1631:13:1631:13 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1631:17:1631:35 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1631:33:1631:34 | &r | | {EXTERNAL LOCATION} | & | +| main.rs:1631:34:1631:34 | r | | {EXTERNAL LOCATION} | & | +| main.rs:1632:13:1632:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1632:17:1632:33 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:1635:26:1635:30 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1635:26:1635:30 | SelfParam | TRef | {EXTERNAL LOCATION} | *mut | +| main.rs:1635:26:1635:30 | SelfParam | TRef.TPtrMut | main.rs:1634:14:1634:23 | T | +| main.rs:1635:39:1637:13 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1635:39:1637:13 | { ... } | TRef | main.rs:1634:14:1634:23 | T | +| main.rs:1636:26:1636:32 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1636:29:1636:32 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1636:29:1636:32 | self | TRef | {EXTERNAL LOCATION} | *mut | +| main.rs:1636:29:1636:32 | self | TRef.TPtrMut | main.rs:1634:14:1634:23 | T | +| main.rs:1639:31:1641:13 | { ... } | | main.rs:1634:14:1634:23 | T | +| main.rs:1645:13:1645:13 | p | | {EXTERNAL LOCATION} | *mut | +| main.rs:1645:13:1645:13 | p | TPtrMut | {EXTERNAL LOCATION} | i32 | +| main.rs:1645:27:1645:32 | &mut v | | {EXTERNAL LOCATION} | &mut | +| main.rs:1646:26:1646:26 | p | | {EXTERNAL LOCATION} | *mut | +| main.rs:1646:26:1646:26 | p | TPtrMut | {EXTERNAL LOCATION} | i32 | +| main.rs:1647:26:1647:48 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1647:46:1647:47 | &p | | {EXTERNAL LOCATION} | & | +| main.rs:1647:47:1647:47 | p | | {EXTERNAL LOCATION} | *mut | +| main.rs:1647:47:1647:47 | p | TPtrMut | {EXTERNAL LOCATION} | i32 | +| main.rs:1648:13:1648:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1648:17:1648:37 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:1654:16:1666:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1655:13:1655:13 | x | | {EXTERNAL LOCATION} | bool | +| main.rs:1655:17:1655:20 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:1655:17:1655:29 | ... && ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1655:25:1655:29 | false | | {EXTERNAL LOCATION} | bool | +| main.rs:1656:13:1656:13 | y | | {EXTERNAL LOCATION} | bool | +| main.rs:1656:17:1656:20 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:1656:17:1656:29 | ... \|\| ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1656:25:1656:29 | false | | {EXTERNAL LOCATION} | bool | +| main.rs:1660:17:1662:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1662:16:1664:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1679:30:1681:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1680:13:1680:31 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1687:16:1687:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1687:22:1687:24 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1687:41:1692:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1688:13:1691:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1689:20:1689:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1689:29:1689:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1690:20:1690:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1690:29:1690:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1697:23:1697:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1697:23:1697:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1697:34:1697:36 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1697:45:1700:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1698:13:1698:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1698:13:1698:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1698:23:1698:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1699:13:1699:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1699:13:1699:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1699:23:1699:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1705:16:1705:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1705:22:1705:24 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1705:41:1710:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1706:13:1709:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1707:20:1707:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1707:29:1707:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1708:20:1708:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1708:29:1708:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1715:23:1715:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1715:23:1715:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1715:34:1715:36 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1715:45:1718:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1716:13:1716:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1716:13:1716:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1716:23:1716:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1717:13:1717:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1717:13:1717:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1717:23:1717:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1723:16:1723:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1723:22:1723:24 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1723:41:1728:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1724:13:1727:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1725:20:1725:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1725:29:1725:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1726:20:1726:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1726:29:1726:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1732:23:1732:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1732:23:1732:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1732:34:1732:36 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1732:45:1735:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1733:13:1733:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1733:13:1733:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1733:23:1733:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1734:13:1734:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1734:13:1734:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1734:23:1734:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1740:16:1740:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1740:22:1740:24 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1740:41:1745:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1741:13:1744:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1742:20:1742:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1742:29:1742:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1743:20:1743:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1743:29:1743:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1749:23:1749:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1749:23:1749:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1749:34:1749:36 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1749:45:1752:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1750:13:1750:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1750:13:1750:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1750:23:1750:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1751:13:1751:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1751:13:1751:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1751:23:1751:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1757:16:1757:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1757:22:1757:24 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1757:41:1762:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1758:13:1761:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1759:20:1759:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1759:29:1759:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1760:20:1760:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1760:29:1760:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1766:23:1766:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1766:23:1766:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1766:34:1766:36 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1766:45:1769:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1767:13:1767:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1767:13:1767:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1767:23:1767:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1768:13:1768:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1768:13:1768:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1768:23:1768:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1774:19:1774:22 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1774:25:1774:27 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1774:44:1779:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1775:13:1778:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1776:20:1776:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1776:29:1776:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1777:20:1777:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1777:29:1777:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1783:26:1783:34 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1783:26:1783:34 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1783:37:1783:39 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1783:48:1786:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1784:13:1784:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1784:13:1784:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1784:23:1784:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1785:13:1785:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1785:13:1785:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1785:23:1785:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1791:18:1791:21 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1791:24:1791:26 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1791:43:1796:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1792:13:1795:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1793:20:1793:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1793:29:1793:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1794:20:1794:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1794:29:1794:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1800:25:1800:33 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1800:25:1800:33 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1800:36:1800:38 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1800:47:1803:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1801:13:1801:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1801:13:1801:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1801:23:1801:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1802:13:1802:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1802:13:1802:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1802:23:1802:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1808:19:1808:22 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1808:25:1808:27 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1808:44:1813:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1809:13:1812:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1810:20:1810:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1810:29:1810:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1811:20:1811:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1811:29:1811:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1817:26:1817:34 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1817:26:1817:34 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1817:37:1817:39 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1817:48:1820:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1818:13:1818:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1818:13:1818:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1818:23:1818:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1819:13:1819:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1819:13:1819:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1819:23:1819:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1825:16:1825:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1825:22:1825:24 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1825:40:1830:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1826:13:1829:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1827:20:1827:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1827:30:1827:32 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1828:20:1828:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1828:30:1828:32 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1834:23:1834:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1834:23:1834:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1834:34:1834:36 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1834:44:1837:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1835:13:1835:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1835:13:1835:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1835:24:1835:26 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1836:13:1836:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1836:13:1836:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1836:24:1836:26 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1842:16:1842:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1842:22:1842:24 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1842:40:1847:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1843:13:1846:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1844:20:1844:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1844:30:1844:32 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1845:20:1845:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1845:30:1845:32 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1851:23:1851:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1851:23:1851:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1851:34:1851:36 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1851:44:1854:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1852:13:1852:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1852:13:1852:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1852:24:1852:26 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1853:13:1853:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1853:13:1853:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1853:24:1853:26 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1859:16:1859:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1859:30:1864:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1860:13:1863:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1861:21:1861:24 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1862:21:1862:24 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1869:16:1869:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1869:30:1874:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1870:13:1873:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1871:21:1871:24 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1872:21:1872:24 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1878:15:1878:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1878:15:1878:19 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1878:22:1878:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1878:22:1878:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1878:44:1880:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:1879:13:1879:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1879:13:1879:16 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1879:13:1879:29 | ... == ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1879:13:1879:50 | ... && ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1879:23:1879:27 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1879:23:1879:27 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1879:34:1879:37 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1879:34:1879:37 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1879:34:1879:50 | ... == ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1879:44:1879:48 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1879:44:1879:48 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1882:15:1882:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1882:15:1882:19 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1882:22:1882:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1882:22:1882:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1882:44:1884:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:1883:13:1883:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1883:13:1883:16 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1883:13:1883:29 | ... != ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1883:13:1883:50 | ... \|\| ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1883:23:1883:27 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1883:23:1883:27 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1883:34:1883:37 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1883:34:1883:37 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1883:34:1883:50 | ... != ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1883:44:1883:48 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1883:44:1883:48 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1888:24:1888:28 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1888:24:1888:28 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1888:31:1888:35 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1888:31:1888:35 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1888:75:1890:9 | { ... } | | {EXTERNAL LOCATION} | Option | +| main.rs:1888:75:1890:9 | { ... } | T | {EXTERNAL LOCATION} | Ordering | +| main.rs:1889:14:1889:17 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1889:14:1889:17 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1889:23:1889:26 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1889:23:1889:26 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1889:43:1889:62 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1889:45:1889:49 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1889:45:1889:49 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1889:55:1889:59 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1889:55:1889:59 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1892:15:1892:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1892:15:1892:19 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1892:22:1892:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1892:22:1892:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1892:44:1894:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:1893:13:1893:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1893:13:1893:16 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1893:13:1893:28 | ... < ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1893:13:1893:48 | ... && ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1893:22:1893:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1893:22:1893:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1893:33:1893:36 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1893:33:1893:36 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1893:33:1893:48 | ... < ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1893:42:1893:46 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1893:42:1893:46 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1896:15:1896:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1896:15:1896:19 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1896:22:1896:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1896:22:1896:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1896:44:1898:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:1897:13:1897:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1897:13:1897:16 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1897:13:1897:29 | ... <= ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1897:13:1897:50 | ... && ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1897:23:1897:27 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1897:23:1897:27 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1897:34:1897:37 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1897:34:1897:37 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1897:34:1897:50 | ... <= ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1897:44:1897:48 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1897:44:1897:48 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1900:15:1900:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1900:15:1900:19 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1900:22:1900:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1900:22:1900:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1900:44:1902:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:1901:13:1901:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1901:13:1901:16 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1901:13:1901:28 | ... > ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1901:13:1901:48 | ... && ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1901:22:1901:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1901:22:1901:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1901:33:1901:36 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1901:33:1901:36 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1901:33:1901:48 | ... > ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1901:42:1901:46 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1901:42:1901:46 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1904:15:1904:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1904:15:1904:19 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1904:22:1904:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1904:22:1904:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1904:44:1906:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:1905:13:1905:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1905:13:1905:16 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1905:13:1905:29 | ... >= ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1905:13:1905:50 | ... && ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1905:23:1905:27 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1905:23:1905:27 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1905:34:1905:37 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1905:34:1905:37 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1905:34:1905:50 | ... >= ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1905:44:1905:48 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1905:44:1905:48 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1909:26:1909:26 | a | | main.rs:1909:18:1909:23 | T | +| main.rs:1909:32:1909:32 | b | | main.rs:1909:18:1909:23 | T | +| main.rs:1910:9:1910:9 | a | | main.rs:1909:18:1909:23 | T | +| main.rs:1910:13:1910:13 | b | | main.rs:1909:18:1909:23 | T | +| main.rs:1913:16:2044:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1917:23:1917:26 | 1i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1917:31:1917:34 | 2i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1918:23:1918:26 | 3i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1918:31:1918:34 | 4i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1919:23:1919:26 | 5i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1919:30:1919:33 | 6i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1920:23:1920:26 | 7i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1920:31:1920:34 | 8i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1921:23:1921:26 | 9i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1921:30:1921:34 | 10i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1922:23:1922:27 | 11i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1922:32:1922:36 | 12i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1925:23:1925:27 | 13i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1925:31:1925:35 | 14i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1926:23:1926:27 | 15i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1926:31:1926:35 | 16i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1927:23:1927:27 | 17i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1927:31:1927:35 | 18i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1928:23:1928:27 | 19i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1928:31:1928:35 | 20i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1929:23:1929:27 | 21i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1929:31:1929:35 | 22i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1930:39:1930:42 | 1i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1930:45:1930:48 | 2i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1933:17:1933:30 | i64_add_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1933:34:1933:38 | 23i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1934:9:1934:22 | i64_add_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1934:27:1934:31 | 24i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1936:17:1936:30 | i64_sub_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1936:34:1936:38 | 25i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1937:9:1937:22 | i64_sub_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1937:27:1937:31 | 26i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1939:17:1939:30 | i64_mul_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1939:34:1939:38 | 27i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1940:9:1940:22 | i64_mul_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1940:27:1940:31 | 28i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1942:17:1942:30 | i64_div_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1942:34:1942:38 | 29i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1943:9:1943:22 | i64_div_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1943:27:1943:31 | 30i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1945:17:1945:30 | i64_rem_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1945:34:1945:38 | 31i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1946:9:1946:22 | i64_rem_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1946:27:1946:31 | 32i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1949:26:1949:30 | 33i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1949:34:1949:38 | 34i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1950:25:1950:29 | 35i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1950:33:1950:37 | 36i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1951:26:1951:30 | 37i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1951:34:1951:38 | 38i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1952:23:1952:27 | 39i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1952:32:1952:36 | 40i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1953:23:1953:27 | 41i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1953:32:1953:36 | 42i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1956:17:1956:33 | i64_bitand_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1956:37:1956:41 | 43i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1957:9:1957:25 | i64_bitand_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1957:30:1957:34 | 44i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1959:17:1959:32 | i64_bitor_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1959:36:1959:40 | 45i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1960:9:1960:24 | i64_bitor_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1960:29:1960:33 | 46i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1962:17:1962:33 | i64_bitxor_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1962:37:1962:41 | 47i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1963:9:1963:25 | i64_bitxor_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1963:30:1963:34 | 48i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1965:17:1965:30 | i64_shl_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1965:34:1965:38 | 49i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1966:9:1966:22 | i64_shl_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1966:28:1966:32 | 50i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1968:17:1968:30 | i64_shr_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1968:34:1968:38 | 51i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1969:9:1969:22 | i64_shr_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1969:28:1969:32 | 52i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1971:24:1971:28 | 53i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1972:24:1972:28 | 54i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1975:13:1975:14 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1975:18:1975:36 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1976:13:1976:14 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1976:18:1976:36 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1979:23:1979:24 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1979:29:1979:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1980:23:1980:24 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1980:29:1980:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1981:23:1981:24 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1981:28:1981:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1982:23:1982:24 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1982:29:1982:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1983:23:1983:24 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1983:28:1983:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1984:23:1984:24 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1984:29:1984:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1987:24:1987:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1987:29:1987:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1988:24:1988:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1988:29:1988:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1989:24:1989:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1989:29:1989:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1990:24:1990:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1990:29:1990:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1991:24:1991:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1991:29:1991:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1994:17:1994:31 | vec2_add_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1994:35:1994:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1995:9:1995:23 | vec2_add_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1995:28:1995:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1997:17:1997:31 | vec2_sub_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1997:35:1997:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1998:9:1998:23 | vec2_sub_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1998:28:1998:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2000:17:2000:31 | vec2_mul_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2000:35:2000:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2001:9:2001:23 | vec2_mul_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2001:28:2001:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2003:17:2003:31 | vec2_div_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2003:35:2003:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2004:9:2004:23 | vec2_div_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2004:28:2004:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2006:17:2006:31 | vec2_rem_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2006:35:2006:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2007:9:2007:23 | vec2_rem_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2007:28:2007:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2010:27:2010:28 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2010:32:2010:33 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2011:26:2011:27 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2011:31:2011:32 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2012:27:2012:28 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2012:32:2012:33 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2013:24:2013:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2013:30:2013:33 | 1u32 | | {EXTERNAL LOCATION} | u32 | +| main.rs:2014:24:2014:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2014:30:2014:33 | 1u32 | | {EXTERNAL LOCATION} | u32 | +| main.rs:2017:17:2017:34 | vec2_bitand_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2017:38:2017:39 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2018:9:2018:26 | vec2_bitand_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2018:31:2018:32 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2020:17:2020:33 | vec2_bitor_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2020:37:2020:38 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2021:9:2021:25 | vec2_bitor_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2021:30:2021:31 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2023:17:2023:34 | vec2_bitxor_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2023:38:2023:39 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2024:9:2024:26 | vec2_bitxor_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2024:31:2024:32 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2026:17:2026:31 | vec2_shl_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2026:35:2026:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2027:9:2027:23 | vec2_shl_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2027:29:2027:32 | 1u32 | | {EXTERNAL LOCATION} | u32 | +| main.rs:2029:17:2029:31 | vec2_shr_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2029:35:2029:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2030:9:2030:23 | vec2_shr_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2030:29:2030:32 | 1u32 | | {EXTERNAL LOCATION} | u32 | +| main.rs:2033:25:2033:26 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2034:25:2034:26 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2038:30:2038:48 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2043:30:2043:48 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2053:18:2053:21 | SelfParam | | main.rs:2050:5:2050:14 | S1 | +| main.rs:2053:24:2053:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2056:25:2058:5 | { ... } | | main.rs:2050:5:2050:14 | S1 | +| main.rs:2061:9:2061:20 | { ... } | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2065:9:2065:16 | { ... } | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2065:9:2065:16 | { ... } | dyn(Output) | {EXTERNAL LOCATION} | () | +| main.rs:2074:13:2074:42 | SelfParam | | {EXTERNAL LOCATION} | Pin | +| main.rs:2074:13:2074:42 | SelfParam | Ptr | {EXTERNAL LOCATION} | &mut | +| main.rs:2074:13:2074:42 | SelfParam | Ptr.TRefMut | main.rs:2068:5:2068:14 | S2 | +| main.rs:2075:13:2075:15 | _cx | | {EXTERNAL LOCATION} | &mut | +| main.rs:2075:13:2075:15 | _cx | TRefMut | {EXTERNAL LOCATION} | Context | +| main.rs:2076:44:2078:9 | { ... } | | {EXTERNAL LOCATION} | Poll | +| main.rs:2076:44:2078:9 | { ... } | T | main.rs:2050:5:2050:14 | S1 | +| main.rs:2085:22:2093:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2086:9:2086:12 | f1(...) | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2086:9:2086:12 | f1(...) | dyn(Output) | main.rs:2050:5:2050:14 | S1 | +| main.rs:2087:9:2087:12 | f2(...) | | main.rs:2060:16:2060:39 | impl ... | +| main.rs:2088:9:2088:12 | f3(...) | | main.rs:2064:16:2064:39 | impl ... | +| main.rs:2089:9:2089:12 | f4(...) | | main.rs:2081:16:2081:39 | impl ... | +| main.rs:2091:13:2091:13 | b | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2091:17:2091:28 | { ... } | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2092:9:2092:9 | b | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2103:15:2103:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2103:15:2103:19 | SelfParam | TRef | main.rs:2102:5:2104:5 | Self [trait Trait1] | +| main.rs:2103:22:2103:23 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2107:15:2107:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2107:15:2107:19 | SelfParam | TRef | main.rs:2106:5:2108:5 | Self [trait Trait2] | +| main.rs:2107:22:2107:23 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2111:15:2111:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2111:15:2111:19 | SelfParam | TRef | main.rs:2097:5:2098:14 | S1 | +| main.rs:2111:22:2111:23 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2115:15:2115:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2115:15:2115:19 | SelfParam | TRef | main.rs:2097:5:2098:14 | S1 | +| main.rs:2115:22:2115:23 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2123:18:2123:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2123:18:2123:22 | SelfParam | TRef | main.rs:2122:5:2124:5 | Self [trait MyTrait] | +| main.rs:2127:18:2127:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2127:18:2127:22 | SelfParam | TRef | main.rs:2097:5:2098:14 | S1 | +| main.rs:2127:31:2129:9 | { ... } | | main.rs:2099:5:2099:14 | S2 | +| main.rs:2133:18:2133:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2133:18:2133:22 | SelfParam | TRef | main.rs:2100:5:2100:22 | S3 | +| main.rs:2133:18:2133:22 | SelfParam | TRef.T3 | main.rs:2132:10:2132:17 | T | +| main.rs:2133:30:2136:9 | { ... } | | main.rs:2132:10:2132:17 | T | +| main.rs:2134:25:2134:28 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2134:25:2134:28 | self | TRef | main.rs:2100:5:2100:22 | S3 | +| main.rs:2134:25:2134:28 | self | TRef.T3 | main.rs:2132:10:2132:17 | T | +| main.rs:2143:41:2143:41 | t | | main.rs:2143:26:2143:38 | B | +| main.rs:2143:52:2145:5 | { ... } | | main.rs:2143:23:2143:23 | A | +| main.rs:2144:9:2144:9 | t | | main.rs:2143:26:2143:38 | B | +| main.rs:2147:34:2147:34 | x | | main.rs:2147:24:2147:31 | T | +| main.rs:2147:59:2149:5 | { ... } | | main.rs:2147:43:2147:57 | impl ... | +| main.rs:2147:59:2149:5 | { ... } | impl(T) | main.rs:2147:24:2147:31 | T | +| main.rs:2148:12:2148:12 | x | | main.rs:2147:24:2147:31 | T | +| main.rs:2151:34:2151:34 | x | | main.rs:2151:24:2151:31 | T | +| main.rs:2151:67:2153:5 | { ... } | | {EXTERNAL LOCATION} | Option | +| main.rs:2151:67:2153:5 | { ... } | T | main.rs:2151:50:2151:64 | impl ... | +| main.rs:2151:67:2153:5 | { ... } | T.impl(T) | main.rs:2151:24:2151:31 | T | +| main.rs:2152:17:2152:17 | x | | main.rs:2151:24:2151:31 | T | +| main.rs:2155:34:2155:34 | x | | main.rs:2155:24:2155:31 | T | +| main.rs:2155:78:2157:5 | { ... } | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2155:78:2157:5 | { ... } | T0 | main.rs:2155:44:2155:58 | impl ... | +| main.rs:2155:78:2157:5 | { ... } | T0.impl(T) | main.rs:2155:24:2155:31 | T | +| main.rs:2155:78:2157:5 | { ... } | T1 | main.rs:2155:61:2155:75 | impl ... | +| main.rs:2155:78:2157:5 | { ... } | T1.impl(T) | main.rs:2155:24:2155:31 | T | +| main.rs:2156:9:2156:30 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2156:13:2156:13 | x | | main.rs:2155:24:2155:31 | T | +| main.rs:2156:28:2156:28 | x | | main.rs:2155:24:2155:31 | T | +| main.rs:2159:26:2159:26 | t | | main.rs:2159:29:2159:43 | impl ... | +| main.rs:2159:51:2161:5 | { ... } | | main.rs:2159:23:2159:23 | A | +| main.rs:2160:9:2160:9 | t | | main.rs:2159:29:2159:43 | impl ... | +| main.rs:2163:16:2177:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2164:13:2164:13 | x | | main.rs:2118:16:2118:35 | impl ... + ... | +| main.rs:2164:17:2164:20 | f1(...) | | main.rs:2118:16:2118:35 | impl ... + ... | +| main.rs:2165:9:2165:9 | x | | main.rs:2118:16:2118:35 | impl ... + ... | +| main.rs:2166:9:2166:9 | x | | main.rs:2118:16:2118:35 | impl ... + ... | +| main.rs:2167:13:2167:13 | a | | main.rs:2139:28:2139:43 | impl ... | +| main.rs:2167:17:2167:32 | get_a_my_trait(...) | | main.rs:2139:28:2139:43 | impl ... | +| main.rs:2168:32:2168:32 | a | | main.rs:2139:28:2139:43 | impl ... | +| main.rs:2169:13:2169:13 | a | | main.rs:2139:28:2139:43 | impl ... | +| main.rs:2169:17:2169:32 | get_a_my_trait(...) | | main.rs:2139:28:2139:43 | impl ... | +| main.rs:2170:32:2170:32 | a | | main.rs:2139:28:2139:43 | impl ... | +| main.rs:2172:17:2172:35 | get_a_my_trait2(...) | | main.rs:2147:43:2147:57 | impl ... | +| main.rs:2175:17:2175:35 | get_a_my_trait3(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:2175:17:2175:35 | get_a_my_trait3(...) | T | main.rs:2151:50:2151:64 | impl ... | +| main.rs:2176:17:2176:35 | get_a_my_trait4(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2176:17:2176:35 | get_a_my_trait4(...) | T0 | main.rs:2155:44:2155:58 | impl ... | +| main.rs:2176:17:2176:35 | get_a_my_trait4(...) | T1 | main.rs:2155:61:2155:75 | impl ... | +| main.rs:2187:16:2187:20 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2187:16:2187:20 | SelfParam | TRef | main.rs:2183:5:2184:13 | S | +| main.rs:2187:31:2189:9 | { ... } | | main.rs:2183:5:2184:13 | S | +| main.rs:2198:26:2200:9 | { ... } | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2198:26:2200:9 | { ... } | T | main.rs:2197:10:2197:10 | T | +| main.rs:2199:13:2199:38 | MyVec {...} | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2199:27:2199:36 | ...::new(...) | | {EXTERNAL LOCATION} | Vec | +| main.rs:2199:27:2199:36 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2202:17:2202:25 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:2202:17:2202:25 | SelfParam | TRefMut | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2202:17:2202:25 | SelfParam | TRefMut.T | main.rs:2197:10:2197:10 | T | +| main.rs:2202:28:2202:32 | value | | main.rs:2197:10:2197:10 | T | +| main.rs:2202:38:2204:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2203:13:2203:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:2203:13:2203:16 | self | TRefMut | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2203:13:2203:16 | self | TRefMut.T | main.rs:2197:10:2197:10 | T | +| main.rs:2203:28:2203:32 | value | | main.rs:2197:10:2197:10 | T | +| main.rs:2211:18:2211:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2211:18:2211:22 | SelfParam | TRef | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2211:18:2211:22 | SelfParam | TRef.T | main.rs:2207:10:2207:10 | T | +| main.rs:2211:25:2211:29 | index | | {EXTERNAL LOCATION} | usize | +| main.rs:2211:56:2213:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:2211:56:2213:9 | { ... } | TRef | main.rs:2207:10:2207:10 | T | +| main.rs:2212:13:2212:29 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:2212:14:2212:17 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2212:14:2212:17 | self | TRef | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2212:14:2212:17 | self | TRef.T | main.rs:2207:10:2207:10 | T | +| main.rs:2212:24:2212:28 | index | | {EXTERNAL LOCATION} | usize | +| main.rs:2216:22:2216:26 | slice | | {EXTERNAL LOCATION} | & | +| main.rs:2216:22:2216:26 | slice | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:2216:22:2216:26 | slice | TRef.TSlice | main.rs:2183:5:2184:13 | S | +| main.rs:2216:35:2218:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2217:17:2217:21 | slice | | {EXTERNAL LOCATION} | & | +| main.rs:2217:17:2217:21 | slice | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:2217:17:2217:21 | slice | TRef.TSlice | main.rs:2183:5:2184:13 | S | +| main.rs:2220:37:2220:37 | a | | main.rs:2220:20:2220:34 | T | +| main.rs:2220:43:2220:43 | b | | {EXTERNAL LOCATION} | usize | +| main.rs:2224:9:2224:9 | a | | main.rs:2220:20:2220:34 | T | +| main.rs:2224:11:2224:11 | b | | {EXTERNAL LOCATION} | usize | +| main.rs:2227:16:2238:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2228:17:2228:19 | vec | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2228:23:2228:34 | ...::new(...) | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2229:9:2229:11 | vec | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2230:9:2230:11 | vec | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2232:13:2232:14 | xs | | {EXTERNAL LOCATION} | [;] | +| main.rs:2232:13:2232:14 | xs | TArray | main.rs:2183:5:2184:13 | S | +| main.rs:2232:26:2232:28 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2233:17:2233:18 | xs | | {EXTERNAL LOCATION} | [;] | +| main.rs:2233:17:2233:18 | xs | TArray | main.rs:2183:5:2184:13 | S | +| main.rs:2235:29:2235:31 | vec | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2237:9:2237:26 | analyze_slice(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2237:23:2237:25 | &xs | | {EXTERNAL LOCATION} | & | +| main.rs:2237:24:2237:25 | xs | | {EXTERNAL LOCATION} | [;] | +| main.rs:2237:24:2237:25 | xs | TArray | main.rs:2183:5:2184:13 | S | +| main.rs:2242:16:2244:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2243:25:2243:35 | "Hello, {}" | | {EXTERNAL LOCATION} | & | +| main.rs:2243:25:2243:35 | "Hello, {}" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2243:25:2243:45 | ...::format(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2243:38:2243:45 | "World!" | | {EXTERNAL LOCATION} | & | +| main.rs:2243:38:2243:45 | "World!" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2252:19:2252:22 | SelfParam | | main.rs:2248:5:2253:5 | Self [trait MyAdd] | +| main.rs:2252:25:2252:27 | rhs | | main.rs:2248:17:2248:26 | Rhs | +| main.rs:2259:19:2259:22 | SelfParam | | {EXTERNAL LOCATION} | i64 | +| main.rs:2259:25:2259:29 | value | | {EXTERNAL LOCATION} | i64 | +| main.rs:2259:45:2261:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2260:13:2260:17 | value | | {EXTERNAL LOCATION} | i64 | +| main.rs:2268:19:2268:22 | SelfParam | | {EXTERNAL LOCATION} | i64 | +| main.rs:2268:25:2268:29 | value | | {EXTERNAL LOCATION} | & | +| main.rs:2268:25:2268:29 | value | TRef | {EXTERNAL LOCATION} | i64 | +| main.rs:2268:46:2270:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2269:14:2269:18 | value | | {EXTERNAL LOCATION} | & | +| main.rs:2269:14:2269:18 | value | TRef | {EXTERNAL LOCATION} | i64 | +| main.rs:2277:19:2277:22 | SelfParam | | {EXTERNAL LOCATION} | i64 | +| main.rs:2277:25:2277:29 | value | | {EXTERNAL LOCATION} | bool | +| main.rs:2277:46:2283:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2278:16:2278:20 | value | | {EXTERNAL LOCATION} | bool | +| main.rs:2292:19:2292:22 | SelfParam | | main.rs:2286:5:2286:19 | S | +| main.rs:2292:19:2292:22 | SelfParam | T | main.rs:2288:10:2288:17 | T | +| main.rs:2292:25:2292:29 | other | | main.rs:2286:5:2286:19 | S | +| main.rs:2292:25:2292:29 | other | T | main.rs:2288:10:2288:17 | T | +| main.rs:2292:54:2294:9 | { ... } | | main.rs:2286:5:2286:19 | S | +| main.rs:2293:16:2293:19 | self | | main.rs:2286:5:2286:19 | S | +| main.rs:2293:16:2293:19 | self | T | main.rs:2288:10:2288:17 | T | +| main.rs:2293:31:2293:35 | other | | main.rs:2286:5:2286:19 | S | +| main.rs:2293:31:2293:35 | other | T | main.rs:2288:10:2288:17 | T | +| main.rs:2301:19:2301:22 | SelfParam | | main.rs:2286:5:2286:19 | S | +| main.rs:2301:19:2301:22 | SelfParam | T | main.rs:2297:10:2297:17 | T | +| main.rs:2301:25:2301:29 | other | | main.rs:2297:10:2297:17 | T | +| main.rs:2301:51:2303:9 | { ... } | | main.rs:2286:5:2286:19 | S | +| main.rs:2302:16:2302:19 | self | | main.rs:2286:5:2286:19 | S | +| main.rs:2302:16:2302:19 | self | T | main.rs:2297:10:2297:17 | T | +| main.rs:2302:31:2302:35 | other | | main.rs:2297:10:2297:17 | T | +| main.rs:2313:19:2313:22 | SelfParam | | main.rs:2286:5:2286:19 | S | +| main.rs:2313:19:2313:22 | SelfParam | T | main.rs:2306:14:2306:14 | T | +| main.rs:2313:25:2313:29 | other | | {EXTERNAL LOCATION} | & | +| main.rs:2313:25:2313:29 | other | TRef | main.rs:2306:14:2306:14 | T | +| main.rs:2313:55:2315:9 | { ... } | | main.rs:2286:5:2286:19 | S | +| main.rs:2314:16:2314:19 | self | | main.rs:2286:5:2286:19 | S | +| main.rs:2314:16:2314:19 | self | T | main.rs:2306:14:2306:14 | T | +| main.rs:2314:31:2314:35 | other | | {EXTERNAL LOCATION} | & | +| main.rs:2314:31:2314:35 | other | TRef | main.rs:2306:14:2306:14 | T | +| main.rs:2320:20:2320:24 | value | | main.rs:2318:18:2318:18 | T | +| main.rs:2325:20:2325:24 | value | | {EXTERNAL LOCATION} | i64 | +| main.rs:2325:40:2327:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2326:13:2326:17 | value | | {EXTERNAL LOCATION} | i64 | +| main.rs:2332:20:2332:24 | value | | {EXTERNAL LOCATION} | bool | +| main.rs:2332:41:2338:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2333:16:2333:20 | value | | {EXTERNAL LOCATION} | bool | +| main.rs:2343:21:2343:25 | value | | main.rs:2341:19:2341:19 | T | +| main.rs:2343:31:2343:31 | x | | main.rs:2341:5:2344:5 | Self [trait MyFrom2] | +| main.rs:2348:21:2348:25 | value | | {EXTERNAL LOCATION} | i64 | +| main.rs:2348:33:2348:33 | _ | | {EXTERNAL LOCATION} | i64 | +| main.rs:2348:48:2350:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2349:13:2349:17 | value | | {EXTERNAL LOCATION} | i64 | +| main.rs:2355:21:2355:25 | value | | {EXTERNAL LOCATION} | bool | +| main.rs:2355:34:2355:34 | _ | | {EXTERNAL LOCATION} | i64 | +| main.rs:2355:49:2361:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2356:16:2356:20 | value | | {EXTERNAL LOCATION} | bool | +| main.rs:2366:15:2366:15 | x | | main.rs:2364:5:2370:5 | Self [trait MySelfTrait] | +| main.rs:2369:15:2369:15 | x | | main.rs:2364:5:2370:5 | Self [trait MySelfTrait] | +| main.rs:2374:15:2374:15 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2374:31:2376:9 | { ... } | | {EXTERNAL LOCATION} | i64 | | main.rs:2375:13:2375:13 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2375:17:2375:35 | ...::my_from(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2375:30:2375:34 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2376:13:2376:13 | y | | {EXTERNAL LOCATION} | i64 | -| main.rs:2376:17:2376:34 | ...::my_from(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2376:30:2376:33 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2377:13:2377:13 | z | | {EXTERNAL LOCATION} | i64 | -| main.rs:2377:38:2377:42 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2378:9:2378:34 | ...::my_from2(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2378:23:2378:27 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2378:30:2378:33 | 0i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2379:9:2379:33 | ...::my_from2(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2379:23:2379:26 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2379:29:2379:32 | 0i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2380:9:2380:38 | ...::my_from2(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2380:27:2380:31 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2380:34:2380:37 | 0i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2382:9:2382:22 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2382:17:2382:21 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2383:9:2383:22 | ...::f2(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2383:17:2383:21 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2384:9:2384:22 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2384:18:2384:21 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2385:9:2385:22 | ...::f2(...) | | {EXTERNAL LOCATION} | bool | -| main.rs:2385:18:2385:21 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2386:9:2386:30 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2386:25:2386:29 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2387:25:2387:29 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2388:9:2388:29 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2388:25:2388:28 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2389:25:2389:28 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2397:26:2399:9 | { ... } | | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2398:13:2398:25 | MyCallable {...} | | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2401:17:2401:21 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2401:17:2401:21 | SelfParam | TRef | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2401:31:2403:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2406:16:2513:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2409:9:2409:29 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2409:18:2409:26 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2409:28:2409:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2410:9:2410:44 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2410:18:2410:26 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2410:43:2410:44 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2411:9:2411:41 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2411:18:2411:26 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2411:40:2411:41 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2413:13:2413:17 | vals1 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2413:21:2413:31 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2413:22:2413:24 | 1u8 | | {EXTERNAL LOCATION} | u8 | -| main.rs:2414:9:2414:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2414:18:2414:22 | vals1 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2414:24:2414:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2416:13:2416:17 | vals2 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2416:21:2416:29 | [1u16; 3] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2416:22:2416:25 | 1u16 | | {EXTERNAL LOCATION} | u16 | -| main.rs:2417:9:2417:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2417:18:2417:22 | vals2 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2417:24:2417:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2419:13:2419:17 | vals3 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2419:13:2419:17 | vals3 | TArray | {EXTERNAL LOCATION} | u32 | -| main.rs:2419:31:2419:39 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2420:9:2420:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2420:18:2420:22 | vals3 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2420:18:2420:22 | vals3 | TArray | {EXTERNAL LOCATION} | u32 | -| main.rs:2420:24:2420:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2422:13:2422:17 | vals4 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2422:13:2422:17 | vals4 | TArray | {EXTERNAL LOCATION} | u64 | -| main.rs:2422:31:2422:36 | [1; 3] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2423:9:2423:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2423:18:2423:22 | vals4 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2423:18:2423:22 | vals4 | TArray | {EXTERNAL LOCATION} | u64 | -| main.rs:2423:24:2423:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2425:17:2425:24 | strings1 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2425:28:2425:48 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2425:29:2425:33 | "foo" | | {EXTERNAL LOCATION} | & | -| main.rs:2425:29:2425:33 | "foo" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2425:36:2425:40 | "bar" | | {EXTERNAL LOCATION} | & | -| main.rs:2425:36:2425:40 | "bar" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2425:43:2425:47 | "baz" | | {EXTERNAL LOCATION} | & | -| main.rs:2425:43:2425:47 | "baz" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2426:9:2426:29 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2426:18:2426:26 | &strings1 | | {EXTERNAL LOCATION} | & | -| main.rs:2426:19:2426:26 | strings1 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2426:28:2426:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2427:9:2427:33 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2427:18:2427:30 | &mut strings1 | | {EXTERNAL LOCATION} | &mut | -| main.rs:2427:23:2427:30 | strings1 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2427:32:2427:33 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2428:9:2428:28 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2428:18:2428:25 | strings1 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2428:27:2428:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2430:13:2430:20 | strings2 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2431:9:2435:9 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2432:13:2432:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2432:26:2432:30 | "foo" | | {EXTERNAL LOCATION} | & | -| main.rs:2432:26:2432:30 | "foo" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2433:13:2433:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2433:26:2433:30 | "bar" | | {EXTERNAL LOCATION} | & | -| main.rs:2433:26:2433:30 | "bar" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2434:13:2434:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2434:26:2434:30 | "baz" | | {EXTERNAL LOCATION} | & | -| main.rs:2434:26:2434:30 | "baz" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2436:9:2436:28 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2436:18:2436:25 | strings2 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2436:27:2436:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2438:13:2438:20 | strings3 | | {EXTERNAL LOCATION} | & | -| main.rs:2439:9:2443:9 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:2439:10:2443:9 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2440:13:2440:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2440:26:2440:30 | "foo" | | {EXTERNAL LOCATION} | & | -| main.rs:2440:26:2440:30 | "foo" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2441:13:2441:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2441:26:2441:30 | "bar" | | {EXTERNAL LOCATION} | & | -| main.rs:2441:26:2441:30 | "bar" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2442:13:2442:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2442:26:2442:30 | "baz" | | {EXTERNAL LOCATION} | & | -| main.rs:2442:26:2442:30 | "baz" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2444:9:2444:28 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2444:18:2444:25 | strings3 | | {EXTERNAL LOCATION} | & | -| main.rs:2444:27:2444:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2446:13:2446:21 | callables | | {EXTERNAL LOCATION} | [;] | -| main.rs:2446:25:2446:81 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2446:26:2446:42 | ...::new(...) | | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2446:45:2446:61 | ...::new(...) | | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2446:64:2446:80 | ...::new(...) | | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2447:9:2451:9 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2448:12:2448:20 | callables | | {EXTERNAL LOCATION} | [;] | -| main.rs:2449:9:2451:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2455:9:2455:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2455:18:2455:22 | 0..10 | | {EXTERNAL LOCATION} | Range | -| main.rs:2455:24:2455:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2456:9:2456:29 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2456:18:2456:26 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2456:19:2456:21 | 0u8 | | {EXTERNAL LOCATION} | u8 | -| main.rs:2456:19:2456:25 | 0u8..10 | | {EXTERNAL LOCATION} | Range | -| main.rs:2456:28:2456:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2457:13:2457:17 | range | | {EXTERNAL LOCATION} | Range | -| main.rs:2457:21:2457:25 | 0..10 | | {EXTERNAL LOCATION} | Range | -| main.rs:2458:9:2458:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2458:18:2458:22 | range | | {EXTERNAL LOCATION} | Range | -| main.rs:2458:24:2458:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2459:13:2459:22 | range_full | | {EXTERNAL LOCATION} | RangeFull | -| main.rs:2459:26:2459:27 | .. | | {EXTERNAL LOCATION} | RangeFull | -| main.rs:2460:9:2460:51 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2460:18:2460:48 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:2460:19:2460:36 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2460:20:2460:23 | 1i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2460:26:2460:29 | 2i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2460:32:2460:35 | 3i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2460:38:2460:47 | range_full | | {EXTERNAL LOCATION} | RangeFull | -| main.rs:2460:50:2460:51 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2462:13:2462:18 | range1 | | {EXTERNAL LOCATION} | Range | -| main.rs:2463:9:2466:9 | ...::Range {...} | | {EXTERNAL LOCATION} | Range | -| main.rs:2464:20:2464:23 | 0u16 | | {EXTERNAL LOCATION} | u16 | -| main.rs:2465:18:2465:22 | 10u16 | | {EXTERNAL LOCATION} | u16 | -| main.rs:2467:9:2467:26 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2467:18:2467:23 | range1 | | {EXTERNAL LOCATION} | Range | -| main.rs:2467:25:2467:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2472:9:2472:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2472:24:2472:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2474:13:2474:18 | vals4a | | {EXTERNAL LOCATION} | Vec | -| main.rs:2474:13:2474:18 | vals4a | A | {EXTERNAL LOCATION} | Global | -| main.rs:2474:13:2474:18 | vals4a | T | {EXTERNAL LOCATION} | u16 | -| main.rs:2474:32:2474:43 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2474:33:2474:36 | 1u16 | | {EXTERNAL LOCATION} | u16 | -| main.rs:2475:9:2475:26 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2475:18:2475:23 | vals4a | | {EXTERNAL LOCATION} | Vec | -| main.rs:2475:18:2475:23 | vals4a | A | {EXTERNAL LOCATION} | Global | -| main.rs:2475:18:2475:23 | vals4a | T | {EXTERNAL LOCATION} | u16 | -| main.rs:2475:25:2475:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2477:22:2477:33 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2477:23:2477:26 | 1u16 | | {EXTERNAL LOCATION} | u16 | -| main.rs:2478:9:2478:26 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2478:25:2478:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2480:13:2480:17 | vals5 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2480:21:2480:43 | ...::from(...) | | {EXTERNAL LOCATION} | Vec | -| main.rs:2480:31:2480:42 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2480:32:2480:35 | 1u32 | | {EXTERNAL LOCATION} | u32 | -| main.rs:2481:9:2481:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2481:18:2481:22 | vals5 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2481:24:2481:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2483:13:2483:17 | vals6 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2483:13:2483:17 | vals6 | A | {EXTERNAL LOCATION} | Global | -| main.rs:2483:13:2483:17 | vals6 | T | {EXTERNAL LOCATION} | & | -| main.rs:2483:13:2483:17 | vals6 | T.TRef | {EXTERNAL LOCATION} | u64 | -| main.rs:2483:32:2483:43 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2483:33:2483:36 | 1u64 | | {EXTERNAL LOCATION} | u64 | -| main.rs:2484:9:2484:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2484:18:2484:22 | vals6 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2484:18:2484:22 | vals6 | A | {EXTERNAL LOCATION} | Global | -| main.rs:2484:18:2484:22 | vals6 | T | {EXTERNAL LOCATION} | & | -| main.rs:2484:18:2484:22 | vals6 | T.TRef | {EXTERNAL LOCATION} | u64 | -| main.rs:2484:24:2484:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2486:17:2486:21 | vals7 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2486:17:2486:21 | vals7 | A | {EXTERNAL LOCATION} | Global | -| main.rs:2486:25:2486:34 | ...::new(...) | | {EXTERNAL LOCATION} | Vec | -| main.rs:2486:25:2486:34 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2487:9:2487:13 | vals7 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2487:9:2487:13 | vals7 | A | {EXTERNAL LOCATION} | Global | -| main.rs:2487:20:2487:22 | 1u8 | | {EXTERNAL LOCATION} | u8 | -| main.rs:2488:9:2488:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2488:18:2488:22 | vals7 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2488:18:2488:22 | vals7 | A | {EXTERNAL LOCATION} | Global | -| main.rs:2488:24:2488:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2492:17:2495:9 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2493:13:2494:13 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2493:29:2494:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2497:17:2497:20 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2497:17:2497:20 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2497:24:2497:55 | ...::new(...) | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2497:24:2497:55 | ...::new(...) | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2498:9:2498:12 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2498:9:2498:12 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2498:24:2498:38 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2498:24:2498:38 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2498:33:2498:37 | "one" | | {EXTERNAL LOCATION} | & | -| main.rs:2498:33:2498:37 | "one" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2499:9:2499:12 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2499:9:2499:12 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2499:24:2499:38 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2499:24:2499:38 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2499:33:2499:37 | "two" | | {EXTERNAL LOCATION} | & | -| main.rs:2499:33:2499:37 | "two" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2500:9:2500:33 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2500:20:2500:23 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2500:20:2500:23 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2500:32:2500:33 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2501:9:2501:37 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2501:22:2501:25 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2501:22:2501:25 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2501:36:2501:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2502:9:2502:42 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2502:13:2502:24 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2502:29:2502:32 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2502:29:2502:32 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2502:41:2502:42 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2503:9:2503:36 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2503:13:2503:24 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2503:29:2503:33 | &map1 | | {EXTERNAL LOCATION} | & | -| main.rs:2503:30:2503:33 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2503:30:2503:33 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2503:35:2503:36 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2507:17:2507:17 | a | | {EXTERNAL LOCATION} | i64 | -| main.rs:2509:17:2512:9 | while ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2509:23:2509:23 | a | | {EXTERNAL LOCATION} | i64 | -| main.rs:2510:9:2512:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2511:13:2511:13 | a | | {EXTERNAL LOCATION} | i64 | -| main.rs:2523:40:2525:9 | { ... } | | {EXTERNAL LOCATION} | Option | -| main.rs:2523:40:2525:9 | { ... } | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2523:40:2525:9 | { ... } | T.T | main.rs:2522:10:2522:19 | T | -| main.rs:2527:30:2529:9 | { ... } | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2527:30:2529:9 | { ... } | T | main.rs:2522:10:2522:19 | T | -| main.rs:2531:19:2531:22 | SelfParam | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2531:19:2531:22 | SelfParam | T | main.rs:2522:10:2522:19 | T | -| main.rs:2531:33:2533:9 | { ... } | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2531:33:2533:9 | { ... } | T | main.rs:2522:10:2522:19 | T | -| main.rs:2532:13:2532:16 | self | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2532:13:2532:16 | self | T | main.rs:2522:10:2522:19 | T | -| main.rs:2544:15:2544:15 | x | | main.rs:2544:12:2544:12 | T | -| main.rs:2544:26:2546:5 | { ... } | | main.rs:2544:12:2544:12 | T | -| main.rs:2545:9:2545:9 | x | | main.rs:2544:12:2544:12 | T | -| main.rs:2548:16:2570:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2549:13:2549:14 | x1 | | {EXTERNAL LOCATION} | Option | -| main.rs:2549:13:2549:14 | x1 | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2549:13:2549:14 | x1 | T.T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2549:34:2549:48 | ...::assoc_fun(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:2549:34:2549:48 | ...::assoc_fun(...) | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2550:13:2550:14 | x2 | | {EXTERNAL LOCATION} | Option | -| main.rs:2550:13:2550:14 | x2 | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2550:13:2550:14 | x2 | T.T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2550:18:2550:38 | ...::assoc_fun(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:2550:18:2550:38 | ...::assoc_fun(...) | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2550:18:2550:38 | ...::assoc_fun(...) | T.T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2551:13:2551:14 | x3 | | {EXTERNAL LOCATION} | Option | -| main.rs:2551:13:2551:14 | x3 | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2551:13:2551:14 | x3 | T.T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2551:18:2551:32 | ...::assoc_fun(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:2551:18:2551:32 | ...::assoc_fun(...) | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2551:18:2551:32 | ...::assoc_fun(...) | T.T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2552:13:2552:14 | x4 | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2552:13:2552:14 | x4 | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2552:18:2552:48 | ...::method(...) | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2552:18:2552:48 | ...::method(...) | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2552:35:2552:47 | ...::default(...) | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2553:13:2553:14 | x5 | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2553:13:2553:14 | x5 | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2553:18:2553:42 | ...::method(...) | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2553:18:2553:42 | ...::method(...) | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2553:29:2553:41 | ...::default(...) | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2557:21:2557:33 | ...::default(...) | | main.rs:2519:5:2520:14 | S2 | -| main.rs:2558:13:2558:15 | x10 | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2558:13:2558:15 | x10 | T5 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2558:19:2561:9 | S5::<...> {...} | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2558:19:2561:9 | S5::<...> {...} | T5 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2562:13:2562:15 | x11 | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2562:19:2562:34 | S5 {...} | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2563:13:2563:15 | x12 | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2563:19:2563:33 | S5 {...} | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2564:13:2564:15 | x13 | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2564:19:2567:9 | S5 {...} | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2566:20:2566:32 | ...::default(...) | | main.rs:2519:5:2520:14 | S2 | -| main.rs:2568:13:2568:15 | x14 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2568:19:2568:48 | foo::<...>(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:2569:13:2569:15 | x15 | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2569:13:2569:15 | x15 | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2569:19:2569:37 | ...::default(...) | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2569:19:2569:37 | ...::default(...) | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2578:35:2580:9 | { ... } | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2578:35:2580:9 | { ... } | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2578:35:2580:9 | { ... } | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2579:13:2579:26 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2579:14:2579:18 | S1 {...} | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2579:21:2579:25 | S1 {...} | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2581:16:2581:19 | SelfParam | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2581:22:2581:23 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2584:16:2618:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2585:13:2585:13 | a | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2585:13:2585:13 | a | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2585:13:2585:13 | a | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2585:17:2585:30 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2585:17:2585:30 | ...::get_pair(...) | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2585:17:2585:30 | ...::get_pair(...) | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2586:17:2586:17 | b | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2586:17:2586:17 | b | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2586:17:2586:17 | b | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2586:21:2586:34 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2586:21:2586:34 | ...::get_pair(...) | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2586:21:2586:34 | ...::get_pair(...) | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2587:13:2587:18 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2587:22:2587:35 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2587:22:2587:35 | ...::get_pair(...) | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2587:22:2587:35 | ...::get_pair(...) | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2588:13:2588:22 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2588:26:2588:39 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2588:26:2588:39 | ...::get_pair(...) | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2588:26:2588:39 | ...::get_pair(...) | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2589:13:2589:26 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2589:30:2589:43 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2589:30:2589:43 | ...::get_pair(...) | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2589:30:2589:43 | ...::get_pair(...) | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2591:9:2591:9 | a | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2591:9:2591:9 | a | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2591:9:2591:9 | a | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2592:9:2592:9 | b | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2592:9:2592:9 | b | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2592:9:2592:9 | b | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2605:13:2605:16 | pair | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2605:20:2605:25 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2606:13:2606:13 | i | | {EXTERNAL LOCATION} | i64 | -| main.rs:2606:22:2606:25 | pair | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2607:13:2607:13 | j | | {EXTERNAL LOCATION} | bool | -| main.rs:2607:23:2607:26 | pair | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2609:20:2609:25 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2611:13:2611:18 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2611:30:2611:41 | "unexpected" | | {EXTERNAL LOCATION} | & | -| main.rs:2611:30:2611:41 | "unexpected" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2611:30:2611:41 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2611:30:2611:41 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2612:25:2612:34 | "expected" | | {EXTERNAL LOCATION} | & | -| main.rs:2612:25:2612:34 | "expected" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2612:25:2612:34 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2612:25:2612:34 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2616:13:2616:13 | y | | {EXTERNAL LOCATION} | & | -| main.rs:2616:17:2616:31 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:2616:18:2616:31 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2616:18:2616:31 | ...::get_pair(...) | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2616:18:2616:31 | ...::get_pair(...) | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2617:9:2617:9 | y | | {EXTERNAL LOCATION} | & | -| main.rs:2623:27:2645:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2624:13:2624:23 | boxed_value | | {EXTERNAL LOCATION} | Box | -| main.rs:2624:13:2624:23 | boxed_value | A | {EXTERNAL LOCATION} | Global | -| main.rs:2624:27:2624:42 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2624:27:2624:42 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2624:36:2624:41 | 100i32 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2627:15:2627:25 | boxed_value | | {EXTERNAL LOCATION} | Box | -| main.rs:2627:15:2627:25 | boxed_value | A | {EXTERNAL LOCATION} | Global | -| main.rs:2628:24:2630:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2629:26:2629:36 | "Boxed 100\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:2629:26:2629:36 | "Boxed 100\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2629:26:2629:36 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2629:26:2629:36 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2631:22:2634:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2633:26:2633:42 | "Boxed value: {}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:2633:26:2633:42 | "Boxed value: {}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2633:26:2633:51 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2633:26:2633:51 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2638:13:2638:22 | nested_box | | {EXTERNAL LOCATION} | Box | -| main.rs:2638:13:2638:22 | nested_box | A | {EXTERNAL LOCATION} | Global | -| main.rs:2638:26:2638:50 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2638:26:2638:50 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2638:35:2638:49 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2638:35:2638:49 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2638:44:2638:48 | 42i32 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2639:15:2639:24 | nested_box | | {EXTERNAL LOCATION} | Box | -| main.rs:2639:15:2639:24 | nested_box | A | {EXTERNAL LOCATION} | Global | -| main.rs:2640:26:2643:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2642:26:2642:43 | "Nested boxed: {}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:2642:26:2642:43 | "Nested boxed: {}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2642:26:2642:59 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2642:26:2642:59 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2654:36:2656:9 | { ... } | | main.rs:2651:5:2651:22 | Path | -| main.rs:2655:13:2655:19 | Path {...} | | main.rs:2651:5:2651:22 | Path | -| main.rs:2658:29:2658:33 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2658:29:2658:33 | SelfParam | TRef | main.rs:2651:5:2651:22 | Path | -| main.rs:2658:59:2660:9 | { ... } | | {EXTERNAL LOCATION} | Result | -| main.rs:2658:59:2660:9 | { ... } | E | {EXTERNAL LOCATION} | () | -| main.rs:2658:59:2660:9 | { ... } | T | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2659:16:2659:29 | ...::new(...) | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2666:39:2668:9 | { ... } | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2667:13:2667:22 | PathBuf {...} | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2676:18:2676:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2676:18:2676:22 | SelfParam | TRef | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2676:34:2680:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:2676:34:2680:9 | { ... } | TRef | main.rs:2651:5:2651:22 | Path | -| main.rs:2678:33:2678:43 | ...::new(...) | | main.rs:2651:5:2651:22 | Path | -| main.rs:2679:13:2679:17 | &path | | {EXTERNAL LOCATION} | & | -| main.rs:2683:16:2691:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2684:13:2684:17 | path1 | | main.rs:2651:5:2651:22 | Path | -| main.rs:2684:21:2684:31 | ...::new(...) | | main.rs:2651:5:2651:22 | Path | -| main.rs:2685:21:2685:25 | path1 | | main.rs:2651:5:2651:22 | Path | -| main.rs:2688:13:2688:20 | pathbuf1 | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2688:24:2688:37 | ...::new(...) | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2689:24:2689:31 | pathbuf1 | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2696:14:2696:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2696:14:2696:18 | SelfParam | TRef | main.rs:2695:5:2697:5 | Self [trait MyTrait] | -| main.rs:2703:14:2703:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2703:14:2703:18 | SelfParam | TRef | main.rs:2699:5:2700:19 | S | -| main.rs:2703:14:2703:18 | SelfParam | TRef.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2703:28:2705:9 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2704:13:2704:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2704:13:2704:16 | self | TRef | main.rs:2699:5:2700:19 | S | -| main.rs:2704:13:2704:16 | self | TRef.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2709:14:2709:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2709:14:2709:18 | SelfParam | TRef | main.rs:2699:5:2700:19 | S | -| main.rs:2709:14:2709:18 | SelfParam | TRef.T | main.rs:2699:5:2700:19 | S | -| main.rs:2709:14:2709:18 | SelfParam | TRef.T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2709:28:2711:9 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2710:13:2710:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2710:13:2710:16 | self | TRef | main.rs:2699:5:2700:19 | S | -| main.rs:2710:13:2710:16 | self | TRef.T | main.rs:2699:5:2700:19 | S | -| main.rs:2710:13:2710:16 | self | TRef.T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2715:15:2715:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2715:15:2715:19 | SelfParam | TRef | main.rs:2699:5:2700:19 | S | -| main.rs:2715:15:2715:19 | SelfParam | TRef.T | main.rs:2714:10:2714:16 | T | -| main.rs:2715:33:2717:9 | { ... } | | main.rs:2699:5:2700:19 | S | -| main.rs:2715:33:2717:9 | { ... } | T | main.rs:2699:5:2700:19 | S | -| main.rs:2715:33:2717:9 | { ... } | T.T | main.rs:2714:10:2714:16 | T | -| main.rs:2716:17:2716:20 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2716:17:2716:20 | self | TRef | main.rs:2699:5:2700:19 | S | -| main.rs:2716:17:2716:20 | self | TRef.T | main.rs:2714:10:2714:16 | T | -| main.rs:2720:14:2720:14 | b | | {EXTERNAL LOCATION} | bool | -| main.rs:2720:48:2737:5 | { ... } | | {EXTERNAL LOCATION} | Box | -| main.rs:2720:48:2737:5 | { ... } | A | {EXTERNAL LOCATION} | Global | -| main.rs:2720:48:2737:5 | { ... } | T | main.rs:2695:5:2697:5 | dyn MyTrait | -| main.rs:2720:48:2737:5 | { ... } | T.dyn(T) | {EXTERNAL LOCATION} | i32 | -| main.rs:2721:20:2721:20 | b | | {EXTERNAL LOCATION} | bool | -| main.rs:2731:12:2731:12 | b | | {EXTERNAL LOCATION} | bool | -| main.rs:2733:13:2733:23 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2733:13:2733:23 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2735:13:2735:23 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2735:13:2735:23 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2741:22:2745:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2742:18:2742:18 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:2742:33:2744:9 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2743:13:2743:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:2750:11:2750:14 | cond | | {EXTERNAL LOCATION} | bool | -| main.rs:2750:30:2758:5 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2753:13:2755:13 | if cond {...} | | {EXTERNAL LOCATION} | () | -| main.rs:2753:16:2753:19 | cond | | {EXTERNAL LOCATION} | bool | -| main.rs:2753:21:2755:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2761:20:2768:5 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2766:18:2766:26 | "b: {:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:2766:18:2766:26 | "b: {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2766:18:2766:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2766:18:2766:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2770:20:2772:5 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2775:11:2775:14 | cond | | {EXTERNAL LOCATION} | bool | -| main.rs:2775:30:2783:5 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2776:13:2776:13 | a | | {EXTERNAL LOCATION} | () | -| main.rs:2776:17:2780:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2777:13:2779:13 | if cond {...} | | {EXTERNAL LOCATION} | () | -| main.rs:2777:16:2777:19 | cond | | {EXTERNAL LOCATION} | bool | -| main.rs:2777:21:2779:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2781:18:2781:26 | "a: {:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:2781:18:2781:26 | "a: {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2781:18:2781:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2781:18:2781:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2781:29:2781:29 | a | | {EXTERNAL LOCATION} | () | -| main.rs:2787:16:2834:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2789:13:2789:13 | x | | {EXTERNAL LOCATION} | Option | -| main.rs:2789:13:2789:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2793:26:2793:28 | opt | | {EXTERNAL LOCATION} | Option | -| main.rs:2793:26:2793:28 | opt | T | main.rs:2793:23:2793:23 | T | -| main.rs:2793:42:2793:42 | x | | main.rs:2793:23:2793:23 | T | -| main.rs:2793:48:2793:49 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2796:9:2796:24 | pin_option(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2803:13:2803:13 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2803:17:2803:39 | ...::A {...} | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2804:13:2804:13 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2804:13:2804:13 | x | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2804:13:2804:13 | x | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2804:40:2804:40 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2805:13:2805:13 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2805:13:2805:13 | x | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2805:17:2805:52 | ...::A {...} | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2805:17:2805:52 | ...::A {...} | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2807:13:2807:13 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2807:13:2807:13 | x | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2807:17:2809:9 | ...::B::<...> {...} | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2807:17:2809:9 | ...::B::<...> {...} | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2808:20:2808:32 | ...::new(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2811:29:2811:29 | e | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2811:29:2811:29 | e | T1 | main.rs:2811:26:2811:26 | T | -| main.rs:2811:29:2811:29 | e | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2811:53:2811:53 | x | | main.rs:2811:26:2811:26 | T | -| main.rs:2811:59:2811:60 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2814:13:2814:13 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2814:17:2816:9 | ...::B {...} | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2815:20:2815:32 | ...::new(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2817:9:2817:27 | pin_my_either(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2817:23:2817:23 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2820:13:2820:13 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:2820:13:2820:13 | x | E | {EXTERNAL LOCATION} | String | +| main.rs:2379:15:2379:15 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2379:32:2381:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2380:13:2380:13 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2386:15:2386:15 | x | | {EXTERNAL LOCATION} | bool | +| main.rs:2386:31:2388:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2391:15:2391:15 | x | | {EXTERNAL LOCATION} | bool | +| main.rs:2391:32:2393:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:2392:13:2392:13 | x | | {EXTERNAL LOCATION} | bool | +| main.rs:2396:16:2421:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2397:13:2397:13 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2398:9:2398:9 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2398:18:2398:21 | 5i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2399:9:2399:9 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2399:18:2399:22 | &5i64 | | {EXTERNAL LOCATION} | & | +| main.rs:2399:19:2399:22 | 5i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2400:9:2400:9 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2400:18:2400:21 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2402:11:2402:14 | 1i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2402:26:2402:29 | 2i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2403:11:2403:14 | 1i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2403:24:2403:27 | 3i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2404:11:2404:14 | 1i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2404:24:2404:28 | &3i64 | | {EXTERNAL LOCATION} | & | +| main.rs:2404:25:2404:28 | 3i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2406:13:2406:13 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2406:17:2406:35 | ...::my_from(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2406:30:2406:34 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2407:13:2407:13 | y | | {EXTERNAL LOCATION} | i64 | +| main.rs:2407:17:2407:34 | ...::my_from(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2407:30:2407:33 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2408:13:2408:13 | z | | {EXTERNAL LOCATION} | i64 | +| main.rs:2408:38:2408:42 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2409:9:2409:34 | ...::my_from2(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2409:23:2409:27 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2409:30:2409:33 | 0i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2410:9:2410:33 | ...::my_from2(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2410:23:2410:26 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2410:29:2410:32 | 0i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2411:9:2411:38 | ...::my_from2(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2411:27:2411:31 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2411:34:2411:37 | 0i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2413:9:2413:22 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2413:17:2413:21 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2414:9:2414:22 | ...::f2(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2414:17:2414:21 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2415:9:2415:22 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2415:18:2415:21 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2416:9:2416:22 | ...::f2(...) | | {EXTERNAL LOCATION} | bool | +| main.rs:2416:18:2416:21 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2417:9:2417:30 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2417:25:2417:29 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2418:25:2418:29 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2419:9:2419:29 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2419:25:2419:28 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2420:25:2420:28 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2428:26:2430:9 | { ... } | | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2429:13:2429:25 | MyCallable {...} | | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2432:17:2432:21 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2432:17:2432:21 | SelfParam | TRef | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2432:31:2434:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2437:16:2544:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2440:9:2440:29 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2440:18:2440:26 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2440:28:2440:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2441:9:2441:44 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2441:18:2441:26 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2441:43:2441:44 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2442:9:2442:41 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2442:18:2442:26 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2442:40:2442:41 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2444:13:2444:17 | vals1 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2444:21:2444:31 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2444:22:2444:24 | 1u8 | | {EXTERNAL LOCATION} | u8 | +| main.rs:2445:9:2445:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2445:18:2445:22 | vals1 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2445:24:2445:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2447:13:2447:17 | vals2 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2447:21:2447:29 | [1u16; 3] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2447:22:2447:25 | 1u16 | | {EXTERNAL LOCATION} | u16 | +| main.rs:2448:9:2448:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2448:18:2448:22 | vals2 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2448:24:2448:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2450:13:2450:17 | vals3 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2450:13:2450:17 | vals3 | TArray | {EXTERNAL LOCATION} | u32 | +| main.rs:2450:31:2450:39 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2451:9:2451:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2451:18:2451:22 | vals3 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2451:18:2451:22 | vals3 | TArray | {EXTERNAL LOCATION} | u32 | +| main.rs:2451:24:2451:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2453:13:2453:17 | vals4 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2453:13:2453:17 | vals4 | TArray | {EXTERNAL LOCATION} | u64 | +| main.rs:2453:31:2453:36 | [1; 3] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2454:9:2454:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2454:18:2454:22 | vals4 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2454:18:2454:22 | vals4 | TArray | {EXTERNAL LOCATION} | u64 | +| main.rs:2454:24:2454:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2456:17:2456:24 | strings1 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2456:28:2456:48 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2456:29:2456:33 | "foo" | | {EXTERNAL LOCATION} | & | +| main.rs:2456:29:2456:33 | "foo" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2456:36:2456:40 | "bar" | | {EXTERNAL LOCATION} | & | +| main.rs:2456:36:2456:40 | "bar" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2456:43:2456:47 | "baz" | | {EXTERNAL LOCATION} | & | +| main.rs:2456:43:2456:47 | "baz" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2457:9:2457:29 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2457:18:2457:26 | &strings1 | | {EXTERNAL LOCATION} | & | +| main.rs:2457:19:2457:26 | strings1 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2457:28:2457:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2458:9:2458:33 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2458:18:2458:30 | &mut strings1 | | {EXTERNAL LOCATION} | &mut | +| main.rs:2458:23:2458:30 | strings1 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2458:32:2458:33 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2459:9:2459:28 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2459:18:2459:25 | strings1 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2459:27:2459:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2461:13:2461:20 | strings2 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2462:9:2466:9 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2463:13:2463:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2463:26:2463:30 | "foo" | | {EXTERNAL LOCATION} | & | +| main.rs:2463:26:2463:30 | "foo" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2464:13:2464:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2464:26:2464:30 | "bar" | | {EXTERNAL LOCATION} | & | +| main.rs:2464:26:2464:30 | "bar" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2465:13:2465:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2465:26:2465:30 | "baz" | | {EXTERNAL LOCATION} | & | +| main.rs:2465:26:2465:30 | "baz" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2467:9:2467:28 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2467:18:2467:25 | strings2 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2467:27:2467:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2469:13:2469:20 | strings3 | | {EXTERNAL LOCATION} | & | +| main.rs:2470:9:2474:9 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:2470:10:2474:9 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2471:13:2471:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2471:26:2471:30 | "foo" | | {EXTERNAL LOCATION} | & | +| main.rs:2471:26:2471:30 | "foo" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2472:13:2472:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2472:26:2472:30 | "bar" | | {EXTERNAL LOCATION} | & | +| main.rs:2472:26:2472:30 | "bar" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2473:13:2473:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2473:26:2473:30 | "baz" | | {EXTERNAL LOCATION} | & | +| main.rs:2473:26:2473:30 | "baz" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2475:9:2475:28 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2475:18:2475:25 | strings3 | | {EXTERNAL LOCATION} | & | +| main.rs:2475:27:2475:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2477:13:2477:21 | callables | | {EXTERNAL LOCATION} | [;] | +| main.rs:2477:25:2477:81 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2477:26:2477:42 | ...::new(...) | | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2477:45:2477:61 | ...::new(...) | | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2477:64:2477:80 | ...::new(...) | | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2478:9:2482:9 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2479:12:2479:20 | callables | | {EXTERNAL LOCATION} | [;] | +| main.rs:2480:9:2482:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2486:9:2486:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2486:18:2486:22 | 0..10 | | {EXTERNAL LOCATION} | Range | +| main.rs:2486:24:2486:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2487:9:2487:29 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2487:18:2487:26 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2487:19:2487:21 | 0u8 | | {EXTERNAL LOCATION} | u8 | +| main.rs:2487:19:2487:25 | 0u8..10 | | {EXTERNAL LOCATION} | Range | +| main.rs:2487:28:2487:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2488:13:2488:17 | range | | {EXTERNAL LOCATION} | Range | +| main.rs:2488:21:2488:25 | 0..10 | | {EXTERNAL LOCATION} | Range | +| main.rs:2489:9:2489:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2489:18:2489:22 | range | | {EXTERNAL LOCATION} | Range | +| main.rs:2489:24:2489:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2490:13:2490:22 | range_full | | {EXTERNAL LOCATION} | RangeFull | +| main.rs:2490:26:2490:27 | .. | | {EXTERNAL LOCATION} | RangeFull | +| main.rs:2491:9:2491:51 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2491:18:2491:48 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:2491:19:2491:36 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2491:20:2491:23 | 1i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2491:26:2491:29 | 2i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2491:32:2491:35 | 3i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2491:38:2491:47 | range_full | | {EXTERNAL LOCATION} | RangeFull | +| main.rs:2491:50:2491:51 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2493:13:2493:18 | range1 | | {EXTERNAL LOCATION} | Range | +| main.rs:2494:9:2497:9 | ...::Range {...} | | {EXTERNAL LOCATION} | Range | +| main.rs:2495:20:2495:23 | 0u16 | | {EXTERNAL LOCATION} | u16 | +| main.rs:2496:18:2496:22 | 10u16 | | {EXTERNAL LOCATION} | u16 | +| main.rs:2498:9:2498:26 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2498:18:2498:23 | range1 | | {EXTERNAL LOCATION} | Range | +| main.rs:2498:25:2498:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2503:9:2503:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2503:24:2503:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2505:13:2505:18 | vals4a | | {EXTERNAL LOCATION} | Vec | +| main.rs:2505:13:2505:18 | vals4a | A | {EXTERNAL LOCATION} | Global | +| main.rs:2505:13:2505:18 | vals4a | T | {EXTERNAL LOCATION} | u16 | +| main.rs:2505:32:2505:43 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2505:33:2505:36 | 1u16 | | {EXTERNAL LOCATION} | u16 | +| main.rs:2506:9:2506:26 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2506:18:2506:23 | vals4a | | {EXTERNAL LOCATION} | Vec | +| main.rs:2506:18:2506:23 | vals4a | A | {EXTERNAL LOCATION} | Global | +| main.rs:2506:18:2506:23 | vals4a | T | {EXTERNAL LOCATION} | u16 | +| main.rs:2506:25:2506:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2508:22:2508:33 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2508:23:2508:26 | 1u16 | | {EXTERNAL LOCATION} | u16 | +| main.rs:2509:9:2509:26 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2509:25:2509:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2511:13:2511:17 | vals5 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2511:21:2511:43 | ...::from(...) | | {EXTERNAL LOCATION} | Vec | +| main.rs:2511:31:2511:42 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2511:32:2511:35 | 1u32 | | {EXTERNAL LOCATION} | u32 | +| main.rs:2512:9:2512:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2512:18:2512:22 | vals5 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2512:24:2512:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2514:13:2514:17 | vals6 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2514:13:2514:17 | vals6 | A | {EXTERNAL LOCATION} | Global | +| main.rs:2514:13:2514:17 | vals6 | T | {EXTERNAL LOCATION} | & | +| main.rs:2514:13:2514:17 | vals6 | T.TRef | {EXTERNAL LOCATION} | u64 | +| main.rs:2514:32:2514:43 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2514:33:2514:36 | 1u64 | | {EXTERNAL LOCATION} | u64 | +| main.rs:2515:9:2515:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2515:18:2515:22 | vals6 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2515:18:2515:22 | vals6 | A | {EXTERNAL LOCATION} | Global | +| main.rs:2515:18:2515:22 | vals6 | T | {EXTERNAL LOCATION} | & | +| main.rs:2515:18:2515:22 | vals6 | T.TRef | {EXTERNAL LOCATION} | u64 | +| main.rs:2515:24:2515:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2517:17:2517:21 | vals7 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2517:17:2517:21 | vals7 | A | {EXTERNAL LOCATION} | Global | +| main.rs:2517:25:2517:34 | ...::new(...) | | {EXTERNAL LOCATION} | Vec | +| main.rs:2517:25:2517:34 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2518:9:2518:13 | vals7 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2518:9:2518:13 | vals7 | A | {EXTERNAL LOCATION} | Global | +| main.rs:2518:20:2518:22 | 1u8 | | {EXTERNAL LOCATION} | u8 | +| main.rs:2519:9:2519:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2519:18:2519:22 | vals7 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2519:18:2519:22 | vals7 | A | {EXTERNAL LOCATION} | Global | +| main.rs:2519:24:2519:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2523:17:2526:9 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2524:13:2525:13 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2524:29:2525:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2528:17:2528:20 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2528:17:2528:20 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2528:24:2528:55 | ...::new(...) | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2528:24:2528:55 | ...::new(...) | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2529:9:2529:12 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2529:9:2529:12 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2529:24:2529:38 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2529:24:2529:38 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2529:33:2529:37 | "one" | | {EXTERNAL LOCATION} | & | +| main.rs:2529:33:2529:37 | "one" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2530:9:2530:12 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2530:9:2530:12 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2530:24:2530:38 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2530:24:2530:38 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2530:33:2530:37 | "two" | | {EXTERNAL LOCATION} | & | +| main.rs:2530:33:2530:37 | "two" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2531:9:2531:33 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2531:20:2531:23 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2531:20:2531:23 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2531:32:2531:33 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2532:9:2532:37 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2532:22:2532:25 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2532:22:2532:25 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2532:36:2532:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2533:9:2533:42 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2533:13:2533:24 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2533:29:2533:32 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2533:29:2533:32 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2533:41:2533:42 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2534:9:2534:36 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2534:13:2534:24 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2534:29:2534:33 | &map1 | | {EXTERNAL LOCATION} | & | +| main.rs:2534:30:2534:33 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2534:30:2534:33 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2534:35:2534:36 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2538:17:2538:17 | a | | {EXTERNAL LOCATION} | i64 | +| main.rs:2540:17:2543:9 | while ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2540:23:2540:23 | a | | {EXTERNAL LOCATION} | i64 | +| main.rs:2541:9:2543:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2542:13:2542:13 | a | | {EXTERNAL LOCATION} | i64 | +| main.rs:2554:40:2556:9 | { ... } | | {EXTERNAL LOCATION} | Option | +| main.rs:2554:40:2556:9 | { ... } | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2554:40:2556:9 | { ... } | T.T | main.rs:2553:10:2553:19 | T | +| main.rs:2558:30:2560:9 | { ... } | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2558:30:2560:9 | { ... } | T | main.rs:2553:10:2553:19 | T | +| main.rs:2562:19:2562:22 | SelfParam | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2562:19:2562:22 | SelfParam | T | main.rs:2553:10:2553:19 | T | +| main.rs:2562:33:2564:9 | { ... } | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2562:33:2564:9 | { ... } | T | main.rs:2553:10:2553:19 | T | +| main.rs:2563:13:2563:16 | self | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2563:13:2563:16 | self | T | main.rs:2553:10:2553:19 | T | +| main.rs:2575:15:2575:15 | x | | main.rs:2575:12:2575:12 | T | +| main.rs:2575:26:2577:5 | { ... } | | main.rs:2575:12:2575:12 | T | +| main.rs:2576:9:2576:9 | x | | main.rs:2575:12:2575:12 | T | +| main.rs:2579:16:2601:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2580:13:2580:14 | x1 | | {EXTERNAL LOCATION} | Option | +| main.rs:2580:13:2580:14 | x1 | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2580:13:2580:14 | x1 | T.T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2580:34:2580:48 | ...::assoc_fun(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:2580:34:2580:48 | ...::assoc_fun(...) | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2581:13:2581:14 | x2 | | {EXTERNAL LOCATION} | Option | +| main.rs:2581:13:2581:14 | x2 | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2581:13:2581:14 | x2 | T.T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2581:18:2581:38 | ...::assoc_fun(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:2581:18:2581:38 | ...::assoc_fun(...) | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2581:18:2581:38 | ...::assoc_fun(...) | T.T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2582:13:2582:14 | x3 | | {EXTERNAL LOCATION} | Option | +| main.rs:2582:13:2582:14 | x3 | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2582:13:2582:14 | x3 | T.T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2582:18:2582:32 | ...::assoc_fun(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:2582:18:2582:32 | ...::assoc_fun(...) | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2582:18:2582:32 | ...::assoc_fun(...) | T.T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2583:13:2583:14 | x4 | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2583:13:2583:14 | x4 | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2583:18:2583:48 | ...::method(...) | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2583:18:2583:48 | ...::method(...) | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2583:35:2583:47 | ...::default(...) | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2584:13:2584:14 | x5 | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2584:13:2584:14 | x5 | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2584:18:2584:42 | ...::method(...) | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2584:18:2584:42 | ...::method(...) | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2584:29:2584:41 | ...::default(...) | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2588:21:2588:33 | ...::default(...) | | main.rs:2550:5:2551:14 | S2 | +| main.rs:2589:13:2589:15 | x10 | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2589:13:2589:15 | x10 | T5 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2589:19:2592:9 | S5::<...> {...} | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2589:19:2592:9 | S5::<...> {...} | T5 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2593:13:2593:15 | x11 | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2593:19:2593:34 | S5 {...} | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2594:13:2594:15 | x12 | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2594:19:2594:33 | S5 {...} | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2595:13:2595:15 | x13 | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2595:19:2598:9 | S5 {...} | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2597:20:2597:32 | ...::default(...) | | main.rs:2550:5:2551:14 | S2 | +| main.rs:2599:13:2599:15 | x14 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2599:19:2599:48 | foo::<...>(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:2600:13:2600:15 | x15 | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2600:13:2600:15 | x15 | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2600:19:2600:37 | ...::default(...) | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2600:19:2600:37 | ...::default(...) | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2609:35:2611:9 | { ... } | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2609:35:2611:9 | { ... } | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2609:35:2611:9 | { ... } | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2610:13:2610:26 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2610:14:2610:18 | S1 {...} | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2610:21:2610:25 | S1 {...} | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2612:16:2612:19 | SelfParam | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2612:22:2612:23 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2615:16:2649:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2616:13:2616:13 | a | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2616:13:2616:13 | a | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2616:13:2616:13 | a | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2616:17:2616:30 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2616:17:2616:30 | ...::get_pair(...) | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2616:17:2616:30 | ...::get_pair(...) | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2617:17:2617:17 | b | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2617:17:2617:17 | b | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2617:17:2617:17 | b | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2617:21:2617:34 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2617:21:2617:34 | ...::get_pair(...) | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2617:21:2617:34 | ...::get_pair(...) | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2618:13:2618:18 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2618:22:2618:35 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2618:22:2618:35 | ...::get_pair(...) | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2618:22:2618:35 | ...::get_pair(...) | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2619:13:2619:22 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2619:26:2619:39 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2619:26:2619:39 | ...::get_pair(...) | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2619:26:2619:39 | ...::get_pair(...) | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2620:13:2620:26 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2620:30:2620:43 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2620:30:2620:43 | ...::get_pair(...) | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2620:30:2620:43 | ...::get_pair(...) | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2622:9:2622:9 | a | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2622:9:2622:9 | a | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2622:9:2622:9 | a | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2623:9:2623:9 | b | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2623:9:2623:9 | b | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2623:9:2623:9 | b | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2636:13:2636:16 | pair | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2636:20:2636:25 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2637:13:2637:13 | i | | {EXTERNAL LOCATION} | i64 | +| main.rs:2637:22:2637:25 | pair | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2638:13:2638:13 | j | | {EXTERNAL LOCATION} | bool | +| main.rs:2638:23:2638:26 | pair | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2640:20:2640:25 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2642:13:2642:18 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2642:30:2642:41 | "unexpected" | | {EXTERNAL LOCATION} | & | +| main.rs:2642:30:2642:41 | "unexpected" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2642:30:2642:41 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2642:30:2642:41 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2643:25:2643:34 | "expected" | | {EXTERNAL LOCATION} | & | +| main.rs:2643:25:2643:34 | "expected" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2643:25:2643:34 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2643:25:2643:34 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2647:13:2647:13 | y | | {EXTERNAL LOCATION} | & | +| main.rs:2647:17:2647:31 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:2647:18:2647:31 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2647:18:2647:31 | ...::get_pair(...) | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2647:18:2647:31 | ...::get_pair(...) | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2648:9:2648:9 | y | | {EXTERNAL LOCATION} | & | +| main.rs:2654:27:2676:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2655:13:2655:23 | boxed_value | | {EXTERNAL LOCATION} | Box | +| main.rs:2655:13:2655:23 | boxed_value | A | {EXTERNAL LOCATION} | Global | +| main.rs:2655:27:2655:42 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2655:27:2655:42 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2655:36:2655:41 | 100i32 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2658:15:2658:25 | boxed_value | | {EXTERNAL LOCATION} | Box | +| main.rs:2658:15:2658:25 | boxed_value | A | {EXTERNAL LOCATION} | Global | +| main.rs:2659:24:2661:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2660:26:2660:36 | "Boxed 100\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:2660:26:2660:36 | "Boxed 100\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2660:26:2660:36 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2660:26:2660:36 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2662:22:2665:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2664:26:2664:42 | "Boxed value: {}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:2664:26:2664:42 | "Boxed value: {}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2664:26:2664:51 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2664:26:2664:51 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2669:13:2669:22 | nested_box | | {EXTERNAL LOCATION} | Box | +| main.rs:2669:13:2669:22 | nested_box | A | {EXTERNAL LOCATION} | Global | +| main.rs:2669:26:2669:50 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2669:26:2669:50 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2669:35:2669:49 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2669:35:2669:49 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2669:44:2669:48 | 42i32 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2670:15:2670:24 | nested_box | | {EXTERNAL LOCATION} | Box | +| main.rs:2670:15:2670:24 | nested_box | A | {EXTERNAL LOCATION} | Global | +| main.rs:2671:26:2674:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2673:26:2673:43 | "Nested boxed: {}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:2673:26:2673:43 | "Nested boxed: {}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2673:26:2673:59 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2673:26:2673:59 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2685:36:2687:9 | { ... } | | main.rs:2682:5:2682:22 | Path | +| main.rs:2686:13:2686:19 | Path {...} | | main.rs:2682:5:2682:22 | Path | +| main.rs:2689:29:2689:33 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2689:29:2689:33 | SelfParam | TRef | main.rs:2682:5:2682:22 | Path | +| main.rs:2689:59:2691:9 | { ... } | | {EXTERNAL LOCATION} | Result | +| main.rs:2689:59:2691:9 | { ... } | E | {EXTERNAL LOCATION} | () | +| main.rs:2689:59:2691:9 | { ... } | T | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2690:16:2690:29 | ...::new(...) | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2697:39:2699:9 | { ... } | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2698:13:2698:22 | PathBuf {...} | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2707:18:2707:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2707:18:2707:22 | SelfParam | TRef | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2707:34:2711:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:2707:34:2711:9 | { ... } | TRef | main.rs:2682:5:2682:22 | Path | +| main.rs:2709:33:2709:43 | ...::new(...) | | main.rs:2682:5:2682:22 | Path | +| main.rs:2710:13:2710:17 | &path | | {EXTERNAL LOCATION} | & | +| main.rs:2714:16:2722:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2715:13:2715:17 | path1 | | main.rs:2682:5:2682:22 | Path | +| main.rs:2715:21:2715:31 | ...::new(...) | | main.rs:2682:5:2682:22 | Path | +| main.rs:2716:21:2716:25 | path1 | | main.rs:2682:5:2682:22 | Path | +| main.rs:2719:13:2719:20 | pathbuf1 | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2719:24:2719:37 | ...::new(...) | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2720:24:2720:31 | pathbuf1 | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2727:14:2727:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2727:14:2727:18 | SelfParam | TRef | main.rs:2726:5:2728:5 | Self [trait MyTrait] | +| main.rs:2734:14:2734:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2734:14:2734:18 | SelfParam | TRef | main.rs:2730:5:2731:19 | S | +| main.rs:2734:14:2734:18 | SelfParam | TRef.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2734:28:2736:9 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2735:13:2735:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2735:13:2735:16 | self | TRef | main.rs:2730:5:2731:19 | S | +| main.rs:2735:13:2735:16 | self | TRef.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2740:14:2740:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2740:14:2740:18 | SelfParam | TRef | main.rs:2730:5:2731:19 | S | +| main.rs:2740:14:2740:18 | SelfParam | TRef.T | main.rs:2730:5:2731:19 | S | +| main.rs:2740:14:2740:18 | SelfParam | TRef.T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2740:28:2742:9 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2741:13:2741:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2741:13:2741:16 | self | TRef | main.rs:2730:5:2731:19 | S | +| main.rs:2741:13:2741:16 | self | TRef.T | main.rs:2730:5:2731:19 | S | +| main.rs:2741:13:2741:16 | self | TRef.T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2746:15:2746:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2746:15:2746:19 | SelfParam | TRef | main.rs:2730:5:2731:19 | S | +| main.rs:2746:15:2746:19 | SelfParam | TRef.T | main.rs:2745:10:2745:16 | T | +| main.rs:2746:33:2748:9 | { ... } | | main.rs:2730:5:2731:19 | S | +| main.rs:2746:33:2748:9 | { ... } | T | main.rs:2730:5:2731:19 | S | +| main.rs:2746:33:2748:9 | { ... } | T.T | main.rs:2745:10:2745:16 | T | +| main.rs:2747:17:2747:20 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2747:17:2747:20 | self | TRef | main.rs:2730:5:2731:19 | S | +| main.rs:2747:17:2747:20 | self | TRef.T | main.rs:2745:10:2745:16 | T | +| main.rs:2751:14:2751:14 | b | | {EXTERNAL LOCATION} | bool | +| main.rs:2751:48:2768:5 | { ... } | | {EXTERNAL LOCATION} | Box | +| main.rs:2751:48:2768:5 | { ... } | A | {EXTERNAL LOCATION} | Global | +| main.rs:2751:48:2768:5 | { ... } | T | main.rs:2726:5:2728:5 | dyn MyTrait | +| main.rs:2751:48:2768:5 | { ... } | T.dyn(T) | {EXTERNAL LOCATION} | i32 | +| main.rs:2752:20:2752:20 | b | | {EXTERNAL LOCATION} | bool | +| main.rs:2762:12:2762:12 | b | | {EXTERNAL LOCATION} | bool | +| main.rs:2764:13:2764:23 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2764:13:2764:23 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2766:13:2766:23 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2766:13:2766:23 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2772:22:2776:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2773:18:2773:18 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:2773:33:2775:9 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2774:13:2774:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:2781:11:2781:14 | cond | | {EXTERNAL LOCATION} | bool | +| main.rs:2781:30:2789:5 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2784:13:2786:13 | if cond {...} | | {EXTERNAL LOCATION} | () | +| main.rs:2784:16:2784:19 | cond | | {EXTERNAL LOCATION} | bool | +| main.rs:2784:21:2786:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2792:20:2799:5 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2797:18:2797:26 | "b: {:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:2797:18:2797:26 | "b: {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2797:18:2797:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2797:18:2797:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2801:20:2803:5 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2806:11:2806:14 | cond | | {EXTERNAL LOCATION} | bool | +| main.rs:2806:30:2814:5 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2807:13:2807:13 | a | | {EXTERNAL LOCATION} | () | +| main.rs:2807:17:2811:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2808:13:2810:13 | if cond {...} | | {EXTERNAL LOCATION} | () | +| main.rs:2808:16:2808:19 | cond | | {EXTERNAL LOCATION} | bool | +| main.rs:2808:21:2810:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2812:18:2812:26 | "a: {:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:2812:18:2812:26 | "a: {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2812:18:2812:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2812:18:2812:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2812:29:2812:29 | a | | {EXTERNAL LOCATION} | () | +| main.rs:2818:16:2865:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2820:13:2820:13 | x | | {EXTERNAL LOCATION} | Option | | main.rs:2820:13:2820:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2824:29:2824:31 | res | | {EXTERNAL LOCATION} | Result | -| main.rs:2824:29:2824:31 | res | E | main.rs:2824:26:2824:26 | E | -| main.rs:2824:29:2824:31 | res | T | main.rs:2824:23:2824:23 | T | -| main.rs:2824:48:2824:48 | x | | main.rs:2824:26:2824:26 | E | -| main.rs:2824:54:2824:55 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2827:9:2827:28 | pin_result(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2827:23:2827:27 | false | | {EXTERNAL LOCATION} | bool | -| main.rs:2829:17:2829:17 | x | | {EXTERNAL LOCATION} | Vec | -| main.rs:2829:17:2829:17 | x | A | {EXTERNAL LOCATION} | Global | -| main.rs:2829:21:2829:30 | ...::new(...) | | {EXTERNAL LOCATION} | Vec | -| main.rs:2829:21:2829:30 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2830:9:2830:9 | x | | {EXTERNAL LOCATION} | Vec | -| main.rs:2830:9:2830:9 | x | A | {EXTERNAL LOCATION} | Global | -| main.rs:2833:9:2833:9 | x | | {EXTERNAL LOCATION} | Vec | -| main.rs:2833:9:2833:9 | x | A | {EXTERNAL LOCATION} | Global | -| main.rs:2840:14:2840:17 | SelfParam | | main.rs:2838:5:2846:5 | Self [trait MyTrait] | -| main.rs:2843:14:2843:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2843:14:2843:18 | SelfParam | TRef | main.rs:2838:5:2846:5 | Self [trait MyTrait] | -| main.rs:2843:21:2843:25 | other | | {EXTERNAL LOCATION} | & | -| main.rs:2843:21:2843:25 | other | TRef | main.rs:2838:5:2846:5 | Self [trait MyTrait] | -| main.rs:2843:44:2845:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:2843:44:2845:9 | { ... } | TRef | main.rs:2838:5:2846:5 | Self [trait MyTrait] | -| main.rs:2844:13:2844:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2844:13:2844:16 | self | TRef | main.rs:2838:5:2846:5 | Self [trait MyTrait] | -| main.rs:2850:14:2850:17 | SelfParam | | {EXTERNAL LOCATION} | i32 | -| main.rs:2850:28:2852:9 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2851:13:2851:16 | self | | {EXTERNAL LOCATION} | i32 | -| main.rs:2857:14:2857:17 | SelfParam | | {EXTERNAL LOCATION} | usize | -| main.rs:2857:28:2859:9 | { ... } | | {EXTERNAL LOCATION} | usize | -| main.rs:2858:13:2858:16 | self | | {EXTERNAL LOCATION} | usize | -| main.rs:2864:14:2864:17 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2864:14:2864:17 | SelfParam | TRef | main.rs:2862:10:2862:10 | T | -| main.rs:2864:28:2866:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:2864:28:2866:9 | { ... } | TRef | main.rs:2862:10:2862:10 | T | -| main.rs:2865:13:2865:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2865:13:2865:16 | self | TRef | main.rs:2862:10:2862:10 | T | -| main.rs:2869:25:2873:5 | { ... } | | {EXTERNAL LOCATION} | usize | -| main.rs:2875:12:2883:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2876:13:2876:13 | x | | {EXTERNAL LOCATION} | usize | -| main.rs:2877:13:2877:13 | y | | {EXTERNAL LOCATION} | & | -| main.rs:2877:17:2877:18 | &1 | | {EXTERNAL LOCATION} | & | -| main.rs:2878:17:2878:17 | x | | {EXTERNAL LOCATION} | usize | -| main.rs:2878:21:2878:21 | y | | {EXTERNAL LOCATION} | & | -| main.rs:2881:13:2881:13 | y | | {EXTERNAL LOCATION} | usize | -| main.rs:2882:23:2882:23 | y | | {EXTERNAL LOCATION} | usize | -| main.rs:2892:11:2927:1 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2893:5:2893:21 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2894:5:2894:20 | ...::f(...) | | main.rs:72:5:72:21 | Foo | -| main.rs:2895:5:2895:60 | ...::g(...) | | main.rs:72:5:72:21 | Foo | -| main.rs:2895:20:2895:38 | ...::Foo {...} | | main.rs:72:5:72:21 | Foo | -| main.rs:2895:41:2895:59 | ...::Foo {...} | | main.rs:72:5:72:21 | Foo | -| main.rs:2896:5:2896:35 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2897:5:2897:41 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2898:5:2898:45 | ...::test(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2899:5:2899:30 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2900:5:2900:21 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2901:5:2901:27 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2902:5:2902:32 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2903:5:2903:23 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2904:5:2904:36 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2905:5:2905:35 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2906:5:2906:29 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2907:5:2907:23 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2908:5:2908:24 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2909:5:2909:17 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2910:5:2910:18 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2911:5:2911:15 | ...::f(...) | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2911:5:2911:15 | ...::f(...) | dyn(Output) | {EXTERNAL LOCATION} | () | -| main.rs:2912:5:2912:19 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2913:5:2913:17 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2914:5:2914:14 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2915:5:2915:27 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2916:5:2916:15 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2917:5:2917:43 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2918:5:2918:15 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2919:5:2919:17 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2920:5:2920:28 | ...::test(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2921:5:2921:23 | ...::test(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2922:5:2922:41 | ...::test_all_patterns(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2923:5:2923:49 | ...::box_patterns(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2924:5:2924:20 | ...::test(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2925:5:2925:20 | ...::f(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2925:5:2925:20 | ...::f(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2925:5:2925:20 | ...::f(...) | T | main.rs:2695:5:2697:5 | dyn MyTrait | -| main.rs:2925:5:2925:20 | ...::f(...) | T.dyn(T) | {EXTERNAL LOCATION} | i32 | -| main.rs:2925:16:2925:19 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2926:5:2926:23 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2824:26:2824:28 | opt | | {EXTERNAL LOCATION} | Option | +| main.rs:2824:26:2824:28 | opt | T | main.rs:2824:23:2824:23 | T | +| main.rs:2824:42:2824:42 | x | | main.rs:2824:23:2824:23 | T | +| main.rs:2824:48:2824:49 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2827:9:2827:24 | pin_option(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2834:13:2834:13 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2834:17:2834:39 | ...::A {...} | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2835:13:2835:13 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2835:13:2835:13 | x | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2835:13:2835:13 | x | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2835:40:2835:40 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2836:13:2836:13 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2836:13:2836:13 | x | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2836:17:2836:52 | ...::A {...} | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2836:17:2836:52 | ...::A {...} | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2838:13:2838:13 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2838:13:2838:13 | x | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2838:17:2840:9 | ...::B::<...> {...} | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2838:17:2840:9 | ...::B::<...> {...} | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2839:20:2839:32 | ...::new(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2842:29:2842:29 | e | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2842:29:2842:29 | e | T1 | main.rs:2842:26:2842:26 | T | +| main.rs:2842:29:2842:29 | e | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2842:53:2842:53 | x | | main.rs:2842:26:2842:26 | T | +| main.rs:2842:59:2842:60 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2845:13:2845:13 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2845:17:2847:9 | ...::B {...} | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2846:20:2846:32 | ...::new(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2848:9:2848:27 | pin_my_either(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2848:23:2848:23 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2851:13:2851:13 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:2851:13:2851:13 | x | E | {EXTERNAL LOCATION} | String | +| main.rs:2851:13:2851:13 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2855:29:2855:31 | res | | {EXTERNAL LOCATION} | Result | +| main.rs:2855:29:2855:31 | res | E | main.rs:2855:26:2855:26 | E | +| main.rs:2855:29:2855:31 | res | T | main.rs:2855:23:2855:23 | T | +| main.rs:2855:48:2855:48 | x | | main.rs:2855:26:2855:26 | E | +| main.rs:2855:54:2855:55 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2858:9:2858:28 | pin_result(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2858:23:2858:27 | false | | {EXTERNAL LOCATION} | bool | +| main.rs:2860:17:2860:17 | x | | {EXTERNAL LOCATION} | Vec | +| main.rs:2860:17:2860:17 | x | A | {EXTERNAL LOCATION} | Global | +| main.rs:2860:21:2860:30 | ...::new(...) | | {EXTERNAL LOCATION} | Vec | +| main.rs:2860:21:2860:30 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2861:9:2861:9 | x | | {EXTERNAL LOCATION} | Vec | +| main.rs:2861:9:2861:9 | x | A | {EXTERNAL LOCATION} | Global | +| main.rs:2864:9:2864:9 | x | | {EXTERNAL LOCATION} | Vec | +| main.rs:2864:9:2864:9 | x | A | {EXTERNAL LOCATION} | Global | +| main.rs:2871:14:2871:17 | SelfParam | | main.rs:2869:5:2877:5 | Self [trait MyTrait] | +| main.rs:2874:14:2874:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2874:14:2874:18 | SelfParam | TRef | main.rs:2869:5:2877:5 | Self [trait MyTrait] | +| main.rs:2874:21:2874:25 | other | | {EXTERNAL LOCATION} | & | +| main.rs:2874:21:2874:25 | other | TRef | main.rs:2869:5:2877:5 | Self [trait MyTrait] | +| main.rs:2874:44:2876:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:2874:44:2876:9 | { ... } | TRef | main.rs:2869:5:2877:5 | Self [trait MyTrait] | +| main.rs:2875:13:2875:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2875:13:2875:16 | self | TRef | main.rs:2869:5:2877:5 | Self [trait MyTrait] | +| main.rs:2881:14:2881:17 | SelfParam | | {EXTERNAL LOCATION} | i32 | +| main.rs:2881:28:2883:9 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2882:13:2882:16 | self | | {EXTERNAL LOCATION} | i32 | +| main.rs:2888:14:2888:17 | SelfParam | | {EXTERNAL LOCATION} | usize | +| main.rs:2888:28:2890:9 | { ... } | | {EXTERNAL LOCATION} | usize | +| main.rs:2889:13:2889:16 | self | | {EXTERNAL LOCATION} | usize | +| main.rs:2895:14:2895:17 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2895:14:2895:17 | SelfParam | TRef | main.rs:2893:10:2893:10 | T | +| main.rs:2895:28:2897:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:2895:28:2897:9 | { ... } | TRef | main.rs:2893:10:2893:10 | T | +| main.rs:2896:13:2896:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2896:13:2896:16 | self | TRef | main.rs:2893:10:2893:10 | T | +| main.rs:2900:25:2904:5 | { ... } | | {EXTERNAL LOCATION} | usize | +| main.rs:2906:12:2914:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2907:13:2907:13 | x | | {EXTERNAL LOCATION} | usize | +| main.rs:2908:13:2908:13 | y | | {EXTERNAL LOCATION} | & | +| main.rs:2908:17:2908:18 | &1 | | {EXTERNAL LOCATION} | & | +| main.rs:2909:17:2909:17 | x | | {EXTERNAL LOCATION} | usize | +| main.rs:2909:21:2909:21 | y | | {EXTERNAL LOCATION} | & | +| main.rs:2912:13:2912:13 | y | | {EXTERNAL LOCATION} | usize | +| main.rs:2913:23:2913:23 | y | | {EXTERNAL LOCATION} | usize | +| main.rs:2923:11:2958:1 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2924:5:2924:21 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2925:5:2925:20 | ...::f(...) | | main.rs:72:5:72:21 | Foo | +| main.rs:2926:5:2926:60 | ...::g(...) | | main.rs:72:5:72:21 | Foo | +| main.rs:2926:20:2926:38 | ...::Foo {...} | | main.rs:72:5:72:21 | Foo | +| main.rs:2926:41:2926:59 | ...::Foo {...} | | main.rs:72:5:72:21 | Foo | +| main.rs:2927:5:2927:35 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2928:5:2928:41 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2929:5:2929:45 | ...::test(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2930:5:2930:30 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2931:5:2931:21 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2932:5:2932:27 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2933:5:2933:32 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2934:5:2934:23 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2935:5:2935:36 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2936:5:2936:35 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2937:5:2937:29 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2938:5:2938:23 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2939:5:2939:24 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2940:5:2940:17 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2941:5:2941:18 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2942:5:2942:15 | ...::f(...) | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2942:5:2942:15 | ...::f(...) | dyn(Output) | {EXTERNAL LOCATION} | () | +| main.rs:2943:5:2943:19 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2944:5:2944:17 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2945:5:2945:14 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2946:5:2946:27 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2947:5:2947:15 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2948:5:2948:43 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2949:5:2949:15 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2950:5:2950:17 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2951:5:2951:28 | ...::test(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2952:5:2952:23 | ...::test(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2953:5:2953:41 | ...::test_all_patterns(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2954:5:2954:49 | ...::box_patterns(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2955:5:2955:20 | ...::test(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2956:5:2956:20 | ...::f(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2956:5:2956:20 | ...::f(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2956:5:2956:20 | ...::f(...) | T | main.rs:2726:5:2728:5 | dyn MyTrait | +| main.rs:2956:5:2956:20 | ...::f(...) | T.dyn(T) | {EXTERNAL LOCATION} | i32 | +| main.rs:2956:16:2956:19 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2957:5:2957:23 | ...::f(...) | | {EXTERNAL LOCATION} | () | | pattern_matching.rs:13:26:133:1 | { ... } | | {EXTERNAL LOCATION} | Option | | pattern_matching.rs:13:26:133:1 | { ... } | T | {EXTERNAL LOCATION} | () | | pattern_matching.rs:15:5:18:5 | if ... {...} | | {EXTERNAL LOCATION} | () | @@ -6799,7 +6823,7 @@ inferType | main.rs:121:39:123:9 | { ... } | | {EXTERNAL LOCATION} | bool | | main.rs:122:13:122:16 | self | | main.rs:110:5:113:5 | MyThing | | main.rs:122:13:122:22 | self.field | | {EXTERNAL LOCATION} | bool | -| main.rs:126:16:132:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:126:16:135:5 | { ... } | | {EXTERNAL LOCATION} | () | | main.rs:127:13:127:13 | x | | main.rs:110:5:113:5 | MyThing | | main.rs:127:17:127:39 | MyThing {...} | | main.rs:110:5:113:5 | MyThing | | main.rs:127:34:127:37 | true | | {EXTERNAL LOCATION} | bool | @@ -6812,5331 +6836,5369 @@ inferType | main.rs:131:13:131:13 | b | | {EXTERNAL LOCATION} | bool | | main.rs:131:17:131:40 | ...::trait_method(...) | | {EXTERNAL LOCATION} | bool | | main.rs:131:39:131:39 | y | | main.rs:110:5:113:5 | MyThing | -| main.rs:141:25:141:29 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:141:25:141:29 | SelfParam | TRef | main.rs:139:9:144:9 | Self [trait Foo] | -| main.rs:141:32:143:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:142:17:142:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:142:26:142:31 | "foo!\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:142:26:142:31 | "foo!\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:142:26:142:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:142:26:142:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:142:26:142:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:148:25:148:29 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:148:25:148:29 | SelfParam | TRef | main.rs:146:9:151:9 | Self [trait Bar] | -| main.rs:148:32:150:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:149:17:149:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:149:26:149:31 | "bar!\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:149:26:149:31 | "bar!\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:149:26:149:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:149:26:149:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:149:26:149:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:160:15:181:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:161:13:161:13 | x | | main.rs:153:9:153:21 | X | -| main.rs:161:17:161:17 | X | | main.rs:153:9:153:21 | X | -| main.rs:162:9:165:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:164:13:164:13 | x | | main.rs:153:9:153:21 | X | -| main.rs:164:13:164:24 | x.a_method() | | {EXTERNAL LOCATION} | () | -| main.rs:166:9:169:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:168:13:168:13 | x | | main.rs:153:9:153:21 | X | -| main.rs:168:13:168:24 | x.a_method() | | {EXTERNAL LOCATION} | () | -| main.rs:170:9:173:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:172:13:172:13 | x | | main.rs:153:9:153:21 | X | -| main.rs:172:13:172:24 | x.a_method() | | {EXTERNAL LOCATION} | () | -| main.rs:174:9:180:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:178:13:178:29 | ...::a_method(...) | | {EXTERNAL LOCATION} | () | -| main.rs:178:27:178:28 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:178:27:178:28 | &x | TRef | main.rs:153:9:153:21 | X | -| main.rs:178:28:178:28 | x | | main.rs:153:9:153:21 | X | -| main.rs:179:13:179:29 | ...::a_method(...) | | {EXTERNAL LOCATION} | () | -| main.rs:179:27:179:28 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:179:27:179:28 | &x | TRef | main.rs:153:9:153:21 | X | -| main.rs:179:28:179:28 | x | | main.rs:153:9:153:21 | X | -| main.rs:197:15:197:18 | SelfParam | | main.rs:185:5:188:5 | MyThing | -| main.rs:197:15:197:18 | SelfParam | A | main.rs:190:5:191:14 | S1 | -| main.rs:197:27:199:9 | { ... } | | main.rs:190:5:191:14 | S1 | -| main.rs:198:13:198:16 | self | | main.rs:185:5:188:5 | MyThing | -| main.rs:198:13:198:16 | self | A | main.rs:190:5:191:14 | S1 | -| main.rs:198:13:198:18 | self.a | | main.rs:190:5:191:14 | S1 | -| main.rs:204:15:204:18 | SelfParam | | main.rs:185:5:188:5 | MyThing | -| main.rs:204:15:204:18 | SelfParam | A | main.rs:192:5:193:14 | S2 | -| main.rs:204:29:206:9 | { ... } | | main.rs:185:5:188:5 | MyThing | -| main.rs:204:29:206:9 | { ... } | A | main.rs:192:5:193:14 | S2 | -| main.rs:205:13:205:30 | Self {...} | | main.rs:185:5:188:5 | MyThing | -| main.rs:205:13:205:30 | Self {...} | A | main.rs:192:5:193:14 | S2 | -| main.rs:205:23:205:26 | self | | main.rs:185:5:188:5 | MyThing | -| main.rs:205:23:205:26 | self | A | main.rs:192:5:193:14 | S2 | -| main.rs:205:23:205:28 | self.a | | main.rs:192:5:193:14 | S2 | -| main.rs:210:15:210:18 | SelfParam | | main.rs:185:5:188:5 | MyThing | -| main.rs:210:15:210:18 | SelfParam | A | main.rs:209:10:209:10 | T | -| main.rs:210:26:212:9 | { ... } | | main.rs:209:10:209:10 | T | -| main.rs:211:13:211:16 | self | | main.rs:185:5:188:5 | MyThing | -| main.rs:211:13:211:16 | self | A | main.rs:209:10:209:10 | T | -| main.rs:211:13:211:18 | self.a | | main.rs:209:10:209:10 | T | -| main.rs:215:16:231:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:216:13:216:13 | x | | main.rs:185:5:188:5 | MyThing | -| main.rs:216:13:216:13 | x | A | main.rs:190:5:191:14 | S1 | -| main.rs:216:17:216:33 | MyThing {...} | | main.rs:185:5:188:5 | MyThing | -| main.rs:216:17:216:33 | MyThing {...} | A | main.rs:190:5:191:14 | S1 | -| main.rs:216:30:216:31 | S1 | | main.rs:190:5:191:14 | S1 | -| main.rs:217:13:217:13 | y | | main.rs:185:5:188:5 | MyThing | -| main.rs:217:13:217:13 | y | A | main.rs:192:5:193:14 | S2 | -| main.rs:217:17:217:33 | MyThing {...} | | main.rs:185:5:188:5 | MyThing | -| main.rs:217:17:217:33 | MyThing {...} | A | main.rs:192:5:193:14 | S2 | -| main.rs:217:30:217:31 | S2 | | main.rs:192:5:193:14 | S2 | -| main.rs:220:9:220:29 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:220:18:220:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:220:18:220:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:220:18:220:28 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:220:18:220:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:220:18:220:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:220:26:220:26 | x | | main.rs:185:5:188:5 | MyThing | -| main.rs:220:26:220:26 | x | A | main.rs:190:5:191:14 | S1 | -| main.rs:220:26:220:28 | x.a | | main.rs:190:5:191:14 | S1 | -| main.rs:221:9:221:29 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:221:18:221:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:221:18:221:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:221:18:221:28 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:221:18:221:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:221:18:221:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:221:26:221:26 | y | | main.rs:185:5:188:5 | MyThing | -| main.rs:221:26:221:26 | y | A | main.rs:192:5:193:14 | S2 | -| main.rs:221:26:221:28 | y.a | | main.rs:192:5:193:14 | S2 | -| main.rs:223:9:223:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:223:18:223:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:223:18:223:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:223:18:223:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:223:18:223:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:223:18:223:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:223:26:223:26 | x | | main.rs:185:5:188:5 | MyThing | -| main.rs:223:26:223:26 | x | A | main.rs:190:5:191:14 | S1 | -| main.rs:223:26:223:31 | x.m1() | | main.rs:190:5:191:14 | S1 | -| main.rs:224:9:224:34 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:224:18:224:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:224:18:224:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:224:18:224:33 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:224:18:224:33 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:224:18:224:33 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:224:26:224:26 | y | | main.rs:185:5:188:5 | MyThing | -| main.rs:224:26:224:26 | y | A | main.rs:192:5:193:14 | S2 | -| main.rs:224:26:224:31 | y.m1() | | main.rs:185:5:188:5 | MyThing | -| main.rs:224:26:224:31 | y.m1() | A | main.rs:192:5:193:14 | S2 | -| main.rs:224:26:224:33 | ... .a | | main.rs:192:5:193:14 | S2 | -| main.rs:226:13:226:13 | x | | main.rs:185:5:188:5 | MyThing | -| main.rs:226:13:226:13 | x | A | main.rs:190:5:191:14 | S1 | -| main.rs:226:17:226:33 | MyThing {...} | | main.rs:185:5:188:5 | MyThing | -| main.rs:226:17:226:33 | MyThing {...} | A | main.rs:190:5:191:14 | S1 | -| main.rs:226:30:226:31 | S1 | | main.rs:190:5:191:14 | S1 | -| main.rs:227:13:227:13 | y | | main.rs:185:5:188:5 | MyThing | -| main.rs:227:13:227:13 | y | A | main.rs:192:5:193:14 | S2 | -| main.rs:227:17:227:33 | MyThing {...} | | main.rs:185:5:188:5 | MyThing | -| main.rs:227:17:227:33 | MyThing {...} | A | main.rs:192:5:193:14 | S2 | -| main.rs:227:30:227:31 | S2 | | main.rs:192:5:193:14 | S2 | -| main.rs:229:9:229:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:229:18:229:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:229:18:229:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:229:18:229:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:229:18:229:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:229:18:229:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:229:26:229:26 | x | | main.rs:185:5:188:5 | MyThing | -| main.rs:229:26:229:26 | x | A | main.rs:190:5:191:14 | S1 | -| main.rs:229:26:229:31 | x.m2() | | main.rs:190:5:191:14 | S1 | -| main.rs:230:9:230:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:230:18:230:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:230:18:230:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:230:18:230:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:230:18:230:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:230:18:230:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:230:26:230:26 | y | | main.rs:185:5:188:5 | MyThing | -| main.rs:230:26:230:26 | y | A | main.rs:192:5:193:14 | S2 | -| main.rs:230:26:230:31 | y.m2() | | main.rs:192:5:193:14 | S2 | -| main.rs:254:15:254:18 | SelfParam | | main.rs:253:5:262:5 | Self [trait MyTrait] | -| main.rs:256:15:256:18 | SelfParam | | main.rs:253:5:262:5 | Self [trait MyTrait] | -| main.rs:259:9:261:9 | { ... } | | main.rs:253:5:262:5 | Self [trait MyTrait] | -| main.rs:260:13:260:16 | self | | main.rs:253:5:262:5 | Self [trait MyTrait] | -| main.rs:266:16:266:19 | SelfParam | | main.rs:264:5:269:5 | Self [trait MyProduct] | -| main.rs:268:16:268:19 | SelfParam | | main.rs:264:5:269:5 | Self [trait MyProduct] | -| main.rs:271:43:271:43 | x | | main.rs:271:26:271:40 | T2 | -| main.rs:271:56:273:5 | { ... } | | main.rs:271:22:271:23 | T1 | -| main.rs:272:9:272:9 | x | | main.rs:271:26:271:40 | T2 | -| main.rs:272:9:272:14 | x.m1() | | main.rs:271:22:271:23 | T1 | -| main.rs:277:15:277:18 | SelfParam | | main.rs:235:5:238:5 | MyThing | -| main.rs:277:15:277:18 | SelfParam | A | main.rs:246:5:247:14 | S1 | -| main.rs:277:27:279:9 | { ... } | | main.rs:246:5:247:14 | S1 | -| main.rs:278:13:278:16 | self | | main.rs:235:5:238:5 | MyThing | -| main.rs:278:13:278:16 | self | A | main.rs:246:5:247:14 | S1 | -| main.rs:278:13:278:18 | self.a | | main.rs:246:5:247:14 | S1 | -| main.rs:284:15:284:18 | SelfParam | | main.rs:235:5:238:5 | MyThing | -| main.rs:284:15:284:18 | SelfParam | A | main.rs:248:5:249:14 | S2 | -| main.rs:284:29:286:9 | { ... } | | main.rs:235:5:238:5 | MyThing | -| main.rs:284:29:286:9 | { ... } | A | main.rs:248:5:249:14 | S2 | -| main.rs:285:13:285:30 | Self {...} | | main.rs:235:5:238:5 | MyThing | -| main.rs:285:13:285:30 | Self {...} | A | main.rs:248:5:249:14 | S2 | -| main.rs:285:23:285:26 | self | | main.rs:235:5:238:5 | MyThing | -| main.rs:285:23:285:26 | self | A | main.rs:248:5:249:14 | S2 | -| main.rs:285:23:285:28 | self.a | | main.rs:248:5:249:14 | S2 | -| main.rs:296:15:296:18 | SelfParam | | main.rs:235:5:238:5 | MyThing | -| main.rs:296:15:296:18 | SelfParam | A | main.rs:250:5:251:14 | S3 | -| main.rs:296:27:298:9 | { ... } | | main.rs:291:10:291:11 | TD | -| main.rs:297:13:297:25 | ...::default(...) | | main.rs:291:10:291:11 | TD | -| main.rs:303:15:303:18 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:303:15:303:18 | SelfParam | P1 | main.rs:301:10:301:10 | I | -| main.rs:303:15:303:18 | SelfParam | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:303:26:305:9 | { ... } | | main.rs:301:10:301:10 | I | -| main.rs:304:13:304:16 | self | | main.rs:240:5:244:5 | MyPair | -| main.rs:304:13:304:16 | self | P1 | main.rs:301:10:301:10 | I | -| main.rs:304:13:304:16 | self | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:304:13:304:19 | self.p1 | | main.rs:301:10:301:10 | I | -| main.rs:310:15:310:18 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:310:15:310:18 | SelfParam | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:310:15:310:18 | SelfParam | P2 | main.rs:248:5:249:14 | S2 | -| main.rs:310:27:312:9 | { ... } | | main.rs:250:5:251:14 | S3 | -| main.rs:311:13:311:14 | S3 | | main.rs:250:5:251:14 | S3 | -| main.rs:317:15:317:18 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:317:15:317:18 | SelfParam | P1 | main.rs:235:5:238:5 | MyThing | -| main.rs:317:15:317:18 | SelfParam | P1.A | main.rs:315:10:315:11 | TT | -| main.rs:317:15:317:18 | SelfParam | P2 | main.rs:250:5:251:14 | S3 | -| main.rs:317:27:320:9 | { ... } | | main.rs:315:10:315:11 | TT | -| main.rs:318:17:318:21 | alpha | | main.rs:235:5:238:5 | MyThing | -| main.rs:318:17:318:21 | alpha | A | main.rs:315:10:315:11 | TT | -| main.rs:318:25:318:28 | self | | main.rs:240:5:244:5 | MyPair | -| main.rs:318:25:318:28 | self | P1 | main.rs:235:5:238:5 | MyThing | -| main.rs:318:25:318:28 | self | P1.A | main.rs:315:10:315:11 | TT | -| main.rs:318:25:318:28 | self | P2 | main.rs:250:5:251:14 | S3 | -| main.rs:318:25:318:31 | self.p1 | | main.rs:235:5:238:5 | MyThing | -| main.rs:318:25:318:31 | self.p1 | A | main.rs:315:10:315:11 | TT | -| main.rs:319:13:319:17 | alpha | | main.rs:235:5:238:5 | MyThing | -| main.rs:319:13:319:17 | alpha | A | main.rs:315:10:315:11 | TT | -| main.rs:319:13:319:19 | alpha.a | | main.rs:315:10:315:11 | TT | -| main.rs:326:16:326:19 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:326:16:326:19 | SelfParam | P1 | main.rs:324:10:324:10 | A | -| main.rs:326:16:326:19 | SelfParam | P2 | main.rs:324:10:324:10 | A | -| main.rs:326:27:328:9 | { ... } | | main.rs:324:10:324:10 | A | -| main.rs:327:13:327:16 | self | | main.rs:240:5:244:5 | MyPair | -| main.rs:327:13:327:16 | self | P1 | main.rs:324:10:324:10 | A | -| main.rs:327:13:327:16 | self | P2 | main.rs:324:10:324:10 | A | -| main.rs:327:13:327:19 | self.p1 | | main.rs:324:10:324:10 | A | -| main.rs:331:16:331:19 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:331:16:331:19 | SelfParam | P1 | main.rs:324:10:324:10 | A | -| main.rs:331:16:331:19 | SelfParam | P2 | main.rs:324:10:324:10 | A | -| main.rs:331:27:333:9 | { ... } | | main.rs:324:10:324:10 | A | -| main.rs:332:13:332:16 | self | | main.rs:240:5:244:5 | MyPair | -| main.rs:332:13:332:16 | self | P1 | main.rs:324:10:324:10 | A | -| main.rs:332:13:332:16 | self | P2 | main.rs:324:10:324:10 | A | -| main.rs:332:13:332:19 | self.p2 | | main.rs:324:10:324:10 | A | -| main.rs:339:16:339:19 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:339:16:339:19 | SelfParam | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:339:16:339:19 | SelfParam | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:339:28:341:9 | { ... } | | main.rs:246:5:247:14 | S1 | -| main.rs:340:13:340:16 | self | | main.rs:240:5:244:5 | MyPair | -| main.rs:340:13:340:16 | self | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:340:13:340:16 | self | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:340:13:340:19 | self.p2 | | main.rs:246:5:247:14 | S1 | -| main.rs:344:16:344:19 | SelfParam | | main.rs:240:5:244:5 | MyPair | -| main.rs:344:16:344:19 | SelfParam | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:344:16:344:19 | SelfParam | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:344:28:346:9 | { ... } | | main.rs:248:5:249:14 | S2 | -| main.rs:345:13:345:16 | self | | main.rs:240:5:244:5 | MyPair | -| main.rs:345:13:345:16 | self | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:345:13:345:16 | self | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:345:13:345:19 | self.p1 | | main.rs:248:5:249:14 | S2 | -| main.rs:349:46:349:46 | p | | main.rs:349:24:349:43 | P | -| main.rs:349:58:351:5 | { ... } | | main.rs:349:16:349:17 | V1 | -| main.rs:350:9:350:9 | p | | main.rs:349:24:349:43 | P | -| main.rs:350:9:350:15 | p.fst() | | main.rs:349:16:349:17 | V1 | -| main.rs:353:46:353:46 | p | | main.rs:353:24:353:43 | P | -| main.rs:353:58:355:5 | { ... } | | main.rs:353:20:353:21 | V2 | -| main.rs:354:9:354:9 | p | | main.rs:353:24:353:43 | P | -| main.rs:354:9:354:15 | p.snd() | | main.rs:353:20:353:21 | V2 | -| main.rs:357:54:357:54 | p | | main.rs:240:5:244:5 | MyPair | -| main.rs:357:54:357:54 | p | P1 | main.rs:357:20:357:21 | V0 | -| main.rs:357:54:357:54 | p | P2 | main.rs:357:32:357:51 | P | -| main.rs:357:78:359:5 | { ... } | | main.rs:357:24:357:25 | V1 | -| main.rs:358:9:358:9 | p | | main.rs:240:5:244:5 | MyPair | -| main.rs:358:9:358:9 | p | P1 | main.rs:357:20:357:21 | V0 | -| main.rs:358:9:358:9 | p | P2 | main.rs:357:32:357:51 | P | -| main.rs:358:9:358:12 | p.p2 | | main.rs:357:32:357:51 | P | -| main.rs:358:9:358:18 | ... .fst() | | main.rs:357:24:357:25 | V1 | -| main.rs:363:23:363:26 | SelfParam | | main.rs:361:5:364:5 | Self [trait ConvertTo] | -| main.rs:368:23:368:26 | SelfParam | | main.rs:366:10:366:23 | T | -| main.rs:368:35:370:9 | { ... } | | main.rs:246:5:247:14 | S1 | -| main.rs:369:13:369:16 | self | | main.rs:366:10:366:23 | T | -| main.rs:369:13:369:21 | self.m1() | | main.rs:246:5:247:14 | S1 | -| main.rs:373:41:373:45 | thing | | main.rs:373:23:373:38 | T | -| main.rs:373:57:375:5 | { ... } | | main.rs:373:19:373:20 | TS | -| main.rs:374:9:374:13 | thing | | main.rs:373:23:373:38 | T | -| main.rs:374:9:374:26 | thing.convert_to() | | main.rs:373:19:373:20 | TS | -| main.rs:377:56:377:60 | thing | | main.rs:377:39:377:53 | TP | -| main.rs:377:73:380:5 | { ... } | | main.rs:246:5:247:14 | S1 | -| main.rs:379:9:379:13 | thing | | main.rs:377:39:377:53 | TP | -| main.rs:379:9:379:26 | thing.convert_to() | | main.rs:246:5:247:14 | S1 | -| main.rs:382:16:453:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:383:13:383:20 | thing_s1 | | main.rs:235:5:238:5 | MyThing | -| main.rs:383:13:383:20 | thing_s1 | A | main.rs:246:5:247:14 | S1 | -| main.rs:383:24:383:40 | MyThing {...} | | main.rs:235:5:238:5 | MyThing | -| main.rs:383:24:383:40 | MyThing {...} | A | main.rs:246:5:247:14 | S1 | -| main.rs:383:37:383:38 | S1 | | main.rs:246:5:247:14 | S1 | -| main.rs:384:13:384:20 | thing_s2 | | main.rs:235:5:238:5 | MyThing | -| main.rs:384:13:384:20 | thing_s2 | A | main.rs:248:5:249:14 | S2 | -| main.rs:384:24:384:40 | MyThing {...} | | main.rs:235:5:238:5 | MyThing | -| main.rs:384:24:384:40 | MyThing {...} | A | main.rs:248:5:249:14 | S2 | -| main.rs:384:37:384:38 | S2 | | main.rs:248:5:249:14 | S2 | -| main.rs:385:13:385:20 | thing_s3 | | main.rs:235:5:238:5 | MyThing | -| main.rs:385:13:385:20 | thing_s3 | A | main.rs:250:5:251:14 | S3 | -| main.rs:385:24:385:40 | MyThing {...} | | main.rs:235:5:238:5 | MyThing | -| main.rs:385:24:385:40 | MyThing {...} | A | main.rs:250:5:251:14 | S3 | -| main.rs:385:37:385:38 | S3 | | main.rs:250:5:251:14 | S3 | -| main.rs:389:9:389:39 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:389:18:389:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:389:18:389:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:389:18:389:38 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:389:18:389:38 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:389:18:389:38 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:389:26:389:33 | thing_s1 | | main.rs:235:5:238:5 | MyThing | -| main.rs:389:26:389:33 | thing_s1 | A | main.rs:246:5:247:14 | S1 | -| main.rs:389:26:389:38 | thing_s1.m1() | | main.rs:246:5:247:14 | S1 | -| main.rs:390:9:390:41 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:390:18:390:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:390:18:390:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:390:18:390:40 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:390:18:390:40 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:390:18:390:40 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:390:26:390:33 | thing_s2 | | main.rs:235:5:238:5 | MyThing | -| main.rs:390:26:390:33 | thing_s2 | A | main.rs:248:5:249:14 | S2 | -| main.rs:390:26:390:38 | thing_s2.m1() | | main.rs:235:5:238:5 | MyThing | -| main.rs:390:26:390:38 | thing_s2.m1() | A | main.rs:248:5:249:14 | S2 | -| main.rs:390:26:390:40 | ... .a | | main.rs:248:5:249:14 | S2 | -| main.rs:391:13:391:14 | s3 | | main.rs:250:5:251:14 | S3 | -| main.rs:391:22:391:29 | thing_s3 | | main.rs:235:5:238:5 | MyThing | -| main.rs:391:22:391:29 | thing_s3 | A | main.rs:250:5:251:14 | S3 | -| main.rs:391:22:391:34 | thing_s3.m1() | | main.rs:250:5:251:14 | S3 | -| main.rs:392:9:392:28 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:392:18:392:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:392:18:392:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:392:18:392:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:392:18:392:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:392:18:392:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:392:26:392:27 | s3 | | main.rs:250:5:251:14 | S3 | -| main.rs:394:13:394:14 | p1 | | main.rs:240:5:244:5 | MyPair | -| main.rs:394:13:394:14 | p1 | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:394:13:394:14 | p1 | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:394:18:394:42 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:394:18:394:42 | MyPair {...} | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:394:18:394:42 | MyPair {...} | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:394:31:394:32 | S1 | | main.rs:246:5:247:14 | S1 | -| main.rs:394:39:394:40 | S1 | | main.rs:246:5:247:14 | S1 | -| main.rs:395:9:395:33 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:395:18:395:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:395:18:395:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:395:18:395:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:395:18:395:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:395:18:395:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:395:26:395:27 | p1 | | main.rs:240:5:244:5 | MyPair | -| main.rs:395:26:395:27 | p1 | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:395:26:395:27 | p1 | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:395:26:395:32 | p1.m1() | | main.rs:246:5:247:14 | S1 | -| main.rs:397:13:397:14 | p2 | | main.rs:240:5:244:5 | MyPair | -| main.rs:397:13:397:14 | p2 | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:397:13:397:14 | p2 | P2 | main.rs:248:5:249:14 | S2 | -| main.rs:397:18:397:42 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:397:18:397:42 | MyPair {...} | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:397:18:397:42 | MyPair {...} | P2 | main.rs:248:5:249:14 | S2 | -| main.rs:397:31:397:32 | S1 | | main.rs:246:5:247:14 | S1 | -| main.rs:397:39:397:40 | S2 | | main.rs:248:5:249:14 | S2 | -| main.rs:398:9:398:33 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:398:18:398:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:398:18:398:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:398:18:398:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:398:18:398:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:398:18:398:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:398:26:398:27 | p2 | | main.rs:240:5:244:5 | MyPair | -| main.rs:398:26:398:27 | p2 | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:398:26:398:27 | p2 | P2 | main.rs:248:5:249:14 | S2 | -| main.rs:398:26:398:32 | p2.m1() | | main.rs:250:5:251:14 | S3 | -| main.rs:400:13:400:14 | p3 | | main.rs:240:5:244:5 | MyPair | -| main.rs:400:13:400:14 | p3 | P1 | main.rs:235:5:238:5 | MyThing | -| main.rs:400:13:400:14 | p3 | P1.A | main.rs:246:5:247:14 | S1 | -| main.rs:400:13:400:14 | p3 | P2 | main.rs:250:5:251:14 | S3 | -| main.rs:400:18:403:9 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:400:18:403:9 | MyPair {...} | P1 | main.rs:235:5:238:5 | MyThing | -| main.rs:400:18:403:9 | MyPair {...} | P1.A | main.rs:246:5:247:14 | S1 | -| main.rs:400:18:403:9 | MyPair {...} | P2 | main.rs:250:5:251:14 | S3 | -| main.rs:401:17:401:33 | MyThing {...} | | main.rs:235:5:238:5 | MyThing | -| main.rs:401:17:401:33 | MyThing {...} | A | main.rs:246:5:247:14 | S1 | -| main.rs:401:30:401:31 | S1 | | main.rs:246:5:247:14 | S1 | -| main.rs:402:17:402:18 | S3 | | main.rs:250:5:251:14 | S3 | -| main.rs:404:9:404:33 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:404:18:404:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:404:18:404:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:404:18:404:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:404:18:404:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:404:18:404:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:404:26:404:27 | p3 | | main.rs:240:5:244:5 | MyPair | -| main.rs:404:26:404:27 | p3 | P1 | main.rs:235:5:238:5 | MyThing | -| main.rs:404:26:404:27 | p3 | P1.A | main.rs:246:5:247:14 | S1 | -| main.rs:404:26:404:27 | p3 | P2 | main.rs:250:5:251:14 | S3 | -| main.rs:404:26:404:32 | p3.m1() | | main.rs:246:5:247:14 | S1 | -| main.rs:407:13:407:13 | a | | main.rs:240:5:244:5 | MyPair | -| main.rs:407:13:407:13 | a | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:407:13:407:13 | a | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:407:17:407:41 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:407:17:407:41 | MyPair {...} | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:407:17:407:41 | MyPair {...} | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:407:30:407:31 | S1 | | main.rs:246:5:247:14 | S1 | -| main.rs:407:38:407:39 | S1 | | main.rs:246:5:247:14 | S1 | -| main.rs:408:13:408:13 | x | | main.rs:246:5:247:14 | S1 | -| main.rs:408:17:408:17 | a | | main.rs:240:5:244:5 | MyPair | -| main.rs:408:17:408:17 | a | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:408:17:408:17 | a | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:408:17:408:23 | a.fst() | | main.rs:246:5:247:14 | S1 | -| main.rs:409:9:409:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:409:18:409:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:409:18:409:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:409:18:409:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:409:18:409:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:409:18:409:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:409:26:409:26 | x | | main.rs:246:5:247:14 | S1 | -| main.rs:410:13:410:13 | y | | main.rs:246:5:247:14 | S1 | -| main.rs:410:17:410:17 | a | | main.rs:240:5:244:5 | MyPair | -| main.rs:410:17:410:17 | a | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:410:17:410:17 | a | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:410:17:410:23 | a.snd() | | main.rs:246:5:247:14 | S1 | -| main.rs:411:9:411:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:411:18:411:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:411:18:411:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:411:18:411:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:411:18:411:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:411:18:411:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:411:26:411:26 | y | | main.rs:246:5:247:14 | S1 | -| main.rs:417:13:417:13 | b | | main.rs:240:5:244:5 | MyPair | -| main.rs:417:13:417:13 | b | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:417:13:417:13 | b | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:417:17:417:41 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:417:17:417:41 | MyPair {...} | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:417:17:417:41 | MyPair {...} | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:417:30:417:31 | S2 | | main.rs:248:5:249:14 | S2 | -| main.rs:417:38:417:39 | S1 | | main.rs:246:5:247:14 | S1 | -| main.rs:418:13:418:13 | x | | main.rs:246:5:247:14 | S1 | -| main.rs:418:17:418:17 | b | | main.rs:240:5:244:5 | MyPair | -| main.rs:418:17:418:17 | b | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:418:17:418:17 | b | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:418:17:418:23 | b.fst() | | main.rs:246:5:247:14 | S1 | -| main.rs:419:9:419:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:419:18:419:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:419:18:419:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:419:18:419:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:419:18:419:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:419:18:419:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:419:26:419:26 | x | | main.rs:246:5:247:14 | S1 | -| main.rs:420:13:420:13 | y | | main.rs:248:5:249:14 | S2 | -| main.rs:420:17:420:17 | b | | main.rs:240:5:244:5 | MyPair | -| main.rs:420:17:420:17 | b | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:420:17:420:17 | b | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:420:17:420:23 | b.snd() | | main.rs:248:5:249:14 | S2 | -| main.rs:421:9:421:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:133:13:133:13 | z | | main.rs:110:5:113:5 | MyThing | +| main.rs:133:17:133:40 | MyThing {...} | | main.rs:110:5:113:5 | MyThing | +| main.rs:133:34:133:38 | false | | {EXTERNAL LOCATION} | bool | +| main.rs:134:13:134:13 | c | | {EXTERNAL LOCATION} | bool | +| main.rs:134:17:134:59 | ...::trait_method(...) | | {EXTERNAL LOCATION} | bool | +| main.rs:134:58:134:58 | z | | main.rs:110:5:113:5 | MyThing | +| main.rs:144:25:144:29 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:144:25:144:29 | SelfParam | TRef | main.rs:142:9:147:9 | Self [trait Foo] | +| main.rs:144:32:146:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:145:17:145:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:145:26:145:31 | "foo!\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:145:26:145:31 | "foo!\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:145:26:145:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:145:26:145:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:145:26:145:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:151:25:151:29 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:151:25:151:29 | SelfParam | TRef | main.rs:149:9:154:9 | Self [trait Bar] | +| main.rs:151:32:153:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:152:17:152:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:152:26:152:31 | "bar!\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:152:26:152:31 | "bar!\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:152:26:152:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:152:26:152:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:152:26:152:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:163:15:184:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:164:13:164:13 | x | | main.rs:156:9:156:21 | X | +| main.rs:164:17:164:17 | X | | main.rs:156:9:156:21 | X | +| main.rs:165:9:168:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:167:13:167:13 | x | | main.rs:156:9:156:21 | X | +| main.rs:167:13:167:24 | x.a_method() | | {EXTERNAL LOCATION} | () | +| main.rs:169:9:172:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:171:13:171:13 | x | | main.rs:156:9:156:21 | X | +| main.rs:171:13:171:24 | x.a_method() | | {EXTERNAL LOCATION} | () | +| main.rs:173:9:176:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:175:13:175:13 | x | | main.rs:156:9:156:21 | X | +| main.rs:175:13:175:24 | x.a_method() | | {EXTERNAL LOCATION} | () | +| main.rs:177:9:183:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:181:13:181:29 | ...::a_method(...) | | {EXTERNAL LOCATION} | () | +| main.rs:181:27:181:28 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:181:27:181:28 | &x | TRef | main.rs:156:9:156:21 | X | +| main.rs:181:28:181:28 | x | | main.rs:156:9:156:21 | X | +| main.rs:182:13:182:29 | ...::a_method(...) | | {EXTERNAL LOCATION} | () | +| main.rs:182:27:182:28 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:182:27:182:28 | &x | TRef | main.rs:156:9:156:21 | X | +| main.rs:182:28:182:28 | x | | main.rs:156:9:156:21 | X | +| main.rs:190:19:190:23 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:190:19:190:23 | SelfParam | TRef | main.rs:188:5:193:5 | Self [trait FirstTrait] | +| main.rs:190:34:192:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:191:13:191:16 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:196:19:196:23 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:196:19:196:23 | SelfParam | TRef | main.rs:194:5:199:5 | Self [trait SecondTrait] | +| main.rs:196:33:198:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:197:13:197:13 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:197:13:197:13 | 1 | | {EXTERNAL LOCATION} | i64 | +| main.rs:204:16:212:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:205:13:205:13 | s | | main.rs:200:5:200:13 | S | +| main.rs:205:17:205:17 | S | | main.rs:200:5:200:13 | S | +| main.rs:207:13:207:15 | _b1 | | {EXTERNAL LOCATION} | bool | +| main.rs:207:19:207:40 | ...::method(...) | | {EXTERNAL LOCATION} | bool | +| main.rs:207:38:207:39 | &s | | {EXTERNAL LOCATION} | & | +| main.rs:207:38:207:39 | &s | TRef | main.rs:200:5:200:13 | S | +| main.rs:207:39:207:39 | s | | main.rs:200:5:200:13 | S | +| main.rs:208:13:208:15 | _b2 | | {EXTERNAL LOCATION} | bool | +| main.rs:208:19:208:47 | ...::method(...) | | {EXTERNAL LOCATION} | bool | +| main.rs:208:45:208:46 | &s | | {EXTERNAL LOCATION} | & | +| main.rs:208:45:208:46 | &s | TRef | main.rs:200:5:200:13 | S | +| main.rs:208:46:208:46 | s | | main.rs:200:5:200:13 | S | +| main.rs:210:13:210:15 | _n1 | | {EXTERNAL LOCATION} | i64 | +| main.rs:210:19:210:41 | ...::method(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:210:39:210:40 | &s | | {EXTERNAL LOCATION} | & | +| main.rs:210:39:210:40 | &s | TRef | main.rs:200:5:200:13 | S | +| main.rs:210:40:210:40 | s | | main.rs:200:5:200:13 | S | +| main.rs:211:13:211:15 | _n2 | | {EXTERNAL LOCATION} | i64 | +| main.rs:211:19:211:48 | ...::method(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:211:46:211:47 | &s | | {EXTERNAL LOCATION} | & | +| main.rs:211:46:211:47 | &s | TRef | main.rs:200:5:200:13 | S | +| main.rs:211:47:211:47 | s | | main.rs:200:5:200:13 | S | +| main.rs:228:15:228:18 | SelfParam | | main.rs:216:5:219:5 | MyThing | +| main.rs:228:15:228:18 | SelfParam | A | main.rs:221:5:222:14 | S1 | +| main.rs:228:27:230:9 | { ... } | | main.rs:221:5:222:14 | S1 | +| main.rs:229:13:229:16 | self | | main.rs:216:5:219:5 | MyThing | +| main.rs:229:13:229:16 | self | A | main.rs:221:5:222:14 | S1 | +| main.rs:229:13:229:18 | self.a | | main.rs:221:5:222:14 | S1 | +| main.rs:235:15:235:18 | SelfParam | | main.rs:216:5:219:5 | MyThing | +| main.rs:235:15:235:18 | SelfParam | A | main.rs:223:5:224:14 | S2 | +| main.rs:235:29:237:9 | { ... } | | main.rs:216:5:219:5 | MyThing | +| main.rs:235:29:237:9 | { ... } | A | main.rs:223:5:224:14 | S2 | +| main.rs:236:13:236:30 | Self {...} | | main.rs:216:5:219:5 | MyThing | +| main.rs:236:13:236:30 | Self {...} | A | main.rs:223:5:224:14 | S2 | +| main.rs:236:23:236:26 | self | | main.rs:216:5:219:5 | MyThing | +| main.rs:236:23:236:26 | self | A | main.rs:223:5:224:14 | S2 | +| main.rs:236:23:236:28 | self.a | | main.rs:223:5:224:14 | S2 | +| main.rs:241:15:241:18 | SelfParam | | main.rs:216:5:219:5 | MyThing | +| main.rs:241:15:241:18 | SelfParam | A | main.rs:240:10:240:10 | T | +| main.rs:241:26:243:9 | { ... } | | main.rs:240:10:240:10 | T | +| main.rs:242:13:242:16 | self | | main.rs:216:5:219:5 | MyThing | +| main.rs:242:13:242:16 | self | A | main.rs:240:10:240:10 | T | +| main.rs:242:13:242:18 | self.a | | main.rs:240:10:240:10 | T | +| main.rs:246:16:262:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:247:13:247:13 | x | | main.rs:216:5:219:5 | MyThing | +| main.rs:247:13:247:13 | x | A | main.rs:221:5:222:14 | S1 | +| main.rs:247:17:247:33 | MyThing {...} | | main.rs:216:5:219:5 | MyThing | +| main.rs:247:17:247:33 | MyThing {...} | A | main.rs:221:5:222:14 | S1 | +| main.rs:247:30:247:31 | S1 | | main.rs:221:5:222:14 | S1 | +| main.rs:248:13:248:13 | y | | main.rs:216:5:219:5 | MyThing | +| main.rs:248:13:248:13 | y | A | main.rs:223:5:224:14 | S2 | +| main.rs:248:17:248:33 | MyThing {...} | | main.rs:216:5:219:5 | MyThing | +| main.rs:248:17:248:33 | MyThing {...} | A | main.rs:223:5:224:14 | S2 | +| main.rs:248:30:248:31 | S2 | | main.rs:223:5:224:14 | S2 | +| main.rs:251:9:251:29 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:251:18:251:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:251:18:251:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:251:18:251:28 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:251:18:251:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:251:18:251:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:251:26:251:26 | x | | main.rs:216:5:219:5 | MyThing | +| main.rs:251:26:251:26 | x | A | main.rs:221:5:222:14 | S1 | +| main.rs:251:26:251:28 | x.a | | main.rs:221:5:222:14 | S1 | +| main.rs:252:9:252:29 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:252:18:252:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:252:18:252:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:252:18:252:28 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:252:18:252:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:252:18:252:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:252:26:252:26 | y | | main.rs:216:5:219:5 | MyThing | +| main.rs:252:26:252:26 | y | A | main.rs:223:5:224:14 | S2 | +| main.rs:252:26:252:28 | y.a | | main.rs:223:5:224:14 | S2 | +| main.rs:254:9:254:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:254:18:254:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:254:18:254:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:254:18:254:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:254:18:254:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:254:18:254:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:254:26:254:26 | x | | main.rs:216:5:219:5 | MyThing | +| main.rs:254:26:254:26 | x | A | main.rs:221:5:222:14 | S1 | +| main.rs:254:26:254:31 | x.m1() | | main.rs:221:5:222:14 | S1 | +| main.rs:255:9:255:34 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:255:18:255:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:255:18:255:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:255:18:255:33 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:255:18:255:33 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:255:18:255:33 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:255:26:255:26 | y | | main.rs:216:5:219:5 | MyThing | +| main.rs:255:26:255:26 | y | A | main.rs:223:5:224:14 | S2 | +| main.rs:255:26:255:31 | y.m1() | | main.rs:216:5:219:5 | MyThing | +| main.rs:255:26:255:31 | y.m1() | A | main.rs:223:5:224:14 | S2 | +| main.rs:255:26:255:33 | ... .a | | main.rs:223:5:224:14 | S2 | +| main.rs:257:13:257:13 | x | | main.rs:216:5:219:5 | MyThing | +| main.rs:257:13:257:13 | x | A | main.rs:221:5:222:14 | S1 | +| main.rs:257:17:257:33 | MyThing {...} | | main.rs:216:5:219:5 | MyThing | +| main.rs:257:17:257:33 | MyThing {...} | A | main.rs:221:5:222:14 | S1 | +| main.rs:257:30:257:31 | S1 | | main.rs:221:5:222:14 | S1 | +| main.rs:258:13:258:13 | y | | main.rs:216:5:219:5 | MyThing | +| main.rs:258:13:258:13 | y | A | main.rs:223:5:224:14 | S2 | +| main.rs:258:17:258:33 | MyThing {...} | | main.rs:216:5:219:5 | MyThing | +| main.rs:258:17:258:33 | MyThing {...} | A | main.rs:223:5:224:14 | S2 | +| main.rs:258:30:258:31 | S2 | | main.rs:223:5:224:14 | S2 | +| main.rs:260:9:260:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:260:18:260:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:260:18:260:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:260:18:260:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:260:18:260:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:260:18:260:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:260:26:260:26 | x | | main.rs:216:5:219:5 | MyThing | +| main.rs:260:26:260:26 | x | A | main.rs:221:5:222:14 | S1 | +| main.rs:260:26:260:31 | x.m2() | | main.rs:221:5:222:14 | S1 | +| main.rs:261:9:261:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:261:18:261:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:261:18:261:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:261:18:261:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:261:18:261:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:261:18:261:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:261:26:261:26 | y | | main.rs:216:5:219:5 | MyThing | +| main.rs:261:26:261:26 | y | A | main.rs:223:5:224:14 | S2 | +| main.rs:261:26:261:31 | y.m2() | | main.rs:223:5:224:14 | S2 | +| main.rs:285:15:285:18 | SelfParam | | main.rs:284:5:293:5 | Self [trait MyTrait] | +| main.rs:287:15:287:18 | SelfParam | | main.rs:284:5:293:5 | Self [trait MyTrait] | +| main.rs:290:9:292:9 | { ... } | | main.rs:284:5:293:5 | Self [trait MyTrait] | +| main.rs:291:13:291:16 | self | | main.rs:284:5:293:5 | Self [trait MyTrait] | +| main.rs:297:16:297:19 | SelfParam | | main.rs:295:5:300:5 | Self [trait MyProduct] | +| main.rs:299:16:299:19 | SelfParam | | main.rs:295:5:300:5 | Self [trait MyProduct] | +| main.rs:302:43:302:43 | x | | main.rs:302:26:302:40 | T2 | +| main.rs:302:56:304:5 | { ... } | | main.rs:302:22:302:23 | T1 | +| main.rs:303:9:303:9 | x | | main.rs:302:26:302:40 | T2 | +| main.rs:303:9:303:14 | x.m1() | | main.rs:302:22:302:23 | T1 | +| main.rs:308:15:308:18 | SelfParam | | main.rs:266:5:269:5 | MyThing | +| main.rs:308:15:308:18 | SelfParam | A | main.rs:277:5:278:14 | S1 | +| main.rs:308:27:310:9 | { ... } | | main.rs:277:5:278:14 | S1 | +| main.rs:309:13:309:16 | self | | main.rs:266:5:269:5 | MyThing | +| main.rs:309:13:309:16 | self | A | main.rs:277:5:278:14 | S1 | +| main.rs:309:13:309:18 | self.a | | main.rs:277:5:278:14 | S1 | +| main.rs:315:15:315:18 | SelfParam | | main.rs:266:5:269:5 | MyThing | +| main.rs:315:15:315:18 | SelfParam | A | main.rs:279:5:280:14 | S2 | +| main.rs:315:29:317:9 | { ... } | | main.rs:266:5:269:5 | MyThing | +| main.rs:315:29:317:9 | { ... } | A | main.rs:279:5:280:14 | S2 | +| main.rs:316:13:316:30 | Self {...} | | main.rs:266:5:269:5 | MyThing | +| main.rs:316:13:316:30 | Self {...} | A | main.rs:279:5:280:14 | S2 | +| main.rs:316:23:316:26 | self | | main.rs:266:5:269:5 | MyThing | +| main.rs:316:23:316:26 | self | A | main.rs:279:5:280:14 | S2 | +| main.rs:316:23:316:28 | self.a | | main.rs:279:5:280:14 | S2 | +| main.rs:327:15:327:18 | SelfParam | | main.rs:266:5:269:5 | MyThing | +| main.rs:327:15:327:18 | SelfParam | A | main.rs:281:5:282:14 | S3 | +| main.rs:327:27:329:9 | { ... } | | main.rs:322:10:322:11 | TD | +| main.rs:328:13:328:25 | ...::default(...) | | main.rs:322:10:322:11 | TD | +| main.rs:334:15:334:18 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:334:15:334:18 | SelfParam | P1 | main.rs:332:10:332:10 | I | +| main.rs:334:15:334:18 | SelfParam | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:334:26:336:9 | { ... } | | main.rs:332:10:332:10 | I | +| main.rs:335:13:335:16 | self | | main.rs:271:5:275:5 | MyPair | +| main.rs:335:13:335:16 | self | P1 | main.rs:332:10:332:10 | I | +| main.rs:335:13:335:16 | self | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:335:13:335:19 | self.p1 | | main.rs:332:10:332:10 | I | +| main.rs:341:15:341:18 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:341:15:341:18 | SelfParam | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:341:15:341:18 | SelfParam | P2 | main.rs:279:5:280:14 | S2 | +| main.rs:341:27:343:9 | { ... } | | main.rs:281:5:282:14 | S3 | +| main.rs:342:13:342:14 | S3 | | main.rs:281:5:282:14 | S3 | +| main.rs:348:15:348:18 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:348:15:348:18 | SelfParam | P1 | main.rs:266:5:269:5 | MyThing | +| main.rs:348:15:348:18 | SelfParam | P1.A | main.rs:346:10:346:11 | TT | +| main.rs:348:15:348:18 | SelfParam | P2 | main.rs:281:5:282:14 | S3 | +| main.rs:348:27:351:9 | { ... } | | main.rs:346:10:346:11 | TT | +| main.rs:349:17:349:21 | alpha | | main.rs:266:5:269:5 | MyThing | +| main.rs:349:17:349:21 | alpha | A | main.rs:346:10:346:11 | TT | +| main.rs:349:25:349:28 | self | | main.rs:271:5:275:5 | MyPair | +| main.rs:349:25:349:28 | self | P1 | main.rs:266:5:269:5 | MyThing | +| main.rs:349:25:349:28 | self | P1.A | main.rs:346:10:346:11 | TT | +| main.rs:349:25:349:28 | self | P2 | main.rs:281:5:282:14 | S3 | +| main.rs:349:25:349:31 | self.p1 | | main.rs:266:5:269:5 | MyThing | +| main.rs:349:25:349:31 | self.p1 | A | main.rs:346:10:346:11 | TT | +| main.rs:350:13:350:17 | alpha | | main.rs:266:5:269:5 | MyThing | +| main.rs:350:13:350:17 | alpha | A | main.rs:346:10:346:11 | TT | +| main.rs:350:13:350:19 | alpha.a | | main.rs:346:10:346:11 | TT | +| main.rs:357:16:357:19 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:357:16:357:19 | SelfParam | P1 | main.rs:355:10:355:10 | A | +| main.rs:357:16:357:19 | SelfParam | P2 | main.rs:355:10:355:10 | A | +| main.rs:357:27:359:9 | { ... } | | main.rs:355:10:355:10 | A | +| main.rs:358:13:358:16 | self | | main.rs:271:5:275:5 | MyPair | +| main.rs:358:13:358:16 | self | P1 | main.rs:355:10:355:10 | A | +| main.rs:358:13:358:16 | self | P2 | main.rs:355:10:355:10 | A | +| main.rs:358:13:358:19 | self.p1 | | main.rs:355:10:355:10 | A | +| main.rs:362:16:362:19 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:362:16:362:19 | SelfParam | P1 | main.rs:355:10:355:10 | A | +| main.rs:362:16:362:19 | SelfParam | P2 | main.rs:355:10:355:10 | A | +| main.rs:362:27:364:9 | { ... } | | main.rs:355:10:355:10 | A | +| main.rs:363:13:363:16 | self | | main.rs:271:5:275:5 | MyPair | +| main.rs:363:13:363:16 | self | P1 | main.rs:355:10:355:10 | A | +| main.rs:363:13:363:16 | self | P2 | main.rs:355:10:355:10 | A | +| main.rs:363:13:363:19 | self.p2 | | main.rs:355:10:355:10 | A | +| main.rs:370:16:370:19 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:370:16:370:19 | SelfParam | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:370:16:370:19 | SelfParam | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:370:28:372:9 | { ... } | | main.rs:277:5:278:14 | S1 | +| main.rs:371:13:371:16 | self | | main.rs:271:5:275:5 | MyPair | +| main.rs:371:13:371:16 | self | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:371:13:371:16 | self | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:371:13:371:19 | self.p2 | | main.rs:277:5:278:14 | S1 | +| main.rs:375:16:375:19 | SelfParam | | main.rs:271:5:275:5 | MyPair | +| main.rs:375:16:375:19 | SelfParam | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:375:16:375:19 | SelfParam | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:375:28:377:9 | { ... } | | main.rs:279:5:280:14 | S2 | +| main.rs:376:13:376:16 | self | | main.rs:271:5:275:5 | MyPair | +| main.rs:376:13:376:16 | self | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:376:13:376:16 | self | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:376:13:376:19 | self.p1 | | main.rs:279:5:280:14 | S2 | +| main.rs:380:46:380:46 | p | | main.rs:380:24:380:43 | P | +| main.rs:380:58:382:5 | { ... } | | main.rs:380:16:380:17 | V1 | +| main.rs:381:9:381:9 | p | | main.rs:380:24:380:43 | P | +| main.rs:381:9:381:15 | p.fst() | | main.rs:380:16:380:17 | V1 | +| main.rs:384:46:384:46 | p | | main.rs:384:24:384:43 | P | +| main.rs:384:58:386:5 | { ... } | | main.rs:384:20:384:21 | V2 | +| main.rs:385:9:385:9 | p | | main.rs:384:24:384:43 | P | +| main.rs:385:9:385:15 | p.snd() | | main.rs:384:20:384:21 | V2 | +| main.rs:388:54:388:54 | p | | main.rs:271:5:275:5 | MyPair | +| main.rs:388:54:388:54 | p | P1 | main.rs:388:20:388:21 | V0 | +| main.rs:388:54:388:54 | p | P2 | main.rs:388:32:388:51 | P | +| main.rs:388:78:390:5 | { ... } | | main.rs:388:24:388:25 | V1 | +| main.rs:389:9:389:9 | p | | main.rs:271:5:275:5 | MyPair | +| main.rs:389:9:389:9 | p | P1 | main.rs:388:20:388:21 | V0 | +| main.rs:389:9:389:9 | p | P2 | main.rs:388:32:388:51 | P | +| main.rs:389:9:389:12 | p.p2 | | main.rs:388:32:388:51 | P | +| main.rs:389:9:389:18 | ... .fst() | | main.rs:388:24:388:25 | V1 | +| main.rs:394:23:394:26 | SelfParam | | main.rs:392:5:395:5 | Self [trait ConvertTo] | +| main.rs:399:23:399:26 | SelfParam | | main.rs:397:10:397:23 | T | +| main.rs:399:35:401:9 | { ... } | | main.rs:277:5:278:14 | S1 | +| main.rs:400:13:400:16 | self | | main.rs:397:10:397:23 | T | +| main.rs:400:13:400:21 | self.m1() | | main.rs:277:5:278:14 | S1 | +| main.rs:404:41:404:45 | thing | | main.rs:404:23:404:38 | T | +| main.rs:404:57:406:5 | { ... } | | main.rs:404:19:404:20 | TS | +| main.rs:405:9:405:13 | thing | | main.rs:404:23:404:38 | T | +| main.rs:405:9:405:26 | thing.convert_to() | | main.rs:404:19:404:20 | TS | +| main.rs:408:56:408:60 | thing | | main.rs:408:39:408:53 | TP | +| main.rs:408:73:411:5 | { ... } | | main.rs:277:5:278:14 | S1 | +| main.rs:410:9:410:13 | thing | | main.rs:408:39:408:53 | TP | +| main.rs:410:9:410:26 | thing.convert_to() | | main.rs:277:5:278:14 | S1 | +| main.rs:413:16:484:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:414:13:414:20 | thing_s1 | | main.rs:266:5:269:5 | MyThing | +| main.rs:414:13:414:20 | thing_s1 | A | main.rs:277:5:278:14 | S1 | +| main.rs:414:24:414:40 | MyThing {...} | | main.rs:266:5:269:5 | MyThing | +| main.rs:414:24:414:40 | MyThing {...} | A | main.rs:277:5:278:14 | S1 | +| main.rs:414:37:414:38 | S1 | | main.rs:277:5:278:14 | S1 | +| main.rs:415:13:415:20 | thing_s2 | | main.rs:266:5:269:5 | MyThing | +| main.rs:415:13:415:20 | thing_s2 | A | main.rs:279:5:280:14 | S2 | +| main.rs:415:24:415:40 | MyThing {...} | | main.rs:266:5:269:5 | MyThing | +| main.rs:415:24:415:40 | MyThing {...} | A | main.rs:279:5:280:14 | S2 | +| main.rs:415:37:415:38 | S2 | | main.rs:279:5:280:14 | S2 | +| main.rs:416:13:416:20 | thing_s3 | | main.rs:266:5:269:5 | MyThing | +| main.rs:416:13:416:20 | thing_s3 | A | main.rs:281:5:282:14 | S3 | +| main.rs:416:24:416:40 | MyThing {...} | | main.rs:266:5:269:5 | MyThing | +| main.rs:416:24:416:40 | MyThing {...} | A | main.rs:281:5:282:14 | S3 | +| main.rs:416:37:416:38 | S3 | | main.rs:281:5:282:14 | S3 | +| main.rs:420:9:420:39 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:420:18:420:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:420:18:420:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:420:18:420:38 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:420:18:420:38 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:420:18:420:38 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:420:26:420:33 | thing_s1 | | main.rs:266:5:269:5 | MyThing | +| main.rs:420:26:420:33 | thing_s1 | A | main.rs:277:5:278:14 | S1 | +| main.rs:420:26:420:38 | thing_s1.m1() | | main.rs:277:5:278:14 | S1 | +| main.rs:421:9:421:41 | MacroExpr | | {EXTERNAL LOCATION} | () | | main.rs:421:18:421:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:421:18:421:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:421:18:421:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:421:18:421:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:421:18:421:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:421:26:421:26 | y | | main.rs:248:5:249:14 | S2 | -| main.rs:425:13:425:13 | x | | main.rs:246:5:247:14 | S1 | -| main.rs:425:17:425:39 | call_trait_m1(...) | | main.rs:246:5:247:14 | S1 | -| main.rs:425:31:425:38 | thing_s1 | | main.rs:235:5:238:5 | MyThing | -| main.rs:425:31:425:38 | thing_s1 | A | main.rs:246:5:247:14 | S1 | -| main.rs:426:9:426:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:421:18:421:40 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:421:18:421:40 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:421:18:421:40 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:421:26:421:33 | thing_s2 | | main.rs:266:5:269:5 | MyThing | +| main.rs:421:26:421:33 | thing_s2 | A | main.rs:279:5:280:14 | S2 | +| main.rs:421:26:421:38 | thing_s2.m1() | | main.rs:266:5:269:5 | MyThing | +| main.rs:421:26:421:38 | thing_s2.m1() | A | main.rs:279:5:280:14 | S2 | +| main.rs:421:26:421:40 | ... .a | | main.rs:279:5:280:14 | S2 | +| main.rs:422:13:422:14 | s3 | | main.rs:281:5:282:14 | S3 | +| main.rs:422:22:422:29 | thing_s3 | | main.rs:266:5:269:5 | MyThing | +| main.rs:422:22:422:29 | thing_s3 | A | main.rs:281:5:282:14 | S3 | +| main.rs:422:22:422:34 | thing_s3.m1() | | main.rs:281:5:282:14 | S3 | +| main.rs:423:9:423:28 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:423:18:423:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:423:18:423:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:423:18:423:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:423:18:423:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:423:18:423:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:423:26:423:27 | s3 | | main.rs:281:5:282:14 | S3 | +| main.rs:425:13:425:14 | p1 | | main.rs:271:5:275:5 | MyPair | +| main.rs:425:13:425:14 | p1 | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:425:13:425:14 | p1 | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:425:18:425:42 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:425:18:425:42 | MyPair {...} | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:425:18:425:42 | MyPair {...} | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:425:31:425:32 | S1 | | main.rs:277:5:278:14 | S1 | +| main.rs:425:39:425:40 | S1 | | main.rs:277:5:278:14 | S1 | +| main.rs:426:9:426:33 | MacroExpr | | {EXTERNAL LOCATION} | () | | main.rs:426:18:426:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:426:18:426:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:426:18:426:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:426:18:426:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:426:18:426:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:426:26:426:26 | x | | main.rs:246:5:247:14 | S1 | -| main.rs:427:13:427:13 | y | | main.rs:235:5:238:5 | MyThing | -| main.rs:427:13:427:13 | y | A | main.rs:248:5:249:14 | S2 | -| main.rs:427:17:427:39 | call_trait_m1(...) | | main.rs:235:5:238:5 | MyThing | -| main.rs:427:17:427:39 | call_trait_m1(...) | A | main.rs:248:5:249:14 | S2 | -| main.rs:427:31:427:38 | thing_s2 | | main.rs:235:5:238:5 | MyThing | -| main.rs:427:31:427:38 | thing_s2 | A | main.rs:248:5:249:14 | S2 | -| main.rs:428:9:428:29 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:428:18:428:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:428:18:428:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:428:18:428:28 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:428:18:428:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:428:18:428:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:428:26:428:26 | y | | main.rs:235:5:238:5 | MyThing | -| main.rs:428:26:428:26 | y | A | main.rs:248:5:249:14 | S2 | -| main.rs:428:26:428:28 | y.a | | main.rs:248:5:249:14 | S2 | -| main.rs:431:13:431:13 | a | | main.rs:240:5:244:5 | MyPair | -| main.rs:431:13:431:13 | a | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:431:13:431:13 | a | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:431:17:431:41 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:431:17:431:41 | MyPair {...} | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:431:17:431:41 | MyPair {...} | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:431:30:431:31 | S1 | | main.rs:246:5:247:14 | S1 | -| main.rs:431:38:431:39 | S1 | | main.rs:246:5:247:14 | S1 | -| main.rs:432:13:432:13 | x | | main.rs:246:5:247:14 | S1 | -| main.rs:432:17:432:26 | get_fst(...) | | main.rs:246:5:247:14 | S1 | -| main.rs:432:25:432:25 | a | | main.rs:240:5:244:5 | MyPair | -| main.rs:432:25:432:25 | a | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:432:25:432:25 | a | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:433:9:433:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:433:18:433:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:433:18:433:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:433:18:433:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:433:18:433:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:433:18:433:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:433:26:433:26 | x | | main.rs:246:5:247:14 | S1 | -| main.rs:434:13:434:13 | y | | main.rs:246:5:247:14 | S1 | -| main.rs:434:17:434:26 | get_snd(...) | | main.rs:246:5:247:14 | S1 | -| main.rs:434:25:434:25 | a | | main.rs:240:5:244:5 | MyPair | -| main.rs:434:25:434:25 | a | P1 | main.rs:246:5:247:14 | S1 | -| main.rs:434:25:434:25 | a | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:435:9:435:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:426:18:426:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:426:18:426:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:426:18:426:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:426:26:426:27 | p1 | | main.rs:271:5:275:5 | MyPair | +| main.rs:426:26:426:27 | p1 | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:426:26:426:27 | p1 | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:426:26:426:32 | p1.m1() | | main.rs:277:5:278:14 | S1 | +| main.rs:428:13:428:14 | p2 | | main.rs:271:5:275:5 | MyPair | +| main.rs:428:13:428:14 | p2 | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:428:13:428:14 | p2 | P2 | main.rs:279:5:280:14 | S2 | +| main.rs:428:18:428:42 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:428:18:428:42 | MyPair {...} | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:428:18:428:42 | MyPair {...} | P2 | main.rs:279:5:280:14 | S2 | +| main.rs:428:31:428:32 | S1 | | main.rs:277:5:278:14 | S1 | +| main.rs:428:39:428:40 | S2 | | main.rs:279:5:280:14 | S2 | +| main.rs:429:9:429:33 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:429:18:429:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:429:18:429:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:429:18:429:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:429:18:429:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:429:18:429:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:429:26:429:27 | p2 | | main.rs:271:5:275:5 | MyPair | +| main.rs:429:26:429:27 | p2 | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:429:26:429:27 | p2 | P2 | main.rs:279:5:280:14 | S2 | +| main.rs:429:26:429:32 | p2.m1() | | main.rs:281:5:282:14 | S3 | +| main.rs:431:13:431:14 | p3 | | main.rs:271:5:275:5 | MyPair | +| main.rs:431:13:431:14 | p3 | P1 | main.rs:266:5:269:5 | MyThing | +| main.rs:431:13:431:14 | p3 | P1.A | main.rs:277:5:278:14 | S1 | +| main.rs:431:13:431:14 | p3 | P2 | main.rs:281:5:282:14 | S3 | +| main.rs:431:18:434:9 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:431:18:434:9 | MyPair {...} | P1 | main.rs:266:5:269:5 | MyThing | +| main.rs:431:18:434:9 | MyPair {...} | P1.A | main.rs:277:5:278:14 | S1 | +| main.rs:431:18:434:9 | MyPair {...} | P2 | main.rs:281:5:282:14 | S3 | +| main.rs:432:17:432:33 | MyThing {...} | | main.rs:266:5:269:5 | MyThing | +| main.rs:432:17:432:33 | MyThing {...} | A | main.rs:277:5:278:14 | S1 | +| main.rs:432:30:432:31 | S1 | | main.rs:277:5:278:14 | S1 | +| main.rs:433:17:433:18 | S3 | | main.rs:281:5:282:14 | S3 | +| main.rs:435:9:435:33 | MacroExpr | | {EXTERNAL LOCATION} | () | | main.rs:435:18:435:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:435:18:435:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:435:18:435:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:435:18:435:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:435:18:435:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:435:26:435:26 | y | | main.rs:246:5:247:14 | S1 | -| main.rs:438:13:438:13 | b | | main.rs:240:5:244:5 | MyPair | -| main.rs:438:13:438:13 | b | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:438:13:438:13 | b | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:438:17:438:41 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:438:17:438:41 | MyPair {...} | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:438:17:438:41 | MyPair {...} | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:438:30:438:31 | S2 | | main.rs:248:5:249:14 | S2 | -| main.rs:438:38:438:39 | S1 | | main.rs:246:5:247:14 | S1 | -| main.rs:439:13:439:13 | x | | main.rs:246:5:247:14 | S1 | -| main.rs:439:17:439:26 | get_fst(...) | | main.rs:246:5:247:14 | S1 | -| main.rs:439:25:439:25 | b | | main.rs:240:5:244:5 | MyPair | -| main.rs:439:25:439:25 | b | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:439:25:439:25 | b | P2 | main.rs:246:5:247:14 | S1 | +| main.rs:435:18:435:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:435:18:435:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:435:18:435:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:435:26:435:27 | p3 | | main.rs:271:5:275:5 | MyPair | +| main.rs:435:26:435:27 | p3 | P1 | main.rs:266:5:269:5 | MyThing | +| main.rs:435:26:435:27 | p3 | P1.A | main.rs:277:5:278:14 | S1 | +| main.rs:435:26:435:27 | p3 | P2 | main.rs:281:5:282:14 | S3 | +| main.rs:435:26:435:32 | p3.m1() | | main.rs:277:5:278:14 | S1 | +| main.rs:438:13:438:13 | a | | main.rs:271:5:275:5 | MyPair | +| main.rs:438:13:438:13 | a | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:438:13:438:13 | a | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:438:17:438:41 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:438:17:438:41 | MyPair {...} | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:438:17:438:41 | MyPair {...} | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:438:30:438:31 | S1 | | main.rs:277:5:278:14 | S1 | +| main.rs:438:38:438:39 | S1 | | main.rs:277:5:278:14 | S1 | +| main.rs:439:13:439:13 | x | | main.rs:277:5:278:14 | S1 | +| main.rs:439:17:439:17 | a | | main.rs:271:5:275:5 | MyPair | +| main.rs:439:17:439:17 | a | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:439:17:439:17 | a | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:439:17:439:23 | a.fst() | | main.rs:277:5:278:14 | S1 | | main.rs:440:9:440:27 | MacroExpr | | {EXTERNAL LOCATION} | () | | main.rs:440:18:440:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:440:18:440:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | | main.rs:440:18:440:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | | main.rs:440:18:440:26 | { ... } | | {EXTERNAL LOCATION} | () | | main.rs:440:18:440:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:440:26:440:26 | x | | main.rs:246:5:247:14 | S1 | -| main.rs:441:13:441:13 | y | | main.rs:248:5:249:14 | S2 | -| main.rs:441:17:441:26 | get_snd(...) | | main.rs:248:5:249:14 | S2 | -| main.rs:441:25:441:25 | b | | main.rs:240:5:244:5 | MyPair | -| main.rs:441:25:441:25 | b | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:441:25:441:25 | b | P2 | main.rs:246:5:247:14 | S1 | +| main.rs:440:26:440:26 | x | | main.rs:277:5:278:14 | S1 | +| main.rs:441:13:441:13 | y | | main.rs:277:5:278:14 | S1 | +| main.rs:441:17:441:17 | a | | main.rs:271:5:275:5 | MyPair | +| main.rs:441:17:441:17 | a | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:441:17:441:17 | a | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:441:17:441:23 | a.snd() | | main.rs:277:5:278:14 | S1 | | main.rs:442:9:442:27 | MacroExpr | | {EXTERNAL LOCATION} | () | | main.rs:442:18:442:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:442:18:442:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | | main.rs:442:18:442:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | | main.rs:442:18:442:26 | { ... } | | {EXTERNAL LOCATION} | () | | main.rs:442:18:442:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:442:26:442:26 | y | | main.rs:248:5:249:14 | S2 | -| main.rs:444:13:444:13 | c | | main.rs:240:5:244:5 | MyPair | -| main.rs:444:13:444:13 | c | P1 | main.rs:250:5:251:14 | S3 | -| main.rs:444:13:444:13 | c | P2 | main.rs:240:5:244:5 | MyPair | -| main.rs:444:13:444:13 | c | P2.P1 | main.rs:248:5:249:14 | S2 | -| main.rs:444:13:444:13 | c | P2.P2 | main.rs:246:5:247:14 | S1 | -| main.rs:444:17:447:9 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:444:17:447:9 | MyPair {...} | P1 | main.rs:250:5:251:14 | S3 | -| main.rs:444:17:447:9 | MyPair {...} | P2 | main.rs:240:5:244:5 | MyPair | -| main.rs:444:17:447:9 | MyPair {...} | P2.P1 | main.rs:248:5:249:14 | S2 | -| main.rs:444:17:447:9 | MyPair {...} | P2.P2 | main.rs:246:5:247:14 | S1 | -| main.rs:445:17:445:18 | S3 | | main.rs:250:5:251:14 | S3 | -| main.rs:446:17:446:41 | MyPair {...} | | main.rs:240:5:244:5 | MyPair | -| main.rs:446:17:446:41 | MyPair {...} | P1 | main.rs:248:5:249:14 | S2 | -| main.rs:446:17:446:41 | MyPair {...} | P2 | main.rs:246:5:247:14 | S1 | -| main.rs:446:30:446:31 | S2 | | main.rs:248:5:249:14 | S2 | -| main.rs:446:38:446:39 | S1 | | main.rs:246:5:247:14 | S1 | -| main.rs:448:13:448:13 | x | | main.rs:246:5:247:14 | S1 | -| main.rs:448:17:448:30 | get_snd_fst(...) | | main.rs:246:5:247:14 | S1 | -| main.rs:448:29:448:29 | c | | main.rs:240:5:244:5 | MyPair | -| main.rs:448:29:448:29 | c | P1 | main.rs:250:5:251:14 | S3 | -| main.rs:448:29:448:29 | c | P2 | main.rs:240:5:244:5 | MyPair | -| main.rs:448:29:448:29 | c | P2.P1 | main.rs:248:5:249:14 | S2 | -| main.rs:448:29:448:29 | c | P2.P2 | main.rs:246:5:247:14 | S1 | -| main.rs:450:13:450:17 | thing | | main.rs:235:5:238:5 | MyThing | -| main.rs:450:13:450:17 | thing | A | main.rs:246:5:247:14 | S1 | -| main.rs:450:21:450:37 | MyThing {...} | | main.rs:235:5:238:5 | MyThing | -| main.rs:450:21:450:37 | MyThing {...} | A | main.rs:246:5:247:14 | S1 | -| main.rs:450:34:450:35 | S1 | | main.rs:246:5:247:14 | S1 | -| main.rs:451:13:451:13 | i | | main.rs:246:5:247:14 | S1 | -| main.rs:451:17:451:21 | thing | | main.rs:235:5:238:5 | MyThing | -| main.rs:451:17:451:21 | thing | A | main.rs:246:5:247:14 | S1 | -| main.rs:451:17:451:34 | thing.convert_to() | | main.rs:246:5:247:14 | S1 | -| main.rs:452:28:452:32 | thing | | main.rs:235:5:238:5 | MyThing | -| main.rs:452:28:452:32 | thing | A | main.rs:246:5:247:14 | S1 | -| main.rs:461:26:461:29 | SelfParam | | main.rs:460:5:464:5 | Self [trait OverlappingTrait] | -| main.rs:463:28:463:31 | SelfParam | | main.rs:460:5:464:5 | Self [trait OverlappingTrait] | -| main.rs:463:34:463:35 | s1 | | main.rs:457:5:458:14 | S1 | -| main.rs:468:26:468:29 | SelfParam | | main.rs:457:5:458:14 | S1 | -| main.rs:468:38:470:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:469:13:469:14 | S1 | | main.rs:457:5:458:14 | S1 | -| main.rs:473:28:473:31 | SelfParam | | main.rs:457:5:458:14 | S1 | -| main.rs:473:34:473:35 | s1 | | main.rs:457:5:458:14 | S1 | -| main.rs:473:48:475:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:474:13:474:14 | S1 | | main.rs:457:5:458:14 | S1 | -| main.rs:480:26:480:29 | SelfParam | | main.rs:457:5:458:14 | S1 | -| main.rs:480:38:482:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:481:13:481:16 | self | | main.rs:457:5:458:14 | S1 | -| main.rs:485:28:485:31 | SelfParam | | main.rs:457:5:458:14 | S1 | -| main.rs:485:40:487:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:486:13:486:16 | self | | main.rs:457:5:458:14 | S1 | -| main.rs:494:26:494:29 | SelfParam | | main.rs:490:5:490:22 | S2 | -| main.rs:494:26:494:29 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | -| main.rs:494:38:496:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:495:13:495:14 | S1 | | main.rs:457:5:458:14 | S1 | -| main.rs:499:28:499:31 | SelfParam | | main.rs:490:5:490:22 | S2 | -| main.rs:499:28:499:31 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | -| main.rs:499:40:501:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:500:13:500:14 | S1 | | main.rs:457:5:458:14 | S1 | -| main.rs:506:26:506:29 | SelfParam | | main.rs:490:5:490:22 | S2 | -| main.rs:506:26:506:29 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | -| main.rs:506:38:508:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:507:13:507:14 | S1 | | main.rs:457:5:458:14 | S1 | -| main.rs:511:28:511:31 | SelfParam | | main.rs:490:5:490:22 | S2 | -| main.rs:511:28:511:31 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | -| main.rs:511:34:511:35 | s1 | | main.rs:457:5:458:14 | S1 | -| main.rs:511:48:513:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:512:13:512:14 | S1 | | main.rs:457:5:458:14 | S1 | -| main.rs:518:26:518:29 | SelfParam | | main.rs:490:5:490:22 | S2 | -| main.rs:518:26:518:29 | SelfParam | T2 | main.rs:457:5:458:14 | S1 | -| main.rs:518:38:520:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:519:13:519:14 | S1 | | main.rs:457:5:458:14 | S1 | -| main.rs:523:28:523:31 | SelfParam | | main.rs:490:5:490:22 | S2 | -| main.rs:523:28:523:31 | SelfParam | T2 | main.rs:457:5:458:14 | S1 | -| main.rs:523:34:523:35 | s1 | | main.rs:457:5:458:14 | S1 | -| main.rs:523:48:525:9 | { ... } | | main.rs:457:5:458:14 | S1 | -| main.rs:524:13:524:14 | S1 | | main.rs:457:5:458:14 | S1 | -| main.rs:532:14:532:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:532:14:532:18 | SelfParam | TRef | main.rs:531:5:533:5 | Self [trait OverlappingTrait2] | -| main.rs:532:21:532:21 | x | | {EXTERNAL LOCATION} | & | -| main.rs:532:21:532:21 | x | TRef | main.rs:531:29:531:29 | T | -| main.rs:537:14:537:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:537:14:537:18 | SelfParam | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:537:14:537:18 | SelfParam | TRef.T3 | main.rs:535:10:535:10 | T | -| main.rs:537:21:537:21 | x | | {EXTERNAL LOCATION} | & | -| main.rs:537:21:537:21 | x | TRef | main.rs:535:10:535:10 | T | -| main.rs:537:37:539:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:537:37:539:9 | { ... } | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:537:37:539:9 | { ... } | TRef.T3 | main.rs:535:10:535:10 | T | -| main.rs:538:13:538:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:538:13:538:16 | self | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:538:13:538:16 | self | TRef.T3 | main.rs:535:10:535:10 | T | -| main.rs:544:14:544:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:544:14:544:18 | SelfParam | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:544:14:544:18 | SelfParam | TRef.T3 | main.rs:542:10:542:10 | T | -| main.rs:544:21:544:21 | x | | main.rs:542:10:542:10 | T | -| main.rs:544:36:546:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:544:36:546:9 | { ... } | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:544:36:546:9 | { ... } | TRef.T3 | main.rs:542:10:542:10 | T | -| main.rs:545:13:545:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:545:13:545:16 | self | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:545:13:545:16 | self | TRef.T3 | main.rs:542:10:542:10 | T | -| main.rs:551:14:551:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:551:14:551:18 | SelfParam | TRef | main.rs:549:5:552:5 | Self [trait MyTrait1] | -| main.rs:551:21:551:22 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:561:14:561:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:561:14:561:18 | SelfParam | TRef | main.rs:556:5:557:14 | S4 | -| main.rs:561:21:561:22 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:571:14:571:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:571:14:571:18 | SelfParam | TRef | main.rs:566:5:567:22 | S5 | -| main.rs:571:14:571:18 | SelfParam | TRef.T5 | {EXTERNAL LOCATION} | i32 | -| main.rs:571:21:571:22 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:580:16:606:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:581:13:581:13 | x | | main.rs:457:5:458:14 | S1 | -| main.rs:581:17:581:18 | S1 | | main.rs:457:5:458:14 | S1 | -| main.rs:582:9:582:43 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:582:18:582:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:582:18:582:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:582:18:582:42 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:582:18:582:42 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:582:18:582:42 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:582:26:582:26 | x | | main.rs:457:5:458:14 | S1 | -| main.rs:582:26:582:42 | x.common_method() | | main.rs:457:5:458:14 | S1 | -| main.rs:583:9:583:46 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:583:18:583:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:583:18:583:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:583:18:583:45 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:583:18:583:45 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:583:18:583:45 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:583:26:583:45 | ...::common_method(...) | | main.rs:457:5:458:14 | S1 | -| main.rs:583:44:583:44 | x | | main.rs:457:5:458:14 | S1 | -| main.rs:584:9:584:45 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:584:18:584:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:584:18:584:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:584:18:584:44 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:584:18:584:44 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:584:18:584:44 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:584:26:584:26 | x | | main.rs:457:5:458:14 | S1 | -| main.rs:584:26:584:44 | x.common_method_2() | | main.rs:457:5:458:14 | S1 | -| main.rs:585:9:585:48 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:585:18:585:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:585:18:585:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:585:18:585:47 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:585:18:585:47 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:585:18:585:47 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:585:26:585:47 | ...::common_method_2(...) | | main.rs:457:5:458:14 | S1 | -| main.rs:585:46:585:46 | x | | main.rs:457:5:458:14 | S1 | -| main.rs:587:13:587:13 | y | | main.rs:490:5:490:22 | S2 | -| main.rs:587:13:587:13 | y | T2 | main.rs:457:5:458:14 | S1 | -| main.rs:587:17:587:22 | S2(...) | | main.rs:490:5:490:22 | S2 | -| main.rs:587:17:587:22 | S2(...) | T2 | main.rs:457:5:458:14 | S1 | -| main.rs:587:20:587:21 | S1 | | main.rs:457:5:458:14 | S1 | -| main.rs:588:9:588:43 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:588:18:588:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:588:18:588:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:588:18:588:42 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:588:18:588:42 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:588:18:588:42 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:588:26:588:26 | y | | main.rs:490:5:490:22 | S2 | -| main.rs:588:26:588:26 | y | T2 | main.rs:457:5:458:14 | S1 | -| main.rs:588:26:588:42 | y.common_method() | | main.rs:457:5:458:14 | S1 | -| main.rs:589:9:589:57 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:589:18:589:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:589:18:589:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:589:18:589:56 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:589:18:589:56 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:589:18:589:56 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:589:26:589:56 | ...::common_method(...) | | main.rs:457:5:458:14 | S1 | -| main.rs:589:50:589:55 | S2(...) | | main.rs:490:5:490:22 | S2 | -| main.rs:589:50:589:55 | S2(...) | T2 | main.rs:457:5:458:14 | S1 | -| main.rs:589:53:589:54 | S1 | | main.rs:457:5:458:14 | S1 | -| main.rs:591:13:591:13 | z | | main.rs:490:5:490:22 | S2 | -| main.rs:591:13:591:13 | z | T2 | {EXTERNAL LOCATION} | i32 | -| main.rs:591:17:591:21 | S2(...) | | main.rs:490:5:490:22 | S2 | -| main.rs:591:17:591:21 | S2(...) | T2 | {EXTERNAL LOCATION} | i32 | -| main.rs:591:20:591:20 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:592:9:592:43 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:592:18:592:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:592:18:592:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:592:18:592:42 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:592:18:592:42 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:592:18:592:42 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:592:26:592:26 | z | | main.rs:490:5:490:22 | S2 | -| main.rs:592:26:592:26 | z | T2 | {EXTERNAL LOCATION} | i32 | -| main.rs:592:26:592:42 | z.common_method() | | main.rs:457:5:458:14 | S1 | -| main.rs:593:9:593:50 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:593:18:593:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:593:18:593:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:593:18:593:49 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:593:18:593:49 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:593:18:593:49 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:593:26:593:49 | ...::common_method(...) | | main.rs:457:5:458:14 | S1 | -| main.rs:593:44:593:48 | S2(...) | | main.rs:490:5:490:22 | S2 | -| main.rs:593:44:593:48 | S2(...) | T2 | {EXTERNAL LOCATION} | i32 | -| main.rs:593:47:593:47 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:594:9:594:57 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:594:18:594:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:594:18:594:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:594:18:594:56 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:594:18:594:56 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:594:18:594:56 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:594:26:594:56 | ...::common_method(...) | | main.rs:457:5:458:14 | S1 | -| main.rs:594:51:594:55 | S2(...) | | main.rs:490:5:490:22 | S2 | -| main.rs:594:51:594:55 | S2(...) | T2 | {EXTERNAL LOCATION} | i32 | -| main.rs:594:54:594:54 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:596:13:596:13 | w | | main.rs:528:5:529:22 | S3 | -| main.rs:596:13:596:13 | w | T3 | main.rs:457:5:458:14 | S1 | -| main.rs:596:17:596:22 | S3(...) | | main.rs:528:5:529:22 | S3 | -| main.rs:596:17:596:22 | S3(...) | T3 | main.rs:457:5:458:14 | S1 | -| main.rs:596:20:596:21 | S1 | | main.rs:457:5:458:14 | S1 | -| main.rs:597:9:597:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:597:18:597:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:597:18:597:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:597:18:597:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:597:18:597:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:597:18:597:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:597:26:597:26 | w | | main.rs:528:5:529:22 | S3 | -| main.rs:597:26:597:26 | w | T3 | main.rs:457:5:458:14 | S1 | -| main.rs:597:26:597:31 | w.m(...) | | {EXTERNAL LOCATION} | & | -| main.rs:597:26:597:31 | w.m(...) | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:597:26:597:31 | w.m(...) | TRef.T3 | main.rs:457:5:458:14 | S1 | -| main.rs:597:30:597:30 | x | | main.rs:457:5:458:14 | S1 | -| main.rs:598:9:598:38 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:598:18:598:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:598:18:598:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:598:18:598:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:598:18:598:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:598:18:598:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:598:26:598:37 | ...::m(...) | | {EXTERNAL LOCATION} | & | -| main.rs:598:26:598:37 | ...::m(...) | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:598:26:598:37 | ...::m(...) | TRef.T3 | main.rs:457:5:458:14 | S1 | -| main.rs:598:32:598:33 | &w | | {EXTERNAL LOCATION} | & | -| main.rs:598:32:598:33 | &w | TRef | main.rs:528:5:529:22 | S3 | -| main.rs:598:32:598:33 | &w | TRef.T3 | main.rs:457:5:458:14 | S1 | -| main.rs:598:33:598:33 | w | | main.rs:528:5:529:22 | S3 | -| main.rs:598:33:598:33 | w | T3 | main.rs:457:5:458:14 | S1 | -| main.rs:598:36:598:36 | x | | main.rs:457:5:458:14 | S1 | -| main.rs:600:9:600:10 | S4 | | main.rs:556:5:557:14 | S4 | -| main.rs:600:9:600:14 | S4.m() | | {EXTERNAL LOCATION} | () | -| main.rs:601:9:601:18 | ...::m(...) | | {EXTERNAL LOCATION} | () | -| main.rs:601:15:601:17 | &S4 | | {EXTERNAL LOCATION} | & | -| main.rs:601:15:601:17 | &S4 | TRef | main.rs:556:5:557:14 | S4 | -| main.rs:601:16:601:17 | S4 | | main.rs:556:5:557:14 | S4 | -| main.rs:602:9:602:16 | S5(...) | | main.rs:566:5:567:22 | S5 | -| main.rs:602:9:602:16 | S5(...) | T5 | {EXTERNAL LOCATION} | i32 | -| main.rs:602:9:602:20 | ... .m() | | {EXTERNAL LOCATION} | () | -| main.rs:602:12:602:15 | 0i32 | | {EXTERNAL LOCATION} | i32 | -| main.rs:603:9:603:24 | ...::m(...) | | {EXTERNAL LOCATION} | () | -| main.rs:603:15:603:23 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:603:15:603:23 | &... | TRef | main.rs:566:5:567:22 | S5 | -| main.rs:603:15:603:23 | &... | TRef.T5 | {EXTERNAL LOCATION} | i32 | -| main.rs:603:16:603:23 | S5(...) | | main.rs:566:5:567:22 | S5 | -| main.rs:603:16:603:23 | S5(...) | T5 | {EXTERNAL LOCATION} | i32 | -| main.rs:603:19:603:22 | 0i32 | | {EXTERNAL LOCATION} | i32 | -| main.rs:604:9:604:16 | S5(...) | | main.rs:566:5:567:22 | S5 | -| main.rs:604:9:604:16 | S5(...) | T5 | {EXTERNAL LOCATION} | bool | -| main.rs:604:9:604:20 | ... .m() | | {EXTERNAL LOCATION} | () | -| main.rs:604:12:604:15 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:605:9:605:24 | ...::m(...) | | {EXTERNAL LOCATION} | () | -| main.rs:605:15:605:23 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:605:15:605:23 | &... | TRef | main.rs:566:5:567:22 | S5 | -| main.rs:605:15:605:23 | &... | TRef.T5 | {EXTERNAL LOCATION} | bool | -| main.rs:605:16:605:23 | S5(...) | | main.rs:566:5:567:22 | S5 | -| main.rs:605:16:605:23 | S5(...) | T5 | {EXTERNAL LOCATION} | bool | -| main.rs:605:19:605:22 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:622:19:622:22 | SelfParam | | main.rs:620:5:623:5 | Self [trait FirstTrait] | -| main.rs:627:19:627:22 | SelfParam | | main.rs:625:5:628:5 | Self [trait SecondTrait] | -| main.rs:630:64:630:64 | x | | main.rs:630:45:630:61 | T | -| main.rs:630:70:634:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:632:13:632:14 | s1 | | main.rs:630:35:630:42 | I | -| main.rs:632:18:632:18 | x | | main.rs:630:45:630:61 | T | -| main.rs:632:18:632:27 | x.method() | | main.rs:630:35:630:42 | I | -| main.rs:633:9:633:28 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:633:18:633:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:633:18:633:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:633:18:633:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:633:18:633:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:633:18:633:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:633:26:633:27 | s1 | | main.rs:630:35:630:42 | I | -| main.rs:636:65:636:65 | x | | main.rs:636:46:636:62 | T | -| main.rs:636:71:640:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:638:13:638:14 | s2 | | main.rs:636:36:636:43 | I | -| main.rs:638:18:638:18 | x | | main.rs:636:46:636:62 | T | -| main.rs:638:18:638:27 | x.method() | | main.rs:636:36:636:43 | I | -| main.rs:639:9:639:28 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:639:18:639:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:639:18:639:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:639:18:639:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:639:18:639:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:639:18:639:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:639:26:639:27 | s2 | | main.rs:636:36:636:43 | I | -| main.rs:642:49:642:49 | x | | main.rs:642:30:642:46 | T | -| main.rs:642:55:645:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:643:13:643:13 | s | | main.rs:612:5:613:14 | S1 | -| main.rs:643:17:643:17 | x | | main.rs:642:30:642:46 | T | -| main.rs:643:17:643:26 | x.method() | | main.rs:612:5:613:14 | S1 | -| main.rs:644:9:644:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:644:18:644:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:644:18:644:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:644:18:644:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:644:18:644:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:644:18:644:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:644:26:644:26 | s | | main.rs:612:5:613:14 | S1 | -| main.rs:647:53:647:53 | x | | main.rs:647:34:647:50 | T | -| main.rs:647:59:650:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:648:13:648:13 | s | | main.rs:612:5:613:14 | S1 | -| main.rs:648:17:648:17 | x | | main.rs:647:34:647:50 | T | -| main.rs:648:17:648:26 | x.method() | | main.rs:612:5:613:14 | S1 | -| main.rs:649:9:649:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:649:18:649:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:649:18:649:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:649:18:649:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:649:18:649:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:649:18:649:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:649:26:649:26 | s | | main.rs:612:5:613:14 | S1 | -| main.rs:652:43:652:43 | x | | main.rs:652:40:652:40 | T | -| main.rs:655:5:658:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:656:13:656:13 | s | | main.rs:612:5:613:14 | S1 | -| main.rs:656:17:656:17 | x | | main.rs:652:40:652:40 | T | -| main.rs:656:17:656:26 | x.method() | | main.rs:612:5:613:14 | S1 | -| main.rs:657:9:657:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:657:18:657:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:657:18:657:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:657:18:657:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:657:18:657:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:657:18:657:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:657:26:657:26 | s | | main.rs:612:5:613:14 | S1 | -| main.rs:661:16:661:19 | SelfParam | | main.rs:660:5:664:5 | Self [trait Pair] | -| main.rs:663:16:663:19 | SelfParam | | main.rs:660:5:664:5 | Self [trait Pair] | -| main.rs:666:53:666:53 | x | | main.rs:666:50:666:50 | T | -| main.rs:666:59:666:59 | y | | main.rs:666:50:666:50 | T | -| main.rs:670:5:673:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:671:13:671:13 | _ | | main.rs:612:5:613:14 | S1 | -| main.rs:671:17:671:17 | x | | main.rs:666:50:666:50 | T | -| main.rs:671:17:671:23 | x.fst() | | main.rs:612:5:613:14 | S1 | -| main.rs:672:13:672:13 | _ | | main.rs:612:5:613:14 | S1 | -| main.rs:672:17:672:17 | y | | main.rs:666:50:666:50 | T | -| main.rs:672:17:672:26 | y.method() | | main.rs:612:5:613:14 | S1 | -| main.rs:675:58:675:58 | x | | main.rs:675:41:675:55 | T | -| main.rs:675:64:675:64 | y | | main.rs:675:41:675:55 | T | -| main.rs:675:70:680:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:677:13:677:14 | s1 | | main.rs:612:5:613:14 | S1 | -| main.rs:677:18:677:18 | x | | main.rs:675:41:675:55 | T | -| main.rs:677:18:677:24 | x.fst() | | main.rs:612:5:613:14 | S1 | -| main.rs:678:13:678:14 | s2 | | main.rs:615:5:616:14 | S2 | -| main.rs:678:18:678:18 | y | | main.rs:675:41:675:55 | T | -| main.rs:678:18:678:24 | y.snd() | | main.rs:615:5:616:14 | S2 | -| main.rs:679:9:679:38 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:679:18:679:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:679:18:679:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:679:18:679:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:679:18:679:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:679:18:679:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:679:32:679:33 | s1 | | main.rs:612:5:613:14 | S1 | -| main.rs:679:36:679:37 | s2 | | main.rs:615:5:616:14 | S2 | -| main.rs:682:69:682:69 | x | | main.rs:682:52:682:66 | T | -| main.rs:682:75:682:75 | y | | main.rs:682:52:682:66 | T | -| main.rs:682:81:687:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:684:13:684:14 | s1 | | main.rs:612:5:613:14 | S1 | -| main.rs:684:18:684:18 | x | | main.rs:682:52:682:66 | T | -| main.rs:684:18:684:24 | x.fst() | | main.rs:612:5:613:14 | S1 | -| main.rs:685:13:685:14 | s2 | | main.rs:682:41:682:49 | T2 | -| main.rs:685:18:685:18 | y | | main.rs:682:52:682:66 | T | -| main.rs:685:18:685:24 | y.snd() | | main.rs:682:41:682:49 | T2 | -| main.rs:686:9:686:38 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:686:18:686:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:686:18:686:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:686:18:686:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:686:18:686:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:686:18:686:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:686:32:686:33 | s1 | | main.rs:612:5:613:14 | S1 | -| main.rs:686:36:686:37 | s2 | | main.rs:682:41:682:49 | T2 | -| main.rs:689:50:689:50 | x | | main.rs:689:41:689:47 | T | -| main.rs:689:56:689:56 | y | | main.rs:689:41:689:47 | T | -| main.rs:689:62:694:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:691:13:691:14 | s1 | | {EXTERNAL LOCATION} | bool | -| main.rs:691:18:691:18 | x | | main.rs:689:41:689:47 | T | -| main.rs:691:18:691:24 | x.fst() | | {EXTERNAL LOCATION} | bool | -| main.rs:692:13:692:14 | s2 | | {EXTERNAL LOCATION} | i64 | -| main.rs:692:18:692:18 | y | | main.rs:689:41:689:47 | T | -| main.rs:692:18:692:24 | y.snd() | | {EXTERNAL LOCATION} | i64 | -| main.rs:693:9:693:38 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:693:18:693:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:693:18:693:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:693:18:693:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:693:18:693:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:693:18:693:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:693:32:693:33 | s1 | | {EXTERNAL LOCATION} | bool | -| main.rs:693:36:693:37 | s2 | | {EXTERNAL LOCATION} | i64 | -| main.rs:696:54:696:54 | x | | main.rs:696:41:696:51 | T | -| main.rs:696:60:696:60 | y | | main.rs:696:41:696:51 | T | -| main.rs:696:66:701:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:698:13:698:14 | s1 | | {EXTERNAL LOCATION} | u8 | -| main.rs:698:18:698:18 | x | | main.rs:696:41:696:51 | T | -| main.rs:698:18:698:24 | x.fst() | | {EXTERNAL LOCATION} | u8 | -| main.rs:699:13:699:14 | s2 | | {EXTERNAL LOCATION} | i64 | -| main.rs:699:18:699:18 | y | | main.rs:696:41:696:51 | T | -| main.rs:699:18:699:24 | y.snd() | | {EXTERNAL LOCATION} | i64 | -| main.rs:700:9:700:38 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:700:18:700:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:700:18:700:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:700:18:700:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:700:18:700:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:700:18:700:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:700:32:700:33 | s1 | | {EXTERNAL LOCATION} | u8 | -| main.rs:700:36:700:37 | s2 | | {EXTERNAL LOCATION} | i64 | -| main.rs:708:18:708:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:708:18:708:22 | SelfParam | TRef | main.rs:705:5:709:5 | Self [trait TraitWithSelfTp] | -| main.rs:711:40:711:44 | thing | | {EXTERNAL LOCATION} | & | -| main.rs:711:40:711:44 | thing | TRef | main.rs:711:17:711:37 | T | -| main.rs:711:56:713:5 | { ... } | | main.rs:711:14:711:14 | A | -| main.rs:712:9:712:13 | thing | | {EXTERNAL LOCATION} | & | -| main.rs:712:9:712:13 | thing | TRef | main.rs:711:17:711:37 | T | -| main.rs:712:9:712:21 | thing.get_a() | | main.rs:711:14:711:14 | A | -| main.rs:716:44:716:48 | thing | | main.rs:716:24:716:41 | S | -| main.rs:716:61:719:5 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:717:13:717:15 | _ms | | {EXTERNAL LOCATION} | Option | -| main.rs:717:13:717:15 | _ms | T | main.rs:716:24:716:41 | S | -| main.rs:717:19:717:23 | thing | | main.rs:716:24:716:41 | S | -| main.rs:717:19:717:31 | thing.get_a() | | {EXTERNAL LOCATION} | Option | -| main.rs:717:19:717:31 | thing.get_a() | T | main.rs:716:24:716:41 | S | -| main.rs:718:9:718:9 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:718:9:718:9 | 0 | | {EXTERNAL LOCATION} | i64 | -| main.rs:724:55:724:59 | thing | | {EXTERNAL LOCATION} | & | -| main.rs:724:55:724:59 | thing | TRef | main.rs:724:25:724:52 | S | -| main.rs:724:66:727:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:726:13:726:15 | _ms | | {EXTERNAL LOCATION} | Option | -| main.rs:726:13:726:15 | _ms | T | main.rs:724:25:724:52 | S | -| main.rs:726:19:726:30 | get_a(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:726:19:726:30 | get_a(...) | T | main.rs:724:25:724:52 | S | -| main.rs:726:25:726:29 | thing | | {EXTERNAL LOCATION} | & | -| main.rs:726:25:726:29 | thing | TRef | main.rs:724:25:724:52 | S | -| main.rs:735:18:735:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:735:18:735:22 | SelfParam | TRef | main.rs:729:5:731:5 | MyStruct | -| main.rs:735:41:737:9 | { ... } | | {EXTERNAL LOCATION} | Option | -| main.rs:735:41:737:9 | { ... } | T | main.rs:729:5:731:5 | MyStruct | -| main.rs:736:13:736:48 | Some(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:736:13:736:48 | Some(...) | T | main.rs:729:5:731:5 | MyStruct | -| main.rs:736:18:736:47 | MyStruct {...} | | main.rs:729:5:731:5 | MyStruct | -| main.rs:736:36:736:39 | self | | {EXTERNAL LOCATION} | & | -| main.rs:736:36:736:39 | self | TRef | main.rs:729:5:731:5 | MyStruct | -| main.rs:736:36:736:45 | self.value | | {EXTERNAL LOCATION} | i32 | -| main.rs:742:19:745:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:743:13:743:13 | s | | main.rs:729:5:731:5 | MyStruct | -| main.rs:743:17:743:37 | MyStruct {...} | | main.rs:729:5:731:5 | MyStruct | -| main.rs:743:35:743:35 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:744:13:744:15 | _ms | | {EXTERNAL LOCATION} | Option | -| main.rs:744:13:744:15 | _ms | T | main.rs:729:5:731:5 | MyStruct | -| main.rs:744:19:744:27 | get_a(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:744:19:744:27 | get_a(...) | T | main.rs:729:5:731:5 | MyStruct | -| main.rs:744:25:744:26 | &s | | {EXTERNAL LOCATION} | & | -| main.rs:744:25:744:26 | &s | TRef | main.rs:729:5:731:5 | MyStruct | -| main.rs:744:26:744:26 | s | | main.rs:729:5:731:5 | MyStruct | -| main.rs:760:15:760:18 | SelfParam | | main.rs:759:5:770:5 | Self [trait MyTrait] | -| main.rs:762:15:762:18 | SelfParam | | main.rs:759:5:770:5 | Self [trait MyTrait] | -| main.rs:765:9:767:9 | { ... } | | main.rs:759:19:759:19 | A | -| main.rs:766:13:766:16 | self | | main.rs:759:5:770:5 | Self [trait MyTrait] | -| main.rs:766:13:766:21 | self.m1() | | main.rs:759:19:759:19 | A | -| main.rs:769:18:769:18 | x | | main.rs:759:5:770:5 | Self [trait MyTrait] | -| main.rs:773:15:773:18 | SelfParam | | main.rs:756:5:757:14 | S2 | -| main.rs:773:26:775:9 | { ... } | | main.rs:772:10:772:19 | T | -| main.rs:774:13:774:30 | ...::default(...) | | main.rs:772:10:772:19 | T | -| main.rs:777:18:777:18 | x | | main.rs:756:5:757:14 | S2 | -| main.rs:777:32:779:9 | { ... } | | main.rs:772:10:772:19 | T | -| main.rs:778:13:778:30 | ...::default(...) | | main.rs:772:10:772:19 | T | -| main.rs:783:15:783:18 | SelfParam | | main.rs:754:5:755:14 | S1 | -| main.rs:783:28:785:9 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:784:13:784:13 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:787:18:787:18 | x | | main.rs:754:5:755:14 | S1 | -| main.rs:787:34:789:9 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:788:13:788:13 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:794:50:794:50 | x | | main.rs:794:26:794:47 | T2 | -| main.rs:794:63:797:5 | { ... } | | main.rs:794:22:794:23 | T1 | -| main.rs:795:9:795:9 | x | | main.rs:794:26:794:47 | T2 | -| main.rs:795:9:795:14 | x.m1() | | main.rs:794:22:794:23 | T1 | -| main.rs:796:9:796:9 | x | | main.rs:794:26:794:47 | T2 | -| main.rs:796:9:796:14 | x.m1() | | main.rs:794:22:794:23 | T1 | -| main.rs:798:52:798:52 | x | | main.rs:798:28:798:49 | T2 | -| main.rs:798:65:802:5 | { ... } | | main.rs:798:24:798:25 | T1 | -| main.rs:799:13:799:13 | y | | main.rs:798:24:798:25 | T1 | -| main.rs:799:17:799:25 | ...::m1(...) | | main.rs:798:24:798:25 | T1 | -| main.rs:799:24:799:24 | x | | main.rs:798:28:798:49 | T2 | -| main.rs:800:9:800:9 | y | | main.rs:798:24:798:25 | T1 | -| main.rs:801:9:801:17 | ...::m1(...) | | main.rs:798:24:798:25 | T1 | -| main.rs:801:16:801:16 | x | | main.rs:798:28:798:49 | T2 | -| main.rs:803:52:803:52 | x | | main.rs:803:28:803:49 | T2 | -| main.rs:803:65:807:5 | { ... } | | main.rs:803:24:803:25 | T1 | -| main.rs:804:13:804:13 | y | | main.rs:803:24:803:25 | T1 | -| main.rs:804:17:804:30 | ...::m1(...) | | main.rs:803:24:803:25 | T1 | -| main.rs:804:29:804:29 | x | | main.rs:803:28:803:49 | T2 | -| main.rs:805:9:805:9 | y | | main.rs:803:24:803:25 | T1 | -| main.rs:806:9:806:22 | ...::m1(...) | | main.rs:803:24:803:25 | T1 | -| main.rs:806:21:806:21 | x | | main.rs:803:28:803:49 | T2 | -| main.rs:808:55:808:55 | x | | main.rs:808:31:808:52 | T2 | -| main.rs:808:68:812:5 | { ... } | | main.rs:808:27:808:28 | T1 | -| main.rs:809:13:809:13 | y | | main.rs:808:27:808:28 | T1 | -| main.rs:809:17:809:28 | ...::assoc(...) | | main.rs:808:27:808:28 | T1 | -| main.rs:809:27:809:27 | x | | main.rs:808:31:808:52 | T2 | -| main.rs:810:9:810:9 | y | | main.rs:808:27:808:28 | T1 | -| main.rs:811:9:811:20 | ...::assoc(...) | | main.rs:808:27:808:28 | T1 | -| main.rs:811:19:811:19 | x | | main.rs:808:31:808:52 | T2 | -| main.rs:813:55:813:55 | x | | main.rs:813:31:813:52 | T2 | -| main.rs:813:68:817:5 | { ... } | | main.rs:813:27:813:28 | T1 | -| main.rs:814:13:814:13 | y | | main.rs:813:27:813:28 | T1 | -| main.rs:814:17:814:33 | ...::assoc(...) | | main.rs:813:27:813:28 | T1 | -| main.rs:814:32:814:32 | x | | main.rs:813:31:813:52 | T2 | -| main.rs:815:9:815:9 | y | | main.rs:813:27:813:28 | T1 | -| main.rs:816:9:816:25 | ...::assoc(...) | | main.rs:813:27:813:28 | T1 | -| main.rs:816:24:816:24 | x | | main.rs:813:31:813:52 | T2 | -| main.rs:821:49:821:49 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:821:49:821:49 | x | T | main.rs:821:32:821:46 | T2 | -| main.rs:821:71:823:5 | { ... } | | main.rs:821:28:821:29 | T1 | -| main.rs:822:9:822:9 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:822:9:822:9 | x | T | main.rs:821:32:821:46 | T2 | -| main.rs:822:9:822:11 | x.a | | main.rs:821:32:821:46 | T2 | -| main.rs:822:9:822:16 | ... .m1() | | main.rs:821:28:821:29 | T1 | -| main.rs:824:51:824:51 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:824:51:824:51 | x | T | main.rs:824:34:824:48 | T2 | -| main.rs:824:73:826:5 | { ... } | | main.rs:824:30:824:31 | T1 | -| main.rs:825:9:825:19 | ...::m1(...) | | main.rs:824:30:824:31 | T1 | -| main.rs:825:16:825:16 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:825:16:825:16 | x | T | main.rs:824:34:824:48 | T2 | -| main.rs:825:16:825:18 | x.a | | main.rs:824:34:824:48 | T2 | -| main.rs:827:51:827:51 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:827:51:827:51 | x | T | main.rs:827:34:827:48 | T2 | -| main.rs:827:73:829:5 | { ... } | | main.rs:827:30:827:31 | T1 | -| main.rs:828:9:828:24 | ...::m1(...) | | main.rs:827:30:827:31 | T1 | -| main.rs:828:21:828:21 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:828:21:828:21 | x | T | main.rs:827:34:827:48 | T2 | -| main.rs:828:21:828:23 | x.a | | main.rs:827:34:827:48 | T2 | -| main.rs:832:15:832:18 | SelfParam | | main.rs:749:5:752:5 | MyThing | -| main.rs:832:15:832:18 | SelfParam | T | main.rs:831:10:831:10 | T | -| main.rs:832:26:834:9 | { ... } | | main.rs:831:10:831:10 | T | -| main.rs:833:13:833:16 | self | | main.rs:749:5:752:5 | MyThing | -| main.rs:833:13:833:16 | self | T | main.rs:831:10:831:10 | T | -| main.rs:833:13:833:18 | self.a | | main.rs:831:10:831:10 | T | -| main.rs:836:18:836:18 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:836:18:836:18 | x | T | main.rs:831:10:831:10 | T | -| main.rs:836:32:838:9 | { ... } | | main.rs:831:10:831:10 | T | -| main.rs:837:13:837:13 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:837:13:837:13 | x | T | main.rs:831:10:831:10 | T | -| main.rs:837:13:837:15 | x.a | | main.rs:831:10:831:10 | T | -| main.rs:843:15:843:18 | SelfParam | | main.rs:841:5:844:5 | Self [trait MyTrait2] | -| main.rs:848:15:848:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:848:15:848:19 | SelfParam | TRef | main.rs:846:5:849:5 | Self [trait MyTrait3] | -| main.rs:851:46:851:46 | x | | main.rs:851:22:851:43 | T | -| main.rs:851:52:851:52 | y | | {EXTERNAL LOCATION} | & | -| main.rs:851:52:851:52 | y | TRef | main.rs:851:22:851:43 | T | -| main.rs:851:59:854:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:852:9:852:9 | x | | main.rs:851:22:851:43 | T | -| main.rs:852:9:852:14 | x.m2() | | {EXTERNAL LOCATION} | () | -| main.rs:853:9:853:9 | y | | {EXTERNAL LOCATION} | & | -| main.rs:853:9:853:9 | y | TRef | main.rs:851:22:851:43 | T | -| main.rs:853:9:853:14 | y.m2() | | {EXTERNAL LOCATION} | () | -| main.rs:856:16:914:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:857:13:857:13 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:857:13:857:13 | x | T | main.rs:754:5:755:14 | S1 | -| main.rs:857:17:857:33 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:857:17:857:33 | MyThing {...} | T | main.rs:754:5:755:14 | S1 | -| main.rs:857:30:857:31 | S1 | | main.rs:754:5:755:14 | S1 | -| main.rs:858:13:858:13 | y | | main.rs:749:5:752:5 | MyThing | -| main.rs:858:13:858:13 | y | T | main.rs:756:5:757:14 | S2 | -| main.rs:858:17:858:33 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:858:17:858:33 | MyThing {...} | T | main.rs:756:5:757:14 | S2 | -| main.rs:858:30:858:31 | S2 | | main.rs:756:5:757:14 | S2 | -| main.rs:860:9:860:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:860:18:860:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:860:18:860:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:860:18:860:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:860:18:860:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:860:18:860:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:860:26:860:26 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:860:26:860:26 | x | T | main.rs:754:5:755:14 | S1 | -| main.rs:860:26:860:31 | x.m1() | | main.rs:754:5:755:14 | S1 | -| main.rs:861:9:861:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:861:18:861:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:861:18:861:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:861:18:861:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:861:18:861:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:861:18:861:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:861:26:861:26 | y | | main.rs:749:5:752:5 | MyThing | -| main.rs:861:26:861:26 | y | T | main.rs:756:5:757:14 | S2 | -| main.rs:861:26:861:31 | y.m1() | | main.rs:756:5:757:14 | S2 | -| main.rs:863:13:863:13 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:863:13:863:13 | x | T | main.rs:754:5:755:14 | S1 | -| main.rs:863:17:863:33 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:863:17:863:33 | MyThing {...} | T | main.rs:754:5:755:14 | S1 | -| main.rs:863:30:863:31 | S1 | | main.rs:754:5:755:14 | S1 | -| main.rs:864:13:864:13 | y | | main.rs:749:5:752:5 | MyThing | -| main.rs:864:13:864:13 | y | T | main.rs:756:5:757:14 | S2 | -| main.rs:864:17:864:33 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:864:17:864:33 | MyThing {...} | T | main.rs:756:5:757:14 | S2 | -| main.rs:864:30:864:31 | S2 | | main.rs:756:5:757:14 | S2 | -| main.rs:866:9:866:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:866:18:866:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:866:18:866:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:866:18:866:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:866:18:866:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:866:18:866:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:866:26:866:26 | x | | main.rs:749:5:752:5 | MyThing | -| main.rs:866:26:866:26 | x | T | main.rs:754:5:755:14 | S1 | -| main.rs:866:26:866:31 | x.m2() | | main.rs:754:5:755:14 | S1 | -| main.rs:867:9:867:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:867:18:867:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:867:18:867:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:867:18:867:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:867:18:867:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:867:18:867:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:867:26:867:26 | y | | main.rs:749:5:752:5 | MyThing | -| main.rs:867:26:867:26 | y | T | main.rs:756:5:757:14 | S2 | -| main.rs:867:26:867:31 | y.m2() | | main.rs:756:5:757:14 | S2 | -| main.rs:869:13:869:14 | x2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:869:13:869:14 | x2 | T | main.rs:754:5:755:14 | S1 | -| main.rs:869:18:869:34 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:869:18:869:34 | MyThing {...} | T | main.rs:754:5:755:14 | S1 | -| main.rs:869:31:869:32 | S1 | | main.rs:754:5:755:14 | S1 | -| main.rs:870:13:870:14 | y2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:870:13:870:14 | y2 | T | main.rs:756:5:757:14 | S2 | -| main.rs:870:18:870:34 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:870:18:870:34 | MyThing {...} | T | main.rs:756:5:757:14 | S2 | -| main.rs:870:31:870:32 | S2 | | main.rs:756:5:757:14 | S2 | -| main.rs:872:13:872:13 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:872:17:872:33 | call_trait_m1(...) | | main.rs:754:5:755:14 | S1 | -| main.rs:872:31:872:32 | x2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:872:31:872:32 | x2 | T | main.rs:754:5:755:14 | S1 | -| main.rs:873:9:873:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:873:18:873:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:873:18:873:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:873:18:873:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:873:18:873:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:873:18:873:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:873:26:873:26 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:874:13:874:13 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:874:17:874:35 | call_trait_m1_2(...) | | main.rs:754:5:755:14 | S1 | -| main.rs:874:33:874:34 | x2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:874:33:874:34 | x2 | T | main.rs:754:5:755:14 | S1 | -| main.rs:875:9:875:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:875:18:875:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:875:18:875:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:875:18:875:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:875:18:875:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:875:18:875:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:875:26:875:26 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:876:13:876:13 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:876:17:876:35 | call_trait_m1_3(...) | | main.rs:754:5:755:14 | S1 | -| main.rs:876:33:876:34 | x2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:876:33:876:34 | x2 | T | main.rs:754:5:755:14 | S1 | -| main.rs:877:9:877:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:877:18:877:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:877:18:877:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:877:18:877:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:877:18:877:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:877:18:877:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:877:26:877:26 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:878:13:878:13 | a | | main.rs:756:5:757:14 | S2 | -| main.rs:878:17:878:33 | call_trait_m1(...) | | main.rs:756:5:757:14 | S2 | -| main.rs:878:31:878:32 | y2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:878:31:878:32 | y2 | T | main.rs:756:5:757:14 | S2 | -| main.rs:879:9:879:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:879:18:879:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:879:18:879:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:879:18:879:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:879:18:879:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:879:18:879:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:879:26:879:26 | a | | main.rs:756:5:757:14 | S2 | -| main.rs:880:13:880:13 | a | | main.rs:756:5:757:14 | S2 | -| main.rs:880:17:880:35 | call_trait_m1_2(...) | | main.rs:756:5:757:14 | S2 | -| main.rs:880:33:880:34 | y2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:880:33:880:34 | y2 | T | main.rs:756:5:757:14 | S2 | -| main.rs:881:9:881:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:881:18:881:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:881:18:881:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:881:18:881:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:881:18:881:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:881:18:881:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:881:26:881:26 | a | | main.rs:756:5:757:14 | S2 | -| main.rs:882:13:882:13 | a | | main.rs:756:5:757:14 | S2 | -| main.rs:882:17:882:35 | call_trait_m1_3(...) | | main.rs:756:5:757:14 | S2 | -| main.rs:882:33:882:34 | y2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:882:33:882:34 | y2 | T | main.rs:756:5:757:14 | S2 | -| main.rs:883:9:883:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:883:18:883:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:883:18:883:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:883:18:883:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:883:18:883:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:883:18:883:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:883:26:883:26 | a | | main.rs:756:5:757:14 | S2 | -| main.rs:884:13:884:13 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:884:17:884:38 | call_trait_assoc_1(...) | | main.rs:754:5:755:14 | S1 | -| main.rs:884:36:884:37 | x2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:884:36:884:37 | x2 | T | main.rs:754:5:755:14 | S1 | -| main.rs:885:9:885:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:885:18:885:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:885:18:885:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:885:18:885:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:885:18:885:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:885:18:885:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:885:26:885:26 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:886:13:886:13 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:886:17:886:38 | call_trait_assoc_2(...) | | main.rs:754:5:755:14 | S1 | -| main.rs:886:36:886:37 | x2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:886:36:886:37 | x2 | T | main.rs:754:5:755:14 | S1 | -| main.rs:887:9:887:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:887:18:887:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:887:18:887:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:887:18:887:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:887:18:887:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:887:18:887:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:887:26:887:26 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:888:13:888:13 | a | | main.rs:756:5:757:14 | S2 | -| main.rs:888:17:888:38 | call_trait_assoc_1(...) | | main.rs:756:5:757:14 | S2 | -| main.rs:888:36:888:37 | y2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:888:36:888:37 | y2 | T | main.rs:756:5:757:14 | S2 | -| main.rs:889:9:889:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:889:18:889:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:889:18:889:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:889:18:889:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:889:18:889:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:889:18:889:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:889:26:889:26 | a | | main.rs:756:5:757:14 | S2 | -| main.rs:890:13:890:13 | a | | main.rs:756:5:757:14 | S2 | -| main.rs:890:17:890:38 | call_trait_assoc_2(...) | | main.rs:756:5:757:14 | S2 | -| main.rs:890:36:890:37 | y2 | | main.rs:749:5:752:5 | MyThing | -| main.rs:890:36:890:37 | y2 | T | main.rs:756:5:757:14 | S2 | -| main.rs:891:9:891:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:442:26:442:26 | y | | main.rs:277:5:278:14 | S1 | +| main.rs:448:13:448:13 | b | | main.rs:271:5:275:5 | MyPair | +| main.rs:448:13:448:13 | b | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:448:13:448:13 | b | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:448:17:448:41 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:448:17:448:41 | MyPair {...} | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:448:17:448:41 | MyPair {...} | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:448:30:448:31 | S2 | | main.rs:279:5:280:14 | S2 | +| main.rs:448:38:448:39 | S1 | | main.rs:277:5:278:14 | S1 | +| main.rs:449:13:449:13 | x | | main.rs:277:5:278:14 | S1 | +| main.rs:449:17:449:17 | b | | main.rs:271:5:275:5 | MyPair | +| main.rs:449:17:449:17 | b | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:449:17:449:17 | b | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:449:17:449:23 | b.fst() | | main.rs:277:5:278:14 | S1 | +| main.rs:450:9:450:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:450:18:450:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:450:18:450:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:450:18:450:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:450:18:450:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:450:18:450:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:450:26:450:26 | x | | main.rs:277:5:278:14 | S1 | +| main.rs:451:13:451:13 | y | | main.rs:279:5:280:14 | S2 | +| main.rs:451:17:451:17 | b | | main.rs:271:5:275:5 | MyPair | +| main.rs:451:17:451:17 | b | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:451:17:451:17 | b | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:451:17:451:23 | b.snd() | | main.rs:279:5:280:14 | S2 | +| main.rs:452:9:452:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:452:18:452:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:452:18:452:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:452:18:452:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:452:18:452:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:452:18:452:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:452:26:452:26 | y | | main.rs:279:5:280:14 | S2 | +| main.rs:456:13:456:13 | x | | main.rs:277:5:278:14 | S1 | +| main.rs:456:17:456:39 | call_trait_m1(...) | | main.rs:277:5:278:14 | S1 | +| main.rs:456:31:456:38 | thing_s1 | | main.rs:266:5:269:5 | MyThing | +| main.rs:456:31:456:38 | thing_s1 | A | main.rs:277:5:278:14 | S1 | +| main.rs:457:9:457:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:457:18:457:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:457:18:457:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:457:18:457:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:457:18:457:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:457:18:457:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:457:26:457:26 | x | | main.rs:277:5:278:14 | S1 | +| main.rs:458:13:458:13 | y | | main.rs:266:5:269:5 | MyThing | +| main.rs:458:13:458:13 | y | A | main.rs:279:5:280:14 | S2 | +| main.rs:458:17:458:39 | call_trait_m1(...) | | main.rs:266:5:269:5 | MyThing | +| main.rs:458:17:458:39 | call_trait_m1(...) | A | main.rs:279:5:280:14 | S2 | +| main.rs:458:31:458:38 | thing_s2 | | main.rs:266:5:269:5 | MyThing | +| main.rs:458:31:458:38 | thing_s2 | A | main.rs:279:5:280:14 | S2 | +| main.rs:459:9:459:29 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:459:18:459:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:459:18:459:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:459:18:459:28 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:459:18:459:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:459:18:459:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:459:26:459:26 | y | | main.rs:266:5:269:5 | MyThing | +| main.rs:459:26:459:26 | y | A | main.rs:279:5:280:14 | S2 | +| main.rs:459:26:459:28 | y.a | | main.rs:279:5:280:14 | S2 | +| main.rs:462:13:462:13 | a | | main.rs:271:5:275:5 | MyPair | +| main.rs:462:13:462:13 | a | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:462:13:462:13 | a | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:462:17:462:41 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:462:17:462:41 | MyPair {...} | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:462:17:462:41 | MyPair {...} | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:462:30:462:31 | S1 | | main.rs:277:5:278:14 | S1 | +| main.rs:462:38:462:39 | S1 | | main.rs:277:5:278:14 | S1 | +| main.rs:463:13:463:13 | x | | main.rs:277:5:278:14 | S1 | +| main.rs:463:17:463:26 | get_fst(...) | | main.rs:277:5:278:14 | S1 | +| main.rs:463:25:463:25 | a | | main.rs:271:5:275:5 | MyPair | +| main.rs:463:25:463:25 | a | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:463:25:463:25 | a | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:464:9:464:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:464:18:464:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:464:18:464:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:464:18:464:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:464:18:464:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:464:18:464:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:464:26:464:26 | x | | main.rs:277:5:278:14 | S1 | +| main.rs:465:13:465:13 | y | | main.rs:277:5:278:14 | S1 | +| main.rs:465:17:465:26 | get_snd(...) | | main.rs:277:5:278:14 | S1 | +| main.rs:465:25:465:25 | a | | main.rs:271:5:275:5 | MyPair | +| main.rs:465:25:465:25 | a | P1 | main.rs:277:5:278:14 | S1 | +| main.rs:465:25:465:25 | a | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:466:9:466:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:466:18:466:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:466:18:466:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:466:18:466:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:466:18:466:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:466:18:466:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:466:26:466:26 | y | | main.rs:277:5:278:14 | S1 | +| main.rs:469:13:469:13 | b | | main.rs:271:5:275:5 | MyPair | +| main.rs:469:13:469:13 | b | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:469:13:469:13 | b | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:469:17:469:41 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:469:17:469:41 | MyPair {...} | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:469:17:469:41 | MyPair {...} | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:469:30:469:31 | S2 | | main.rs:279:5:280:14 | S2 | +| main.rs:469:38:469:39 | S1 | | main.rs:277:5:278:14 | S1 | +| main.rs:470:13:470:13 | x | | main.rs:277:5:278:14 | S1 | +| main.rs:470:17:470:26 | get_fst(...) | | main.rs:277:5:278:14 | S1 | +| main.rs:470:25:470:25 | b | | main.rs:271:5:275:5 | MyPair | +| main.rs:470:25:470:25 | b | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:470:25:470:25 | b | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:471:9:471:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:471:18:471:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:471:18:471:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:471:18:471:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:471:18:471:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:471:18:471:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:471:26:471:26 | x | | main.rs:277:5:278:14 | S1 | +| main.rs:472:13:472:13 | y | | main.rs:279:5:280:14 | S2 | +| main.rs:472:17:472:26 | get_snd(...) | | main.rs:279:5:280:14 | S2 | +| main.rs:472:25:472:25 | b | | main.rs:271:5:275:5 | MyPair | +| main.rs:472:25:472:25 | b | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:472:25:472:25 | b | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:473:9:473:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:473:18:473:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:473:18:473:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:473:18:473:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:473:18:473:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:473:18:473:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:473:26:473:26 | y | | main.rs:279:5:280:14 | S2 | +| main.rs:475:13:475:13 | c | | main.rs:271:5:275:5 | MyPair | +| main.rs:475:13:475:13 | c | P1 | main.rs:281:5:282:14 | S3 | +| main.rs:475:13:475:13 | c | P2 | main.rs:271:5:275:5 | MyPair | +| main.rs:475:13:475:13 | c | P2.P1 | main.rs:279:5:280:14 | S2 | +| main.rs:475:13:475:13 | c | P2.P2 | main.rs:277:5:278:14 | S1 | +| main.rs:475:17:478:9 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:475:17:478:9 | MyPair {...} | P1 | main.rs:281:5:282:14 | S3 | +| main.rs:475:17:478:9 | MyPair {...} | P2 | main.rs:271:5:275:5 | MyPair | +| main.rs:475:17:478:9 | MyPair {...} | P2.P1 | main.rs:279:5:280:14 | S2 | +| main.rs:475:17:478:9 | MyPair {...} | P2.P2 | main.rs:277:5:278:14 | S1 | +| main.rs:476:17:476:18 | S3 | | main.rs:281:5:282:14 | S3 | +| main.rs:477:17:477:41 | MyPair {...} | | main.rs:271:5:275:5 | MyPair | +| main.rs:477:17:477:41 | MyPair {...} | P1 | main.rs:279:5:280:14 | S2 | +| main.rs:477:17:477:41 | MyPair {...} | P2 | main.rs:277:5:278:14 | S1 | +| main.rs:477:30:477:31 | S2 | | main.rs:279:5:280:14 | S2 | +| main.rs:477:38:477:39 | S1 | | main.rs:277:5:278:14 | S1 | +| main.rs:479:13:479:13 | x | | main.rs:277:5:278:14 | S1 | +| main.rs:479:17:479:30 | get_snd_fst(...) | | main.rs:277:5:278:14 | S1 | +| main.rs:479:29:479:29 | c | | main.rs:271:5:275:5 | MyPair | +| main.rs:479:29:479:29 | c | P1 | main.rs:281:5:282:14 | S3 | +| main.rs:479:29:479:29 | c | P2 | main.rs:271:5:275:5 | MyPair | +| main.rs:479:29:479:29 | c | P2.P1 | main.rs:279:5:280:14 | S2 | +| main.rs:479:29:479:29 | c | P2.P2 | main.rs:277:5:278:14 | S1 | +| main.rs:481:13:481:17 | thing | | main.rs:266:5:269:5 | MyThing | +| main.rs:481:13:481:17 | thing | A | main.rs:277:5:278:14 | S1 | +| main.rs:481:21:481:37 | MyThing {...} | | main.rs:266:5:269:5 | MyThing | +| main.rs:481:21:481:37 | MyThing {...} | A | main.rs:277:5:278:14 | S1 | +| main.rs:481:34:481:35 | S1 | | main.rs:277:5:278:14 | S1 | +| main.rs:482:13:482:13 | i | | main.rs:277:5:278:14 | S1 | +| main.rs:482:17:482:21 | thing | | main.rs:266:5:269:5 | MyThing | +| main.rs:482:17:482:21 | thing | A | main.rs:277:5:278:14 | S1 | +| main.rs:482:17:482:34 | thing.convert_to() | | main.rs:277:5:278:14 | S1 | +| main.rs:483:28:483:32 | thing | | main.rs:266:5:269:5 | MyThing | +| main.rs:483:28:483:32 | thing | A | main.rs:277:5:278:14 | S1 | +| main.rs:492:26:492:29 | SelfParam | | main.rs:491:5:495:5 | Self [trait OverlappingTrait] | +| main.rs:494:28:494:31 | SelfParam | | main.rs:491:5:495:5 | Self [trait OverlappingTrait] | +| main.rs:494:34:494:35 | s1 | | main.rs:488:5:489:14 | S1 | +| main.rs:499:26:499:29 | SelfParam | | main.rs:488:5:489:14 | S1 | +| main.rs:499:38:501:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:500:13:500:14 | S1 | | main.rs:488:5:489:14 | S1 | +| main.rs:504:28:504:31 | SelfParam | | main.rs:488:5:489:14 | S1 | +| main.rs:504:34:504:35 | s1 | | main.rs:488:5:489:14 | S1 | +| main.rs:504:48:506:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:505:13:505:14 | S1 | | main.rs:488:5:489:14 | S1 | +| main.rs:511:26:511:29 | SelfParam | | main.rs:488:5:489:14 | S1 | +| main.rs:511:38:513:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:512:13:512:16 | self | | main.rs:488:5:489:14 | S1 | +| main.rs:516:28:516:31 | SelfParam | | main.rs:488:5:489:14 | S1 | +| main.rs:516:40:518:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:517:13:517:16 | self | | main.rs:488:5:489:14 | S1 | +| main.rs:525:26:525:29 | SelfParam | | main.rs:521:5:521:22 | S2 | +| main.rs:525:26:525:29 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | +| main.rs:525:38:527:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:526:13:526:14 | S1 | | main.rs:488:5:489:14 | S1 | +| main.rs:530:28:530:31 | SelfParam | | main.rs:521:5:521:22 | S2 | +| main.rs:530:28:530:31 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | +| main.rs:530:40:532:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:531:13:531:14 | S1 | | main.rs:488:5:489:14 | S1 | +| main.rs:537:26:537:29 | SelfParam | | main.rs:521:5:521:22 | S2 | +| main.rs:537:26:537:29 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | +| main.rs:537:38:539:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:538:13:538:14 | S1 | | main.rs:488:5:489:14 | S1 | +| main.rs:542:28:542:31 | SelfParam | | main.rs:521:5:521:22 | S2 | +| main.rs:542:28:542:31 | SelfParam | T2 | {EXTERNAL LOCATION} | i32 | +| main.rs:542:34:542:35 | s1 | | main.rs:488:5:489:14 | S1 | +| main.rs:542:48:544:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:543:13:543:14 | S1 | | main.rs:488:5:489:14 | S1 | +| main.rs:549:26:549:29 | SelfParam | | main.rs:521:5:521:22 | S2 | +| main.rs:549:26:549:29 | SelfParam | T2 | main.rs:488:5:489:14 | S1 | +| main.rs:549:38:551:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:550:13:550:14 | S1 | | main.rs:488:5:489:14 | S1 | +| main.rs:554:28:554:31 | SelfParam | | main.rs:521:5:521:22 | S2 | +| main.rs:554:28:554:31 | SelfParam | T2 | main.rs:488:5:489:14 | S1 | +| main.rs:554:34:554:35 | s1 | | main.rs:488:5:489:14 | S1 | +| main.rs:554:48:556:9 | { ... } | | main.rs:488:5:489:14 | S1 | +| main.rs:555:13:555:14 | S1 | | main.rs:488:5:489:14 | S1 | +| main.rs:563:14:563:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:563:14:563:18 | SelfParam | TRef | main.rs:562:5:564:5 | Self [trait OverlappingTrait2] | +| main.rs:563:21:563:21 | x | | {EXTERNAL LOCATION} | & | +| main.rs:563:21:563:21 | x | TRef | main.rs:562:29:562:29 | T | +| main.rs:568:14:568:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:568:14:568:18 | SelfParam | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:568:14:568:18 | SelfParam | TRef.T3 | main.rs:566:10:566:10 | T | +| main.rs:568:21:568:21 | x | | {EXTERNAL LOCATION} | & | +| main.rs:568:21:568:21 | x | TRef | main.rs:566:10:566:10 | T | +| main.rs:568:37:570:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:568:37:570:9 | { ... } | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:568:37:570:9 | { ... } | TRef.T3 | main.rs:566:10:566:10 | T | +| main.rs:569:13:569:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:569:13:569:16 | self | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:569:13:569:16 | self | TRef.T3 | main.rs:566:10:566:10 | T | +| main.rs:575:14:575:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:575:14:575:18 | SelfParam | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:575:14:575:18 | SelfParam | TRef.T3 | main.rs:573:10:573:10 | T | +| main.rs:575:21:575:21 | x | | main.rs:573:10:573:10 | T | +| main.rs:575:36:577:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:575:36:577:9 | { ... } | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:575:36:577:9 | { ... } | TRef.T3 | main.rs:573:10:573:10 | T | +| main.rs:576:13:576:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:576:13:576:16 | self | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:576:13:576:16 | self | TRef.T3 | main.rs:573:10:573:10 | T | +| main.rs:582:14:582:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:582:14:582:18 | SelfParam | TRef | main.rs:580:5:583:5 | Self [trait MyTrait1] | +| main.rs:582:21:582:22 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:592:14:592:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:592:14:592:18 | SelfParam | TRef | main.rs:587:5:588:14 | S4 | +| main.rs:592:21:592:22 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:602:14:602:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:602:14:602:18 | SelfParam | TRef | main.rs:597:5:598:22 | S5 | +| main.rs:602:14:602:18 | SelfParam | TRef.T5 | {EXTERNAL LOCATION} | i32 | +| main.rs:602:21:602:22 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:611:16:637:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:612:13:612:13 | x | | main.rs:488:5:489:14 | S1 | +| main.rs:612:17:612:18 | S1 | | main.rs:488:5:489:14 | S1 | +| main.rs:613:9:613:43 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:613:18:613:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:613:18:613:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:613:18:613:42 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:613:18:613:42 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:613:18:613:42 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:613:26:613:26 | x | | main.rs:488:5:489:14 | S1 | +| main.rs:613:26:613:42 | x.common_method() | | main.rs:488:5:489:14 | S1 | +| main.rs:614:9:614:46 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:614:18:614:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:614:18:614:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:614:18:614:45 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:614:18:614:45 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:614:18:614:45 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:614:26:614:45 | ...::common_method(...) | | main.rs:488:5:489:14 | S1 | +| main.rs:614:44:614:44 | x | | main.rs:488:5:489:14 | S1 | +| main.rs:615:9:615:45 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:615:18:615:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:615:18:615:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:615:18:615:44 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:615:18:615:44 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:615:18:615:44 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:615:26:615:26 | x | | main.rs:488:5:489:14 | S1 | +| main.rs:615:26:615:44 | x.common_method_2() | | main.rs:488:5:489:14 | S1 | +| main.rs:616:9:616:48 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:616:18:616:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:616:18:616:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:616:18:616:47 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:616:18:616:47 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:616:18:616:47 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:616:26:616:47 | ...::common_method_2(...) | | main.rs:488:5:489:14 | S1 | +| main.rs:616:46:616:46 | x | | main.rs:488:5:489:14 | S1 | +| main.rs:618:13:618:13 | y | | main.rs:521:5:521:22 | S2 | +| main.rs:618:13:618:13 | y | T2 | main.rs:488:5:489:14 | S1 | +| main.rs:618:17:618:22 | S2(...) | | main.rs:521:5:521:22 | S2 | +| main.rs:618:17:618:22 | S2(...) | T2 | main.rs:488:5:489:14 | S1 | +| main.rs:618:20:618:21 | S1 | | main.rs:488:5:489:14 | S1 | +| main.rs:619:9:619:43 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:619:18:619:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:619:18:619:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:619:18:619:42 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:619:18:619:42 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:619:18:619:42 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:619:26:619:26 | y | | main.rs:521:5:521:22 | S2 | +| main.rs:619:26:619:26 | y | T2 | main.rs:488:5:489:14 | S1 | +| main.rs:619:26:619:42 | y.common_method() | | main.rs:488:5:489:14 | S1 | +| main.rs:620:9:620:57 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:620:18:620:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:620:18:620:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:620:18:620:56 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:620:18:620:56 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:620:18:620:56 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:620:26:620:56 | ...::common_method(...) | | main.rs:488:5:489:14 | S1 | +| main.rs:620:50:620:55 | S2(...) | | main.rs:521:5:521:22 | S2 | +| main.rs:620:50:620:55 | S2(...) | T2 | main.rs:488:5:489:14 | S1 | +| main.rs:620:53:620:54 | S1 | | main.rs:488:5:489:14 | S1 | +| main.rs:622:13:622:13 | z | | main.rs:521:5:521:22 | S2 | +| main.rs:622:13:622:13 | z | T2 | {EXTERNAL LOCATION} | i32 | +| main.rs:622:17:622:21 | S2(...) | | main.rs:521:5:521:22 | S2 | +| main.rs:622:17:622:21 | S2(...) | T2 | {EXTERNAL LOCATION} | i32 | +| main.rs:622:20:622:20 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:623:9:623:43 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:623:18:623:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:623:18:623:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:623:18:623:42 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:623:18:623:42 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:623:18:623:42 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:623:26:623:26 | z | | main.rs:521:5:521:22 | S2 | +| main.rs:623:26:623:26 | z | T2 | {EXTERNAL LOCATION} | i32 | +| main.rs:623:26:623:42 | z.common_method() | | main.rs:488:5:489:14 | S1 | +| main.rs:624:9:624:50 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:624:18:624:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:624:18:624:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:624:18:624:49 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:624:18:624:49 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:624:18:624:49 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:624:26:624:49 | ...::common_method(...) | | main.rs:488:5:489:14 | S1 | +| main.rs:624:44:624:48 | S2(...) | | main.rs:521:5:521:22 | S2 | +| main.rs:624:44:624:48 | S2(...) | T2 | {EXTERNAL LOCATION} | i32 | +| main.rs:624:47:624:47 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:625:9:625:57 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:625:18:625:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:625:18:625:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:625:18:625:56 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:625:18:625:56 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:625:18:625:56 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:625:26:625:56 | ...::common_method(...) | | main.rs:488:5:489:14 | S1 | +| main.rs:625:51:625:55 | S2(...) | | main.rs:521:5:521:22 | S2 | +| main.rs:625:51:625:55 | S2(...) | T2 | {EXTERNAL LOCATION} | i32 | +| main.rs:625:54:625:54 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:627:13:627:13 | w | | main.rs:559:5:560:22 | S3 | +| main.rs:627:13:627:13 | w | T3 | main.rs:488:5:489:14 | S1 | +| main.rs:627:17:627:22 | S3(...) | | main.rs:559:5:560:22 | S3 | +| main.rs:627:17:627:22 | S3(...) | T3 | main.rs:488:5:489:14 | S1 | +| main.rs:627:20:627:21 | S1 | | main.rs:488:5:489:14 | S1 | +| main.rs:628:9:628:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:628:18:628:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:628:18:628:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:628:18:628:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:628:18:628:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:628:18:628:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:628:26:628:26 | w | | main.rs:559:5:560:22 | S3 | +| main.rs:628:26:628:26 | w | T3 | main.rs:488:5:489:14 | S1 | +| main.rs:628:26:628:31 | w.m(...) | | {EXTERNAL LOCATION} | & | +| main.rs:628:26:628:31 | w.m(...) | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:628:26:628:31 | w.m(...) | TRef.T3 | main.rs:488:5:489:14 | S1 | +| main.rs:628:30:628:30 | x | | main.rs:488:5:489:14 | S1 | +| main.rs:629:9:629:38 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:629:18:629:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:629:18:629:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:629:18:629:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:629:18:629:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:629:18:629:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:629:26:629:37 | ...::m(...) | | {EXTERNAL LOCATION} | & | +| main.rs:629:26:629:37 | ...::m(...) | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:629:26:629:37 | ...::m(...) | TRef.T3 | main.rs:488:5:489:14 | S1 | +| main.rs:629:32:629:33 | &w | | {EXTERNAL LOCATION} | & | +| main.rs:629:32:629:33 | &w | TRef | main.rs:559:5:560:22 | S3 | +| main.rs:629:32:629:33 | &w | TRef.T3 | main.rs:488:5:489:14 | S1 | +| main.rs:629:33:629:33 | w | | main.rs:559:5:560:22 | S3 | +| main.rs:629:33:629:33 | w | T3 | main.rs:488:5:489:14 | S1 | +| main.rs:629:36:629:36 | x | | main.rs:488:5:489:14 | S1 | +| main.rs:631:9:631:10 | S4 | | main.rs:587:5:588:14 | S4 | +| main.rs:631:9:631:14 | S4.m() | | {EXTERNAL LOCATION} | () | +| main.rs:632:9:632:18 | ...::m(...) | | {EXTERNAL LOCATION} | () | +| main.rs:632:15:632:17 | &S4 | | {EXTERNAL LOCATION} | & | +| main.rs:632:15:632:17 | &S4 | TRef | main.rs:587:5:588:14 | S4 | +| main.rs:632:16:632:17 | S4 | | main.rs:587:5:588:14 | S4 | +| main.rs:633:9:633:16 | S5(...) | | main.rs:597:5:598:22 | S5 | +| main.rs:633:9:633:16 | S5(...) | T5 | {EXTERNAL LOCATION} | i32 | +| main.rs:633:9:633:20 | ... .m() | | {EXTERNAL LOCATION} | () | +| main.rs:633:12:633:15 | 0i32 | | {EXTERNAL LOCATION} | i32 | +| main.rs:634:9:634:24 | ...::m(...) | | {EXTERNAL LOCATION} | () | +| main.rs:634:15:634:23 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:634:15:634:23 | &... | TRef | main.rs:597:5:598:22 | S5 | +| main.rs:634:15:634:23 | &... | TRef.T5 | {EXTERNAL LOCATION} | i32 | +| main.rs:634:16:634:23 | S5(...) | | main.rs:597:5:598:22 | S5 | +| main.rs:634:16:634:23 | S5(...) | T5 | {EXTERNAL LOCATION} | i32 | +| main.rs:634:19:634:22 | 0i32 | | {EXTERNAL LOCATION} | i32 | +| main.rs:635:9:635:16 | S5(...) | | main.rs:597:5:598:22 | S5 | +| main.rs:635:9:635:16 | S5(...) | T5 | {EXTERNAL LOCATION} | bool | +| main.rs:635:9:635:20 | ... .m() | | {EXTERNAL LOCATION} | () | +| main.rs:635:12:635:15 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:636:9:636:24 | ...::m(...) | | {EXTERNAL LOCATION} | () | +| main.rs:636:15:636:23 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:636:15:636:23 | &... | TRef | main.rs:597:5:598:22 | S5 | +| main.rs:636:15:636:23 | &... | TRef.T5 | {EXTERNAL LOCATION} | bool | +| main.rs:636:16:636:23 | S5(...) | | main.rs:597:5:598:22 | S5 | +| main.rs:636:16:636:23 | S5(...) | T5 | {EXTERNAL LOCATION} | bool | +| main.rs:636:19:636:22 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:653:19:653:22 | SelfParam | | main.rs:651:5:654:5 | Self [trait FirstTrait] | +| main.rs:658:19:658:22 | SelfParam | | main.rs:656:5:659:5 | Self [trait SecondTrait] | +| main.rs:661:64:661:64 | x | | main.rs:661:45:661:61 | T | +| main.rs:661:70:665:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:663:13:663:14 | s1 | | main.rs:661:35:661:42 | I | +| main.rs:663:18:663:18 | x | | main.rs:661:45:661:61 | T | +| main.rs:663:18:663:27 | x.method() | | main.rs:661:35:661:42 | I | +| main.rs:664:9:664:28 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:664:18:664:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:664:18:664:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:664:18:664:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:664:18:664:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:664:18:664:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:664:26:664:27 | s1 | | main.rs:661:35:661:42 | I | +| main.rs:667:65:667:65 | x | | main.rs:667:46:667:62 | T | +| main.rs:667:71:671:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:669:13:669:14 | s2 | | main.rs:667:36:667:43 | I | +| main.rs:669:18:669:18 | x | | main.rs:667:46:667:62 | T | +| main.rs:669:18:669:27 | x.method() | | main.rs:667:36:667:43 | I | +| main.rs:670:9:670:28 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:670:18:670:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:670:18:670:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:670:18:670:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:670:18:670:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:670:18:670:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:670:26:670:27 | s2 | | main.rs:667:36:667:43 | I | +| main.rs:673:49:673:49 | x | | main.rs:673:30:673:46 | T | +| main.rs:673:55:676:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:674:13:674:13 | s | | main.rs:643:5:644:14 | S1 | +| main.rs:674:17:674:17 | x | | main.rs:673:30:673:46 | T | +| main.rs:674:17:674:26 | x.method() | | main.rs:643:5:644:14 | S1 | +| main.rs:675:9:675:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:675:18:675:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:675:18:675:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:675:18:675:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:675:18:675:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:675:18:675:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:675:26:675:26 | s | | main.rs:643:5:644:14 | S1 | +| main.rs:678:53:678:53 | x | | main.rs:678:34:678:50 | T | +| main.rs:678:59:681:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:679:13:679:13 | s | | main.rs:643:5:644:14 | S1 | +| main.rs:679:17:679:17 | x | | main.rs:678:34:678:50 | T | +| main.rs:679:17:679:26 | x.method() | | main.rs:643:5:644:14 | S1 | +| main.rs:680:9:680:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:680:18:680:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:680:18:680:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:680:18:680:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:680:18:680:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:680:18:680:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:680:26:680:26 | s | | main.rs:643:5:644:14 | S1 | +| main.rs:683:43:683:43 | x | | main.rs:683:40:683:40 | T | +| main.rs:686:5:689:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:687:13:687:13 | s | | main.rs:643:5:644:14 | S1 | +| main.rs:687:17:687:17 | x | | main.rs:683:40:683:40 | T | +| main.rs:687:17:687:26 | x.method() | | main.rs:643:5:644:14 | S1 | +| main.rs:688:9:688:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:688:18:688:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:688:18:688:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:688:18:688:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:688:18:688:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:688:18:688:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:688:26:688:26 | s | | main.rs:643:5:644:14 | S1 | +| main.rs:692:16:692:19 | SelfParam | | main.rs:691:5:695:5 | Self [trait Pair] | +| main.rs:694:16:694:19 | SelfParam | | main.rs:691:5:695:5 | Self [trait Pair] | +| main.rs:697:53:697:53 | x | | main.rs:697:50:697:50 | T | +| main.rs:697:59:697:59 | y | | main.rs:697:50:697:50 | T | +| main.rs:701:5:704:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:702:13:702:13 | _ | | main.rs:643:5:644:14 | S1 | +| main.rs:702:17:702:17 | x | | main.rs:697:50:697:50 | T | +| main.rs:702:17:702:23 | x.fst() | | main.rs:643:5:644:14 | S1 | +| main.rs:703:13:703:13 | _ | | main.rs:643:5:644:14 | S1 | +| main.rs:703:17:703:17 | y | | main.rs:697:50:697:50 | T | +| main.rs:703:17:703:26 | y.method() | | main.rs:643:5:644:14 | S1 | +| main.rs:706:58:706:58 | x | | main.rs:706:41:706:55 | T | +| main.rs:706:64:706:64 | y | | main.rs:706:41:706:55 | T | +| main.rs:706:70:711:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:708:13:708:14 | s1 | | main.rs:643:5:644:14 | S1 | +| main.rs:708:18:708:18 | x | | main.rs:706:41:706:55 | T | +| main.rs:708:18:708:24 | x.fst() | | main.rs:643:5:644:14 | S1 | +| main.rs:709:13:709:14 | s2 | | main.rs:646:5:647:14 | S2 | +| main.rs:709:18:709:18 | y | | main.rs:706:41:706:55 | T | +| main.rs:709:18:709:24 | y.snd() | | main.rs:646:5:647:14 | S2 | +| main.rs:710:9:710:38 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:710:18:710:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:710:18:710:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:710:18:710:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:710:18:710:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:710:18:710:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:710:32:710:33 | s1 | | main.rs:643:5:644:14 | S1 | +| main.rs:710:36:710:37 | s2 | | main.rs:646:5:647:14 | S2 | +| main.rs:713:69:713:69 | x | | main.rs:713:52:713:66 | T | +| main.rs:713:75:713:75 | y | | main.rs:713:52:713:66 | T | +| main.rs:713:81:718:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:715:13:715:14 | s1 | | main.rs:643:5:644:14 | S1 | +| main.rs:715:18:715:18 | x | | main.rs:713:52:713:66 | T | +| main.rs:715:18:715:24 | x.fst() | | main.rs:643:5:644:14 | S1 | +| main.rs:716:13:716:14 | s2 | | main.rs:713:41:713:49 | T2 | +| main.rs:716:18:716:18 | y | | main.rs:713:52:713:66 | T | +| main.rs:716:18:716:24 | y.snd() | | main.rs:713:41:713:49 | T2 | +| main.rs:717:9:717:38 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:717:18:717:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:717:18:717:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:717:18:717:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:717:18:717:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:717:18:717:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:717:32:717:33 | s1 | | main.rs:643:5:644:14 | S1 | +| main.rs:717:36:717:37 | s2 | | main.rs:713:41:713:49 | T2 | +| main.rs:720:50:720:50 | x | | main.rs:720:41:720:47 | T | +| main.rs:720:56:720:56 | y | | main.rs:720:41:720:47 | T | +| main.rs:720:62:725:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:722:13:722:14 | s1 | | {EXTERNAL LOCATION} | bool | +| main.rs:722:18:722:18 | x | | main.rs:720:41:720:47 | T | +| main.rs:722:18:722:24 | x.fst() | | {EXTERNAL LOCATION} | bool | +| main.rs:723:13:723:14 | s2 | | {EXTERNAL LOCATION} | i64 | +| main.rs:723:18:723:18 | y | | main.rs:720:41:720:47 | T | +| main.rs:723:18:723:24 | y.snd() | | {EXTERNAL LOCATION} | i64 | +| main.rs:724:9:724:38 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:724:18:724:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:724:18:724:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:724:18:724:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:724:18:724:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:724:18:724:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:724:32:724:33 | s1 | | {EXTERNAL LOCATION} | bool | +| main.rs:724:36:724:37 | s2 | | {EXTERNAL LOCATION} | i64 | +| main.rs:727:54:727:54 | x | | main.rs:727:41:727:51 | T | +| main.rs:727:60:727:60 | y | | main.rs:727:41:727:51 | T | +| main.rs:727:66:732:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:729:13:729:14 | s1 | | {EXTERNAL LOCATION} | u8 | +| main.rs:729:18:729:18 | x | | main.rs:727:41:727:51 | T | +| main.rs:729:18:729:24 | x.fst() | | {EXTERNAL LOCATION} | u8 | +| main.rs:730:13:730:14 | s2 | | {EXTERNAL LOCATION} | i64 | +| main.rs:730:18:730:18 | y | | main.rs:727:41:727:51 | T | +| main.rs:730:18:730:24 | y.snd() | | {EXTERNAL LOCATION} | i64 | +| main.rs:731:9:731:38 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:731:18:731:29 | "{:?}, {:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:731:18:731:29 | "{:?}, {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:731:18:731:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:731:18:731:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:731:18:731:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:731:32:731:33 | s1 | | {EXTERNAL LOCATION} | u8 | +| main.rs:731:36:731:37 | s2 | | {EXTERNAL LOCATION} | i64 | +| main.rs:739:18:739:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:739:18:739:22 | SelfParam | TRef | main.rs:736:5:740:5 | Self [trait TraitWithSelfTp] | +| main.rs:742:40:742:44 | thing | | {EXTERNAL LOCATION} | & | +| main.rs:742:40:742:44 | thing | TRef | main.rs:742:17:742:37 | T | +| main.rs:742:56:744:5 | { ... } | | main.rs:742:14:742:14 | A | +| main.rs:743:9:743:13 | thing | | {EXTERNAL LOCATION} | & | +| main.rs:743:9:743:13 | thing | TRef | main.rs:742:17:742:37 | T | +| main.rs:743:9:743:21 | thing.get_a() | | main.rs:742:14:742:14 | A | +| main.rs:747:44:747:48 | thing | | main.rs:747:24:747:41 | S | +| main.rs:747:61:750:5 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:748:13:748:15 | _ms | | {EXTERNAL LOCATION} | Option | +| main.rs:748:13:748:15 | _ms | T | main.rs:747:24:747:41 | S | +| main.rs:748:19:748:23 | thing | | main.rs:747:24:747:41 | S | +| main.rs:748:19:748:31 | thing.get_a() | | {EXTERNAL LOCATION} | Option | +| main.rs:748:19:748:31 | thing.get_a() | T | main.rs:747:24:747:41 | S | +| main.rs:749:9:749:9 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:749:9:749:9 | 0 | | {EXTERNAL LOCATION} | i64 | +| main.rs:755:55:755:59 | thing | | {EXTERNAL LOCATION} | & | +| main.rs:755:55:755:59 | thing | TRef | main.rs:755:25:755:52 | S | +| main.rs:755:66:758:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:757:13:757:15 | _ms | | {EXTERNAL LOCATION} | Option | +| main.rs:757:13:757:15 | _ms | T | main.rs:755:25:755:52 | S | +| main.rs:757:19:757:30 | get_a(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:757:19:757:30 | get_a(...) | T | main.rs:755:25:755:52 | S | +| main.rs:757:25:757:29 | thing | | {EXTERNAL LOCATION} | & | +| main.rs:757:25:757:29 | thing | TRef | main.rs:755:25:755:52 | S | +| main.rs:766:18:766:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:766:18:766:22 | SelfParam | TRef | main.rs:760:5:762:5 | MyStruct | +| main.rs:766:41:768:9 | { ... } | | {EXTERNAL LOCATION} | Option | +| main.rs:766:41:768:9 | { ... } | T | main.rs:760:5:762:5 | MyStruct | +| main.rs:767:13:767:48 | Some(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:767:13:767:48 | Some(...) | T | main.rs:760:5:762:5 | MyStruct | +| main.rs:767:18:767:47 | MyStruct {...} | | main.rs:760:5:762:5 | MyStruct | +| main.rs:767:36:767:39 | self | | {EXTERNAL LOCATION} | & | +| main.rs:767:36:767:39 | self | TRef | main.rs:760:5:762:5 | MyStruct | +| main.rs:767:36:767:45 | self.value | | {EXTERNAL LOCATION} | i32 | +| main.rs:773:19:776:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:774:13:774:13 | s | | main.rs:760:5:762:5 | MyStruct | +| main.rs:774:17:774:37 | MyStruct {...} | | main.rs:760:5:762:5 | MyStruct | +| main.rs:774:35:774:35 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:775:13:775:15 | _ms | | {EXTERNAL LOCATION} | Option | +| main.rs:775:13:775:15 | _ms | T | main.rs:760:5:762:5 | MyStruct | +| main.rs:775:19:775:27 | get_a(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:775:19:775:27 | get_a(...) | T | main.rs:760:5:762:5 | MyStruct | +| main.rs:775:25:775:26 | &s | | {EXTERNAL LOCATION} | & | +| main.rs:775:25:775:26 | &s | TRef | main.rs:760:5:762:5 | MyStruct | +| main.rs:775:26:775:26 | s | | main.rs:760:5:762:5 | MyStruct | +| main.rs:791:15:791:18 | SelfParam | | main.rs:790:5:801:5 | Self [trait MyTrait] | +| main.rs:793:15:793:18 | SelfParam | | main.rs:790:5:801:5 | Self [trait MyTrait] | +| main.rs:796:9:798:9 | { ... } | | main.rs:790:19:790:19 | A | +| main.rs:797:13:797:16 | self | | main.rs:790:5:801:5 | Self [trait MyTrait] | +| main.rs:797:13:797:21 | self.m1() | | main.rs:790:19:790:19 | A | +| main.rs:800:18:800:18 | x | | main.rs:790:5:801:5 | Self [trait MyTrait] | +| main.rs:804:15:804:18 | SelfParam | | main.rs:787:5:788:14 | S2 | +| main.rs:804:26:806:9 | { ... } | | main.rs:803:10:803:19 | T | +| main.rs:805:13:805:30 | ...::default(...) | | main.rs:803:10:803:19 | T | +| main.rs:808:18:808:18 | x | | main.rs:787:5:788:14 | S2 | +| main.rs:808:32:810:9 | { ... } | | main.rs:803:10:803:19 | T | +| main.rs:809:13:809:30 | ...::default(...) | | main.rs:803:10:803:19 | T | +| main.rs:814:15:814:18 | SelfParam | | main.rs:785:5:786:14 | S1 | +| main.rs:814:28:816:9 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:815:13:815:13 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:818:18:818:18 | x | | main.rs:785:5:786:14 | S1 | +| main.rs:818:34:820:9 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:819:13:819:13 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:825:50:825:50 | x | | main.rs:825:26:825:47 | T2 | +| main.rs:825:63:828:5 | { ... } | | main.rs:825:22:825:23 | T1 | +| main.rs:826:9:826:9 | x | | main.rs:825:26:825:47 | T2 | +| main.rs:826:9:826:14 | x.m1() | | main.rs:825:22:825:23 | T1 | +| main.rs:827:9:827:9 | x | | main.rs:825:26:825:47 | T2 | +| main.rs:827:9:827:14 | x.m1() | | main.rs:825:22:825:23 | T1 | +| main.rs:829:52:829:52 | x | | main.rs:829:28:829:49 | T2 | +| main.rs:829:65:833:5 | { ... } | | main.rs:829:24:829:25 | T1 | +| main.rs:830:13:830:13 | y | | main.rs:829:24:829:25 | T1 | +| main.rs:830:17:830:25 | ...::m1(...) | | main.rs:829:24:829:25 | T1 | +| main.rs:830:24:830:24 | x | | main.rs:829:28:829:49 | T2 | +| main.rs:831:9:831:9 | y | | main.rs:829:24:829:25 | T1 | +| main.rs:832:9:832:17 | ...::m1(...) | | main.rs:829:24:829:25 | T1 | +| main.rs:832:16:832:16 | x | | main.rs:829:28:829:49 | T2 | +| main.rs:834:52:834:52 | x | | main.rs:834:28:834:49 | T2 | +| main.rs:834:65:838:5 | { ... } | | main.rs:834:24:834:25 | T1 | +| main.rs:835:13:835:13 | y | | main.rs:834:24:834:25 | T1 | +| main.rs:835:17:835:30 | ...::m1(...) | | main.rs:834:24:834:25 | T1 | +| main.rs:835:29:835:29 | x | | main.rs:834:28:834:49 | T2 | +| main.rs:836:9:836:9 | y | | main.rs:834:24:834:25 | T1 | +| main.rs:837:9:837:22 | ...::m1(...) | | main.rs:834:24:834:25 | T1 | +| main.rs:837:21:837:21 | x | | main.rs:834:28:834:49 | T2 | +| main.rs:839:55:839:55 | x | | main.rs:839:31:839:52 | T2 | +| main.rs:839:68:843:5 | { ... } | | main.rs:839:27:839:28 | T1 | +| main.rs:840:13:840:13 | y | | main.rs:839:27:839:28 | T1 | +| main.rs:840:17:840:28 | ...::assoc(...) | | main.rs:839:27:839:28 | T1 | +| main.rs:840:27:840:27 | x | | main.rs:839:31:839:52 | T2 | +| main.rs:841:9:841:9 | y | | main.rs:839:27:839:28 | T1 | +| main.rs:842:9:842:20 | ...::assoc(...) | | main.rs:839:27:839:28 | T1 | +| main.rs:842:19:842:19 | x | | main.rs:839:31:839:52 | T2 | +| main.rs:844:55:844:55 | x | | main.rs:844:31:844:52 | T2 | +| main.rs:844:68:848:5 | { ... } | | main.rs:844:27:844:28 | T1 | +| main.rs:845:13:845:13 | y | | main.rs:844:27:844:28 | T1 | +| main.rs:845:17:845:33 | ...::assoc(...) | | main.rs:844:27:844:28 | T1 | +| main.rs:845:32:845:32 | x | | main.rs:844:31:844:52 | T2 | +| main.rs:846:9:846:9 | y | | main.rs:844:27:844:28 | T1 | +| main.rs:847:9:847:25 | ...::assoc(...) | | main.rs:844:27:844:28 | T1 | +| main.rs:847:24:847:24 | x | | main.rs:844:31:844:52 | T2 | +| main.rs:852:49:852:49 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:852:49:852:49 | x | T | main.rs:852:32:852:46 | T2 | +| main.rs:852:71:854:5 | { ... } | | main.rs:852:28:852:29 | T1 | +| main.rs:853:9:853:9 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:853:9:853:9 | x | T | main.rs:852:32:852:46 | T2 | +| main.rs:853:9:853:11 | x.a | | main.rs:852:32:852:46 | T2 | +| main.rs:853:9:853:16 | ... .m1() | | main.rs:852:28:852:29 | T1 | +| main.rs:855:51:855:51 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:855:51:855:51 | x | T | main.rs:855:34:855:48 | T2 | +| main.rs:855:73:857:5 | { ... } | | main.rs:855:30:855:31 | T1 | +| main.rs:856:9:856:19 | ...::m1(...) | | main.rs:855:30:855:31 | T1 | +| main.rs:856:16:856:16 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:856:16:856:16 | x | T | main.rs:855:34:855:48 | T2 | +| main.rs:856:16:856:18 | x.a | | main.rs:855:34:855:48 | T2 | +| main.rs:858:51:858:51 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:858:51:858:51 | x | T | main.rs:858:34:858:48 | T2 | +| main.rs:858:73:860:5 | { ... } | | main.rs:858:30:858:31 | T1 | +| main.rs:859:9:859:24 | ...::m1(...) | | main.rs:858:30:858:31 | T1 | +| main.rs:859:21:859:21 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:859:21:859:21 | x | T | main.rs:858:34:858:48 | T2 | +| main.rs:859:21:859:23 | x.a | | main.rs:858:34:858:48 | T2 | +| main.rs:863:15:863:18 | SelfParam | | main.rs:780:5:783:5 | MyThing | +| main.rs:863:15:863:18 | SelfParam | T | main.rs:862:10:862:10 | T | +| main.rs:863:26:865:9 | { ... } | | main.rs:862:10:862:10 | T | +| main.rs:864:13:864:16 | self | | main.rs:780:5:783:5 | MyThing | +| main.rs:864:13:864:16 | self | T | main.rs:862:10:862:10 | T | +| main.rs:864:13:864:18 | self.a | | main.rs:862:10:862:10 | T | +| main.rs:867:18:867:18 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:867:18:867:18 | x | T | main.rs:862:10:862:10 | T | +| main.rs:867:32:869:9 | { ... } | | main.rs:862:10:862:10 | T | +| main.rs:868:13:868:13 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:868:13:868:13 | x | T | main.rs:862:10:862:10 | T | +| main.rs:868:13:868:15 | x.a | | main.rs:862:10:862:10 | T | +| main.rs:874:15:874:18 | SelfParam | | main.rs:872:5:875:5 | Self [trait MyTrait2] | +| main.rs:879:15:879:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:879:15:879:19 | SelfParam | TRef | main.rs:877:5:880:5 | Self [trait MyTrait3] | +| main.rs:882:46:882:46 | x | | main.rs:882:22:882:43 | T | +| main.rs:882:52:882:52 | y | | {EXTERNAL LOCATION} | & | +| main.rs:882:52:882:52 | y | TRef | main.rs:882:22:882:43 | T | +| main.rs:882:59:885:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:883:9:883:9 | x | | main.rs:882:22:882:43 | T | +| main.rs:883:9:883:14 | x.m2() | | {EXTERNAL LOCATION} | () | +| main.rs:884:9:884:9 | y | | {EXTERNAL LOCATION} | & | +| main.rs:884:9:884:9 | y | TRef | main.rs:882:22:882:43 | T | +| main.rs:884:9:884:14 | y.m2() | | {EXTERNAL LOCATION} | () | +| main.rs:887:16:945:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:888:13:888:13 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:888:13:888:13 | x | T | main.rs:785:5:786:14 | S1 | +| main.rs:888:17:888:33 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:888:17:888:33 | MyThing {...} | T | main.rs:785:5:786:14 | S1 | +| main.rs:888:30:888:31 | S1 | | main.rs:785:5:786:14 | S1 | +| main.rs:889:13:889:13 | y | | main.rs:780:5:783:5 | MyThing | +| main.rs:889:13:889:13 | y | T | main.rs:787:5:788:14 | S2 | +| main.rs:889:17:889:33 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:889:17:889:33 | MyThing {...} | T | main.rs:787:5:788:14 | S2 | +| main.rs:889:30:889:31 | S2 | | main.rs:787:5:788:14 | S2 | +| main.rs:891:9:891:32 | MacroExpr | | {EXTERNAL LOCATION} | () | | main.rs:891:18:891:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:891:18:891:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:891:18:891:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:891:18:891:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:891:18:891:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:891:26:891:26 | a | | main.rs:756:5:757:14 | S2 | -| main.rs:893:13:893:14 | x3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:893:13:893:14 | x3 | T | main.rs:749:5:752:5 | MyThing | -| main.rs:893:13:893:14 | x3 | T.T | main.rs:754:5:755:14 | S1 | -| main.rs:893:18:895:9 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:893:18:895:9 | MyThing {...} | T | main.rs:749:5:752:5 | MyThing | -| main.rs:893:18:895:9 | MyThing {...} | T.T | main.rs:754:5:755:14 | S1 | -| main.rs:894:16:894:32 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:894:16:894:32 | MyThing {...} | T | main.rs:754:5:755:14 | S1 | -| main.rs:894:29:894:30 | S1 | | main.rs:754:5:755:14 | S1 | -| main.rs:896:13:896:14 | y3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:896:13:896:14 | y3 | T | main.rs:749:5:752:5 | MyThing | -| main.rs:896:13:896:14 | y3 | T.T | main.rs:756:5:757:14 | S2 | -| main.rs:896:18:898:9 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:896:18:898:9 | MyThing {...} | T | main.rs:749:5:752:5 | MyThing | -| main.rs:896:18:898:9 | MyThing {...} | T.T | main.rs:756:5:757:14 | S2 | -| main.rs:897:16:897:32 | MyThing {...} | | main.rs:749:5:752:5 | MyThing | -| main.rs:897:16:897:32 | MyThing {...} | T | main.rs:756:5:757:14 | S2 | -| main.rs:897:29:897:30 | S2 | | main.rs:756:5:757:14 | S2 | -| main.rs:900:13:900:13 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:900:17:900:39 | call_trait_thing_m1(...) | | main.rs:754:5:755:14 | S1 | -| main.rs:900:37:900:38 | x3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:900:37:900:38 | x3 | T | main.rs:749:5:752:5 | MyThing | -| main.rs:900:37:900:38 | x3 | T.T | main.rs:754:5:755:14 | S1 | -| main.rs:901:9:901:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:901:18:901:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:901:18:901:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:901:18:901:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:901:18:901:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:901:18:901:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:901:26:901:26 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:902:13:902:13 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:902:17:902:41 | call_trait_thing_m1_2(...) | | main.rs:754:5:755:14 | S1 | -| main.rs:902:39:902:40 | x3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:902:39:902:40 | x3 | T | main.rs:749:5:752:5 | MyThing | -| main.rs:902:39:902:40 | x3 | T.T | main.rs:754:5:755:14 | S1 | -| main.rs:903:9:903:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:903:18:903:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:903:18:903:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:903:18:903:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:903:18:903:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:903:18:903:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:903:26:903:26 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:904:13:904:13 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:904:17:904:41 | call_trait_thing_m1_3(...) | | main.rs:754:5:755:14 | S1 | -| main.rs:904:39:904:40 | x3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:904:39:904:40 | x3 | T | main.rs:749:5:752:5 | MyThing | -| main.rs:904:39:904:40 | x3 | T.T | main.rs:754:5:755:14 | S1 | -| main.rs:905:9:905:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:905:18:905:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:905:18:905:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:905:18:905:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:905:18:905:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:905:18:905:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:905:26:905:26 | a | | main.rs:754:5:755:14 | S1 | -| main.rs:906:13:906:13 | b | | main.rs:756:5:757:14 | S2 | -| main.rs:906:17:906:39 | call_trait_thing_m1(...) | | main.rs:756:5:757:14 | S2 | -| main.rs:906:37:906:38 | y3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:906:37:906:38 | y3 | T | main.rs:749:5:752:5 | MyThing | -| main.rs:906:37:906:38 | y3 | T.T | main.rs:756:5:757:14 | S2 | -| main.rs:907:9:907:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:907:18:907:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:907:18:907:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:907:18:907:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:907:18:907:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:907:18:907:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:907:26:907:26 | b | | main.rs:756:5:757:14 | S2 | -| main.rs:908:13:908:13 | b | | main.rs:756:5:757:14 | S2 | -| main.rs:908:17:908:41 | call_trait_thing_m1_2(...) | | main.rs:756:5:757:14 | S2 | -| main.rs:908:39:908:40 | y3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:908:39:908:40 | y3 | T | main.rs:749:5:752:5 | MyThing | -| main.rs:908:39:908:40 | y3 | T.T | main.rs:756:5:757:14 | S2 | -| main.rs:909:9:909:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:909:18:909:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:909:18:909:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:909:18:909:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:909:18:909:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:909:18:909:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:909:26:909:26 | b | | main.rs:756:5:757:14 | S2 | -| main.rs:910:13:910:13 | b | | main.rs:756:5:757:14 | S2 | -| main.rs:910:17:910:41 | call_trait_thing_m1_3(...) | | main.rs:756:5:757:14 | S2 | -| main.rs:910:39:910:40 | y3 | | main.rs:749:5:752:5 | MyThing | -| main.rs:910:39:910:40 | y3 | T | main.rs:749:5:752:5 | MyThing | -| main.rs:910:39:910:40 | y3 | T.T | main.rs:756:5:757:14 | S2 | -| main.rs:911:9:911:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:911:18:911:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:911:18:911:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:911:18:911:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:911:18:911:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:911:18:911:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:911:26:911:26 | b | | main.rs:756:5:757:14 | S2 | -| main.rs:912:13:912:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:912:17:912:26 | ...::m2(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:912:24:912:25 | S1 | | main.rs:754:5:755:14 | S1 | -| main.rs:913:13:913:13 | y | | {EXTERNAL LOCATION} | i32 | -| main.rs:913:22:913:31 | ...::m2(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:913:29:913:30 | S2 | | main.rs:756:5:757:14 | S2 | -| main.rs:930:15:930:18 | SelfParam | | main.rs:918:5:922:5 | MyEnum | -| main.rs:930:15:930:18 | SelfParam | A | main.rs:929:10:929:10 | T | -| main.rs:930:26:935:9 | { ... } | | main.rs:929:10:929:10 | T | -| main.rs:931:13:934:13 | match self { ... } | | main.rs:929:10:929:10 | T | -| main.rs:931:19:931:22 | self | | main.rs:918:5:922:5 | MyEnum | -| main.rs:931:19:931:22 | self | A | main.rs:929:10:929:10 | T | -| main.rs:932:17:932:29 | ...::C1(...) | | main.rs:918:5:922:5 | MyEnum | -| main.rs:932:17:932:29 | ...::C1(...) | A | main.rs:929:10:929:10 | T | -| main.rs:932:28:932:28 | a | | main.rs:929:10:929:10 | T | -| main.rs:932:34:932:34 | a | | main.rs:929:10:929:10 | T | -| main.rs:933:17:933:32 | ...::C2 {...} | | main.rs:918:5:922:5 | MyEnum | -| main.rs:933:17:933:32 | ...::C2 {...} | A | main.rs:929:10:929:10 | T | -| main.rs:933:30:933:30 | a | | main.rs:929:10:929:10 | T | -| main.rs:933:37:933:37 | a | | main.rs:929:10:929:10 | T | -| main.rs:938:16:944:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:939:13:939:13 | x | | main.rs:918:5:922:5 | MyEnum | -| main.rs:939:13:939:13 | x | A | main.rs:924:5:925:14 | S1 | -| main.rs:939:17:939:30 | ...::C1(...) | | main.rs:918:5:922:5 | MyEnum | -| main.rs:939:17:939:30 | ...::C1(...) | A | main.rs:924:5:925:14 | S1 | -| main.rs:939:28:939:29 | S1 | | main.rs:924:5:925:14 | S1 | -| main.rs:940:13:940:13 | y | | main.rs:918:5:922:5 | MyEnum | -| main.rs:940:13:940:13 | y | A | main.rs:926:5:927:14 | S2 | -| main.rs:940:17:940:36 | ...::C2 {...} | | main.rs:918:5:922:5 | MyEnum | -| main.rs:940:17:940:36 | ...::C2 {...} | A | main.rs:926:5:927:14 | S2 | -| main.rs:940:33:940:34 | S2 | | main.rs:926:5:927:14 | S2 | -| main.rs:942:9:942:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:891:18:891:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:891:18:891:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:891:18:891:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:891:26:891:26 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:891:26:891:26 | x | T | main.rs:785:5:786:14 | S1 | +| main.rs:891:26:891:31 | x.m1() | | main.rs:785:5:786:14 | S1 | +| main.rs:892:9:892:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:892:18:892:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:892:18:892:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:892:18:892:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:892:18:892:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:892:18:892:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:892:26:892:26 | y | | main.rs:780:5:783:5 | MyThing | +| main.rs:892:26:892:26 | y | T | main.rs:787:5:788:14 | S2 | +| main.rs:892:26:892:31 | y.m1() | | main.rs:787:5:788:14 | S2 | +| main.rs:894:13:894:13 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:894:13:894:13 | x | T | main.rs:785:5:786:14 | S1 | +| main.rs:894:17:894:33 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:894:17:894:33 | MyThing {...} | T | main.rs:785:5:786:14 | S1 | +| main.rs:894:30:894:31 | S1 | | main.rs:785:5:786:14 | S1 | +| main.rs:895:13:895:13 | y | | main.rs:780:5:783:5 | MyThing | +| main.rs:895:13:895:13 | y | T | main.rs:787:5:788:14 | S2 | +| main.rs:895:17:895:33 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:895:17:895:33 | MyThing {...} | T | main.rs:787:5:788:14 | S2 | +| main.rs:895:30:895:31 | S2 | | main.rs:787:5:788:14 | S2 | +| main.rs:897:9:897:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:897:18:897:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:897:18:897:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:897:18:897:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:897:18:897:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:897:18:897:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:897:26:897:26 | x | | main.rs:780:5:783:5 | MyThing | +| main.rs:897:26:897:26 | x | T | main.rs:785:5:786:14 | S1 | +| main.rs:897:26:897:31 | x.m2() | | main.rs:785:5:786:14 | S1 | +| main.rs:898:9:898:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:898:18:898:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:898:18:898:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:898:18:898:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:898:18:898:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:898:18:898:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:898:26:898:26 | y | | main.rs:780:5:783:5 | MyThing | +| main.rs:898:26:898:26 | y | T | main.rs:787:5:788:14 | S2 | +| main.rs:898:26:898:31 | y.m2() | | main.rs:787:5:788:14 | S2 | +| main.rs:900:13:900:14 | x2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:900:13:900:14 | x2 | T | main.rs:785:5:786:14 | S1 | +| main.rs:900:18:900:34 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:900:18:900:34 | MyThing {...} | T | main.rs:785:5:786:14 | S1 | +| main.rs:900:31:900:32 | S1 | | main.rs:785:5:786:14 | S1 | +| main.rs:901:13:901:14 | y2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:901:13:901:14 | y2 | T | main.rs:787:5:788:14 | S2 | +| main.rs:901:18:901:34 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:901:18:901:34 | MyThing {...} | T | main.rs:787:5:788:14 | S2 | +| main.rs:901:31:901:32 | S2 | | main.rs:787:5:788:14 | S2 | +| main.rs:903:13:903:13 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:903:17:903:33 | call_trait_m1(...) | | main.rs:785:5:786:14 | S1 | +| main.rs:903:31:903:32 | x2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:903:31:903:32 | x2 | T | main.rs:785:5:786:14 | S1 | +| main.rs:904:9:904:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:904:18:904:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:904:18:904:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:904:18:904:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:904:18:904:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:904:18:904:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:904:26:904:26 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:905:13:905:13 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:905:17:905:35 | call_trait_m1_2(...) | | main.rs:785:5:786:14 | S1 | +| main.rs:905:33:905:34 | x2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:905:33:905:34 | x2 | T | main.rs:785:5:786:14 | S1 | +| main.rs:906:9:906:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:906:18:906:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:906:18:906:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:906:18:906:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:906:18:906:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:906:18:906:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:906:26:906:26 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:907:13:907:13 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:907:17:907:35 | call_trait_m1_3(...) | | main.rs:785:5:786:14 | S1 | +| main.rs:907:33:907:34 | x2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:907:33:907:34 | x2 | T | main.rs:785:5:786:14 | S1 | +| main.rs:908:9:908:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:908:18:908:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:908:18:908:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:908:18:908:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:908:18:908:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:908:18:908:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:908:26:908:26 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:909:13:909:13 | a | | main.rs:787:5:788:14 | S2 | +| main.rs:909:17:909:33 | call_trait_m1(...) | | main.rs:787:5:788:14 | S2 | +| main.rs:909:31:909:32 | y2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:909:31:909:32 | y2 | T | main.rs:787:5:788:14 | S2 | +| main.rs:910:9:910:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:910:18:910:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:910:18:910:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:910:18:910:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:910:18:910:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:910:18:910:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:910:26:910:26 | a | | main.rs:787:5:788:14 | S2 | +| main.rs:911:13:911:13 | a | | main.rs:787:5:788:14 | S2 | +| main.rs:911:17:911:35 | call_trait_m1_2(...) | | main.rs:787:5:788:14 | S2 | +| main.rs:911:33:911:34 | y2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:911:33:911:34 | y2 | T | main.rs:787:5:788:14 | S2 | +| main.rs:912:9:912:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:912:18:912:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:912:18:912:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:912:18:912:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:912:18:912:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:912:18:912:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:912:26:912:26 | a | | main.rs:787:5:788:14 | S2 | +| main.rs:913:13:913:13 | a | | main.rs:787:5:788:14 | S2 | +| main.rs:913:17:913:35 | call_trait_m1_3(...) | | main.rs:787:5:788:14 | S2 | +| main.rs:913:33:913:34 | y2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:913:33:913:34 | y2 | T | main.rs:787:5:788:14 | S2 | +| main.rs:914:9:914:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:914:18:914:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:914:18:914:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:914:18:914:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:914:18:914:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:914:18:914:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:914:26:914:26 | a | | main.rs:787:5:788:14 | S2 | +| main.rs:915:13:915:13 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:915:17:915:38 | call_trait_assoc_1(...) | | main.rs:785:5:786:14 | S1 | +| main.rs:915:36:915:37 | x2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:915:36:915:37 | x2 | T | main.rs:785:5:786:14 | S1 | +| main.rs:916:9:916:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:916:18:916:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:916:18:916:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:916:18:916:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:916:18:916:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:916:18:916:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:916:26:916:26 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:917:13:917:13 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:917:17:917:38 | call_trait_assoc_2(...) | | main.rs:785:5:786:14 | S1 | +| main.rs:917:36:917:37 | x2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:917:36:917:37 | x2 | T | main.rs:785:5:786:14 | S1 | +| main.rs:918:9:918:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:918:18:918:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:918:18:918:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:918:18:918:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:918:18:918:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:918:18:918:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:918:26:918:26 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:919:13:919:13 | a | | main.rs:787:5:788:14 | S2 | +| main.rs:919:17:919:38 | call_trait_assoc_1(...) | | main.rs:787:5:788:14 | S2 | +| main.rs:919:36:919:37 | y2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:919:36:919:37 | y2 | T | main.rs:787:5:788:14 | S2 | +| main.rs:920:9:920:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:920:18:920:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:920:18:920:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:920:18:920:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:920:18:920:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:920:18:920:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:920:26:920:26 | a | | main.rs:787:5:788:14 | S2 | +| main.rs:921:13:921:13 | a | | main.rs:787:5:788:14 | S2 | +| main.rs:921:17:921:38 | call_trait_assoc_2(...) | | main.rs:787:5:788:14 | S2 | +| main.rs:921:36:921:37 | y2 | | main.rs:780:5:783:5 | MyThing | +| main.rs:921:36:921:37 | y2 | T | main.rs:787:5:788:14 | S2 | +| main.rs:922:9:922:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:922:18:922:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:922:18:922:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:922:18:922:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:922:18:922:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:922:18:922:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:922:26:922:26 | a | | main.rs:787:5:788:14 | S2 | +| main.rs:924:13:924:14 | x3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:924:13:924:14 | x3 | T | main.rs:780:5:783:5 | MyThing | +| main.rs:924:13:924:14 | x3 | T.T | main.rs:785:5:786:14 | S1 | +| main.rs:924:18:926:9 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:924:18:926:9 | MyThing {...} | T | main.rs:780:5:783:5 | MyThing | +| main.rs:924:18:926:9 | MyThing {...} | T.T | main.rs:785:5:786:14 | S1 | +| main.rs:925:16:925:32 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:925:16:925:32 | MyThing {...} | T | main.rs:785:5:786:14 | S1 | +| main.rs:925:29:925:30 | S1 | | main.rs:785:5:786:14 | S1 | +| main.rs:927:13:927:14 | y3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:927:13:927:14 | y3 | T | main.rs:780:5:783:5 | MyThing | +| main.rs:927:13:927:14 | y3 | T.T | main.rs:787:5:788:14 | S2 | +| main.rs:927:18:929:9 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:927:18:929:9 | MyThing {...} | T | main.rs:780:5:783:5 | MyThing | +| main.rs:927:18:929:9 | MyThing {...} | T.T | main.rs:787:5:788:14 | S2 | +| main.rs:928:16:928:32 | MyThing {...} | | main.rs:780:5:783:5 | MyThing | +| main.rs:928:16:928:32 | MyThing {...} | T | main.rs:787:5:788:14 | S2 | +| main.rs:928:29:928:30 | S2 | | main.rs:787:5:788:14 | S2 | +| main.rs:931:13:931:13 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:931:17:931:39 | call_trait_thing_m1(...) | | main.rs:785:5:786:14 | S1 | +| main.rs:931:37:931:38 | x3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:931:37:931:38 | x3 | T | main.rs:780:5:783:5 | MyThing | +| main.rs:931:37:931:38 | x3 | T.T | main.rs:785:5:786:14 | S1 | +| main.rs:932:9:932:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:932:18:932:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:932:18:932:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:932:18:932:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:932:18:932:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:932:18:932:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:932:26:932:26 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:933:13:933:13 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:933:17:933:41 | call_trait_thing_m1_2(...) | | main.rs:785:5:786:14 | S1 | +| main.rs:933:39:933:40 | x3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:933:39:933:40 | x3 | T | main.rs:780:5:783:5 | MyThing | +| main.rs:933:39:933:40 | x3 | T.T | main.rs:785:5:786:14 | S1 | +| main.rs:934:9:934:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:934:18:934:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:934:18:934:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:934:18:934:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:934:18:934:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:934:18:934:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:934:26:934:26 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:935:13:935:13 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:935:17:935:41 | call_trait_thing_m1_3(...) | | main.rs:785:5:786:14 | S1 | +| main.rs:935:39:935:40 | x3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:935:39:935:40 | x3 | T | main.rs:780:5:783:5 | MyThing | +| main.rs:935:39:935:40 | x3 | T.T | main.rs:785:5:786:14 | S1 | +| main.rs:936:9:936:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:936:18:936:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:936:18:936:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:936:18:936:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:936:18:936:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:936:18:936:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:936:26:936:26 | a | | main.rs:785:5:786:14 | S1 | +| main.rs:937:13:937:13 | b | | main.rs:787:5:788:14 | S2 | +| main.rs:937:17:937:39 | call_trait_thing_m1(...) | | main.rs:787:5:788:14 | S2 | +| main.rs:937:37:937:38 | y3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:937:37:937:38 | y3 | T | main.rs:780:5:783:5 | MyThing | +| main.rs:937:37:937:38 | y3 | T.T | main.rs:787:5:788:14 | S2 | +| main.rs:938:9:938:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:938:18:938:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:938:18:938:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:938:18:938:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:938:18:938:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:938:18:938:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:938:26:938:26 | b | | main.rs:787:5:788:14 | S2 | +| main.rs:939:13:939:13 | b | | main.rs:787:5:788:14 | S2 | +| main.rs:939:17:939:41 | call_trait_thing_m1_2(...) | | main.rs:787:5:788:14 | S2 | +| main.rs:939:39:939:40 | y3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:939:39:939:40 | y3 | T | main.rs:780:5:783:5 | MyThing | +| main.rs:939:39:939:40 | y3 | T.T | main.rs:787:5:788:14 | S2 | +| main.rs:940:9:940:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:940:18:940:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:940:18:940:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:940:18:940:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:940:18:940:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:940:18:940:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:940:26:940:26 | b | | main.rs:787:5:788:14 | S2 | +| main.rs:941:13:941:13 | b | | main.rs:787:5:788:14 | S2 | +| main.rs:941:17:941:41 | call_trait_thing_m1_3(...) | | main.rs:787:5:788:14 | S2 | +| main.rs:941:39:941:40 | y3 | | main.rs:780:5:783:5 | MyThing | +| main.rs:941:39:941:40 | y3 | T | main.rs:780:5:783:5 | MyThing | +| main.rs:941:39:941:40 | y3 | T.T | main.rs:787:5:788:14 | S2 | +| main.rs:942:9:942:27 | MacroExpr | | {EXTERNAL LOCATION} | () | | main.rs:942:18:942:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:942:18:942:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:942:18:942:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:942:18:942:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:942:18:942:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:942:26:942:26 | x | | main.rs:918:5:922:5 | MyEnum | -| main.rs:942:26:942:26 | x | A | main.rs:924:5:925:14 | S1 | -| main.rs:942:26:942:31 | x.m1() | | main.rs:924:5:925:14 | S1 | -| main.rs:943:9:943:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:943:18:943:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:943:18:943:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:943:18:943:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:943:18:943:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:943:18:943:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:943:26:943:26 | y | | main.rs:918:5:922:5 | MyEnum | -| main.rs:943:26:943:26 | y | A | main.rs:926:5:927:14 | S2 | -| main.rs:943:26:943:31 | y.m1() | | main.rs:926:5:927:14 | S2 | -| main.rs:965:15:965:18 | SelfParam | | main.rs:963:5:966:5 | Self [trait MyTrait1] | -| main.rs:970:15:970:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:970:15:970:19 | SelfParam | TRef | main.rs:968:5:980:5 | Self [trait MyTrait2] | -| main.rs:973:9:979:9 | { ... } | | main.rs:968:20:968:22 | Tr2 | -| main.rs:974:13:978:13 | if ... {...} else {...} | | main.rs:968:20:968:22 | Tr2 | -| main.rs:974:16:974:16 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:974:16:974:20 | ... > ... | | {EXTERNAL LOCATION} | bool | -| main.rs:974:20:974:20 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:974:22:976:13 | { ... } | | main.rs:968:20:968:22 | Tr2 | -| main.rs:975:17:975:20 | self | | {EXTERNAL LOCATION} | & | -| main.rs:975:17:975:20 | self | TRef | main.rs:968:5:980:5 | Self [trait MyTrait2] | -| main.rs:975:17:975:25 | self.m1() | | main.rs:968:20:968:22 | Tr2 | -| main.rs:976:20:978:13 | { ... } | | main.rs:968:20:968:22 | Tr2 | -| main.rs:977:17:977:31 | ...::m1(...) | | main.rs:968:20:968:22 | Tr2 | -| main.rs:977:26:977:30 | * ... | | main.rs:968:5:980:5 | Self [trait MyTrait2] | -| main.rs:977:27:977:30 | self | | {EXTERNAL LOCATION} | & | -| main.rs:977:27:977:30 | self | TRef | main.rs:968:5:980:5 | Self [trait MyTrait2] | -| main.rs:984:15:984:18 | SelfParam | | main.rs:982:5:994:5 | Self [trait MyTrait3] | -| main.rs:987:9:993:9 | { ... } | | main.rs:982:20:982:22 | Tr3 | -| main.rs:988:13:992:13 | if ... {...} else {...} | | main.rs:982:20:982:22 | Tr3 | -| main.rs:988:16:988:16 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:988:16:988:20 | ... > ... | | {EXTERNAL LOCATION} | bool | -| main.rs:988:20:988:20 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:988:22:990:13 | { ... } | | main.rs:982:20:982:22 | Tr3 | -| main.rs:989:17:989:20 | self | | main.rs:982:5:994:5 | Self [trait MyTrait3] | -| main.rs:989:17:989:25 | self.m2() | | main.rs:948:5:951:5 | MyThing | -| main.rs:989:17:989:25 | self.m2() | A | main.rs:982:20:982:22 | Tr3 | -| main.rs:989:17:989:27 | ... .a | | main.rs:982:20:982:22 | Tr3 | -| main.rs:990:20:992:13 | { ... } | | main.rs:982:20:982:22 | Tr3 | -| main.rs:991:17:991:31 | ...::m2(...) | | main.rs:948:5:951:5 | MyThing | -| main.rs:991:17:991:31 | ...::m2(...) | A | main.rs:982:20:982:22 | Tr3 | -| main.rs:991:17:991:33 | ... .a | | main.rs:982:20:982:22 | Tr3 | -| main.rs:991:26:991:30 | &self | | {EXTERNAL LOCATION} | & | -| main.rs:991:26:991:30 | &self | TRef | main.rs:982:5:994:5 | Self [trait MyTrait3] | -| main.rs:991:27:991:30 | self | | main.rs:982:5:994:5 | Self [trait MyTrait3] | -| main.rs:998:15:998:18 | SelfParam | | main.rs:948:5:951:5 | MyThing | -| main.rs:998:15:998:18 | SelfParam | A | main.rs:996:10:996:10 | T | -| main.rs:998:26:1000:9 | { ... } | | main.rs:996:10:996:10 | T | -| main.rs:999:13:999:16 | self | | main.rs:948:5:951:5 | MyThing | -| main.rs:999:13:999:16 | self | A | main.rs:996:10:996:10 | T | -| main.rs:999:13:999:18 | self.a | | main.rs:996:10:996:10 | T | -| main.rs:1007:15:1007:18 | SelfParam | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1007:15:1007:18 | SelfParam | A | main.rs:1005:10:1005:10 | T | -| main.rs:1007:35:1009:9 | { ... } | | main.rs:948:5:951:5 | MyThing | -| main.rs:1007:35:1009:9 | { ... } | A | main.rs:1005:10:1005:10 | T | -| main.rs:1008:13:1008:33 | MyThing {...} | | main.rs:948:5:951:5 | MyThing | -| main.rs:1008:13:1008:33 | MyThing {...} | A | main.rs:1005:10:1005:10 | T | -| main.rs:1008:26:1008:29 | self | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1008:26:1008:29 | self | A | main.rs:1005:10:1005:10 | T | -| main.rs:1008:26:1008:31 | self.a | | main.rs:1005:10:1005:10 | T | -| main.rs:1016:44:1016:44 | x | | main.rs:1016:26:1016:41 | T2 | -| main.rs:1016:57:1018:5 | { ... } | | main.rs:1016:22:1016:23 | T1 | -| main.rs:1017:9:1017:9 | x | | main.rs:1016:26:1016:41 | T2 | -| main.rs:1017:9:1017:14 | x.m1() | | main.rs:1016:22:1016:23 | T1 | -| main.rs:1020:56:1020:56 | x | | main.rs:1020:39:1020:53 | T | -| main.rs:1020:62:1024:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1022:13:1022:13 | a | | main.rs:948:5:951:5 | MyThing | -| main.rs:1022:13:1022:13 | a | A | main.rs:958:5:959:14 | S1 | -| main.rs:1022:17:1022:17 | x | | main.rs:1020:39:1020:53 | T | -| main.rs:1022:17:1022:22 | x.m1() | | main.rs:948:5:951:5 | MyThing | -| main.rs:1022:17:1022:22 | x.m1() | A | main.rs:958:5:959:14 | S1 | -| main.rs:1023:9:1023:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1023:18:1023:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1023:18:1023:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1023:18:1023:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1023:18:1023:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1023:18:1023:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1023:26:1023:26 | a | | main.rs:948:5:951:5 | MyThing | -| main.rs:1023:26:1023:26 | a | A | main.rs:958:5:959:14 | S1 | -| main.rs:1026:16:1050:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1027:13:1027:13 | x | | main.rs:948:5:951:5 | MyThing | -| main.rs:1027:13:1027:13 | x | A | main.rs:958:5:959:14 | S1 | -| main.rs:1027:17:1027:33 | MyThing {...} | | main.rs:948:5:951:5 | MyThing | -| main.rs:1027:17:1027:33 | MyThing {...} | A | main.rs:958:5:959:14 | S1 | -| main.rs:1027:30:1027:31 | S1 | | main.rs:958:5:959:14 | S1 | -| main.rs:1028:13:1028:13 | y | | main.rs:948:5:951:5 | MyThing | -| main.rs:1028:13:1028:13 | y | A | main.rs:960:5:961:14 | S2 | -| main.rs:1028:17:1028:33 | MyThing {...} | | main.rs:948:5:951:5 | MyThing | -| main.rs:1028:17:1028:33 | MyThing {...} | A | main.rs:960:5:961:14 | S2 | -| main.rs:1028:30:1028:31 | S2 | | main.rs:960:5:961:14 | S2 | -| main.rs:1030:9:1030:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1030:18:1030:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1030:18:1030:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1030:18:1030:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1030:18:1030:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1030:18:1030:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1030:26:1030:26 | x | | main.rs:948:5:951:5 | MyThing | -| main.rs:1030:26:1030:26 | x | A | main.rs:958:5:959:14 | S1 | -| main.rs:1030:26:1030:31 | x.m1() | | main.rs:958:5:959:14 | S1 | -| main.rs:1031:9:1031:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1031:18:1031:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1031:18:1031:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1031:18:1031:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1031:18:1031:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1031:18:1031:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1031:26:1031:26 | y | | main.rs:948:5:951:5 | MyThing | -| main.rs:1031:26:1031:26 | y | A | main.rs:960:5:961:14 | S2 | -| main.rs:1031:26:1031:31 | y.m1() | | main.rs:960:5:961:14 | S2 | -| main.rs:1033:13:1033:13 | x | | main.rs:948:5:951:5 | MyThing | -| main.rs:1033:13:1033:13 | x | A | main.rs:958:5:959:14 | S1 | -| main.rs:1033:17:1033:33 | MyThing {...} | | main.rs:948:5:951:5 | MyThing | -| main.rs:1033:17:1033:33 | MyThing {...} | A | main.rs:958:5:959:14 | S1 | -| main.rs:1033:30:1033:31 | S1 | | main.rs:958:5:959:14 | S1 | -| main.rs:1034:13:1034:13 | y | | main.rs:948:5:951:5 | MyThing | -| main.rs:1034:13:1034:13 | y | A | main.rs:960:5:961:14 | S2 | -| main.rs:1034:17:1034:33 | MyThing {...} | | main.rs:948:5:951:5 | MyThing | -| main.rs:1034:17:1034:33 | MyThing {...} | A | main.rs:960:5:961:14 | S2 | -| main.rs:1034:30:1034:31 | S2 | | main.rs:960:5:961:14 | S2 | -| main.rs:1036:9:1036:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1036:18:1036:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1036:18:1036:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1036:18:1036:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1036:18:1036:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1036:18:1036:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1036:26:1036:26 | x | | main.rs:948:5:951:5 | MyThing | -| main.rs:1036:26:1036:26 | x | A | main.rs:958:5:959:14 | S1 | -| main.rs:1036:26:1036:31 | x.m2() | | main.rs:958:5:959:14 | S1 | -| main.rs:1037:9:1037:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1037:18:1037:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1037:18:1037:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1037:18:1037:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1037:18:1037:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1037:18:1037:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1037:26:1037:26 | y | | main.rs:948:5:951:5 | MyThing | -| main.rs:1037:26:1037:26 | y | A | main.rs:960:5:961:14 | S2 | -| main.rs:1037:26:1037:31 | y.m2() | | main.rs:960:5:961:14 | S2 | -| main.rs:1039:13:1039:13 | x | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1039:13:1039:13 | x | A | main.rs:958:5:959:14 | S1 | -| main.rs:1039:17:1039:34 | MyThing2 {...} | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1039:17:1039:34 | MyThing2 {...} | A | main.rs:958:5:959:14 | S1 | -| main.rs:1039:31:1039:32 | S1 | | main.rs:958:5:959:14 | S1 | -| main.rs:1040:13:1040:13 | y | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1040:13:1040:13 | y | A | main.rs:960:5:961:14 | S2 | -| main.rs:1040:17:1040:34 | MyThing2 {...} | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1040:17:1040:34 | MyThing2 {...} | A | main.rs:960:5:961:14 | S2 | -| main.rs:1040:31:1040:32 | S2 | | main.rs:960:5:961:14 | S2 | -| main.rs:1042:9:1042:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1042:18:1042:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1042:18:1042:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1042:18:1042:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1042:18:1042:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1042:18:1042:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1042:26:1042:26 | x | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1042:26:1042:26 | x | A | main.rs:958:5:959:14 | S1 | -| main.rs:1042:26:1042:31 | x.m3() | | main.rs:958:5:959:14 | S1 | -| main.rs:1043:9:1043:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1043:18:1043:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1043:18:1043:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1043:18:1043:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1043:18:1043:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1043:18:1043:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1043:26:1043:26 | y | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1043:26:1043:26 | y | A | main.rs:960:5:961:14 | S2 | -| main.rs:1043:26:1043:31 | y.m3() | | main.rs:960:5:961:14 | S2 | -| main.rs:1045:13:1045:13 | x | | main.rs:948:5:951:5 | MyThing | -| main.rs:1045:13:1045:13 | x | A | main.rs:958:5:959:14 | S1 | -| main.rs:1045:17:1045:33 | MyThing {...} | | main.rs:948:5:951:5 | MyThing | -| main.rs:1045:17:1045:33 | MyThing {...} | A | main.rs:958:5:959:14 | S1 | -| main.rs:1045:30:1045:31 | S1 | | main.rs:958:5:959:14 | S1 | -| main.rs:1046:13:1046:13 | s | | main.rs:958:5:959:14 | S1 | -| main.rs:1046:17:1046:32 | call_trait_m1(...) | | main.rs:958:5:959:14 | S1 | -| main.rs:1046:31:1046:31 | x | | main.rs:948:5:951:5 | MyThing | -| main.rs:1046:31:1046:31 | x | A | main.rs:958:5:959:14 | S1 | -| main.rs:1048:13:1048:13 | x | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1048:13:1048:13 | x | A | main.rs:960:5:961:14 | S2 | -| main.rs:1048:17:1048:34 | MyThing2 {...} | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1048:17:1048:34 | MyThing2 {...} | A | main.rs:960:5:961:14 | S2 | -| main.rs:1048:31:1048:32 | S2 | | main.rs:960:5:961:14 | S2 | -| main.rs:1049:13:1049:13 | s | | main.rs:948:5:951:5 | MyThing | -| main.rs:1049:13:1049:13 | s | A | main.rs:960:5:961:14 | S2 | -| main.rs:1049:17:1049:32 | call_trait_m1(...) | | main.rs:948:5:951:5 | MyThing | -| main.rs:1049:17:1049:32 | call_trait_m1(...) | A | main.rs:960:5:961:14 | S2 | -| main.rs:1049:31:1049:31 | x | | main.rs:953:5:956:5 | MyThing2 | -| main.rs:1049:31:1049:31 | x | A | main.rs:960:5:961:14 | S2 | -| main.rs:1066:22:1066:22 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1066:22:1066:22 | x | TRef | main.rs:1066:11:1066:19 | T | -| main.rs:1066:35:1068:5 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1066:35:1068:5 | { ... } | TRef | main.rs:1066:11:1066:19 | T | -| main.rs:1067:9:1067:9 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1067:9:1067:9 | x | TRef | main.rs:1066:11:1066:19 | T | -| main.rs:1071:17:1071:20 | SelfParam | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1071:29:1073:9 | { ... } | | main.rs:1059:5:1060:14 | S2 | -| main.rs:1072:13:1072:14 | S2 | | main.rs:1059:5:1060:14 | S2 | -| main.rs:1076:21:1076:21 | x | | main.rs:1076:13:1076:14 | T1 | -| main.rs:1079:5:1081:5 | { ... } | | main.rs:1076:17:1076:18 | T2 | -| main.rs:1080:9:1080:9 | x | | main.rs:1076:13:1076:14 | T1 | -| main.rs:1080:9:1080:16 | x.into() | | main.rs:1076:17:1076:18 | T2 | -| main.rs:1083:16:1099:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1084:13:1084:13 | x | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1084:17:1084:18 | S1 | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1085:9:1085:32 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1085:18:1085:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1085:18:1085:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1085:18:1085:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1085:18:1085:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1085:18:1085:31 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1085:26:1085:31 | id(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1085:26:1085:31 | id(...) | TRef | main.rs:1056:5:1057:14 | S1 | -| main.rs:1085:29:1085:30 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:1085:29:1085:30 | &x | TRef | main.rs:1056:5:1057:14 | S1 | -| main.rs:1085:30:1085:30 | x | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1087:13:1087:13 | x | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1087:17:1087:18 | S1 | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1088:9:1088:38 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1088:18:1088:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1088:18:1088:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1088:18:1088:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1088:18:1088:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1088:18:1088:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1088:26:1088:37 | id::<...>(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1088:26:1088:37 | id::<...>(...) | TRef | main.rs:1056:5:1057:14 | S1 | -| main.rs:1088:35:1088:36 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:1088:35:1088:36 | &x | TRef | main.rs:1056:5:1057:14 | S1 | -| main.rs:1088:36:1088:36 | x | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1090:13:1090:13 | x | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1090:17:1090:18 | S1 | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1092:9:1092:45 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1092:18:1092:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1092:18:1092:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1092:18:1092:44 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1092:18:1092:44 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1092:18:1092:44 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1092:26:1092:44 | id::<...>(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1092:26:1092:44 | id::<...>(...) | TRef | main.rs:1062:5:1062:25 | dyn Trait | -| main.rs:1092:42:1092:43 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:1092:42:1092:43 | &x | TRef | main.rs:1056:5:1057:14 | S1 | -| main.rs:1092:43:1092:43 | x | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1094:13:1094:13 | x | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1094:17:1094:18 | S1 | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1095:9:1095:25 | into::<...>(...) | | main.rs:1059:5:1060:14 | S2 | -| main.rs:1095:24:1095:24 | x | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1097:13:1097:13 | x | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1097:17:1097:18 | S1 | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1098:13:1098:13 | y | | main.rs:1059:5:1060:14 | S2 | -| main.rs:1098:21:1098:27 | into(...) | | main.rs:1059:5:1060:14 | S2 | -| main.rs:1098:26:1098:26 | x | | main.rs:1056:5:1057:14 | S1 | -| main.rs:1112:22:1112:25 | SelfParam | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1112:22:1112:25 | SelfParam | Fst | main.rs:1111:10:1111:12 | Fst | -| main.rs:1112:22:1112:25 | SelfParam | Snd | main.rs:1111:15:1111:17 | Snd | -| main.rs:1112:35:1119:9 | { ... } | | main.rs:1111:15:1111:17 | Snd | -| main.rs:1113:13:1118:13 | match self { ... } | | file://:0:0:0:0 | ! | -| main.rs:1113:13:1118:13 | match self { ... } | | main.rs:1111:15:1111:17 | Snd | -| main.rs:1113:19:1113:22 | self | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1113:19:1113:22 | self | Fst | main.rs:1111:10:1111:12 | Fst | -| main.rs:1113:19:1113:22 | self | Snd | main.rs:1111:15:1111:17 | Snd | -| main.rs:1114:17:1114:38 | ...::PairNone(...) | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1114:17:1114:38 | ...::PairNone(...) | Fst | main.rs:1111:10:1111:12 | Fst | -| main.rs:1114:17:1114:38 | ...::PairNone(...) | Snd | main.rs:1111:15:1111:17 | Snd | -| main.rs:1114:43:1114:82 | MacroExpr | | file://:0:0:0:0 | ! | -| main.rs:1114:50:1114:81 | "PairNone has no second elemen... | | {EXTERNAL LOCATION} | & | -| main.rs:1114:50:1114:81 | "PairNone has no second elemen... | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1114:50:1114:81 | ...::panic_fmt(...) | | file://:0:0:0:0 | ! | -| main.rs:1114:50:1114:81 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1114:50:1114:81 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1115:17:1115:38 | ...::PairFst(...) | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1115:17:1115:38 | ...::PairFst(...) | Fst | main.rs:1111:10:1111:12 | Fst | -| main.rs:1115:17:1115:38 | ...::PairFst(...) | Snd | main.rs:1111:15:1111:17 | Snd | -| main.rs:1115:37:1115:37 | _ | | main.rs:1111:10:1111:12 | Fst | -| main.rs:1115:43:1115:81 | MacroExpr | | file://:0:0:0:0 | ! | -| main.rs:1115:50:1115:80 | "PairFst has no second element... | | {EXTERNAL LOCATION} | & | -| main.rs:1115:50:1115:80 | "PairFst has no second element... | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1115:50:1115:80 | ...::panic_fmt(...) | | file://:0:0:0:0 | ! | -| main.rs:1115:50:1115:80 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1115:50:1115:80 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1116:17:1116:40 | ...::PairSnd(...) | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1116:17:1116:40 | ...::PairSnd(...) | Fst | main.rs:1111:10:1111:12 | Fst | -| main.rs:1116:17:1116:40 | ...::PairSnd(...) | Snd | main.rs:1111:15:1111:17 | Snd | -| main.rs:1116:37:1116:39 | snd | | main.rs:1111:15:1111:17 | Snd | -| main.rs:1116:45:1116:47 | snd | | main.rs:1111:15:1111:17 | Snd | -| main.rs:1117:17:1117:44 | ...::PairBoth(...) | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1117:17:1117:44 | ...::PairBoth(...) | Fst | main.rs:1111:10:1111:12 | Fst | -| main.rs:1117:17:1117:44 | ...::PairBoth(...) | Snd | main.rs:1111:15:1111:17 | Snd | -| main.rs:1117:38:1117:38 | _ | | main.rs:1111:10:1111:12 | Fst | -| main.rs:1117:41:1117:43 | snd | | main.rs:1111:15:1111:17 | Snd | -| main.rs:1117:49:1117:51 | snd | | main.rs:1111:15:1111:17 | Snd | -| main.rs:1143:10:1143:10 | t | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1143:10:1143:10 | t | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1143:10:1143:10 | t | Snd | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1143:10:1143:10 | t | Snd.Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1143:10:1143:10 | t | Snd.Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1143:30:1146:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1144:13:1144:13 | x | | main.rs:1128:5:1129:14 | S3 | -| main.rs:1144:17:1144:17 | t | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1144:17:1144:17 | t | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1144:17:1144:17 | t | Snd | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1144:17:1144:17 | t | Snd.Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1144:17:1144:17 | t | Snd.Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1144:17:1144:29 | t.unwrapSnd() | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1144:17:1144:29 | t.unwrapSnd() | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1144:17:1144:29 | t.unwrapSnd() | Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1144:17:1144:41 | ... .unwrapSnd() | | main.rs:1128:5:1129:14 | S3 | -| main.rs:1145:9:1145:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1145:18:1145:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1145:18:1145:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1145:18:1145:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1145:18:1145:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1145:18:1145:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1145:26:1145:26 | x | | main.rs:1128:5:1129:14 | S3 | -| main.rs:1156:16:1176:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1158:13:1158:14 | p1 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1158:13:1158:14 | p1 | Fst | main.rs:1122:5:1123:14 | S1 | -| main.rs:1158:13:1158:14 | p1 | Snd | main.rs:1125:5:1126:14 | S2 | -| main.rs:1158:26:1158:53 | ...::PairBoth(...) | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1158:26:1158:53 | ...::PairBoth(...) | Fst | main.rs:1122:5:1123:14 | S1 | -| main.rs:1158:26:1158:53 | ...::PairBoth(...) | Snd | main.rs:1125:5:1126:14 | S2 | -| main.rs:1158:47:1158:48 | S1 | | main.rs:1122:5:1123:14 | S1 | -| main.rs:1158:51:1158:52 | S2 | | main.rs:1125:5:1126:14 | S2 | -| main.rs:1159:9:1159:28 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1159:18:1159:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1159:18:1159:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1159:18:1159:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1159:18:1159:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1159:18:1159:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1159:26:1159:27 | p1 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1159:26:1159:27 | p1 | Fst | main.rs:1122:5:1123:14 | S1 | -| main.rs:1159:26:1159:27 | p1 | Snd | main.rs:1125:5:1126:14 | S2 | -| main.rs:1162:13:1162:14 | p2 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1162:13:1162:14 | p2 | Fst | main.rs:1122:5:1123:14 | S1 | -| main.rs:1162:13:1162:14 | p2 | Snd | main.rs:1125:5:1126:14 | S2 | -| main.rs:1162:26:1162:47 | ...::PairNone(...) | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1162:26:1162:47 | ...::PairNone(...) | Fst | main.rs:1122:5:1123:14 | S1 | -| main.rs:1162:26:1162:47 | ...::PairNone(...) | Snd | main.rs:1125:5:1126:14 | S2 | -| main.rs:1163:9:1163:28 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1163:18:1163:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1163:18:1163:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1163:18:1163:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1163:18:1163:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1163:18:1163:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1163:26:1163:27 | p2 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1163:26:1163:27 | p2 | Fst | main.rs:1122:5:1123:14 | S1 | -| main.rs:1163:26:1163:27 | p2 | Snd | main.rs:1125:5:1126:14 | S2 | -| main.rs:1166:13:1166:14 | p3 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1166:13:1166:14 | p3 | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1166:13:1166:14 | p3 | Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1166:34:1166:56 | ...::PairSnd(...) | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1166:34:1166:56 | ...::PairSnd(...) | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1166:34:1166:56 | ...::PairSnd(...) | Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1166:54:1166:55 | S3 | | main.rs:1128:5:1129:14 | S3 | -| main.rs:1167:9:1167:28 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1167:18:1167:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1167:18:1167:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1167:18:1167:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1167:18:1167:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1167:18:1167:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1167:26:1167:27 | p3 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1167:26:1167:27 | p3 | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1167:26:1167:27 | p3 | Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1170:13:1170:14 | p3 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1170:13:1170:14 | p3 | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1170:13:1170:14 | p3 | Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1170:35:1170:56 | ...::PairNone(...) | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1170:35:1170:56 | ...::PairNone(...) | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1170:35:1170:56 | ...::PairNone(...) | Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1171:9:1171:28 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1171:18:1171:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1171:18:1171:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1171:18:1171:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1171:18:1171:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1171:18:1171:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1171:26:1171:27 | p3 | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1171:26:1171:27 | p3 | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1171:26:1171:27 | p3 | Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1173:9:1173:55 | g(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1173:11:1173:54 | ...::PairSnd(...) | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1173:11:1173:54 | ...::PairSnd(...) | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1173:11:1173:54 | ...::PairSnd(...) | Snd | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1173:11:1173:54 | ...::PairSnd(...) | Snd.Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1173:11:1173:54 | ...::PairSnd(...) | Snd.Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1173:31:1173:53 | ...::PairSnd(...) | | main.rs:1103:5:1109:5 | PairOption | -| main.rs:1173:31:1173:53 | ...::PairSnd(...) | Fst | main.rs:1125:5:1126:14 | S2 | -| main.rs:1173:31:1173:53 | ...::PairSnd(...) | Snd | main.rs:1128:5:1129:14 | S3 | -| main.rs:1173:51:1173:52 | S3 | | main.rs:1128:5:1129:14 | S3 | -| main.rs:1175:13:1175:13 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:1175:13:1175:13 | x | E | main.rs:1122:5:1123:14 | S1 | -| main.rs:1175:13:1175:13 | x | T | main.rs:1148:5:1148:34 | S4 | -| main.rs:1175:13:1175:13 | x | T.T41 | main.rs:1125:5:1126:14 | S2 | -| main.rs:1175:13:1175:13 | x | T.T42 | main.rs:1150:5:1150:22 | S5 | -| main.rs:1175:13:1175:13 | x | T.T42.T5 | main.rs:1125:5:1126:14 | S2 | -| main.rs:1188:16:1188:24 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1188:16:1188:24 | SelfParam | TRefMut | main.rs:1186:5:1193:5 | Self [trait MyTrait] | -| main.rs:1188:27:1188:31 | value | | main.rs:1186:19:1186:19 | S | -| main.rs:1190:21:1190:29 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1190:21:1190:29 | SelfParam | TRefMut | main.rs:1186:5:1193:5 | Self [trait MyTrait] | -| main.rs:1190:32:1190:36 | value | | main.rs:1186:19:1186:19 | S | -| main.rs:1190:42:1192:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1191:13:1191:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1191:13:1191:16 | self | TRefMut | main.rs:1186:5:1193:5 | Self [trait MyTrait] | -| main.rs:1191:13:1191:27 | self.set(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1191:22:1191:26 | value | | main.rs:1186:19:1186:19 | S | -| main.rs:1197:16:1197:24 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1197:16:1197:24 | SelfParam | TRefMut | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1197:16:1197:24 | SelfParam | TRefMut.T | main.rs:1195:10:1195:10 | T | -| main.rs:1197:27:1197:31 | value | | main.rs:1195:10:1195:10 | T | -| main.rs:1197:37:1197:38 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1201:26:1203:9 | { ... } | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1201:26:1203:9 | { ... } | T | main.rs:1200:10:1200:10 | T | -| main.rs:1202:13:1202:30 | ...::MyNone(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1202:13:1202:30 | ...::MyNone(...) | T | main.rs:1200:10:1200:10 | T | -| main.rs:1207:20:1207:23 | SelfParam | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1207:20:1207:23 | SelfParam | T | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1207:20:1207:23 | SelfParam | T.T | main.rs:1206:10:1206:10 | T | -| main.rs:1207:41:1212:9 | { ... } | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1207:41:1212:9 | { ... } | T | main.rs:1206:10:1206:10 | T | -| main.rs:1208:13:1211:13 | match self { ... } | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1208:13:1211:13 | match self { ... } | T | main.rs:1206:10:1206:10 | T | -| main.rs:1208:19:1208:22 | self | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1208:19:1208:22 | self | T | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1208:19:1208:22 | self | T.T | main.rs:1206:10:1206:10 | T | -| main.rs:1209:17:1209:34 | ...::MyNone(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1209:17:1209:34 | ...::MyNone(...) | T | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1209:17:1209:34 | ...::MyNone(...) | T.T | main.rs:1206:10:1206:10 | T | -| main.rs:1209:39:1209:56 | ...::MyNone(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1209:39:1209:56 | ...::MyNone(...) | T | main.rs:1206:10:1206:10 | T | -| main.rs:1210:17:1210:35 | ...::MySome(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1210:17:1210:35 | ...::MySome(...) | T | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1210:17:1210:35 | ...::MySome(...) | T.T | main.rs:1206:10:1206:10 | T | -| main.rs:1210:34:1210:34 | x | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1210:34:1210:34 | x | T | main.rs:1206:10:1206:10 | T | -| main.rs:1210:40:1210:40 | x | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1210:40:1210:40 | x | T | main.rs:1206:10:1206:10 | T | -| main.rs:1218:16:1263:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1219:13:1219:14 | x1 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1219:13:1219:14 | x1 | T | main.rs:1215:5:1216:13 | S | -| main.rs:1219:18:1219:37 | ...::new(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1219:18:1219:37 | ...::new(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1220:9:1220:28 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1220:18:1220:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1220:18:1220:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1220:18:1220:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1220:18:1220:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1220:18:1220:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1220:26:1220:27 | x1 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1220:26:1220:27 | x1 | T | main.rs:1215:5:1216:13 | S | -| main.rs:1222:17:1222:18 | x2 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1222:17:1222:18 | x2 | T | main.rs:1215:5:1216:13 | S | -| main.rs:1222:22:1222:36 | ...::new(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1222:22:1222:36 | ...::new(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1223:9:1223:10 | x2 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1223:9:1223:10 | x2 | T | main.rs:1215:5:1216:13 | S | -| main.rs:1223:9:1223:17 | x2.set(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1223:16:1223:16 | S | | main.rs:1215:5:1216:13 | S | -| main.rs:1224:9:1224:28 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1224:18:1224:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1224:18:1224:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1224:18:1224:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1224:18:1224:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1224:18:1224:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1224:26:1224:27 | x2 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1224:26:1224:27 | x2 | T | main.rs:1215:5:1216:13 | S | -| main.rs:1226:17:1226:18 | x3 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1226:17:1226:18 | x3 | T | main.rs:1215:5:1216:13 | S | -| main.rs:1226:22:1226:36 | ...::new(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1226:22:1226:36 | ...::new(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1227:9:1227:10 | x3 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1227:9:1227:10 | x3 | T | main.rs:1215:5:1216:13 | S | -| main.rs:1227:9:1227:22 | x3.call_set(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1227:21:1227:21 | S | | main.rs:1215:5:1216:13 | S | -| main.rs:1228:9:1228:28 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1228:18:1228:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1228:18:1228:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1228:18:1228:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1228:18:1228:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1228:18:1228:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1228:26:1228:27 | x3 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1228:26:1228:27 | x3 | T | main.rs:1215:5:1216:13 | S | -| main.rs:1230:17:1230:18 | x4 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1230:17:1230:18 | x4 | T | main.rs:1215:5:1216:13 | S | -| main.rs:1230:22:1230:36 | ...::new(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1230:22:1230:36 | ...::new(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1231:9:1231:33 | ...::set(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1231:23:1231:29 | &mut x4 | | {EXTERNAL LOCATION} | &mut | -| main.rs:1231:23:1231:29 | &mut x4 | TRefMut | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1231:23:1231:29 | &mut x4 | TRefMut.T | main.rs:1215:5:1216:13 | S | -| main.rs:1231:28:1231:29 | x4 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1231:28:1231:29 | x4 | T | main.rs:1215:5:1216:13 | S | -| main.rs:1231:32:1231:32 | S | | main.rs:1215:5:1216:13 | S | -| main.rs:1232:9:1232:28 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1232:18:1232:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1232:18:1232:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1232:18:1232:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1232:18:1232:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1232:18:1232:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1232:26:1232:27 | x4 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1232:26:1232:27 | x4 | T | main.rs:1215:5:1216:13 | S | -| main.rs:1234:13:1234:14 | x5 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1234:13:1234:14 | x5 | T | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1234:13:1234:14 | x5 | T.T | main.rs:1215:5:1216:13 | S | -| main.rs:1234:18:1234:58 | ...::MySome(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1234:18:1234:58 | ...::MySome(...) | T | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1234:18:1234:58 | ...::MySome(...) | T.T | main.rs:1215:5:1216:13 | S | -| main.rs:1234:35:1234:57 | ...::MyNone(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1234:35:1234:57 | ...::MyNone(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1235:9:1235:38 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1235:18:1235:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1235:18:1235:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1235:18:1235:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1235:18:1235:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1235:18:1235:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1235:26:1235:27 | x5 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1235:26:1235:27 | x5 | T | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1235:26:1235:27 | x5 | T.T | main.rs:1215:5:1216:13 | S | -| main.rs:1235:26:1235:37 | x5.flatten() | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1235:26:1235:37 | x5.flatten() | T | main.rs:1215:5:1216:13 | S | -| main.rs:1237:13:1237:14 | x6 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1237:13:1237:14 | x6 | T | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1237:13:1237:14 | x6 | T.T | main.rs:1215:5:1216:13 | S | -| main.rs:1237:18:1237:58 | ...::MySome(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1237:18:1237:58 | ...::MySome(...) | T | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1237:18:1237:58 | ...::MySome(...) | T.T | main.rs:1215:5:1216:13 | S | -| main.rs:1237:35:1237:57 | ...::MyNone(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1237:35:1237:57 | ...::MyNone(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1238:9:1238:62 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1238:18:1238:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1238:18:1238:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1238:18:1238:61 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1238:18:1238:61 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1238:18:1238:61 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1238:26:1238:61 | ...::flatten(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1238:26:1238:61 | ...::flatten(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1238:59:1238:60 | x6 | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1238:59:1238:60 | x6 | T | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1238:59:1238:60 | x6 | T.T | main.rs:1215:5:1216:13 | S | -| main.rs:1241:13:1241:19 | from_if | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1241:13:1241:19 | from_if | T | main.rs:1215:5:1216:13 | S | -| main.rs:1241:23:1245:9 | if ... {...} else {...} | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1241:23:1245:9 | if ... {...} else {...} | T | main.rs:1215:5:1216:13 | S | -| main.rs:1241:26:1241:26 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1241:26:1241:30 | ... > ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1241:30:1241:30 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1241:32:1243:9 | { ... } | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1241:32:1243:9 | { ... } | T | main.rs:1215:5:1216:13 | S | -| main.rs:1242:13:1242:30 | ...::MyNone(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1242:13:1242:30 | ...::MyNone(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1243:16:1245:9 | { ... } | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1243:16:1245:9 | { ... } | T | main.rs:1215:5:1216:13 | S | -| main.rs:1244:13:1244:31 | ...::MySome(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1244:13:1244:31 | ...::MySome(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1244:30:1244:30 | S | | main.rs:1215:5:1216:13 | S | -| main.rs:1246:9:1246:33 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1246:18:1246:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1246:18:1246:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1246:18:1246:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1246:18:1246:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1246:18:1246:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1246:26:1246:32 | from_if | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1246:26:1246:32 | from_if | T | main.rs:1215:5:1216:13 | S | -| main.rs:1249:13:1249:22 | from_match | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1249:13:1249:22 | from_match | T | main.rs:1215:5:1216:13 | S | -| main.rs:1249:26:1252:9 | match ... { ... } | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1249:26:1252:9 | match ... { ... } | T | main.rs:1215:5:1216:13 | S | -| main.rs:1249:32:1249:32 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1249:32:1249:36 | ... > ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1249:36:1249:36 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1250:13:1250:16 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:1250:21:1250:38 | ...::MyNone(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1250:21:1250:38 | ...::MyNone(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1251:13:1251:17 | false | | {EXTERNAL LOCATION} | bool | -| main.rs:1251:22:1251:40 | ...::MySome(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1251:22:1251:40 | ...::MySome(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1251:39:1251:39 | S | | main.rs:1215:5:1216:13 | S | -| main.rs:1253:9:1253:36 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1253:18:1253:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1253:18:1253:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1253:18:1253:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1253:18:1253:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1253:18:1253:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1253:26:1253:35 | from_match | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1253:26:1253:35 | from_match | T | main.rs:1215:5:1216:13 | S | -| main.rs:1256:13:1256:21 | from_loop | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1256:13:1256:21 | from_loop | T | main.rs:1215:5:1216:13 | S | -| main.rs:1256:25:1261:9 | loop { ... } | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1256:25:1261:9 | loop { ... } | T | main.rs:1215:5:1216:13 | S | -| main.rs:1256:30:1261:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1257:13:1259:13 | if ... {...} | | {EXTERNAL LOCATION} | () | -| main.rs:1257:16:1257:16 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1257:16:1257:20 | ... > ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1257:20:1257:20 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1257:22:1259:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1258:23:1258:40 | ...::MyNone(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1258:23:1258:40 | ...::MyNone(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1260:19:1260:37 | ...::MySome(...) | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1260:19:1260:37 | ...::MySome(...) | T | main.rs:1215:5:1216:13 | S | -| main.rs:1260:36:1260:36 | S | | main.rs:1215:5:1216:13 | S | -| main.rs:1262:9:1262:35 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1262:18:1262:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1262:18:1262:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1262:18:1262:34 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1262:18:1262:34 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1262:18:1262:34 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1262:26:1262:34 | from_loop | | main.rs:1180:5:1184:5 | MyOption | -| main.rs:1262:26:1262:34 | from_loop | T | main.rs:1215:5:1216:13 | S | -| main.rs:1280:15:1280:18 | SelfParam | | main.rs:1268:5:1269:19 | S | -| main.rs:1280:15:1280:18 | SelfParam | T | main.rs:1279:10:1279:10 | T | -| main.rs:1280:26:1282:9 | { ... } | | main.rs:1279:10:1279:10 | T | -| main.rs:1281:13:1281:16 | self | | main.rs:1268:5:1269:19 | S | -| main.rs:1281:13:1281:16 | self | T | main.rs:1279:10:1279:10 | T | -| main.rs:1281:13:1281:18 | self.0 | | main.rs:1279:10:1279:10 | T | -| main.rs:1284:15:1284:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1284:15:1284:19 | SelfParam | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1284:15:1284:19 | SelfParam | TRef.T | main.rs:1279:10:1279:10 | T | -| main.rs:1284:28:1286:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1284:28:1286:9 | { ... } | TRef | main.rs:1279:10:1279:10 | T | -| main.rs:1285:13:1285:19 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1285:13:1285:19 | &... | TRef | main.rs:1279:10:1279:10 | T | -| main.rs:1285:14:1285:17 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1285:14:1285:17 | self | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1285:14:1285:17 | self | TRef.T | main.rs:1279:10:1279:10 | T | -| main.rs:1285:14:1285:19 | self.0 | | main.rs:1279:10:1279:10 | T | -| main.rs:1288:15:1288:25 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1288:15:1288:25 | SelfParam | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1288:15:1288:25 | SelfParam | TRef.T | main.rs:1279:10:1279:10 | T | -| main.rs:1288:34:1290:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1288:34:1290:9 | { ... } | TRef | main.rs:1279:10:1279:10 | T | -| main.rs:1289:13:1289:19 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1289:13:1289:19 | &... | TRef | main.rs:1279:10:1279:10 | T | -| main.rs:1289:14:1289:17 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1289:14:1289:17 | self | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1289:14:1289:17 | self | TRef.T | main.rs:1279:10:1279:10 | T | -| main.rs:1289:14:1289:19 | self.0 | | main.rs:1279:10:1279:10 | T | -| main.rs:1294:29:1294:33 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1294:29:1294:33 | SelfParam | TRef | main.rs:1293:5:1296:5 | Self [trait ATrait] | -| main.rs:1295:33:1295:36 | SelfParam | | main.rs:1293:5:1296:5 | Self [trait ATrait] | -| main.rs:1301:29:1301:33 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1301:29:1301:33 | SelfParam | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1301:29:1301:33 | SelfParam | TRef.TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1301:43:1303:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:1302:13:1302:22 | (...) | | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1302:13:1302:24 | ... .a | | {EXTERNAL LOCATION} | i64 | -| main.rs:1302:14:1302:21 | * ... | | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1302:15:1302:21 | (...) | | {EXTERNAL LOCATION} | & | -| main.rs:1302:15:1302:21 | (...) | TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1302:16:1302:20 | * ... | | {EXTERNAL LOCATION} | & | -| main.rs:1302:16:1302:20 | * ... | TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1302:17:1302:20 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1302:17:1302:20 | self | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1302:17:1302:20 | self | TRef.TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1306:33:1306:36 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1306:33:1306:36 | SelfParam | TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1306:46:1308:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:1307:13:1307:19 | (...) | | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1307:13:1307:21 | ... .a | | {EXTERNAL LOCATION} | i64 | -| main.rs:1307:14:1307:18 | * ... | | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1307:15:1307:18 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1307:15:1307:18 | self | TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1311:16:1361:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1312:13:1312:14 | x1 | | main.rs:1268:5:1269:19 | S | -| main.rs:1312:13:1312:14 | x1 | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1312:18:1312:22 | S(...) | | main.rs:1268:5:1269:19 | S | -| main.rs:1312:18:1312:22 | S(...) | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1312:20:1312:21 | S2 | | main.rs:1271:5:1272:14 | S2 | -| main.rs:1313:9:1313:33 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1313:18:1313:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1313:18:1313:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1313:18:1313:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1313:18:1313:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1313:18:1313:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1313:26:1313:27 | x1 | | main.rs:1268:5:1269:19 | S | -| main.rs:1313:26:1313:27 | x1 | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1313:26:1313:32 | x1.m1() | | main.rs:1271:5:1272:14 | S2 | -| main.rs:1315:13:1315:14 | x2 | | main.rs:1268:5:1269:19 | S | -| main.rs:1315:13:1315:14 | x2 | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1315:18:1315:22 | S(...) | | main.rs:1268:5:1269:19 | S | -| main.rs:1315:18:1315:22 | S(...) | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1315:20:1315:21 | S2 | | main.rs:1271:5:1272:14 | S2 | -| main.rs:1317:9:1317:33 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1317:18:1317:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1317:18:1317:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1317:18:1317:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1317:18:1317:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1317:18:1317:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1317:26:1317:27 | x2 | | main.rs:1268:5:1269:19 | S | -| main.rs:1317:26:1317:27 | x2 | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1317:26:1317:32 | x2.m2() | | {EXTERNAL LOCATION} | & | -| main.rs:1317:26:1317:32 | x2.m2() | TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1318:9:1318:33 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1318:18:1318:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1318:18:1318:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1318:18:1318:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1318:18:1318:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1318:18:1318:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1318:26:1318:27 | x2 | | main.rs:1268:5:1269:19 | S | -| main.rs:1318:26:1318:27 | x2 | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1318:26:1318:32 | x2.m3() | | {EXTERNAL LOCATION} | & | -| main.rs:1318:26:1318:32 | x2.m3() | TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1320:13:1320:14 | x3 | | main.rs:1268:5:1269:19 | S | -| main.rs:1320:13:1320:14 | x3 | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1320:18:1320:22 | S(...) | | main.rs:1268:5:1269:19 | S | -| main.rs:1320:18:1320:22 | S(...) | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1320:20:1320:21 | S2 | | main.rs:1271:5:1272:14 | S2 | -| main.rs:1322:9:1322:42 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1322:18:1322:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1322:18:1322:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1322:18:1322:41 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1322:18:1322:41 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1322:18:1322:41 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1322:26:1322:41 | ...::m2(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1322:26:1322:41 | ...::m2(...) | TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1322:38:1322:40 | &x3 | | {EXTERNAL LOCATION} | & | -| main.rs:1322:38:1322:40 | &x3 | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1322:38:1322:40 | &x3 | TRef.T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1322:39:1322:40 | x3 | | main.rs:1268:5:1269:19 | S | -| main.rs:1322:39:1322:40 | x3 | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1323:9:1323:42 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1323:18:1323:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1323:18:1323:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1323:18:1323:41 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1323:18:1323:41 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1323:18:1323:41 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1323:26:1323:41 | ...::m3(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1323:26:1323:41 | ...::m3(...) | TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1323:38:1323:40 | &x3 | | {EXTERNAL LOCATION} | & | -| main.rs:1323:38:1323:40 | &x3 | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1323:38:1323:40 | &x3 | TRef.T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1323:39:1323:40 | x3 | | main.rs:1268:5:1269:19 | S | -| main.rs:1323:39:1323:40 | x3 | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1325:13:1325:14 | x4 | | {EXTERNAL LOCATION} | & | -| main.rs:1325:13:1325:14 | x4 | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1325:13:1325:14 | x4 | TRef.T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1325:18:1325:23 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1325:18:1325:23 | &... | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1325:18:1325:23 | &... | TRef.T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1325:19:1325:23 | S(...) | | main.rs:1268:5:1269:19 | S | -| main.rs:1325:19:1325:23 | S(...) | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1325:21:1325:22 | S2 | | main.rs:1271:5:1272:14 | S2 | -| main.rs:1327:9:1327:33 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1327:18:1327:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1327:18:1327:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1327:18:1327:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1327:18:1327:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1327:18:1327:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1327:26:1327:27 | x4 | | {EXTERNAL LOCATION} | & | -| main.rs:1327:26:1327:27 | x4 | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1327:26:1327:27 | x4 | TRef.T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1327:26:1327:32 | x4.m2() | | {EXTERNAL LOCATION} | & | -| main.rs:1327:26:1327:32 | x4.m2() | TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1328:9:1328:33 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1328:18:1328:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1328:18:1328:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1328:18:1328:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1328:18:1328:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1328:18:1328:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1328:26:1328:27 | x4 | | {EXTERNAL LOCATION} | & | -| main.rs:1328:26:1328:27 | x4 | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1328:26:1328:27 | x4 | TRef.T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1328:26:1328:32 | x4.m3() | | {EXTERNAL LOCATION} | & | -| main.rs:1328:26:1328:32 | x4.m3() | TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1330:13:1330:14 | x5 | | {EXTERNAL LOCATION} | & | -| main.rs:1330:13:1330:14 | x5 | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1330:13:1330:14 | x5 | TRef.T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1330:18:1330:23 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1330:18:1330:23 | &... | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1330:18:1330:23 | &... | TRef.T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1330:19:1330:23 | S(...) | | main.rs:1268:5:1269:19 | S | -| main.rs:1330:19:1330:23 | S(...) | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1330:21:1330:22 | S2 | | main.rs:1271:5:1272:14 | S2 | -| main.rs:1332:9:1332:33 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1332:18:1332:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1332:18:1332:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1332:18:1332:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1332:18:1332:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1332:18:1332:32 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1332:26:1332:27 | x5 | | {EXTERNAL LOCATION} | & | -| main.rs:1332:26:1332:27 | x5 | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1332:26:1332:27 | x5 | TRef.T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1332:26:1332:32 | x5.m1() | | main.rs:1271:5:1272:14 | S2 | -| main.rs:1333:9:1333:30 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1333:18:1333:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1333:18:1333:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1333:18:1333:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1333:18:1333:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1333:18:1333:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1333:26:1333:27 | x5 | | {EXTERNAL LOCATION} | & | -| main.rs:1333:26:1333:27 | x5 | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1333:26:1333:27 | x5 | TRef.T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1333:26:1333:29 | x5.0 | | main.rs:1271:5:1272:14 | S2 | -| main.rs:1335:13:1335:14 | x6 | | {EXTERNAL LOCATION} | & | -| main.rs:1335:13:1335:14 | x6 | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1335:13:1335:14 | x6 | TRef.T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1335:18:1335:23 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1335:18:1335:23 | &... | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1335:18:1335:23 | &... | TRef.T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1335:19:1335:23 | S(...) | | main.rs:1268:5:1269:19 | S | -| main.rs:1335:19:1335:23 | S(...) | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1335:21:1335:22 | S2 | | main.rs:1271:5:1272:14 | S2 | -| main.rs:1338:9:1338:36 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1338:18:1338:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1338:18:1338:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1338:18:1338:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1338:18:1338:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1338:18:1338:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1338:26:1338:30 | (...) | | main.rs:1268:5:1269:19 | S | -| main.rs:1338:26:1338:30 | (...) | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1338:26:1338:35 | ... .m1() | | main.rs:1271:5:1272:14 | S2 | -| main.rs:1338:27:1338:29 | * ... | | main.rs:1268:5:1269:19 | S | -| main.rs:1338:27:1338:29 | * ... | T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1338:28:1338:29 | x6 | | {EXTERNAL LOCATION} | & | -| main.rs:1338:28:1338:29 | x6 | TRef | main.rs:1268:5:1269:19 | S | -| main.rs:1338:28:1338:29 | x6 | TRef.T | main.rs:1271:5:1272:14 | S2 | -| main.rs:1340:13:1340:14 | x7 | | main.rs:1268:5:1269:19 | S | -| main.rs:1340:13:1340:14 | x7 | T | {EXTERNAL LOCATION} | & | -| main.rs:1340:13:1340:14 | x7 | T.TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1340:18:1340:23 | S(...) | | main.rs:1268:5:1269:19 | S | -| main.rs:1340:18:1340:23 | S(...) | T | {EXTERNAL LOCATION} | & | -| main.rs:1340:18:1340:23 | S(...) | T.TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1340:20:1340:22 | &S2 | | {EXTERNAL LOCATION} | & | -| main.rs:1340:20:1340:22 | &S2 | TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1340:21:1340:22 | S2 | | main.rs:1271:5:1272:14 | S2 | -| main.rs:1343:13:1343:13 | t | | {EXTERNAL LOCATION} | & | -| main.rs:1343:13:1343:13 | t | TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1343:17:1343:18 | x7 | | main.rs:1268:5:1269:19 | S | -| main.rs:1343:17:1343:18 | x7 | T | {EXTERNAL LOCATION} | & | -| main.rs:1343:17:1343:18 | x7 | T.TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1343:17:1343:23 | x7.m1() | | {EXTERNAL LOCATION} | & | -| main.rs:1343:17:1343:23 | x7.m1() | TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1344:9:1344:28 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:942:18:942:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:942:18:942:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:942:18:942:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:942:26:942:26 | b | | main.rs:787:5:788:14 | S2 | +| main.rs:943:13:943:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:943:17:943:26 | ...::m2(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:943:24:943:25 | S1 | | main.rs:785:5:786:14 | S1 | +| main.rs:944:13:944:13 | y | | {EXTERNAL LOCATION} | i32 | +| main.rs:944:22:944:31 | ...::m2(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:944:29:944:30 | S2 | | main.rs:787:5:788:14 | S2 | +| main.rs:961:15:961:18 | SelfParam | | main.rs:949:5:953:5 | MyEnum | +| main.rs:961:15:961:18 | SelfParam | A | main.rs:960:10:960:10 | T | +| main.rs:961:26:966:9 | { ... } | | main.rs:960:10:960:10 | T | +| main.rs:962:13:965:13 | match self { ... } | | main.rs:960:10:960:10 | T | +| main.rs:962:19:962:22 | self | | main.rs:949:5:953:5 | MyEnum | +| main.rs:962:19:962:22 | self | A | main.rs:960:10:960:10 | T | +| main.rs:963:17:963:29 | ...::C1(...) | | main.rs:949:5:953:5 | MyEnum | +| main.rs:963:17:963:29 | ...::C1(...) | A | main.rs:960:10:960:10 | T | +| main.rs:963:28:963:28 | a | | main.rs:960:10:960:10 | T | +| main.rs:963:34:963:34 | a | | main.rs:960:10:960:10 | T | +| main.rs:964:17:964:32 | ...::C2 {...} | | main.rs:949:5:953:5 | MyEnum | +| main.rs:964:17:964:32 | ...::C2 {...} | A | main.rs:960:10:960:10 | T | +| main.rs:964:30:964:30 | a | | main.rs:960:10:960:10 | T | +| main.rs:964:37:964:37 | a | | main.rs:960:10:960:10 | T | +| main.rs:969:16:975:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:970:13:970:13 | x | | main.rs:949:5:953:5 | MyEnum | +| main.rs:970:13:970:13 | x | A | main.rs:955:5:956:14 | S1 | +| main.rs:970:17:970:30 | ...::C1(...) | | main.rs:949:5:953:5 | MyEnum | +| main.rs:970:17:970:30 | ...::C1(...) | A | main.rs:955:5:956:14 | S1 | +| main.rs:970:28:970:29 | S1 | | main.rs:955:5:956:14 | S1 | +| main.rs:971:13:971:13 | y | | main.rs:949:5:953:5 | MyEnum | +| main.rs:971:13:971:13 | y | A | main.rs:957:5:958:14 | S2 | +| main.rs:971:17:971:36 | ...::C2 {...} | | main.rs:949:5:953:5 | MyEnum | +| main.rs:971:17:971:36 | ...::C2 {...} | A | main.rs:957:5:958:14 | S2 | +| main.rs:971:33:971:34 | S2 | | main.rs:957:5:958:14 | S2 | +| main.rs:973:9:973:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:973:18:973:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:973:18:973:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:973:18:973:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:973:18:973:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:973:18:973:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:973:26:973:26 | x | | main.rs:949:5:953:5 | MyEnum | +| main.rs:973:26:973:26 | x | A | main.rs:955:5:956:14 | S1 | +| main.rs:973:26:973:31 | x.m1() | | main.rs:955:5:956:14 | S1 | +| main.rs:974:9:974:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:974:18:974:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:974:18:974:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:974:18:974:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:974:18:974:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:974:18:974:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:974:26:974:26 | y | | main.rs:949:5:953:5 | MyEnum | +| main.rs:974:26:974:26 | y | A | main.rs:957:5:958:14 | S2 | +| main.rs:974:26:974:31 | y.m1() | | main.rs:957:5:958:14 | S2 | +| main.rs:996:15:996:18 | SelfParam | | main.rs:994:5:997:5 | Self [trait MyTrait1] | +| main.rs:1001:15:1001:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1001:15:1001:19 | SelfParam | TRef | main.rs:999:5:1011:5 | Self [trait MyTrait2] | +| main.rs:1004:9:1010:9 | { ... } | | main.rs:999:20:999:22 | Tr2 | +| main.rs:1005:13:1009:13 | if ... {...} else {...} | | main.rs:999:20:999:22 | Tr2 | +| main.rs:1005:16:1005:16 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1005:16:1005:20 | ... > ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1005:20:1005:20 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1005:22:1007:13 | { ... } | | main.rs:999:20:999:22 | Tr2 | +| main.rs:1006:17:1006:20 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1006:17:1006:20 | self | TRef | main.rs:999:5:1011:5 | Self [trait MyTrait2] | +| main.rs:1006:17:1006:25 | self.m1() | | main.rs:999:20:999:22 | Tr2 | +| main.rs:1007:20:1009:13 | { ... } | | main.rs:999:20:999:22 | Tr2 | +| main.rs:1008:17:1008:31 | ...::m1(...) | | main.rs:999:20:999:22 | Tr2 | +| main.rs:1008:26:1008:30 | * ... | | main.rs:999:5:1011:5 | Self [trait MyTrait2] | +| main.rs:1008:27:1008:30 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1008:27:1008:30 | self | TRef | main.rs:999:5:1011:5 | Self [trait MyTrait2] | +| main.rs:1015:15:1015:18 | SelfParam | | main.rs:1013:5:1025:5 | Self [trait MyTrait3] | +| main.rs:1018:9:1024:9 | { ... } | | main.rs:1013:20:1013:22 | Tr3 | +| main.rs:1019:13:1023:13 | if ... {...} else {...} | | main.rs:1013:20:1013:22 | Tr3 | +| main.rs:1019:16:1019:16 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1019:16:1019:20 | ... > ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1019:20:1019:20 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1019:22:1021:13 | { ... } | | main.rs:1013:20:1013:22 | Tr3 | +| main.rs:1020:17:1020:20 | self | | main.rs:1013:5:1025:5 | Self [trait MyTrait3] | +| main.rs:1020:17:1020:25 | self.m2() | | main.rs:979:5:982:5 | MyThing | +| main.rs:1020:17:1020:25 | self.m2() | A | main.rs:1013:20:1013:22 | Tr3 | +| main.rs:1020:17:1020:27 | ... .a | | main.rs:1013:20:1013:22 | Tr3 | +| main.rs:1021:20:1023:13 | { ... } | | main.rs:1013:20:1013:22 | Tr3 | +| main.rs:1022:17:1022:31 | ...::m2(...) | | main.rs:979:5:982:5 | MyThing | +| main.rs:1022:17:1022:31 | ...::m2(...) | A | main.rs:1013:20:1013:22 | Tr3 | +| main.rs:1022:17:1022:33 | ... .a | | main.rs:1013:20:1013:22 | Tr3 | +| main.rs:1022:26:1022:30 | &self | | {EXTERNAL LOCATION} | & | +| main.rs:1022:26:1022:30 | &self | TRef | main.rs:1013:5:1025:5 | Self [trait MyTrait3] | +| main.rs:1022:27:1022:30 | self | | main.rs:1013:5:1025:5 | Self [trait MyTrait3] | +| main.rs:1029:15:1029:18 | SelfParam | | main.rs:979:5:982:5 | MyThing | +| main.rs:1029:15:1029:18 | SelfParam | A | main.rs:1027:10:1027:10 | T | +| main.rs:1029:26:1031:9 | { ... } | | main.rs:1027:10:1027:10 | T | +| main.rs:1030:13:1030:16 | self | | main.rs:979:5:982:5 | MyThing | +| main.rs:1030:13:1030:16 | self | A | main.rs:1027:10:1027:10 | T | +| main.rs:1030:13:1030:18 | self.a | | main.rs:1027:10:1027:10 | T | +| main.rs:1038:15:1038:18 | SelfParam | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1038:15:1038:18 | SelfParam | A | main.rs:1036:10:1036:10 | T | +| main.rs:1038:35:1040:9 | { ... } | | main.rs:979:5:982:5 | MyThing | +| main.rs:1038:35:1040:9 | { ... } | A | main.rs:1036:10:1036:10 | T | +| main.rs:1039:13:1039:33 | MyThing {...} | | main.rs:979:5:982:5 | MyThing | +| main.rs:1039:13:1039:33 | MyThing {...} | A | main.rs:1036:10:1036:10 | T | +| main.rs:1039:26:1039:29 | self | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1039:26:1039:29 | self | A | main.rs:1036:10:1036:10 | T | +| main.rs:1039:26:1039:31 | self.a | | main.rs:1036:10:1036:10 | T | +| main.rs:1047:44:1047:44 | x | | main.rs:1047:26:1047:41 | T2 | +| main.rs:1047:57:1049:5 | { ... } | | main.rs:1047:22:1047:23 | T1 | +| main.rs:1048:9:1048:9 | x | | main.rs:1047:26:1047:41 | T2 | +| main.rs:1048:9:1048:14 | x.m1() | | main.rs:1047:22:1047:23 | T1 | +| main.rs:1051:56:1051:56 | x | | main.rs:1051:39:1051:53 | T | +| main.rs:1051:62:1055:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1053:13:1053:13 | a | | main.rs:979:5:982:5 | MyThing | +| main.rs:1053:13:1053:13 | a | A | main.rs:989:5:990:14 | S1 | +| main.rs:1053:17:1053:17 | x | | main.rs:1051:39:1051:53 | T | +| main.rs:1053:17:1053:22 | x.m1() | | main.rs:979:5:982:5 | MyThing | +| main.rs:1053:17:1053:22 | x.m1() | A | main.rs:989:5:990:14 | S1 | +| main.rs:1054:9:1054:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1054:18:1054:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1054:18:1054:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1054:18:1054:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1054:18:1054:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1054:18:1054:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1054:26:1054:26 | a | | main.rs:979:5:982:5 | MyThing | +| main.rs:1054:26:1054:26 | a | A | main.rs:989:5:990:14 | S1 | +| main.rs:1057:16:1081:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1058:13:1058:13 | x | | main.rs:979:5:982:5 | MyThing | +| main.rs:1058:13:1058:13 | x | A | main.rs:989:5:990:14 | S1 | +| main.rs:1058:17:1058:33 | MyThing {...} | | main.rs:979:5:982:5 | MyThing | +| main.rs:1058:17:1058:33 | MyThing {...} | A | main.rs:989:5:990:14 | S1 | +| main.rs:1058:30:1058:31 | S1 | | main.rs:989:5:990:14 | S1 | +| main.rs:1059:13:1059:13 | y | | main.rs:979:5:982:5 | MyThing | +| main.rs:1059:13:1059:13 | y | A | main.rs:991:5:992:14 | S2 | +| main.rs:1059:17:1059:33 | MyThing {...} | | main.rs:979:5:982:5 | MyThing | +| main.rs:1059:17:1059:33 | MyThing {...} | A | main.rs:991:5:992:14 | S2 | +| main.rs:1059:30:1059:31 | S2 | | main.rs:991:5:992:14 | S2 | +| main.rs:1061:9:1061:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1061:18:1061:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1061:18:1061:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1061:18:1061:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1061:18:1061:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1061:18:1061:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1061:26:1061:26 | x | | main.rs:979:5:982:5 | MyThing | +| main.rs:1061:26:1061:26 | x | A | main.rs:989:5:990:14 | S1 | +| main.rs:1061:26:1061:31 | x.m1() | | main.rs:989:5:990:14 | S1 | +| main.rs:1062:9:1062:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1062:18:1062:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1062:18:1062:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1062:18:1062:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1062:18:1062:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1062:18:1062:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1062:26:1062:26 | y | | main.rs:979:5:982:5 | MyThing | +| main.rs:1062:26:1062:26 | y | A | main.rs:991:5:992:14 | S2 | +| main.rs:1062:26:1062:31 | y.m1() | | main.rs:991:5:992:14 | S2 | +| main.rs:1064:13:1064:13 | x | | main.rs:979:5:982:5 | MyThing | +| main.rs:1064:13:1064:13 | x | A | main.rs:989:5:990:14 | S1 | +| main.rs:1064:17:1064:33 | MyThing {...} | | main.rs:979:5:982:5 | MyThing | +| main.rs:1064:17:1064:33 | MyThing {...} | A | main.rs:989:5:990:14 | S1 | +| main.rs:1064:30:1064:31 | S1 | | main.rs:989:5:990:14 | S1 | +| main.rs:1065:13:1065:13 | y | | main.rs:979:5:982:5 | MyThing | +| main.rs:1065:13:1065:13 | y | A | main.rs:991:5:992:14 | S2 | +| main.rs:1065:17:1065:33 | MyThing {...} | | main.rs:979:5:982:5 | MyThing | +| main.rs:1065:17:1065:33 | MyThing {...} | A | main.rs:991:5:992:14 | S2 | +| main.rs:1065:30:1065:31 | S2 | | main.rs:991:5:992:14 | S2 | +| main.rs:1067:9:1067:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1067:18:1067:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1067:18:1067:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1067:18:1067:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1067:18:1067:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1067:18:1067:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1067:26:1067:26 | x | | main.rs:979:5:982:5 | MyThing | +| main.rs:1067:26:1067:26 | x | A | main.rs:989:5:990:14 | S1 | +| main.rs:1067:26:1067:31 | x.m2() | | main.rs:989:5:990:14 | S1 | +| main.rs:1068:9:1068:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1068:18:1068:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1068:18:1068:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1068:18:1068:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1068:18:1068:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1068:18:1068:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1068:26:1068:26 | y | | main.rs:979:5:982:5 | MyThing | +| main.rs:1068:26:1068:26 | y | A | main.rs:991:5:992:14 | S2 | +| main.rs:1068:26:1068:31 | y.m2() | | main.rs:991:5:992:14 | S2 | +| main.rs:1070:13:1070:13 | x | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1070:13:1070:13 | x | A | main.rs:989:5:990:14 | S1 | +| main.rs:1070:17:1070:34 | MyThing2 {...} | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1070:17:1070:34 | MyThing2 {...} | A | main.rs:989:5:990:14 | S1 | +| main.rs:1070:31:1070:32 | S1 | | main.rs:989:5:990:14 | S1 | +| main.rs:1071:13:1071:13 | y | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1071:13:1071:13 | y | A | main.rs:991:5:992:14 | S2 | +| main.rs:1071:17:1071:34 | MyThing2 {...} | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1071:17:1071:34 | MyThing2 {...} | A | main.rs:991:5:992:14 | S2 | +| main.rs:1071:31:1071:32 | S2 | | main.rs:991:5:992:14 | S2 | +| main.rs:1073:9:1073:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1073:18:1073:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1073:18:1073:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1073:18:1073:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1073:18:1073:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1073:18:1073:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1073:26:1073:26 | x | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1073:26:1073:26 | x | A | main.rs:989:5:990:14 | S1 | +| main.rs:1073:26:1073:31 | x.m3() | | main.rs:989:5:990:14 | S1 | +| main.rs:1074:9:1074:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1074:18:1074:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1074:18:1074:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1074:18:1074:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1074:18:1074:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1074:18:1074:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1074:26:1074:26 | y | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1074:26:1074:26 | y | A | main.rs:991:5:992:14 | S2 | +| main.rs:1074:26:1074:31 | y.m3() | | main.rs:991:5:992:14 | S2 | +| main.rs:1076:13:1076:13 | x | | main.rs:979:5:982:5 | MyThing | +| main.rs:1076:13:1076:13 | x | A | main.rs:989:5:990:14 | S1 | +| main.rs:1076:17:1076:33 | MyThing {...} | | main.rs:979:5:982:5 | MyThing | +| main.rs:1076:17:1076:33 | MyThing {...} | A | main.rs:989:5:990:14 | S1 | +| main.rs:1076:30:1076:31 | S1 | | main.rs:989:5:990:14 | S1 | +| main.rs:1077:13:1077:13 | s | | main.rs:989:5:990:14 | S1 | +| main.rs:1077:17:1077:32 | call_trait_m1(...) | | main.rs:989:5:990:14 | S1 | +| main.rs:1077:31:1077:31 | x | | main.rs:979:5:982:5 | MyThing | +| main.rs:1077:31:1077:31 | x | A | main.rs:989:5:990:14 | S1 | +| main.rs:1079:13:1079:13 | x | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1079:13:1079:13 | x | A | main.rs:991:5:992:14 | S2 | +| main.rs:1079:17:1079:34 | MyThing2 {...} | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1079:17:1079:34 | MyThing2 {...} | A | main.rs:991:5:992:14 | S2 | +| main.rs:1079:31:1079:32 | S2 | | main.rs:991:5:992:14 | S2 | +| main.rs:1080:13:1080:13 | s | | main.rs:979:5:982:5 | MyThing | +| main.rs:1080:13:1080:13 | s | A | main.rs:991:5:992:14 | S2 | +| main.rs:1080:17:1080:32 | call_trait_m1(...) | | main.rs:979:5:982:5 | MyThing | +| main.rs:1080:17:1080:32 | call_trait_m1(...) | A | main.rs:991:5:992:14 | S2 | +| main.rs:1080:31:1080:31 | x | | main.rs:984:5:987:5 | MyThing2 | +| main.rs:1080:31:1080:31 | x | A | main.rs:991:5:992:14 | S2 | +| main.rs:1097:22:1097:22 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1097:22:1097:22 | x | TRef | main.rs:1097:11:1097:19 | T | +| main.rs:1097:35:1099:5 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1097:35:1099:5 | { ... } | TRef | main.rs:1097:11:1097:19 | T | +| main.rs:1098:9:1098:9 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1098:9:1098:9 | x | TRef | main.rs:1097:11:1097:19 | T | +| main.rs:1102:17:1102:20 | SelfParam | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1102:29:1104:9 | { ... } | | main.rs:1090:5:1091:14 | S2 | +| main.rs:1103:13:1103:14 | S2 | | main.rs:1090:5:1091:14 | S2 | +| main.rs:1107:21:1107:21 | x | | main.rs:1107:13:1107:14 | T1 | +| main.rs:1110:5:1112:5 | { ... } | | main.rs:1107:17:1107:18 | T2 | +| main.rs:1111:9:1111:9 | x | | main.rs:1107:13:1107:14 | T1 | +| main.rs:1111:9:1111:16 | x.into() | | main.rs:1107:17:1107:18 | T2 | +| main.rs:1114:16:1130:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1115:13:1115:13 | x | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1115:17:1115:18 | S1 | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1116:9:1116:32 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1116:18:1116:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1116:18:1116:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1116:18:1116:31 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1116:18:1116:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1116:18:1116:31 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1116:26:1116:31 | id(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1116:26:1116:31 | id(...) | TRef | main.rs:1087:5:1088:14 | S1 | +| main.rs:1116:29:1116:30 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:1116:29:1116:30 | &x | TRef | main.rs:1087:5:1088:14 | S1 | +| main.rs:1116:30:1116:30 | x | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1118:13:1118:13 | x | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1118:17:1118:18 | S1 | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1119:9:1119:38 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1119:18:1119:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1119:18:1119:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1119:18:1119:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1119:18:1119:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1119:18:1119:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1119:26:1119:37 | id::<...>(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1119:26:1119:37 | id::<...>(...) | TRef | main.rs:1087:5:1088:14 | S1 | +| main.rs:1119:35:1119:36 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:1119:35:1119:36 | &x | TRef | main.rs:1087:5:1088:14 | S1 | +| main.rs:1119:36:1119:36 | x | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1121:13:1121:13 | x | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1121:17:1121:18 | S1 | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1123:9:1123:45 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1123:18:1123:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1123:18:1123:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1123:18:1123:44 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1123:18:1123:44 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1123:18:1123:44 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1123:26:1123:44 | id::<...>(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1123:26:1123:44 | id::<...>(...) | TRef | main.rs:1093:5:1093:25 | dyn Trait | +| main.rs:1123:42:1123:43 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:1123:42:1123:43 | &x | TRef | main.rs:1087:5:1088:14 | S1 | +| main.rs:1123:43:1123:43 | x | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1125:13:1125:13 | x | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1125:17:1125:18 | S1 | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1126:9:1126:25 | into::<...>(...) | | main.rs:1090:5:1091:14 | S2 | +| main.rs:1126:24:1126:24 | x | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1128:13:1128:13 | x | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1128:17:1128:18 | S1 | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1129:13:1129:13 | y | | main.rs:1090:5:1091:14 | S2 | +| main.rs:1129:21:1129:27 | into(...) | | main.rs:1090:5:1091:14 | S2 | +| main.rs:1129:26:1129:26 | x | | main.rs:1087:5:1088:14 | S1 | +| main.rs:1143:22:1143:25 | SelfParam | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1143:22:1143:25 | SelfParam | Fst | main.rs:1142:10:1142:12 | Fst | +| main.rs:1143:22:1143:25 | SelfParam | Snd | main.rs:1142:15:1142:17 | Snd | +| main.rs:1143:35:1150:9 | { ... } | | main.rs:1142:15:1142:17 | Snd | +| main.rs:1144:13:1149:13 | match self { ... } | | file://:0:0:0:0 | ! | +| main.rs:1144:13:1149:13 | match self { ... } | | main.rs:1142:15:1142:17 | Snd | +| main.rs:1144:19:1144:22 | self | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1144:19:1144:22 | self | Fst | main.rs:1142:10:1142:12 | Fst | +| main.rs:1144:19:1144:22 | self | Snd | main.rs:1142:15:1142:17 | Snd | +| main.rs:1145:17:1145:38 | ...::PairNone(...) | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1145:17:1145:38 | ...::PairNone(...) | Fst | main.rs:1142:10:1142:12 | Fst | +| main.rs:1145:17:1145:38 | ...::PairNone(...) | Snd | main.rs:1142:15:1142:17 | Snd | +| main.rs:1145:43:1145:82 | MacroExpr | | file://:0:0:0:0 | ! | +| main.rs:1145:50:1145:81 | "PairNone has no second elemen... | | {EXTERNAL LOCATION} | & | +| main.rs:1145:50:1145:81 | "PairNone has no second elemen... | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1145:50:1145:81 | ...::panic_fmt(...) | | file://:0:0:0:0 | ! | +| main.rs:1145:50:1145:81 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1145:50:1145:81 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1146:17:1146:38 | ...::PairFst(...) | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1146:17:1146:38 | ...::PairFst(...) | Fst | main.rs:1142:10:1142:12 | Fst | +| main.rs:1146:17:1146:38 | ...::PairFst(...) | Snd | main.rs:1142:15:1142:17 | Snd | +| main.rs:1146:37:1146:37 | _ | | main.rs:1142:10:1142:12 | Fst | +| main.rs:1146:43:1146:81 | MacroExpr | | file://:0:0:0:0 | ! | +| main.rs:1146:50:1146:80 | "PairFst has no second element... | | {EXTERNAL LOCATION} | & | +| main.rs:1146:50:1146:80 | "PairFst has no second element... | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1146:50:1146:80 | ...::panic_fmt(...) | | file://:0:0:0:0 | ! | +| main.rs:1146:50:1146:80 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1146:50:1146:80 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1147:17:1147:40 | ...::PairSnd(...) | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1147:17:1147:40 | ...::PairSnd(...) | Fst | main.rs:1142:10:1142:12 | Fst | +| main.rs:1147:17:1147:40 | ...::PairSnd(...) | Snd | main.rs:1142:15:1142:17 | Snd | +| main.rs:1147:37:1147:39 | snd | | main.rs:1142:15:1142:17 | Snd | +| main.rs:1147:45:1147:47 | snd | | main.rs:1142:15:1142:17 | Snd | +| main.rs:1148:17:1148:44 | ...::PairBoth(...) | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1148:17:1148:44 | ...::PairBoth(...) | Fst | main.rs:1142:10:1142:12 | Fst | +| main.rs:1148:17:1148:44 | ...::PairBoth(...) | Snd | main.rs:1142:15:1142:17 | Snd | +| main.rs:1148:38:1148:38 | _ | | main.rs:1142:10:1142:12 | Fst | +| main.rs:1148:41:1148:43 | snd | | main.rs:1142:15:1142:17 | Snd | +| main.rs:1148:49:1148:51 | snd | | main.rs:1142:15:1142:17 | Snd | +| main.rs:1174:10:1174:10 | t | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1174:10:1174:10 | t | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1174:10:1174:10 | t | Snd | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1174:10:1174:10 | t | Snd.Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1174:10:1174:10 | t | Snd.Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1174:30:1177:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1175:13:1175:13 | x | | main.rs:1159:5:1160:14 | S3 | +| main.rs:1175:17:1175:17 | t | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1175:17:1175:17 | t | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1175:17:1175:17 | t | Snd | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1175:17:1175:17 | t | Snd.Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1175:17:1175:17 | t | Snd.Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1175:17:1175:29 | t.unwrapSnd() | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1175:17:1175:29 | t.unwrapSnd() | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1175:17:1175:29 | t.unwrapSnd() | Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1175:17:1175:41 | ... .unwrapSnd() | | main.rs:1159:5:1160:14 | S3 | +| main.rs:1176:9:1176:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1176:18:1176:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1176:18:1176:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1176:18:1176:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1176:18:1176:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1176:18:1176:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1176:26:1176:26 | x | | main.rs:1159:5:1160:14 | S3 | +| main.rs:1187:16:1207:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1189:13:1189:14 | p1 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1189:13:1189:14 | p1 | Fst | main.rs:1153:5:1154:14 | S1 | +| main.rs:1189:13:1189:14 | p1 | Snd | main.rs:1156:5:1157:14 | S2 | +| main.rs:1189:26:1189:53 | ...::PairBoth(...) | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1189:26:1189:53 | ...::PairBoth(...) | Fst | main.rs:1153:5:1154:14 | S1 | +| main.rs:1189:26:1189:53 | ...::PairBoth(...) | Snd | main.rs:1156:5:1157:14 | S2 | +| main.rs:1189:47:1189:48 | S1 | | main.rs:1153:5:1154:14 | S1 | +| main.rs:1189:51:1189:52 | S2 | | main.rs:1156:5:1157:14 | S2 | +| main.rs:1190:9:1190:28 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1190:18:1190:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1190:18:1190:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1190:18:1190:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1190:18:1190:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1190:18:1190:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1190:26:1190:27 | p1 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1190:26:1190:27 | p1 | Fst | main.rs:1153:5:1154:14 | S1 | +| main.rs:1190:26:1190:27 | p1 | Snd | main.rs:1156:5:1157:14 | S2 | +| main.rs:1193:13:1193:14 | p2 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1193:13:1193:14 | p2 | Fst | main.rs:1153:5:1154:14 | S1 | +| main.rs:1193:13:1193:14 | p2 | Snd | main.rs:1156:5:1157:14 | S2 | +| main.rs:1193:26:1193:47 | ...::PairNone(...) | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1193:26:1193:47 | ...::PairNone(...) | Fst | main.rs:1153:5:1154:14 | S1 | +| main.rs:1193:26:1193:47 | ...::PairNone(...) | Snd | main.rs:1156:5:1157:14 | S2 | +| main.rs:1194:9:1194:28 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1194:18:1194:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1194:18:1194:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1194:18:1194:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1194:18:1194:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1194:18:1194:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1194:26:1194:27 | p2 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1194:26:1194:27 | p2 | Fst | main.rs:1153:5:1154:14 | S1 | +| main.rs:1194:26:1194:27 | p2 | Snd | main.rs:1156:5:1157:14 | S2 | +| main.rs:1197:13:1197:14 | p3 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1197:13:1197:14 | p3 | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1197:13:1197:14 | p3 | Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1197:34:1197:56 | ...::PairSnd(...) | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1197:34:1197:56 | ...::PairSnd(...) | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1197:34:1197:56 | ...::PairSnd(...) | Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1197:54:1197:55 | S3 | | main.rs:1159:5:1160:14 | S3 | +| main.rs:1198:9:1198:28 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1198:18:1198:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1198:18:1198:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1198:18:1198:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1198:18:1198:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1198:18:1198:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1198:26:1198:27 | p3 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1198:26:1198:27 | p3 | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1198:26:1198:27 | p3 | Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1201:13:1201:14 | p3 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1201:13:1201:14 | p3 | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1201:13:1201:14 | p3 | Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1201:35:1201:56 | ...::PairNone(...) | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1201:35:1201:56 | ...::PairNone(...) | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1201:35:1201:56 | ...::PairNone(...) | Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1202:9:1202:28 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1202:18:1202:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1202:18:1202:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1202:18:1202:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1202:18:1202:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1202:18:1202:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1202:26:1202:27 | p3 | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1202:26:1202:27 | p3 | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1202:26:1202:27 | p3 | Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1204:9:1204:55 | g(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1204:11:1204:54 | ...::PairSnd(...) | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1204:11:1204:54 | ...::PairSnd(...) | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1204:11:1204:54 | ...::PairSnd(...) | Snd | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1204:11:1204:54 | ...::PairSnd(...) | Snd.Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1204:11:1204:54 | ...::PairSnd(...) | Snd.Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1204:31:1204:53 | ...::PairSnd(...) | | main.rs:1134:5:1140:5 | PairOption | +| main.rs:1204:31:1204:53 | ...::PairSnd(...) | Fst | main.rs:1156:5:1157:14 | S2 | +| main.rs:1204:31:1204:53 | ...::PairSnd(...) | Snd | main.rs:1159:5:1160:14 | S3 | +| main.rs:1204:51:1204:52 | S3 | | main.rs:1159:5:1160:14 | S3 | +| main.rs:1206:13:1206:13 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:1206:13:1206:13 | x | E | main.rs:1153:5:1154:14 | S1 | +| main.rs:1206:13:1206:13 | x | T | main.rs:1179:5:1179:34 | S4 | +| main.rs:1206:13:1206:13 | x | T.T41 | main.rs:1156:5:1157:14 | S2 | +| main.rs:1206:13:1206:13 | x | T.T42 | main.rs:1181:5:1181:22 | S5 | +| main.rs:1206:13:1206:13 | x | T.T42.T5 | main.rs:1156:5:1157:14 | S2 | +| main.rs:1219:16:1219:24 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1219:16:1219:24 | SelfParam | TRefMut | main.rs:1217:5:1224:5 | Self [trait MyTrait] | +| main.rs:1219:27:1219:31 | value | | main.rs:1217:19:1217:19 | S | +| main.rs:1221:21:1221:29 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1221:21:1221:29 | SelfParam | TRefMut | main.rs:1217:5:1224:5 | Self [trait MyTrait] | +| main.rs:1221:32:1221:36 | value | | main.rs:1217:19:1217:19 | S | +| main.rs:1221:42:1223:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1222:13:1222:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1222:13:1222:16 | self | TRefMut | main.rs:1217:5:1224:5 | Self [trait MyTrait] | +| main.rs:1222:13:1222:27 | self.set(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1222:22:1222:26 | value | | main.rs:1217:19:1217:19 | S | +| main.rs:1228:16:1228:24 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1228:16:1228:24 | SelfParam | TRefMut | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1228:16:1228:24 | SelfParam | TRefMut.T | main.rs:1226:10:1226:10 | T | +| main.rs:1228:27:1228:31 | value | | main.rs:1226:10:1226:10 | T | +| main.rs:1228:37:1228:38 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1232:26:1234:9 | { ... } | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1232:26:1234:9 | { ... } | T | main.rs:1231:10:1231:10 | T | +| main.rs:1233:13:1233:30 | ...::MyNone(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1233:13:1233:30 | ...::MyNone(...) | T | main.rs:1231:10:1231:10 | T | +| main.rs:1238:20:1238:23 | SelfParam | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1238:20:1238:23 | SelfParam | T | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1238:20:1238:23 | SelfParam | T.T | main.rs:1237:10:1237:10 | T | +| main.rs:1238:41:1243:9 | { ... } | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1238:41:1243:9 | { ... } | T | main.rs:1237:10:1237:10 | T | +| main.rs:1239:13:1242:13 | match self { ... } | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1239:13:1242:13 | match self { ... } | T | main.rs:1237:10:1237:10 | T | +| main.rs:1239:19:1239:22 | self | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1239:19:1239:22 | self | T | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1239:19:1239:22 | self | T.T | main.rs:1237:10:1237:10 | T | +| main.rs:1240:17:1240:34 | ...::MyNone(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1240:17:1240:34 | ...::MyNone(...) | T | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1240:17:1240:34 | ...::MyNone(...) | T.T | main.rs:1237:10:1237:10 | T | +| main.rs:1240:39:1240:56 | ...::MyNone(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1240:39:1240:56 | ...::MyNone(...) | T | main.rs:1237:10:1237:10 | T | +| main.rs:1241:17:1241:35 | ...::MySome(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1241:17:1241:35 | ...::MySome(...) | T | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1241:17:1241:35 | ...::MySome(...) | T.T | main.rs:1237:10:1237:10 | T | +| main.rs:1241:34:1241:34 | x | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1241:34:1241:34 | x | T | main.rs:1237:10:1237:10 | T | +| main.rs:1241:40:1241:40 | x | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1241:40:1241:40 | x | T | main.rs:1237:10:1237:10 | T | +| main.rs:1249:16:1294:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1250:13:1250:14 | x1 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1250:13:1250:14 | x1 | T | main.rs:1246:5:1247:13 | S | +| main.rs:1250:18:1250:37 | ...::new(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1250:18:1250:37 | ...::new(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1251:9:1251:28 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1251:18:1251:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1251:18:1251:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1251:18:1251:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1251:18:1251:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1251:18:1251:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1251:26:1251:27 | x1 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1251:26:1251:27 | x1 | T | main.rs:1246:5:1247:13 | S | +| main.rs:1253:17:1253:18 | x2 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1253:17:1253:18 | x2 | T | main.rs:1246:5:1247:13 | S | +| main.rs:1253:22:1253:36 | ...::new(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1253:22:1253:36 | ...::new(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1254:9:1254:10 | x2 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1254:9:1254:10 | x2 | T | main.rs:1246:5:1247:13 | S | +| main.rs:1254:9:1254:17 | x2.set(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1254:16:1254:16 | S | | main.rs:1246:5:1247:13 | S | +| main.rs:1255:9:1255:28 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1255:18:1255:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1255:18:1255:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1255:18:1255:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1255:18:1255:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1255:18:1255:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1255:26:1255:27 | x2 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1255:26:1255:27 | x2 | T | main.rs:1246:5:1247:13 | S | +| main.rs:1257:17:1257:18 | x3 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1257:17:1257:18 | x3 | T | main.rs:1246:5:1247:13 | S | +| main.rs:1257:22:1257:36 | ...::new(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1257:22:1257:36 | ...::new(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1258:9:1258:10 | x3 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1258:9:1258:10 | x3 | T | main.rs:1246:5:1247:13 | S | +| main.rs:1258:9:1258:22 | x3.call_set(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1258:21:1258:21 | S | | main.rs:1246:5:1247:13 | S | +| main.rs:1259:9:1259:28 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1259:18:1259:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1259:18:1259:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1259:18:1259:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1259:18:1259:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1259:18:1259:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1259:26:1259:27 | x3 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1259:26:1259:27 | x3 | T | main.rs:1246:5:1247:13 | S | +| main.rs:1261:17:1261:18 | x4 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1261:17:1261:18 | x4 | T | main.rs:1246:5:1247:13 | S | +| main.rs:1261:22:1261:36 | ...::new(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1261:22:1261:36 | ...::new(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1262:9:1262:33 | ...::set(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1262:23:1262:29 | &mut x4 | | {EXTERNAL LOCATION} | &mut | +| main.rs:1262:23:1262:29 | &mut x4 | TRefMut | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1262:23:1262:29 | &mut x4 | TRefMut.T | main.rs:1246:5:1247:13 | S | +| main.rs:1262:28:1262:29 | x4 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1262:28:1262:29 | x4 | T | main.rs:1246:5:1247:13 | S | +| main.rs:1262:32:1262:32 | S | | main.rs:1246:5:1247:13 | S | +| main.rs:1263:9:1263:28 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1263:18:1263:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1263:18:1263:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1263:18:1263:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1263:18:1263:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1263:18:1263:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1263:26:1263:27 | x4 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1263:26:1263:27 | x4 | T | main.rs:1246:5:1247:13 | S | +| main.rs:1265:13:1265:14 | x5 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1265:13:1265:14 | x5 | T | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1265:13:1265:14 | x5 | T.T | main.rs:1246:5:1247:13 | S | +| main.rs:1265:18:1265:58 | ...::MySome(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1265:18:1265:58 | ...::MySome(...) | T | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1265:18:1265:58 | ...::MySome(...) | T.T | main.rs:1246:5:1247:13 | S | +| main.rs:1265:35:1265:57 | ...::MyNone(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1265:35:1265:57 | ...::MyNone(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1266:9:1266:38 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1266:18:1266:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1266:18:1266:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1266:18:1266:37 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1266:18:1266:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1266:18:1266:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1266:26:1266:27 | x5 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1266:26:1266:27 | x5 | T | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1266:26:1266:27 | x5 | T.T | main.rs:1246:5:1247:13 | S | +| main.rs:1266:26:1266:37 | x5.flatten() | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1266:26:1266:37 | x5.flatten() | T | main.rs:1246:5:1247:13 | S | +| main.rs:1268:13:1268:14 | x6 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1268:13:1268:14 | x6 | T | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1268:13:1268:14 | x6 | T.T | main.rs:1246:5:1247:13 | S | +| main.rs:1268:18:1268:58 | ...::MySome(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1268:18:1268:58 | ...::MySome(...) | T | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1268:18:1268:58 | ...::MySome(...) | T.T | main.rs:1246:5:1247:13 | S | +| main.rs:1268:35:1268:57 | ...::MyNone(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1268:35:1268:57 | ...::MyNone(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1269:9:1269:62 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1269:18:1269:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1269:18:1269:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1269:18:1269:61 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1269:18:1269:61 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1269:18:1269:61 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1269:26:1269:61 | ...::flatten(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1269:26:1269:61 | ...::flatten(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1269:59:1269:60 | x6 | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1269:59:1269:60 | x6 | T | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1269:59:1269:60 | x6 | T.T | main.rs:1246:5:1247:13 | S | +| main.rs:1272:13:1272:19 | from_if | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1272:13:1272:19 | from_if | T | main.rs:1246:5:1247:13 | S | +| main.rs:1272:23:1276:9 | if ... {...} else {...} | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1272:23:1276:9 | if ... {...} else {...} | T | main.rs:1246:5:1247:13 | S | +| main.rs:1272:26:1272:26 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1272:26:1272:30 | ... > ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1272:30:1272:30 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1272:32:1274:9 | { ... } | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1272:32:1274:9 | { ... } | T | main.rs:1246:5:1247:13 | S | +| main.rs:1273:13:1273:30 | ...::MyNone(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1273:13:1273:30 | ...::MyNone(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1274:16:1276:9 | { ... } | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1274:16:1276:9 | { ... } | T | main.rs:1246:5:1247:13 | S | +| main.rs:1275:13:1275:31 | ...::MySome(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1275:13:1275:31 | ...::MySome(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1275:30:1275:30 | S | | main.rs:1246:5:1247:13 | S | +| main.rs:1277:9:1277:33 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1277:18:1277:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1277:18:1277:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1277:18:1277:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1277:18:1277:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1277:18:1277:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1277:26:1277:32 | from_if | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1277:26:1277:32 | from_if | T | main.rs:1246:5:1247:13 | S | +| main.rs:1280:13:1280:22 | from_match | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1280:13:1280:22 | from_match | T | main.rs:1246:5:1247:13 | S | +| main.rs:1280:26:1283:9 | match ... { ... } | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1280:26:1283:9 | match ... { ... } | T | main.rs:1246:5:1247:13 | S | +| main.rs:1280:32:1280:32 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1280:32:1280:36 | ... > ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1280:36:1280:36 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1281:13:1281:16 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:1281:21:1281:38 | ...::MyNone(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1281:21:1281:38 | ...::MyNone(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1282:13:1282:17 | false | | {EXTERNAL LOCATION} | bool | +| main.rs:1282:22:1282:40 | ...::MySome(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1282:22:1282:40 | ...::MySome(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1282:39:1282:39 | S | | main.rs:1246:5:1247:13 | S | +| main.rs:1284:9:1284:36 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1284:18:1284:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1284:18:1284:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1284:18:1284:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1284:18:1284:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1284:18:1284:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1284:26:1284:35 | from_match | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1284:26:1284:35 | from_match | T | main.rs:1246:5:1247:13 | S | +| main.rs:1287:13:1287:21 | from_loop | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1287:13:1287:21 | from_loop | T | main.rs:1246:5:1247:13 | S | +| main.rs:1287:25:1292:9 | loop { ... } | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1287:25:1292:9 | loop { ... } | T | main.rs:1246:5:1247:13 | S | +| main.rs:1287:30:1292:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1288:13:1290:13 | if ... {...} | | {EXTERNAL LOCATION} | () | +| main.rs:1288:16:1288:16 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1288:16:1288:20 | ... > ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1288:20:1288:20 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1288:22:1290:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1289:23:1289:40 | ...::MyNone(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1289:23:1289:40 | ...::MyNone(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1291:19:1291:37 | ...::MySome(...) | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1291:19:1291:37 | ...::MySome(...) | T | main.rs:1246:5:1247:13 | S | +| main.rs:1291:36:1291:36 | S | | main.rs:1246:5:1247:13 | S | +| main.rs:1293:9:1293:35 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1293:18:1293:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1293:18:1293:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1293:18:1293:34 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1293:18:1293:34 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1293:18:1293:34 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1293:26:1293:34 | from_loop | | main.rs:1211:5:1215:5 | MyOption | +| main.rs:1293:26:1293:34 | from_loop | T | main.rs:1246:5:1247:13 | S | +| main.rs:1311:15:1311:18 | SelfParam | | main.rs:1299:5:1300:19 | S | +| main.rs:1311:15:1311:18 | SelfParam | T | main.rs:1310:10:1310:10 | T | +| main.rs:1311:26:1313:9 | { ... } | | main.rs:1310:10:1310:10 | T | +| main.rs:1312:13:1312:16 | self | | main.rs:1299:5:1300:19 | S | +| main.rs:1312:13:1312:16 | self | T | main.rs:1310:10:1310:10 | T | +| main.rs:1312:13:1312:18 | self.0 | | main.rs:1310:10:1310:10 | T | +| main.rs:1315:15:1315:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1315:15:1315:19 | SelfParam | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1315:15:1315:19 | SelfParam | TRef.T | main.rs:1310:10:1310:10 | T | +| main.rs:1315:28:1317:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1315:28:1317:9 | { ... } | TRef | main.rs:1310:10:1310:10 | T | +| main.rs:1316:13:1316:19 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1316:13:1316:19 | &... | TRef | main.rs:1310:10:1310:10 | T | +| main.rs:1316:14:1316:17 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1316:14:1316:17 | self | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1316:14:1316:17 | self | TRef.T | main.rs:1310:10:1310:10 | T | +| main.rs:1316:14:1316:19 | self.0 | | main.rs:1310:10:1310:10 | T | +| main.rs:1319:15:1319:25 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1319:15:1319:25 | SelfParam | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1319:15:1319:25 | SelfParam | TRef.T | main.rs:1310:10:1310:10 | T | +| main.rs:1319:34:1321:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1319:34:1321:9 | { ... } | TRef | main.rs:1310:10:1310:10 | T | +| main.rs:1320:13:1320:19 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1320:13:1320:19 | &... | TRef | main.rs:1310:10:1310:10 | T | +| main.rs:1320:14:1320:17 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1320:14:1320:17 | self | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1320:14:1320:17 | self | TRef.T | main.rs:1310:10:1310:10 | T | +| main.rs:1320:14:1320:19 | self.0 | | main.rs:1310:10:1310:10 | T | +| main.rs:1325:29:1325:33 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1325:29:1325:33 | SelfParam | TRef | main.rs:1324:5:1327:5 | Self [trait ATrait] | +| main.rs:1326:33:1326:36 | SelfParam | | main.rs:1324:5:1327:5 | Self [trait ATrait] | +| main.rs:1332:29:1332:33 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1332:29:1332:33 | SelfParam | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1332:29:1332:33 | SelfParam | TRef.TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1332:43:1334:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:1333:13:1333:22 | (...) | | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1333:13:1333:24 | ... .a | | {EXTERNAL LOCATION} | i64 | +| main.rs:1333:14:1333:21 | * ... | | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1333:15:1333:21 | (...) | | {EXTERNAL LOCATION} | & | +| main.rs:1333:15:1333:21 | (...) | TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1333:16:1333:20 | * ... | | {EXTERNAL LOCATION} | & | +| main.rs:1333:16:1333:20 | * ... | TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1333:17:1333:20 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1333:17:1333:20 | self | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1333:17:1333:20 | self | TRef.TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1337:33:1337:36 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1337:33:1337:36 | SelfParam | TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1337:46:1339:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:1338:13:1338:19 | (...) | | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1338:13:1338:21 | ... .a | | {EXTERNAL LOCATION} | i64 | +| main.rs:1338:14:1338:18 | * ... | | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1338:15:1338:18 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1338:15:1338:18 | self | TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1342:16:1392:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1343:13:1343:14 | x1 | | main.rs:1299:5:1300:19 | S | +| main.rs:1343:13:1343:14 | x1 | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1343:18:1343:22 | S(...) | | main.rs:1299:5:1300:19 | S | +| main.rs:1343:18:1343:22 | S(...) | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1343:20:1343:21 | S2 | | main.rs:1302:5:1303:14 | S2 | +| main.rs:1344:9:1344:33 | MacroExpr | | {EXTERNAL LOCATION} | () | | main.rs:1344:18:1344:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | | main.rs:1344:18:1344:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1344:18:1344:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1344:18:1344:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1344:18:1344:27 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1344:26:1344:27 | x7 | | main.rs:1268:5:1269:19 | S | -| main.rs:1344:26:1344:27 | x7 | T | {EXTERNAL LOCATION} | & | -| main.rs:1344:26:1344:27 | x7 | T.TRef | main.rs:1271:5:1272:14 | S2 | -| main.rs:1346:13:1346:14 | x9 | | {EXTERNAL LOCATION} | String | -| main.rs:1346:26:1346:32 | "Hello" | | {EXTERNAL LOCATION} | & | -| main.rs:1346:26:1346:32 | "Hello" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1346:26:1346:44 | "Hello".to_string() | | {EXTERNAL LOCATION} | String | -| main.rs:1350:13:1350:13 | u | | {EXTERNAL LOCATION} | Result | -| main.rs:1350:13:1350:13 | u | T | {EXTERNAL LOCATION} | u32 | -| main.rs:1350:17:1350:18 | x9 | | {EXTERNAL LOCATION} | String | -| main.rs:1350:17:1350:33 | x9.parse() | | {EXTERNAL LOCATION} | Result | -| main.rs:1350:17:1350:33 | x9.parse() | T | {EXTERNAL LOCATION} | u32 | -| main.rs:1352:13:1352:20 | my_thing | | {EXTERNAL LOCATION} | & | -| main.rs:1352:13:1352:20 | my_thing | TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1352:24:1352:39 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1352:24:1352:39 | &... | TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1352:25:1352:39 | MyInt {...} | | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1352:36:1352:37 | 37 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1354:13:1354:13 | a | | {EXTERNAL LOCATION} | i64 | -| main.rs:1354:17:1354:24 | my_thing | | {EXTERNAL LOCATION} | & | -| main.rs:1354:17:1354:24 | my_thing | TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1354:17:1354:43 | my_thing.method_on_borrow() | | {EXTERNAL LOCATION} | i64 | -| main.rs:1355:9:1355:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1355:18:1355:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1355:18:1355:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1355:18:1355:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1355:18:1355:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1355:18:1355:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1355:26:1355:26 | a | | {EXTERNAL LOCATION} | i64 | -| main.rs:1358:13:1358:20 | my_thing | | {EXTERNAL LOCATION} | & | -| main.rs:1358:13:1358:20 | my_thing | TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1358:24:1358:39 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1358:24:1358:39 | &... | TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1358:25:1358:39 | MyInt {...} | | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1358:36:1358:37 | 38 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1359:13:1359:13 | a | | {EXTERNAL LOCATION} | i64 | -| main.rs:1359:17:1359:24 | my_thing | | {EXTERNAL LOCATION} | & | -| main.rs:1359:17:1359:24 | my_thing | TRef | main.rs:1274:5:1277:5 | MyInt | -| main.rs:1359:17:1359:47 | my_thing.method_not_on_borrow() | | {EXTERNAL LOCATION} | i64 | -| main.rs:1360:9:1360:27 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1360:18:1360:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1360:18:1360:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1360:18:1360:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1360:18:1360:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1360:18:1360:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1360:26:1360:26 | a | | {EXTERNAL LOCATION} | i64 | -| main.rs:1367:16:1367:20 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1367:16:1367:20 | SelfParam | TRef | main.rs:1365:5:1373:5 | Self [trait MyTrait] | -| main.rs:1370:16:1370:20 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1370:16:1370:20 | SelfParam | TRef | main.rs:1365:5:1373:5 | Self [trait MyTrait] | -| main.rs:1370:32:1372:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1370:32:1372:9 | { ... } | TRef | main.rs:1365:5:1373:5 | Self [trait MyTrait] | -| main.rs:1371:13:1371:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1371:13:1371:16 | self | TRef | main.rs:1365:5:1373:5 | Self [trait MyTrait] | -| main.rs:1371:13:1371:22 | self.foo() | | {EXTERNAL LOCATION} | & | -| main.rs:1371:13:1371:22 | self.foo() | TRef | main.rs:1365:5:1373:5 | Self [trait MyTrait] | -| main.rs:1379:16:1379:20 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1379:16:1379:20 | SelfParam | TRef | main.rs:1375:5:1375:20 | MyStruct | -| main.rs:1379:36:1381:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1379:36:1381:9 | { ... } | TRef | main.rs:1375:5:1375:20 | MyStruct | -| main.rs:1380:13:1380:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1380:13:1380:16 | self | TRef | main.rs:1375:5:1375:20 | MyStruct | -| main.rs:1384:16:1387:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1385:13:1385:13 | x | | main.rs:1375:5:1375:20 | MyStruct | -| main.rs:1385:17:1385:24 | MyStruct | | main.rs:1375:5:1375:20 | MyStruct | -| main.rs:1386:9:1386:9 | x | | main.rs:1375:5:1375:20 | MyStruct | -| main.rs:1386:9:1386:15 | x.bar() | | {EXTERNAL LOCATION} | & | -| main.rs:1386:9:1386:15 | x.bar() | TRef | main.rs:1375:5:1375:20 | MyStruct | -| main.rs:1396:16:1396:20 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1396:16:1396:20 | SelfParam | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1396:16:1396:20 | SelfParam | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1396:32:1398:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1396:32:1398:9 | { ... } | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1396:32:1398:9 | { ... } | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1397:13:1397:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1397:13:1397:16 | self | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1397:13:1397:16 | self | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1400:16:1400:20 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1400:16:1400:20 | SelfParam | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1400:16:1400:20 | SelfParam | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1400:23:1400:23 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1400:23:1400:23 | x | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1400:23:1400:23 | x | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1400:42:1402:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1400:42:1402:9 | { ... } | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1400:42:1402:9 | { ... } | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1401:13:1401:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1401:13:1401:16 | self | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1401:13:1401:16 | self | TRef.T | main.rs:1395:10:1395:10 | T | -| main.rs:1405:16:1411:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1406:13:1406:13 | x | | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1406:13:1406:13 | x | T | main.rs:1391:5:1391:13 | S | -| main.rs:1406:17:1406:27 | MyStruct(...) | | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1406:17:1406:27 | MyStruct(...) | T | main.rs:1391:5:1391:13 | S | -| main.rs:1406:26:1406:26 | S | | main.rs:1391:5:1391:13 | S | -| main.rs:1407:9:1407:9 | x | | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1407:9:1407:9 | x | T | main.rs:1391:5:1391:13 | S | -| main.rs:1407:9:1407:15 | x.foo() | | {EXTERNAL LOCATION} | & | -| main.rs:1407:9:1407:15 | x.foo() | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1407:9:1407:15 | x.foo() | TRef.T | main.rs:1391:5:1391:13 | S | -| main.rs:1408:13:1408:13 | x | | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1408:13:1408:13 | x | T | main.rs:1391:5:1391:13 | S | -| main.rs:1408:17:1408:27 | MyStruct(...) | | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1408:17:1408:27 | MyStruct(...) | T | main.rs:1391:5:1391:13 | S | -| main.rs:1408:26:1408:26 | S | | main.rs:1391:5:1391:13 | S | -| main.rs:1410:9:1410:9 | x | | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1410:9:1410:9 | x | T | main.rs:1391:5:1391:13 | S | -| main.rs:1410:9:1410:18 | x.bar(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1410:9:1410:18 | x.bar(...) | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1410:9:1410:18 | x.bar(...) | TRef.T | main.rs:1391:5:1391:13 | S | -| main.rs:1410:15:1410:17 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1410:15:1410:17 | &... | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1410:15:1410:17 | &... | TRef.TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1410:15:1410:17 | &... | TRef.TRef.T | main.rs:1391:5:1391:13 | S | -| main.rs:1410:16:1410:17 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:1410:16:1410:17 | &x | TRef | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1410:16:1410:17 | &x | TRef.T | main.rs:1391:5:1391:13 | S | -| main.rs:1410:17:1410:17 | x | | main.rs:1393:5:1393:26 | MyStruct | -| main.rs:1410:17:1410:17 | x | T | main.rs:1391:5:1391:13 | S | -| main.rs:1421:17:1421:25 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1421:17:1421:25 | SelfParam | TRefMut | main.rs:1415:5:1418:5 | MyFlag | -| main.rs:1421:28:1423:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1422:13:1422:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1422:13:1422:16 | self | TRefMut | main.rs:1415:5:1418:5 | MyFlag | -| main.rs:1422:13:1422:21 | self.bool | | {EXTERNAL LOCATION} | bool | -| main.rs:1422:13:1422:34 | ... = ... | | {EXTERNAL LOCATION} | () | -| main.rs:1422:25:1422:34 | ! ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1422:26:1422:29 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1422:26:1422:29 | self | TRefMut | main.rs:1415:5:1418:5 | MyFlag | -| main.rs:1422:26:1422:34 | self.bool | | {EXTERNAL LOCATION} | bool | -| main.rs:1429:15:1429:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1429:15:1429:19 | SelfParam | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1429:31:1431:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1429:31:1431:9 | { ... } | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1430:13:1430:19 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1430:13:1430:19 | &... | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1430:13:1430:19 | &... | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1430:13:1430:19 | &... | TRef.TRef | {EXTERNAL LOCATION} | & | -| main.rs:1430:13:1430:19 | &... | TRef.TRef.TRef | {EXTERNAL LOCATION} | & | -| main.rs:1430:13:1430:19 | &... | TRef.TRef.TRef.TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1430:14:1430:19 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1430:14:1430:19 | &... | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1430:14:1430:19 | &... | TRef.TRef | {EXTERNAL LOCATION} | & | -| main.rs:1430:14:1430:19 | &... | TRef.TRef.TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1430:15:1430:19 | &self | | {EXTERNAL LOCATION} | & | -| main.rs:1430:15:1430:19 | &self | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1430:15:1430:19 | &self | TRef.TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1430:16:1430:19 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1430:16:1430:19 | self | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1433:15:1433:25 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1433:15:1433:25 | SelfParam | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1433:37:1435:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1433:37:1435:9 | { ... } | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1434:13:1434:19 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1434:13:1434:19 | &... | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1434:13:1434:19 | &... | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1434:13:1434:19 | &... | TRef.TRef | {EXTERNAL LOCATION} | & | -| main.rs:1434:13:1434:19 | &... | TRef.TRef.TRef | {EXTERNAL LOCATION} | & | -| main.rs:1434:13:1434:19 | &... | TRef.TRef.TRef.TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1434:14:1434:19 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1434:14:1434:19 | &... | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1434:14:1434:19 | &... | TRef.TRef | {EXTERNAL LOCATION} | & | -| main.rs:1434:14:1434:19 | &... | TRef.TRef.TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1434:15:1434:19 | &self | | {EXTERNAL LOCATION} | & | -| main.rs:1434:15:1434:19 | &self | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1434:15:1434:19 | &self | TRef.TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1434:16:1434:19 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1434:16:1434:19 | self | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1437:15:1437:15 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1437:15:1437:15 | x | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1437:34:1439:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1437:34:1439:9 | { ... } | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1438:13:1438:13 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1438:13:1438:13 | x | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1441:15:1441:15 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1441:15:1441:15 | x | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1441:34:1443:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1441:34:1443:9 | { ... } | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1442:13:1442:16 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1442:13:1442:16 | &... | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1442:13:1442:16 | &... | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1442:13:1442:16 | &... | TRef.TRef | {EXTERNAL LOCATION} | & | -| main.rs:1442:13:1442:16 | &... | TRef.TRef.TRef | {EXTERNAL LOCATION} | & | -| main.rs:1442:13:1442:16 | &... | TRef.TRef.TRef.TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1442:14:1442:16 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1442:14:1442:16 | &... | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1442:14:1442:16 | &... | TRef.TRef | {EXTERNAL LOCATION} | & | -| main.rs:1442:14:1442:16 | &... | TRef.TRef.TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1442:15:1442:16 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:1442:15:1442:16 | &x | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1442:15:1442:16 | &x | TRef.TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1442:16:1442:16 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1442:16:1442:16 | x | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1446:16:1459:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1447:13:1447:13 | x | | main.rs:1426:5:1426:13 | S | -| main.rs:1447:17:1447:20 | S {...} | | main.rs:1426:5:1426:13 | S | -| main.rs:1448:9:1448:9 | x | | main.rs:1426:5:1426:13 | S | -| main.rs:1448:9:1448:14 | x.f1() | | {EXTERNAL LOCATION} | & | -| main.rs:1448:9:1448:14 | x.f1() | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1449:9:1449:9 | x | | main.rs:1426:5:1426:13 | S | -| main.rs:1449:9:1449:14 | x.f2() | | {EXTERNAL LOCATION} | & | -| main.rs:1449:9:1449:14 | x.f2() | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1450:9:1450:17 | ...::f3(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1450:9:1450:17 | ...::f3(...) | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1450:15:1450:16 | &x | | {EXTERNAL LOCATION} | & | -| main.rs:1450:15:1450:16 | &x | TRef | main.rs:1426:5:1426:13 | S | -| main.rs:1450:16:1450:16 | x | | main.rs:1426:5:1426:13 | S | -| main.rs:1452:13:1452:13 | n | | {EXTERNAL LOCATION} | bool | -| main.rs:1452:17:1452:24 | * ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1452:18:1452:24 | * ... | | {EXTERNAL LOCATION} | & | -| main.rs:1452:18:1452:24 | * ... | TRef | {EXTERNAL LOCATION} | bool | -| main.rs:1452:19:1452:24 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1452:19:1452:24 | &... | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1452:19:1452:24 | &... | TRef.TRef | {EXTERNAL LOCATION} | bool | -| main.rs:1452:20:1452:24 | &true | | {EXTERNAL LOCATION} | & | -| main.rs:1452:20:1452:24 | &true | TRef | {EXTERNAL LOCATION} | bool | -| main.rs:1452:21:1452:24 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:1456:17:1456:20 | flag | | main.rs:1415:5:1418:5 | MyFlag | -| main.rs:1456:24:1456:41 | ...::default(...) | | main.rs:1415:5:1418:5 | MyFlag | -| main.rs:1457:9:1457:31 | ...::flip(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1457:22:1457:30 | &mut flag | | {EXTERNAL LOCATION} | &mut | -| main.rs:1457:22:1457:30 | &mut flag | TRefMut | main.rs:1415:5:1418:5 | MyFlag | -| main.rs:1457:27:1457:30 | flag | | main.rs:1415:5:1418:5 | MyFlag | -| main.rs:1458:9:1458:30 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1458:18:1458:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1458:18:1458:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1458:18:1458:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1458:18:1458:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1458:18:1458:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1458:26:1458:29 | flag | | main.rs:1415:5:1418:5 | MyFlag | -| main.rs:1473:43:1476:5 | { ... } | | {EXTERNAL LOCATION} | Result | -| main.rs:1473:43:1476:5 | { ... } | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1473:43:1476:5 | { ... } | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1474:13:1474:13 | x | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1474:17:1474:30 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1474:17:1474:30 | ...::Ok(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1474:17:1474:31 | TryExpr | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1474:28:1474:29 | S1 | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1475:9:1475:22 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1475:9:1475:22 | ...::Ok(...) | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1475:9:1475:22 | ...::Ok(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1475:20:1475:21 | S1 | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1480:46:1484:5 | { ... } | | {EXTERNAL LOCATION} | Result | -| main.rs:1480:46:1484:5 | { ... } | E | main.rs:1468:5:1469:14 | S2 | -| main.rs:1480:46:1484:5 | { ... } | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1481:13:1481:13 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:1481:13:1481:13 | x | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1481:17:1481:30 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1481:17:1481:30 | ...::Ok(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1481:28:1481:29 | S1 | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1482:13:1482:13 | y | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1482:17:1482:17 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:1482:17:1482:17 | x | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1482:17:1482:18 | TryExpr | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1483:9:1483:22 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1483:9:1483:22 | ...::Ok(...) | E | main.rs:1468:5:1469:14 | S2 | -| main.rs:1483:9:1483:22 | ...::Ok(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1483:20:1483:21 | S1 | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1488:40:1493:5 | { ... } | | {EXTERNAL LOCATION} | Result | -| main.rs:1488:40:1493:5 | { ... } | E | main.rs:1468:5:1469:14 | S2 | -| main.rs:1488:40:1493:5 | { ... } | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1489:13:1489:13 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:1489:13:1489:13 | x | T | {EXTERNAL LOCATION} | Result | -| main.rs:1489:13:1489:13 | x | T.T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1489:17:1489:42 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1489:17:1489:42 | ...::Ok(...) | T | {EXTERNAL LOCATION} | Result | -| main.rs:1489:17:1489:42 | ...::Ok(...) | T.T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1489:28:1489:41 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1489:28:1489:41 | ...::Ok(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1489:39:1489:40 | S1 | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1491:17:1491:17 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:1491:17:1491:17 | x | T | {EXTERNAL LOCATION} | Result | -| main.rs:1491:17:1491:17 | x | T.T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1491:17:1491:18 | TryExpr | | {EXTERNAL LOCATION} | Result | -| main.rs:1491:17:1491:18 | TryExpr | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1491:17:1491:29 | ... .map(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1491:24:1491:28 | \|...\| s | | {EXTERNAL LOCATION} | dyn Fn | -| main.rs:1491:24:1491:28 | \|...\| s | dyn(Args) | {EXTERNAL LOCATION} | (T_1) | -| main.rs:1492:9:1492:22 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1492:9:1492:22 | ...::Ok(...) | E | main.rs:1468:5:1469:14 | S2 | -| main.rs:1492:9:1492:22 | ...::Ok(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1492:20:1492:21 | S1 | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1497:30:1497:34 | input | | {EXTERNAL LOCATION} | Result | -| main.rs:1497:30:1497:34 | input | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1497:30:1497:34 | input | T | main.rs:1497:20:1497:27 | T | -| main.rs:1497:69:1504:5 | { ... } | | {EXTERNAL LOCATION} | Result | -| main.rs:1497:69:1504:5 | { ... } | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1497:69:1504:5 | { ... } | T | main.rs:1497:20:1497:27 | T | -| main.rs:1498:13:1498:17 | value | | main.rs:1497:20:1497:27 | T | -| main.rs:1498:21:1498:25 | input | | {EXTERNAL LOCATION} | Result | -| main.rs:1498:21:1498:25 | input | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1498:21:1498:25 | input | T | main.rs:1497:20:1497:27 | T | -| main.rs:1498:21:1498:26 | TryExpr | | main.rs:1497:20:1497:27 | T | -| main.rs:1499:22:1499:38 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1499:22:1499:38 | ...::Ok(...) | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1499:22:1499:38 | ...::Ok(...) | T | main.rs:1497:20:1497:27 | T | -| main.rs:1499:22:1502:10 | ... .and_then(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1499:22:1502:10 | ... .and_then(...) | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1499:33:1499:37 | value | | main.rs:1497:20:1497:27 | T | -| main.rs:1499:49:1502:9 | \|...\| ... | | {EXTERNAL LOCATION} | dyn Fn | -| main.rs:1499:49:1502:9 | \|...\| ... | dyn(Args) | {EXTERNAL LOCATION} | (T_1) | -| main.rs:1499:49:1502:9 | \|...\| ... | dyn(Output) | {EXTERNAL LOCATION} | Result | -| main.rs:1499:49:1502:9 | \|...\| ... | dyn(Output).E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1499:53:1502:9 | { ... } | | {EXTERNAL LOCATION} | Result | -| main.rs:1499:53:1502:9 | { ... } | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1500:13:1500:31 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1500:22:1500:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1500:22:1500:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1500:22:1500:30 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1500:22:1500:30 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1500:22:1500:30 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1501:13:1501:34 | ...::Ok::<...>(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1501:13:1501:34 | ...::Ok::<...>(...) | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1503:9:1503:23 | ...::Err(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1503:9:1503:23 | ...::Err(...) | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1503:9:1503:23 | ...::Err(...) | T | main.rs:1497:20:1497:27 | T | -| main.rs:1503:21:1503:22 | S1 | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1507:16:1523:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1508:9:1510:9 | if ... {...} | | {EXTERNAL LOCATION} | () | -| main.rs:1508:16:1508:33 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1508:16:1508:33 | ...::Ok(...) | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1508:16:1508:33 | ...::Ok(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1508:27:1508:32 | result | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1508:37:1508:52 | try_same_error(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1508:37:1508:52 | try_same_error(...) | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1508:37:1508:52 | try_same_error(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1508:54:1510:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1509:13:1509:36 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1509:22:1509:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1509:22:1509:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1509:22:1509:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1509:22:1509:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1509:22:1509:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1509:30:1509:35 | result | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1512:9:1514:9 | if ... {...} | | {EXTERNAL LOCATION} | () | -| main.rs:1512:16:1512:33 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1512:16:1512:33 | ...::Ok(...) | E | main.rs:1468:5:1469:14 | S2 | -| main.rs:1512:16:1512:33 | ...::Ok(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1512:27:1512:32 | result | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1512:37:1512:55 | try_convert_error(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1512:37:1512:55 | try_convert_error(...) | E | main.rs:1468:5:1469:14 | S2 | -| main.rs:1512:37:1512:55 | try_convert_error(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1512:57:1514:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1513:13:1513:36 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1513:22:1513:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1513:22:1513:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1513:22:1513:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1513:22:1513:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1513:22:1513:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1513:30:1513:35 | result | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1516:9:1518:9 | if ... {...} | | {EXTERNAL LOCATION} | () | -| main.rs:1516:16:1516:33 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1516:16:1516:33 | ...::Ok(...) | E | main.rs:1468:5:1469:14 | S2 | -| main.rs:1516:16:1516:33 | ...::Ok(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1516:27:1516:32 | result | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1516:37:1516:49 | try_chained(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1516:37:1516:49 | try_chained(...) | E | main.rs:1468:5:1469:14 | S2 | -| main.rs:1516:37:1516:49 | try_chained(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1516:51:1518:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1517:13:1517:36 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1517:22:1517:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1517:22:1517:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1517:22:1517:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1517:22:1517:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1517:22:1517:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1517:30:1517:35 | result | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1520:9:1522:9 | if ... {...} | | {EXTERNAL LOCATION} | () | -| main.rs:1520:16:1520:33 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1520:16:1520:33 | ...::Ok(...) | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1520:16:1520:33 | ...::Ok(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1520:27:1520:32 | result | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1520:37:1520:63 | try_complex(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1520:37:1520:63 | try_complex(...) | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1520:37:1520:63 | try_complex(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1520:49:1520:62 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:1520:49:1520:62 | ...::Ok(...) | E | main.rs:1465:5:1466:14 | S1 | -| main.rs:1520:49:1520:62 | ...::Ok(...) | T | main.rs:1465:5:1466:14 | S1 | -| main.rs:1520:60:1520:61 | S1 | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1520:65:1522:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1521:13:1521:36 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:1521:22:1521:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:1521:22:1521:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1521:22:1521:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:1521:22:1521:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1521:22:1521:35 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1521:30:1521:35 | result | | main.rs:1465:5:1466:14 | S1 | -| main.rs:1527:16:1618:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1528:13:1528:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1528:22:1528:22 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1529:13:1529:13 | y | | {EXTERNAL LOCATION} | i32 | -| main.rs:1529:17:1529:17 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1530:13:1530:13 | z | | {EXTERNAL LOCATION} | i32 | -| main.rs:1530:17:1530:17 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1530:17:1530:21 | ... + ... | | {EXTERNAL LOCATION} | i32 | -| main.rs:1530:21:1530:21 | y | | {EXTERNAL LOCATION} | i32 | -| main.rs:1531:13:1531:13 | z | | {EXTERNAL LOCATION} | i32 | -| main.rs:1531:17:1531:17 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1531:17:1531:23 | x.abs() | | {EXTERNAL LOCATION} | i32 | -| main.rs:1532:13:1532:13 | c | | {EXTERNAL LOCATION} | char | -| main.rs:1532:17:1532:19 | 'c' | | {EXTERNAL LOCATION} | char | -| main.rs:1533:13:1533:17 | hello | | {EXTERNAL LOCATION} | & | -| main.rs:1533:13:1533:17 | hello | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1533:21:1533:27 | "Hello" | | {EXTERNAL LOCATION} | & | -| main.rs:1533:21:1533:27 | "Hello" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:1534:13:1534:13 | f | | {EXTERNAL LOCATION} | f64 | -| main.rs:1534:17:1534:24 | 123.0f64 | | {EXTERNAL LOCATION} | f64 | -| main.rs:1535:13:1535:13 | t | | {EXTERNAL LOCATION} | bool | -| main.rs:1535:17:1535:20 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:1536:13:1536:13 | f | | {EXTERNAL LOCATION} | bool | -| main.rs:1536:17:1536:21 | false | | {EXTERNAL LOCATION} | bool | -| main.rs:1539:26:1539:30 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1539:26:1539:30 | SelfParam | TRef | main.rs:1538:9:1542:9 | Self [trait MyTrait] | -| main.rs:1545:26:1545:30 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1545:26:1545:30 | SelfParam | TRef | {EXTERNAL LOCATION} | [;] | -| main.rs:1545:26:1545:30 | SelfParam | TRef.TArray | main.rs:1544:14:1544:23 | T | -| main.rs:1545:39:1547:13 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1545:39:1547:13 | { ... } | TRef | main.rs:1544:14:1544:23 | T | -| main.rs:1546:17:1546:20 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1546:17:1546:20 | self | TRef | {EXTERNAL LOCATION} | [;] | -| main.rs:1546:17:1546:20 | self | TRef.TArray | main.rs:1544:14:1544:23 | T | -| main.rs:1546:17:1546:36 | ... .unwrap() | | {EXTERNAL LOCATION} | & | -| main.rs:1546:17:1546:36 | ... .unwrap() | TRef | main.rs:1544:14:1544:23 | T | -| main.rs:1546:26:1546:26 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1549:31:1551:13 | { ... } | | main.rs:1544:14:1544:23 | T | -| main.rs:1550:17:1550:28 | ...::default(...) | | main.rs:1544:14:1544:23 | T | -| main.rs:1554:13:1554:13 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1554:13:1554:13 | x | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1554:17:1554:25 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:1554:17:1554:25 | [...] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:1554:17:1554:37 | ... .my_method() | | {EXTERNAL LOCATION} | & | -| main.rs:1554:17:1554:37 | ... .my_method() | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1554:18:1554:18 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1554:21:1554:21 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1554:24:1554:24 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1555:13:1555:13 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1555:13:1555:13 | x | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1555:17:1555:47 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1555:17:1555:47 | ...::my_method(...) | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1555:22:1555:22 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1555:37:1555:46 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1555:37:1555:46 | &... | TRef | {EXTERNAL LOCATION} | [;] | -| main.rs:1555:37:1555:46 | &... | TRef.TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:1555:38:1555:46 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:1555:38:1555:46 | [...] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:1555:39:1555:39 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1555:42:1555:42 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1555:45:1555:45 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1556:13:1556:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1556:17:1556:37 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:1556:24:1556:24 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1559:26:1559:30 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1559:26:1559:30 | SelfParam | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:1559:26:1559:30 | SelfParam | TRef.TSlice | main.rs:1558:14:1558:23 | T | -| main.rs:1559:39:1561:13 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1559:39:1561:13 | { ... } | TRef | main.rs:1558:14:1558:23 | T | -| main.rs:1560:17:1560:20 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1560:17:1560:20 | self | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:1560:17:1560:20 | self | TRef.TSlice | main.rs:1558:14:1558:23 | T | -| main.rs:1560:17:1560:27 | self.get(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:1560:17:1560:27 | self.get(...) | T | {EXTERNAL LOCATION} | & | -| main.rs:1560:17:1560:36 | ... .unwrap() | | {EXTERNAL LOCATION} | & | -| main.rs:1560:17:1560:36 | ... .unwrap() | TRef | main.rs:1558:14:1558:23 | T | -| main.rs:1560:26:1560:26 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1563:31:1565:13 | { ... } | | main.rs:1558:14:1558:23 | T | -| main.rs:1564:17:1564:28 | ...::default(...) | | main.rs:1558:14:1558:23 | T | -| main.rs:1568:13:1568:13 | s | | {EXTERNAL LOCATION} | & | -| main.rs:1568:13:1568:13 | s | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:1568:13:1568:13 | s | TRef.TSlice | {EXTERNAL LOCATION} | i32 | -| main.rs:1568:25:1568:34 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1568:25:1568:34 | &... | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:1568:25:1568:34 | &... | TRef | {EXTERNAL LOCATION} | [;] | -| main.rs:1568:25:1568:34 | &... | TRef.TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:1568:25:1568:34 | &... | TRef.TSlice | {EXTERNAL LOCATION} | i32 | -| main.rs:1568:26:1568:34 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:1568:26:1568:34 | [...] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:1568:27:1568:27 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1568:30:1568:30 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1568:33:1568:33 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1569:13:1569:13 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1569:13:1569:13 | x | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1569:17:1569:17 | s | | {EXTERNAL LOCATION} | & | -| main.rs:1569:17:1569:17 | s | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:1569:17:1569:17 | s | TRef.TSlice | {EXTERNAL LOCATION} | i32 | -| main.rs:1569:17:1569:29 | s.my_method() | | {EXTERNAL LOCATION} | & | -| main.rs:1569:17:1569:29 | s.my_method() | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1570:13:1570:13 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1570:13:1570:13 | x | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1570:17:1570:35 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1570:17:1570:35 | ...::my_method(...) | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1570:34:1570:34 | s | | {EXTERNAL LOCATION} | & | -| main.rs:1570:34:1570:34 | s | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:1570:34:1570:34 | s | TRef.TSlice | {EXTERNAL LOCATION} | i32 | -| main.rs:1571:13:1571:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1571:17:1571:34 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:1574:26:1574:30 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1574:26:1574:30 | SelfParam | TRef | {EXTERNAL LOCATION} | (T_2) | -| main.rs:1574:26:1574:30 | SelfParam | TRef.T0 | main.rs:1573:14:1573:23 | T | -| main.rs:1574:26:1574:30 | SelfParam | TRef.T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:1574:39:1576:13 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1574:39:1576:13 | { ... } | TRef | main.rs:1573:14:1573:23 | T | -| main.rs:1575:17:1575:23 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1575:17:1575:23 | &... | TRef | main.rs:1573:14:1573:23 | T | -| main.rs:1575:18:1575:21 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1575:18:1575:21 | self | TRef | {EXTERNAL LOCATION} | (T_2) | -| main.rs:1575:18:1575:21 | self | TRef.T0 | main.rs:1573:14:1573:23 | T | -| main.rs:1575:18:1575:21 | self | TRef.T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:1575:18:1575:23 | self.0 | | main.rs:1573:14:1573:23 | T | -| main.rs:1578:31:1580:13 | { ... } | | main.rs:1573:14:1573:23 | T | -| main.rs:1579:17:1579:28 | ...::default(...) | | main.rs:1573:14:1573:23 | T | -| main.rs:1583:13:1583:13 | p | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:1583:13:1583:13 | p | T0 | {EXTERNAL LOCATION} | i32 | -| main.rs:1583:13:1583:13 | p | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:1583:17:1583:23 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:1583:17:1583:23 | TupleExpr | T0 | {EXTERNAL LOCATION} | i32 | -| main.rs:1583:17:1583:23 | TupleExpr | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:1583:18:1583:19 | 42 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1583:22:1583:22 | 7 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1584:13:1584:13 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1584:13:1584:13 | x | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1584:17:1584:17 | p | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:1584:17:1584:17 | p | T0 | {EXTERNAL LOCATION} | i32 | -| main.rs:1584:17:1584:17 | p | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:1584:17:1584:29 | p.my_method() | | {EXTERNAL LOCATION} | & | -| main.rs:1584:17:1584:29 | p.my_method() | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1344:18:1344:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1344:18:1344:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1344:18:1344:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1344:26:1344:27 | x1 | | main.rs:1299:5:1300:19 | S | +| main.rs:1344:26:1344:27 | x1 | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1344:26:1344:32 | x1.m1() | | main.rs:1302:5:1303:14 | S2 | +| main.rs:1346:13:1346:14 | x2 | | main.rs:1299:5:1300:19 | S | +| main.rs:1346:13:1346:14 | x2 | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1346:18:1346:22 | S(...) | | main.rs:1299:5:1300:19 | S | +| main.rs:1346:18:1346:22 | S(...) | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1346:20:1346:21 | S2 | | main.rs:1302:5:1303:14 | S2 | +| main.rs:1348:9:1348:33 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1348:18:1348:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1348:18:1348:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1348:18:1348:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1348:18:1348:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1348:18:1348:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1348:26:1348:27 | x2 | | main.rs:1299:5:1300:19 | S | +| main.rs:1348:26:1348:27 | x2 | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1348:26:1348:32 | x2.m2() | | {EXTERNAL LOCATION} | & | +| main.rs:1348:26:1348:32 | x2.m2() | TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1349:9:1349:33 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1349:18:1349:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1349:18:1349:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1349:18:1349:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1349:18:1349:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1349:18:1349:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1349:26:1349:27 | x2 | | main.rs:1299:5:1300:19 | S | +| main.rs:1349:26:1349:27 | x2 | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1349:26:1349:32 | x2.m3() | | {EXTERNAL LOCATION} | & | +| main.rs:1349:26:1349:32 | x2.m3() | TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1351:13:1351:14 | x3 | | main.rs:1299:5:1300:19 | S | +| main.rs:1351:13:1351:14 | x3 | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1351:18:1351:22 | S(...) | | main.rs:1299:5:1300:19 | S | +| main.rs:1351:18:1351:22 | S(...) | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1351:20:1351:21 | S2 | | main.rs:1302:5:1303:14 | S2 | +| main.rs:1353:9:1353:42 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1353:18:1353:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1353:18:1353:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1353:18:1353:41 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1353:18:1353:41 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1353:18:1353:41 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1353:26:1353:41 | ...::m2(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1353:26:1353:41 | ...::m2(...) | TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1353:38:1353:40 | &x3 | | {EXTERNAL LOCATION} | & | +| main.rs:1353:38:1353:40 | &x3 | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1353:38:1353:40 | &x3 | TRef.T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1353:39:1353:40 | x3 | | main.rs:1299:5:1300:19 | S | +| main.rs:1353:39:1353:40 | x3 | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1354:9:1354:42 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1354:18:1354:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1354:18:1354:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1354:18:1354:41 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1354:18:1354:41 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1354:18:1354:41 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1354:26:1354:41 | ...::m3(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1354:26:1354:41 | ...::m3(...) | TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1354:38:1354:40 | &x3 | | {EXTERNAL LOCATION} | & | +| main.rs:1354:38:1354:40 | &x3 | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1354:38:1354:40 | &x3 | TRef.T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1354:39:1354:40 | x3 | | main.rs:1299:5:1300:19 | S | +| main.rs:1354:39:1354:40 | x3 | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1356:13:1356:14 | x4 | | {EXTERNAL LOCATION} | & | +| main.rs:1356:13:1356:14 | x4 | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1356:13:1356:14 | x4 | TRef.T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1356:18:1356:23 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1356:18:1356:23 | &... | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1356:18:1356:23 | &... | TRef.T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1356:19:1356:23 | S(...) | | main.rs:1299:5:1300:19 | S | +| main.rs:1356:19:1356:23 | S(...) | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1356:21:1356:22 | S2 | | main.rs:1302:5:1303:14 | S2 | +| main.rs:1358:9:1358:33 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1358:18:1358:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1358:18:1358:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1358:18:1358:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1358:18:1358:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1358:18:1358:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1358:26:1358:27 | x4 | | {EXTERNAL LOCATION} | & | +| main.rs:1358:26:1358:27 | x4 | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1358:26:1358:27 | x4 | TRef.T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1358:26:1358:32 | x4.m2() | | {EXTERNAL LOCATION} | & | +| main.rs:1358:26:1358:32 | x4.m2() | TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1359:9:1359:33 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1359:18:1359:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1359:18:1359:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1359:18:1359:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1359:18:1359:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1359:18:1359:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1359:26:1359:27 | x4 | | {EXTERNAL LOCATION} | & | +| main.rs:1359:26:1359:27 | x4 | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1359:26:1359:27 | x4 | TRef.T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1359:26:1359:32 | x4.m3() | | {EXTERNAL LOCATION} | & | +| main.rs:1359:26:1359:32 | x4.m3() | TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1361:13:1361:14 | x5 | | {EXTERNAL LOCATION} | & | +| main.rs:1361:13:1361:14 | x5 | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1361:13:1361:14 | x5 | TRef.T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1361:18:1361:23 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1361:18:1361:23 | &... | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1361:18:1361:23 | &... | TRef.T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1361:19:1361:23 | S(...) | | main.rs:1299:5:1300:19 | S | +| main.rs:1361:19:1361:23 | S(...) | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1361:21:1361:22 | S2 | | main.rs:1302:5:1303:14 | S2 | +| main.rs:1363:9:1363:33 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1363:18:1363:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1363:18:1363:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1363:18:1363:32 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1363:18:1363:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1363:18:1363:32 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1363:26:1363:27 | x5 | | {EXTERNAL LOCATION} | & | +| main.rs:1363:26:1363:27 | x5 | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1363:26:1363:27 | x5 | TRef.T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1363:26:1363:32 | x5.m1() | | main.rs:1302:5:1303:14 | S2 | +| main.rs:1364:9:1364:30 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1364:18:1364:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1364:18:1364:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1364:18:1364:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1364:18:1364:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1364:18:1364:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1364:26:1364:27 | x5 | | {EXTERNAL LOCATION} | & | +| main.rs:1364:26:1364:27 | x5 | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1364:26:1364:27 | x5 | TRef.T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1364:26:1364:29 | x5.0 | | main.rs:1302:5:1303:14 | S2 | +| main.rs:1366:13:1366:14 | x6 | | {EXTERNAL LOCATION} | & | +| main.rs:1366:13:1366:14 | x6 | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1366:13:1366:14 | x6 | TRef.T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1366:18:1366:23 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1366:18:1366:23 | &... | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1366:18:1366:23 | &... | TRef.T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1366:19:1366:23 | S(...) | | main.rs:1299:5:1300:19 | S | +| main.rs:1366:19:1366:23 | S(...) | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1366:21:1366:22 | S2 | | main.rs:1302:5:1303:14 | S2 | +| main.rs:1369:9:1369:36 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1369:18:1369:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1369:18:1369:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1369:18:1369:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1369:18:1369:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1369:18:1369:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1369:26:1369:30 | (...) | | main.rs:1299:5:1300:19 | S | +| main.rs:1369:26:1369:30 | (...) | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1369:26:1369:35 | ... .m1() | | main.rs:1302:5:1303:14 | S2 | +| main.rs:1369:27:1369:29 | * ... | | main.rs:1299:5:1300:19 | S | +| main.rs:1369:27:1369:29 | * ... | T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1369:28:1369:29 | x6 | | {EXTERNAL LOCATION} | & | +| main.rs:1369:28:1369:29 | x6 | TRef | main.rs:1299:5:1300:19 | S | +| main.rs:1369:28:1369:29 | x6 | TRef.T | main.rs:1302:5:1303:14 | S2 | +| main.rs:1371:13:1371:14 | x7 | | main.rs:1299:5:1300:19 | S | +| main.rs:1371:13:1371:14 | x7 | T | {EXTERNAL LOCATION} | & | +| main.rs:1371:13:1371:14 | x7 | T.TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1371:18:1371:23 | S(...) | | main.rs:1299:5:1300:19 | S | +| main.rs:1371:18:1371:23 | S(...) | T | {EXTERNAL LOCATION} | & | +| main.rs:1371:18:1371:23 | S(...) | T.TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1371:20:1371:22 | &S2 | | {EXTERNAL LOCATION} | & | +| main.rs:1371:20:1371:22 | &S2 | TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1371:21:1371:22 | S2 | | main.rs:1302:5:1303:14 | S2 | +| main.rs:1374:13:1374:13 | t | | {EXTERNAL LOCATION} | & | +| main.rs:1374:13:1374:13 | t | TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1374:17:1374:18 | x7 | | main.rs:1299:5:1300:19 | S | +| main.rs:1374:17:1374:18 | x7 | T | {EXTERNAL LOCATION} | & | +| main.rs:1374:17:1374:18 | x7 | T.TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1374:17:1374:23 | x7.m1() | | {EXTERNAL LOCATION} | & | +| main.rs:1374:17:1374:23 | x7.m1() | TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1375:9:1375:28 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1375:18:1375:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1375:18:1375:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1375:18:1375:27 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1375:18:1375:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1375:18:1375:27 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1375:26:1375:27 | x7 | | main.rs:1299:5:1300:19 | S | +| main.rs:1375:26:1375:27 | x7 | T | {EXTERNAL LOCATION} | & | +| main.rs:1375:26:1375:27 | x7 | T.TRef | main.rs:1302:5:1303:14 | S2 | +| main.rs:1377:13:1377:14 | x9 | | {EXTERNAL LOCATION} | String | +| main.rs:1377:26:1377:32 | "Hello" | | {EXTERNAL LOCATION} | & | +| main.rs:1377:26:1377:32 | "Hello" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1377:26:1377:44 | "Hello".to_string() | | {EXTERNAL LOCATION} | String | +| main.rs:1381:13:1381:13 | u | | {EXTERNAL LOCATION} | Result | +| main.rs:1381:13:1381:13 | u | T | {EXTERNAL LOCATION} | u32 | +| main.rs:1381:17:1381:18 | x9 | | {EXTERNAL LOCATION} | String | +| main.rs:1381:17:1381:33 | x9.parse() | | {EXTERNAL LOCATION} | Result | +| main.rs:1381:17:1381:33 | x9.parse() | T | {EXTERNAL LOCATION} | u32 | +| main.rs:1383:13:1383:20 | my_thing | | {EXTERNAL LOCATION} | & | +| main.rs:1383:13:1383:20 | my_thing | TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1383:24:1383:39 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1383:24:1383:39 | &... | TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1383:25:1383:39 | MyInt {...} | | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1383:36:1383:37 | 37 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1385:13:1385:13 | a | | {EXTERNAL LOCATION} | i64 | +| main.rs:1385:17:1385:24 | my_thing | | {EXTERNAL LOCATION} | & | +| main.rs:1385:17:1385:24 | my_thing | TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1385:17:1385:43 | my_thing.method_on_borrow() | | {EXTERNAL LOCATION} | i64 | +| main.rs:1386:9:1386:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1386:18:1386:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1386:18:1386:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1386:18:1386:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1386:18:1386:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1386:18:1386:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1386:26:1386:26 | a | | {EXTERNAL LOCATION} | i64 | +| main.rs:1389:13:1389:20 | my_thing | | {EXTERNAL LOCATION} | & | +| main.rs:1389:13:1389:20 | my_thing | TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1389:24:1389:39 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1389:24:1389:39 | &... | TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1389:25:1389:39 | MyInt {...} | | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1389:36:1389:37 | 38 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1390:13:1390:13 | a | | {EXTERNAL LOCATION} | i64 | +| main.rs:1390:17:1390:24 | my_thing | | {EXTERNAL LOCATION} | & | +| main.rs:1390:17:1390:24 | my_thing | TRef | main.rs:1305:5:1308:5 | MyInt | +| main.rs:1390:17:1390:47 | my_thing.method_not_on_borrow() | | {EXTERNAL LOCATION} | i64 | +| main.rs:1391:9:1391:27 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1391:18:1391:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1391:18:1391:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1391:18:1391:26 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1391:18:1391:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1391:18:1391:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1391:26:1391:26 | a | | {EXTERNAL LOCATION} | i64 | +| main.rs:1398:16:1398:20 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1398:16:1398:20 | SelfParam | TRef | main.rs:1396:5:1404:5 | Self [trait MyTrait] | +| main.rs:1401:16:1401:20 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1401:16:1401:20 | SelfParam | TRef | main.rs:1396:5:1404:5 | Self [trait MyTrait] | +| main.rs:1401:32:1403:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1401:32:1403:9 | { ... } | TRef | main.rs:1396:5:1404:5 | Self [trait MyTrait] | +| main.rs:1402:13:1402:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1402:13:1402:16 | self | TRef | main.rs:1396:5:1404:5 | Self [trait MyTrait] | +| main.rs:1402:13:1402:22 | self.foo() | | {EXTERNAL LOCATION} | & | +| main.rs:1402:13:1402:22 | self.foo() | TRef | main.rs:1396:5:1404:5 | Self [trait MyTrait] | +| main.rs:1410:16:1410:20 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1410:16:1410:20 | SelfParam | TRef | main.rs:1406:5:1406:20 | MyStruct | +| main.rs:1410:36:1412:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1410:36:1412:9 | { ... } | TRef | main.rs:1406:5:1406:20 | MyStruct | +| main.rs:1411:13:1411:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1411:13:1411:16 | self | TRef | main.rs:1406:5:1406:20 | MyStruct | +| main.rs:1415:16:1418:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1416:13:1416:13 | x | | main.rs:1406:5:1406:20 | MyStruct | +| main.rs:1416:17:1416:24 | MyStruct | | main.rs:1406:5:1406:20 | MyStruct | +| main.rs:1417:9:1417:9 | x | | main.rs:1406:5:1406:20 | MyStruct | +| main.rs:1417:9:1417:15 | x.bar() | | {EXTERNAL LOCATION} | & | +| main.rs:1417:9:1417:15 | x.bar() | TRef | main.rs:1406:5:1406:20 | MyStruct | +| main.rs:1427:16:1427:20 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1427:16:1427:20 | SelfParam | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1427:16:1427:20 | SelfParam | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1427:32:1429:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1427:32:1429:9 | { ... } | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1427:32:1429:9 | { ... } | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1428:13:1428:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1428:13:1428:16 | self | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1428:13:1428:16 | self | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1431:16:1431:20 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1431:16:1431:20 | SelfParam | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1431:16:1431:20 | SelfParam | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1431:23:1431:23 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1431:23:1431:23 | x | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1431:23:1431:23 | x | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1431:42:1433:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1431:42:1433:9 | { ... } | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1431:42:1433:9 | { ... } | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1432:13:1432:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1432:13:1432:16 | self | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1432:13:1432:16 | self | TRef.T | main.rs:1426:10:1426:10 | T | +| main.rs:1436:16:1442:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1437:13:1437:13 | x | | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1437:13:1437:13 | x | T | main.rs:1422:5:1422:13 | S | +| main.rs:1437:17:1437:27 | MyStruct(...) | | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1437:17:1437:27 | MyStruct(...) | T | main.rs:1422:5:1422:13 | S | +| main.rs:1437:26:1437:26 | S | | main.rs:1422:5:1422:13 | S | +| main.rs:1438:9:1438:9 | x | | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1438:9:1438:9 | x | T | main.rs:1422:5:1422:13 | S | +| main.rs:1438:9:1438:15 | x.foo() | | {EXTERNAL LOCATION} | & | +| main.rs:1438:9:1438:15 | x.foo() | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1438:9:1438:15 | x.foo() | TRef.T | main.rs:1422:5:1422:13 | S | +| main.rs:1439:13:1439:13 | x | | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1439:13:1439:13 | x | T | main.rs:1422:5:1422:13 | S | +| main.rs:1439:17:1439:27 | MyStruct(...) | | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1439:17:1439:27 | MyStruct(...) | T | main.rs:1422:5:1422:13 | S | +| main.rs:1439:26:1439:26 | S | | main.rs:1422:5:1422:13 | S | +| main.rs:1441:9:1441:9 | x | | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1441:9:1441:9 | x | T | main.rs:1422:5:1422:13 | S | +| main.rs:1441:9:1441:18 | x.bar(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1441:9:1441:18 | x.bar(...) | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1441:9:1441:18 | x.bar(...) | TRef.T | main.rs:1422:5:1422:13 | S | +| main.rs:1441:15:1441:17 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1441:15:1441:17 | &... | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1441:15:1441:17 | &... | TRef.TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1441:15:1441:17 | &... | TRef.TRef.T | main.rs:1422:5:1422:13 | S | +| main.rs:1441:16:1441:17 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:1441:16:1441:17 | &x | TRef | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1441:16:1441:17 | &x | TRef.T | main.rs:1422:5:1422:13 | S | +| main.rs:1441:17:1441:17 | x | | main.rs:1424:5:1424:26 | MyStruct | +| main.rs:1441:17:1441:17 | x | T | main.rs:1422:5:1422:13 | S | +| main.rs:1452:17:1452:25 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1452:17:1452:25 | SelfParam | TRefMut | main.rs:1446:5:1449:5 | MyFlag | +| main.rs:1452:28:1454:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1453:13:1453:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1453:13:1453:16 | self | TRefMut | main.rs:1446:5:1449:5 | MyFlag | +| main.rs:1453:13:1453:21 | self.bool | | {EXTERNAL LOCATION} | bool | +| main.rs:1453:13:1453:34 | ... = ... | | {EXTERNAL LOCATION} | () | +| main.rs:1453:25:1453:34 | ! ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1453:26:1453:29 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1453:26:1453:29 | self | TRefMut | main.rs:1446:5:1449:5 | MyFlag | +| main.rs:1453:26:1453:34 | self.bool | | {EXTERNAL LOCATION} | bool | +| main.rs:1460:15:1460:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1460:15:1460:19 | SelfParam | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1460:31:1462:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1460:31:1462:9 | { ... } | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1461:13:1461:19 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1461:13:1461:19 | &... | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1461:13:1461:19 | &... | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1461:13:1461:19 | &... | TRef.TRef | {EXTERNAL LOCATION} | & | +| main.rs:1461:13:1461:19 | &... | TRef.TRef.TRef | {EXTERNAL LOCATION} | & | +| main.rs:1461:13:1461:19 | &... | TRef.TRef.TRef.TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1461:14:1461:19 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1461:14:1461:19 | &... | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1461:14:1461:19 | &... | TRef.TRef | {EXTERNAL LOCATION} | & | +| main.rs:1461:14:1461:19 | &... | TRef.TRef.TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1461:15:1461:19 | &self | | {EXTERNAL LOCATION} | & | +| main.rs:1461:15:1461:19 | &self | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1461:15:1461:19 | &self | TRef.TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1461:16:1461:19 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1461:16:1461:19 | self | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1464:15:1464:25 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1464:15:1464:25 | SelfParam | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1464:37:1466:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1464:37:1466:9 | { ... } | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1465:13:1465:19 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1465:13:1465:19 | &... | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1465:13:1465:19 | &... | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1465:13:1465:19 | &... | TRef.TRef | {EXTERNAL LOCATION} | & | +| main.rs:1465:13:1465:19 | &... | TRef.TRef.TRef | {EXTERNAL LOCATION} | & | +| main.rs:1465:13:1465:19 | &... | TRef.TRef.TRef.TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1465:14:1465:19 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1465:14:1465:19 | &... | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1465:14:1465:19 | &... | TRef.TRef | {EXTERNAL LOCATION} | & | +| main.rs:1465:14:1465:19 | &... | TRef.TRef.TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1465:15:1465:19 | &self | | {EXTERNAL LOCATION} | & | +| main.rs:1465:15:1465:19 | &self | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1465:15:1465:19 | &self | TRef.TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1465:16:1465:19 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1465:16:1465:19 | self | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1468:15:1468:15 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1468:15:1468:15 | x | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1468:34:1470:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1468:34:1470:9 | { ... } | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1469:13:1469:13 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1469:13:1469:13 | x | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1472:15:1472:15 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1472:15:1472:15 | x | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1472:34:1474:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1472:34:1474:9 | { ... } | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1473:13:1473:16 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1473:13:1473:16 | &... | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1473:13:1473:16 | &... | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1473:13:1473:16 | &... | TRef.TRef | {EXTERNAL LOCATION} | & | +| main.rs:1473:13:1473:16 | &... | TRef.TRef.TRef | {EXTERNAL LOCATION} | & | +| main.rs:1473:13:1473:16 | &... | TRef.TRef.TRef.TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1473:14:1473:16 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1473:14:1473:16 | &... | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1473:14:1473:16 | &... | TRef.TRef | {EXTERNAL LOCATION} | & | +| main.rs:1473:14:1473:16 | &... | TRef.TRef.TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1473:15:1473:16 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:1473:15:1473:16 | &x | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1473:15:1473:16 | &x | TRef.TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1473:16:1473:16 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1473:16:1473:16 | x | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1477:16:1490:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1478:13:1478:13 | x | | main.rs:1457:5:1457:13 | S | +| main.rs:1478:17:1478:20 | S {...} | | main.rs:1457:5:1457:13 | S | +| main.rs:1479:9:1479:9 | x | | main.rs:1457:5:1457:13 | S | +| main.rs:1479:9:1479:14 | x.f1() | | {EXTERNAL LOCATION} | & | +| main.rs:1479:9:1479:14 | x.f1() | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1480:9:1480:9 | x | | main.rs:1457:5:1457:13 | S | +| main.rs:1480:9:1480:14 | x.f2() | | {EXTERNAL LOCATION} | & | +| main.rs:1480:9:1480:14 | x.f2() | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1481:9:1481:17 | ...::f3(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1481:9:1481:17 | ...::f3(...) | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1481:15:1481:16 | &x | | {EXTERNAL LOCATION} | & | +| main.rs:1481:15:1481:16 | &x | TRef | main.rs:1457:5:1457:13 | S | +| main.rs:1481:16:1481:16 | x | | main.rs:1457:5:1457:13 | S | +| main.rs:1483:13:1483:13 | n | | {EXTERNAL LOCATION} | bool | +| main.rs:1483:17:1483:24 | * ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1483:18:1483:24 | * ... | | {EXTERNAL LOCATION} | & | +| main.rs:1483:18:1483:24 | * ... | TRef | {EXTERNAL LOCATION} | bool | +| main.rs:1483:19:1483:24 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1483:19:1483:24 | &... | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1483:19:1483:24 | &... | TRef.TRef | {EXTERNAL LOCATION} | bool | +| main.rs:1483:20:1483:24 | &true | | {EXTERNAL LOCATION} | & | +| main.rs:1483:20:1483:24 | &true | TRef | {EXTERNAL LOCATION} | bool | +| main.rs:1483:21:1483:24 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:1487:17:1487:20 | flag | | main.rs:1446:5:1449:5 | MyFlag | +| main.rs:1487:24:1487:41 | ...::default(...) | | main.rs:1446:5:1449:5 | MyFlag | +| main.rs:1488:9:1488:31 | ...::flip(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1488:22:1488:30 | &mut flag | | {EXTERNAL LOCATION} | &mut | +| main.rs:1488:22:1488:30 | &mut flag | TRefMut | main.rs:1446:5:1449:5 | MyFlag | +| main.rs:1488:27:1488:30 | flag | | main.rs:1446:5:1449:5 | MyFlag | +| main.rs:1489:9:1489:30 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1489:18:1489:23 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1489:18:1489:23 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1489:18:1489:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1489:18:1489:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1489:18:1489:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1489:26:1489:29 | flag | | main.rs:1446:5:1449:5 | MyFlag | +| main.rs:1504:43:1507:5 | { ... } | | {EXTERNAL LOCATION} | Result | +| main.rs:1504:43:1507:5 | { ... } | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1504:43:1507:5 | { ... } | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1505:13:1505:13 | x | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1505:17:1505:30 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1505:17:1505:30 | ...::Ok(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1505:17:1505:31 | TryExpr | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1505:28:1505:29 | S1 | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1506:9:1506:22 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1506:9:1506:22 | ...::Ok(...) | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1506:9:1506:22 | ...::Ok(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1506:20:1506:21 | S1 | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1511:46:1515:5 | { ... } | | {EXTERNAL LOCATION} | Result | +| main.rs:1511:46:1515:5 | { ... } | E | main.rs:1499:5:1500:14 | S2 | +| main.rs:1511:46:1515:5 | { ... } | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1512:13:1512:13 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:1512:13:1512:13 | x | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1512:17:1512:30 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1512:17:1512:30 | ...::Ok(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1512:28:1512:29 | S1 | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1513:13:1513:13 | y | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1513:17:1513:17 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:1513:17:1513:17 | x | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1513:17:1513:18 | TryExpr | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1514:9:1514:22 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1514:9:1514:22 | ...::Ok(...) | E | main.rs:1499:5:1500:14 | S2 | +| main.rs:1514:9:1514:22 | ...::Ok(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1514:20:1514:21 | S1 | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1519:40:1524:5 | { ... } | | {EXTERNAL LOCATION} | Result | +| main.rs:1519:40:1524:5 | { ... } | E | main.rs:1499:5:1500:14 | S2 | +| main.rs:1519:40:1524:5 | { ... } | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1520:13:1520:13 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:1520:13:1520:13 | x | T | {EXTERNAL LOCATION} | Result | +| main.rs:1520:13:1520:13 | x | T.T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1520:17:1520:42 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1520:17:1520:42 | ...::Ok(...) | T | {EXTERNAL LOCATION} | Result | +| main.rs:1520:17:1520:42 | ...::Ok(...) | T.T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1520:28:1520:41 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1520:28:1520:41 | ...::Ok(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1520:39:1520:40 | S1 | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1522:17:1522:17 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:1522:17:1522:17 | x | T | {EXTERNAL LOCATION} | Result | +| main.rs:1522:17:1522:17 | x | T.T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1522:17:1522:18 | TryExpr | | {EXTERNAL LOCATION} | Result | +| main.rs:1522:17:1522:18 | TryExpr | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1522:17:1522:29 | ... .map(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1522:24:1522:28 | \|...\| s | | {EXTERNAL LOCATION} | dyn Fn | +| main.rs:1522:24:1522:28 | \|...\| s | dyn(Args) | {EXTERNAL LOCATION} | (T_1) | +| main.rs:1523:9:1523:22 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1523:9:1523:22 | ...::Ok(...) | E | main.rs:1499:5:1500:14 | S2 | +| main.rs:1523:9:1523:22 | ...::Ok(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1523:20:1523:21 | S1 | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1528:30:1528:34 | input | | {EXTERNAL LOCATION} | Result | +| main.rs:1528:30:1528:34 | input | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1528:30:1528:34 | input | T | main.rs:1528:20:1528:27 | T | +| main.rs:1528:69:1535:5 | { ... } | | {EXTERNAL LOCATION} | Result | +| main.rs:1528:69:1535:5 | { ... } | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1528:69:1535:5 | { ... } | T | main.rs:1528:20:1528:27 | T | +| main.rs:1529:13:1529:17 | value | | main.rs:1528:20:1528:27 | T | +| main.rs:1529:21:1529:25 | input | | {EXTERNAL LOCATION} | Result | +| main.rs:1529:21:1529:25 | input | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1529:21:1529:25 | input | T | main.rs:1528:20:1528:27 | T | +| main.rs:1529:21:1529:26 | TryExpr | | main.rs:1528:20:1528:27 | T | +| main.rs:1530:22:1530:38 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1530:22:1530:38 | ...::Ok(...) | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1530:22:1530:38 | ...::Ok(...) | T | main.rs:1528:20:1528:27 | T | +| main.rs:1530:22:1533:10 | ... .and_then(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1530:22:1533:10 | ... .and_then(...) | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1530:33:1530:37 | value | | main.rs:1528:20:1528:27 | T | +| main.rs:1530:49:1533:9 | \|...\| ... | | {EXTERNAL LOCATION} | dyn Fn | +| main.rs:1530:49:1533:9 | \|...\| ... | dyn(Args) | {EXTERNAL LOCATION} | (T_1) | +| main.rs:1530:49:1533:9 | \|...\| ... | dyn(Output) | {EXTERNAL LOCATION} | Result | +| main.rs:1530:49:1533:9 | \|...\| ... | dyn(Output).E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1530:53:1533:9 | { ... } | | {EXTERNAL LOCATION} | Result | +| main.rs:1530:53:1533:9 | { ... } | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1531:13:1531:31 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1531:22:1531:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1531:22:1531:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1531:22:1531:30 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1531:22:1531:30 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1531:22:1531:30 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1532:13:1532:34 | ...::Ok::<...>(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1532:13:1532:34 | ...::Ok::<...>(...) | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1534:9:1534:23 | ...::Err(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1534:9:1534:23 | ...::Err(...) | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1534:9:1534:23 | ...::Err(...) | T | main.rs:1528:20:1528:27 | T | +| main.rs:1534:21:1534:22 | S1 | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1538:16:1554:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1539:9:1541:9 | if ... {...} | | {EXTERNAL LOCATION} | () | +| main.rs:1539:16:1539:33 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1539:16:1539:33 | ...::Ok(...) | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1539:16:1539:33 | ...::Ok(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1539:27:1539:32 | result | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1539:37:1539:52 | try_same_error(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1539:37:1539:52 | try_same_error(...) | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1539:37:1539:52 | try_same_error(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1539:54:1541:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1540:13:1540:36 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1540:22:1540:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1540:22:1540:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1540:22:1540:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1540:22:1540:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1540:22:1540:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1540:30:1540:35 | result | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1543:9:1545:9 | if ... {...} | | {EXTERNAL LOCATION} | () | +| main.rs:1543:16:1543:33 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1543:16:1543:33 | ...::Ok(...) | E | main.rs:1499:5:1500:14 | S2 | +| main.rs:1543:16:1543:33 | ...::Ok(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1543:27:1543:32 | result | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1543:37:1543:55 | try_convert_error(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1543:37:1543:55 | try_convert_error(...) | E | main.rs:1499:5:1500:14 | S2 | +| main.rs:1543:37:1543:55 | try_convert_error(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1543:57:1545:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1544:13:1544:36 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1544:22:1544:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1544:22:1544:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1544:22:1544:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1544:22:1544:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1544:22:1544:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1544:30:1544:35 | result | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1547:9:1549:9 | if ... {...} | | {EXTERNAL LOCATION} | () | +| main.rs:1547:16:1547:33 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1547:16:1547:33 | ...::Ok(...) | E | main.rs:1499:5:1500:14 | S2 | +| main.rs:1547:16:1547:33 | ...::Ok(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1547:27:1547:32 | result | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1547:37:1547:49 | try_chained(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1547:37:1547:49 | try_chained(...) | E | main.rs:1499:5:1500:14 | S2 | +| main.rs:1547:37:1547:49 | try_chained(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1547:51:1549:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1548:13:1548:36 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1548:22:1548:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1548:22:1548:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1548:22:1548:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1548:22:1548:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1548:22:1548:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1548:30:1548:35 | result | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1551:9:1553:9 | if ... {...} | | {EXTERNAL LOCATION} | () | +| main.rs:1551:16:1551:33 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1551:16:1551:33 | ...::Ok(...) | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1551:16:1551:33 | ...::Ok(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1551:27:1551:32 | result | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1551:37:1551:63 | try_complex(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1551:37:1551:63 | try_complex(...) | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1551:37:1551:63 | try_complex(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1551:49:1551:62 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:1551:49:1551:62 | ...::Ok(...) | E | main.rs:1496:5:1497:14 | S1 | +| main.rs:1551:49:1551:62 | ...::Ok(...) | T | main.rs:1496:5:1497:14 | S1 | +| main.rs:1551:60:1551:61 | S1 | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1551:65:1553:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1552:13:1552:36 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:1552:22:1552:27 | "{:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:1552:22:1552:27 | "{:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1552:22:1552:35 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:1552:22:1552:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1552:22:1552:35 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1552:30:1552:35 | result | | main.rs:1496:5:1497:14 | S1 | +| main.rs:1558:16:1649:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1559:13:1559:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1559:22:1559:22 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1560:13:1560:13 | y | | {EXTERNAL LOCATION} | i32 | +| main.rs:1560:17:1560:17 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1561:13:1561:13 | z | | {EXTERNAL LOCATION} | i32 | +| main.rs:1561:17:1561:17 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1561:17:1561:21 | ... + ... | | {EXTERNAL LOCATION} | i32 | +| main.rs:1561:21:1561:21 | y | | {EXTERNAL LOCATION} | i32 | +| main.rs:1562:13:1562:13 | z | | {EXTERNAL LOCATION} | i32 | +| main.rs:1562:17:1562:17 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1562:17:1562:23 | x.abs() | | {EXTERNAL LOCATION} | i32 | +| main.rs:1563:13:1563:13 | c | | {EXTERNAL LOCATION} | char | +| main.rs:1563:17:1563:19 | 'c' | | {EXTERNAL LOCATION} | char | +| main.rs:1564:13:1564:17 | hello | | {EXTERNAL LOCATION} | & | +| main.rs:1564:13:1564:17 | hello | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1564:21:1564:27 | "Hello" | | {EXTERNAL LOCATION} | & | +| main.rs:1564:21:1564:27 | "Hello" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:1565:13:1565:13 | f | | {EXTERNAL LOCATION} | f64 | +| main.rs:1565:17:1565:24 | 123.0f64 | | {EXTERNAL LOCATION} | f64 | +| main.rs:1566:13:1566:13 | t | | {EXTERNAL LOCATION} | bool | +| main.rs:1566:17:1566:20 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:1567:13:1567:13 | f | | {EXTERNAL LOCATION} | bool | +| main.rs:1567:17:1567:21 | false | | {EXTERNAL LOCATION} | bool | +| main.rs:1570:26:1570:30 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1570:26:1570:30 | SelfParam | TRef | main.rs:1569:9:1573:9 | Self [trait MyTrait] | +| main.rs:1576:26:1576:30 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1576:26:1576:30 | SelfParam | TRef | {EXTERNAL LOCATION} | [;] | +| main.rs:1576:26:1576:30 | SelfParam | TRef.TArray | main.rs:1575:14:1575:23 | T | +| main.rs:1576:39:1578:13 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1576:39:1578:13 | { ... } | TRef | main.rs:1575:14:1575:23 | T | +| main.rs:1577:17:1577:20 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1577:17:1577:20 | self | TRef | {EXTERNAL LOCATION} | [;] | +| main.rs:1577:17:1577:20 | self | TRef.TArray | main.rs:1575:14:1575:23 | T | +| main.rs:1577:17:1577:36 | ... .unwrap() | | {EXTERNAL LOCATION} | & | +| main.rs:1577:17:1577:36 | ... .unwrap() | TRef | main.rs:1575:14:1575:23 | T | +| main.rs:1577:26:1577:26 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1580:31:1582:13 | { ... } | | main.rs:1575:14:1575:23 | T | +| main.rs:1581:17:1581:28 | ...::default(...) | | main.rs:1575:14:1575:23 | T | | main.rs:1585:13:1585:13 | x | | {EXTERNAL LOCATION} | & | | main.rs:1585:13:1585:13 | x | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1585:17:1585:39 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1585:17:1585:39 | ...::my_method(...) | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1585:37:1585:38 | &p | | {EXTERNAL LOCATION} | & | -| main.rs:1585:37:1585:38 | &p | TRef | {EXTERNAL LOCATION} | (T_2) | -| main.rs:1585:37:1585:38 | &p | TRef.T0 | {EXTERNAL LOCATION} | i32 | -| main.rs:1585:37:1585:38 | &p | TRef.T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:1585:38:1585:38 | p | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:1585:38:1585:38 | p | T0 | {EXTERNAL LOCATION} | i32 | -| main.rs:1585:38:1585:38 | p | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:1586:13:1586:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1586:17:1586:39 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:1589:26:1589:30 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1589:26:1589:30 | SelfParam | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1589:26:1589:30 | SelfParam | TRef.TRef | main.rs:1588:14:1588:23 | T | -| main.rs:1589:39:1591:13 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1589:39:1591:13 | { ... } | TRef | main.rs:1588:14:1588:23 | T | -| main.rs:1590:17:1590:21 | * ... | | {EXTERNAL LOCATION} | & | -| main.rs:1590:17:1590:21 | * ... | TRef | main.rs:1588:14:1588:23 | T | -| main.rs:1590:18:1590:21 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1590:18:1590:21 | self | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1590:18:1590:21 | self | TRef.TRef | main.rs:1588:14:1588:23 | T | -| main.rs:1593:31:1595:13 | { ... } | | main.rs:1588:14:1588:23 | T | -| main.rs:1594:17:1594:28 | ...::default(...) | | main.rs:1588:14:1588:23 | T | -| main.rs:1598:13:1598:13 | r | | {EXTERNAL LOCATION} | & | -| main.rs:1598:13:1598:13 | r | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1598:17:1598:19 | &42 | | {EXTERNAL LOCATION} | & | -| main.rs:1598:17:1598:19 | &42 | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1598:18:1598:19 | 42 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1599:13:1599:13 | x | | {EXTERNAL LOCATION} | & | -| main.rs:1599:13:1599:13 | x | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1599:17:1599:17 | r | | {EXTERNAL LOCATION} | & | -| main.rs:1599:17:1599:17 | r | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1599:17:1599:29 | r.my_method() | | {EXTERNAL LOCATION} | & | -| main.rs:1599:17:1599:29 | r.my_method() | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1585:17:1585:25 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:1585:17:1585:25 | [...] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:1585:17:1585:37 | ... .my_method() | | {EXTERNAL LOCATION} | & | +| main.rs:1585:17:1585:37 | ... .my_method() | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1585:18:1585:18 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1585:21:1585:21 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1585:24:1585:24 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1586:13:1586:13 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1586:13:1586:13 | x | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1586:17:1586:47 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1586:17:1586:47 | ...::my_method(...) | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1586:22:1586:22 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1586:37:1586:46 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1586:37:1586:46 | &... | TRef | {EXTERNAL LOCATION} | [;] | +| main.rs:1586:37:1586:46 | &... | TRef.TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:1586:38:1586:46 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:1586:38:1586:46 | [...] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:1586:39:1586:39 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1586:42:1586:42 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1586:45:1586:45 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1587:13:1587:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1587:17:1587:37 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:1587:24:1587:24 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1590:26:1590:30 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1590:26:1590:30 | SelfParam | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:1590:26:1590:30 | SelfParam | TRef.TSlice | main.rs:1589:14:1589:23 | T | +| main.rs:1590:39:1592:13 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1590:39:1592:13 | { ... } | TRef | main.rs:1589:14:1589:23 | T | +| main.rs:1591:17:1591:20 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1591:17:1591:20 | self | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:1591:17:1591:20 | self | TRef.TSlice | main.rs:1589:14:1589:23 | T | +| main.rs:1591:17:1591:27 | self.get(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:1591:17:1591:27 | self.get(...) | T | {EXTERNAL LOCATION} | & | +| main.rs:1591:17:1591:36 | ... .unwrap() | | {EXTERNAL LOCATION} | & | +| main.rs:1591:17:1591:36 | ... .unwrap() | TRef | main.rs:1589:14:1589:23 | T | +| main.rs:1591:26:1591:26 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1594:31:1596:13 | { ... } | | main.rs:1589:14:1589:23 | T | +| main.rs:1595:17:1595:28 | ...::default(...) | | main.rs:1589:14:1589:23 | T | +| main.rs:1599:13:1599:13 | s | | {EXTERNAL LOCATION} | & | +| main.rs:1599:13:1599:13 | s | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:1599:13:1599:13 | s | TRef.TSlice | {EXTERNAL LOCATION} | i32 | +| main.rs:1599:25:1599:34 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1599:25:1599:34 | &... | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:1599:25:1599:34 | &... | TRef | {EXTERNAL LOCATION} | [;] | +| main.rs:1599:25:1599:34 | &... | TRef.TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:1599:25:1599:34 | &... | TRef.TSlice | {EXTERNAL LOCATION} | i32 | +| main.rs:1599:26:1599:34 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:1599:26:1599:34 | [...] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:1599:27:1599:27 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1599:30:1599:30 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1599:33:1599:33 | 3 | | {EXTERNAL LOCATION} | i32 | | main.rs:1600:13:1600:13 | x | | {EXTERNAL LOCATION} | & | | main.rs:1600:13:1600:13 | x | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1600:17:1600:35 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1600:17:1600:35 | ...::my_method(...) | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1600:33:1600:34 | &r | | {EXTERNAL LOCATION} | & | -| main.rs:1600:33:1600:34 | &r | TRef | {EXTERNAL LOCATION} | & | -| main.rs:1600:33:1600:34 | &r | TRef.TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1600:34:1600:34 | r | | {EXTERNAL LOCATION} | & | -| main.rs:1600:34:1600:34 | r | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1601:13:1601:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1601:17:1601:33 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:1604:26:1604:30 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1604:26:1604:30 | SelfParam | TRef | {EXTERNAL LOCATION} | *mut | -| main.rs:1604:26:1604:30 | SelfParam | TRef.TPtrMut | main.rs:1603:14:1603:23 | T | -| main.rs:1604:39:1606:13 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1604:39:1606:13 | { ... } | TRef | main.rs:1603:14:1603:23 | T | -| main.rs:1605:17:1605:34 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1605:17:1605:34 | { ... } | TRef | main.rs:1603:14:1603:23 | T | -| main.rs:1605:26:1605:32 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1605:26:1605:32 | &... | TRef | main.rs:1603:14:1603:23 | T | -| main.rs:1605:27:1605:32 | * ... | | main.rs:1603:14:1603:23 | T | -| main.rs:1605:28:1605:32 | * ... | | {EXTERNAL LOCATION} | *mut | -| main.rs:1605:28:1605:32 | * ... | TPtrMut | main.rs:1603:14:1603:23 | T | -| main.rs:1605:29:1605:32 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1605:29:1605:32 | self | TRef | {EXTERNAL LOCATION} | *mut | -| main.rs:1605:29:1605:32 | self | TRef.TPtrMut | main.rs:1603:14:1603:23 | T | -| main.rs:1608:31:1610:13 | { ... } | | main.rs:1603:14:1603:23 | T | -| main.rs:1609:17:1609:28 | ...::default(...) | | main.rs:1603:14:1603:23 | T | -| main.rs:1613:17:1613:17 | v | | {EXTERNAL LOCATION} | i32 | -| main.rs:1613:21:1613:22 | 42 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1614:13:1614:13 | p | | {EXTERNAL LOCATION} | *mut | -| main.rs:1614:13:1614:13 | p | TPtrMut | {EXTERNAL LOCATION} | i32 | -| main.rs:1614:27:1614:32 | &mut v | | {EXTERNAL LOCATION} | &mut | -| main.rs:1614:27:1614:32 | &mut v | TRefMut | {EXTERNAL LOCATION} | i32 | -| main.rs:1614:32:1614:32 | v | | {EXTERNAL LOCATION} | i32 | +| main.rs:1600:17:1600:17 | s | | {EXTERNAL LOCATION} | & | +| main.rs:1600:17:1600:17 | s | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:1600:17:1600:17 | s | TRef.TSlice | {EXTERNAL LOCATION} | i32 | +| main.rs:1600:17:1600:29 | s.my_method() | | {EXTERNAL LOCATION} | & | +| main.rs:1600:17:1600:29 | s.my_method() | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1601:13:1601:13 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1601:13:1601:13 | x | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1601:17:1601:35 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1601:17:1601:35 | ...::my_method(...) | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1601:34:1601:34 | s | | {EXTERNAL LOCATION} | & | +| main.rs:1601:34:1601:34 | s | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:1601:34:1601:34 | s | TRef.TSlice | {EXTERNAL LOCATION} | i32 | +| main.rs:1602:13:1602:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1602:17:1602:34 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:1605:26:1605:30 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1605:26:1605:30 | SelfParam | TRef | {EXTERNAL LOCATION} | (T_2) | +| main.rs:1605:26:1605:30 | SelfParam | TRef.T0 | main.rs:1604:14:1604:23 | T | +| main.rs:1605:26:1605:30 | SelfParam | TRef.T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:1605:39:1607:13 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1605:39:1607:13 | { ... } | TRef | main.rs:1604:14:1604:23 | T | +| main.rs:1606:17:1606:23 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1606:17:1606:23 | &... | TRef | main.rs:1604:14:1604:23 | T | +| main.rs:1606:18:1606:21 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1606:18:1606:21 | self | TRef | {EXTERNAL LOCATION} | (T_2) | +| main.rs:1606:18:1606:21 | self | TRef.T0 | main.rs:1604:14:1604:23 | T | +| main.rs:1606:18:1606:21 | self | TRef.T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:1606:18:1606:23 | self.0 | | main.rs:1604:14:1604:23 | T | +| main.rs:1609:31:1611:13 | { ... } | | main.rs:1604:14:1604:23 | T | +| main.rs:1610:17:1610:28 | ...::default(...) | | main.rs:1604:14:1604:23 | T | +| main.rs:1614:13:1614:13 | p | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:1614:13:1614:13 | p | T0 | {EXTERNAL LOCATION} | i32 | +| main.rs:1614:13:1614:13 | p | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:1614:17:1614:23 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:1614:17:1614:23 | TupleExpr | T0 | {EXTERNAL LOCATION} | i32 | +| main.rs:1614:17:1614:23 | TupleExpr | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:1614:18:1614:19 | 42 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1614:22:1614:22 | 7 | | {EXTERNAL LOCATION} | i32 | | main.rs:1615:13:1615:13 | x | | {EXTERNAL LOCATION} | & | | main.rs:1615:13:1615:13 | x | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1615:17:1615:40 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1615:17:1615:40 | { ... } | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1615:26:1615:26 | p | | {EXTERNAL LOCATION} | *mut | -| main.rs:1615:26:1615:26 | p | TPtrMut | {EXTERNAL LOCATION} | i32 | -| main.rs:1615:26:1615:38 | p.my_method() | | {EXTERNAL LOCATION} | & | -| main.rs:1615:26:1615:38 | p.my_method() | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1615:17:1615:17 | p | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:1615:17:1615:17 | p | T0 | {EXTERNAL LOCATION} | i32 | +| main.rs:1615:17:1615:17 | p | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:1615:17:1615:29 | p.my_method() | | {EXTERNAL LOCATION} | & | +| main.rs:1615:17:1615:29 | p.my_method() | TRef | {EXTERNAL LOCATION} | i32 | | main.rs:1616:13:1616:13 | x | | {EXTERNAL LOCATION} | & | | main.rs:1616:13:1616:13 | x | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1616:17:1616:50 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:1616:17:1616:50 | { ... } | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1616:26:1616:48 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | -| main.rs:1616:26:1616:48 | ...::my_method(...) | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:1616:46:1616:47 | &p | | {EXTERNAL LOCATION} | & | -| main.rs:1616:46:1616:47 | &p | TRef | {EXTERNAL LOCATION} | *mut | -| main.rs:1616:46:1616:47 | &p | TRef.TPtrMut | {EXTERNAL LOCATION} | i32 | -| main.rs:1616:47:1616:47 | p | | {EXTERNAL LOCATION} | *mut | -| main.rs:1616:47:1616:47 | p | TPtrMut | {EXTERNAL LOCATION} | i32 | +| main.rs:1616:17:1616:39 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1616:17:1616:39 | ...::my_method(...) | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1616:37:1616:38 | &p | | {EXTERNAL LOCATION} | & | +| main.rs:1616:37:1616:38 | &p | TRef | {EXTERNAL LOCATION} | (T_2) | +| main.rs:1616:37:1616:38 | &p | TRef.T0 | {EXTERNAL LOCATION} | i32 | +| main.rs:1616:37:1616:38 | &p | TRef.T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:1616:38:1616:38 | p | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:1616:38:1616:38 | p | T0 | {EXTERNAL LOCATION} | i32 | +| main.rs:1616:38:1616:38 | p | T1 | {EXTERNAL LOCATION} | i32 | | main.rs:1617:13:1617:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:1617:17:1617:37 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:1623:16:1635:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1624:13:1624:13 | x | | {EXTERNAL LOCATION} | bool | -| main.rs:1624:17:1624:20 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:1624:17:1624:29 | ... && ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1624:25:1624:29 | false | | {EXTERNAL LOCATION} | bool | -| main.rs:1625:13:1625:13 | y | | {EXTERNAL LOCATION} | bool | -| main.rs:1625:17:1625:20 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:1625:17:1625:29 | ... \|\| ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1625:25:1625:29 | false | | {EXTERNAL LOCATION} | bool | -| main.rs:1627:17:1627:17 | a | | {EXTERNAL LOCATION} | i32 | -| main.rs:1628:13:1628:16 | cond | | {EXTERNAL LOCATION} | bool | -| main.rs:1628:20:1628:21 | 34 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1628:20:1628:27 | ... == ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1628:26:1628:27 | 33 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1629:9:1633:9 | if cond {...} else {...} | | {EXTERNAL LOCATION} | () | -| main.rs:1629:12:1629:15 | cond | | {EXTERNAL LOCATION} | bool | -| main.rs:1629:17:1631:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1630:17:1630:17 | z | | {EXTERNAL LOCATION} | () | -| main.rs:1630:21:1630:27 | (...) | | {EXTERNAL LOCATION} | () | -| main.rs:1630:22:1630:22 | a | | {EXTERNAL LOCATION} | i32 | -| main.rs:1630:22:1630:26 | ... = ... | | {EXTERNAL LOCATION} | () | -| main.rs:1630:26:1630:26 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1631:16:1633:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1632:13:1632:13 | a | | {EXTERNAL LOCATION} | i32 | -| main.rs:1632:13:1632:17 | ... = ... | | {EXTERNAL LOCATION} | () | -| main.rs:1632:17:1632:17 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1634:9:1634:9 | a | | {EXTERNAL LOCATION} | i32 | -| main.rs:1648:30:1650:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1649:13:1649:31 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1649:23:1649:23 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1649:29:1649:29 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1656:16:1656:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1656:22:1656:24 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1656:41:1661:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1657:13:1660:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1658:20:1658:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1658:20:1658:25 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1658:20:1658:33 | ... + ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1658:29:1658:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1658:29:1658:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1659:20:1659:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1659:20:1659:25 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1659:20:1659:33 | ... + ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1659:29:1659:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1659:29:1659:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1666:23:1666:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1666:23:1666:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1666:34:1666:36 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1666:45:1669:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1667:13:1667:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1667:13:1667:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1667:13:1667:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1667:13:1667:27 | ... += ... | | {EXTERNAL LOCATION} | () | -| main.rs:1667:23:1667:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1667:23:1667:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1668:13:1668:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1668:13:1668:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1668:13:1668:18 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1668:13:1668:27 | ... += ... | | {EXTERNAL LOCATION} | () | -| main.rs:1668:23:1668:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1668:23:1668:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1674:16:1674:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1674:22:1674:24 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1674:41:1679:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1675:13:1678:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1676:20:1676:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1676:20:1676:25 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1676:20:1676:33 | ... - ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1676:29:1676:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1676:29:1676:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1677:20:1677:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1677:20:1677:25 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1677:20:1677:33 | ... - ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1677:29:1677:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1677:29:1677:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1684:23:1684:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1684:23:1684:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1684:34:1684:36 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1684:45:1687:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1685:13:1685:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1685:13:1685:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1685:13:1685:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1685:13:1685:27 | ... -= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1685:23:1685:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1685:23:1685:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1686:13:1686:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1686:13:1686:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1686:13:1686:18 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1686:13:1686:27 | ... -= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1686:23:1686:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1686:23:1686:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1692:16:1692:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1692:22:1692:24 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1692:41:1697:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1693:13:1696:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1694:20:1694:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1694:20:1694:25 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1694:20:1694:33 | ... * ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1694:29:1694:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1694:29:1694:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1695:20:1695:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1695:20:1695:25 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1695:20:1695:33 | ... * ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1695:29:1695:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1695:29:1695:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1701:23:1701:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1701:23:1701:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1701:34:1701:36 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1701:45:1704:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1702:13:1702:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1702:13:1702:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1702:13:1702:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1702:13:1702:27 | ... *= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1702:23:1702:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1702:23:1702:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1703:13:1703:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1703:13:1703:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1703:13:1703:18 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1703:13:1703:27 | ... *= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1703:23:1703:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1703:23:1703:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1709:16:1709:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1709:22:1709:24 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1709:41:1714:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1710:13:1713:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1711:20:1711:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1711:20:1711:25 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1711:20:1711:33 | ... / ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1711:29:1711:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1711:29:1711:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1712:20:1712:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1712:20:1712:25 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1712:20:1712:33 | ... / ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1712:29:1712:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1712:29:1712:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1718:23:1718:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1718:23:1718:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1718:34:1718:36 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1718:45:1721:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1719:13:1719:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1719:13:1719:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1719:13:1719:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1719:13:1719:27 | ... /= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1719:23:1719:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1719:23:1719:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1720:13:1720:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1720:13:1720:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1720:13:1720:18 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1720:13:1720:27 | ... /= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1720:23:1720:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1720:23:1720:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1726:16:1726:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1726:22:1726:24 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1726:41:1731:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1727:13:1730:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1728:20:1728:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1728:20:1728:25 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1728:20:1728:33 | ... % ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1728:29:1728:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1728:29:1728:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1729:20:1729:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1729:20:1729:25 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1729:20:1729:33 | ... % ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1729:29:1729:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1729:29:1729:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1735:23:1735:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1735:23:1735:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1735:34:1735:36 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1735:45:1738:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1736:13:1736:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1736:13:1736:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1736:13:1736:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1736:13:1736:27 | ... %= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1736:23:1736:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1736:23:1736:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1737:13:1737:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1737:13:1737:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1737:13:1737:18 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1737:13:1737:27 | ... %= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1737:23:1737:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1737:23:1737:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1743:19:1743:22 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1743:25:1743:27 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1743:44:1748:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1744:13:1747:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1745:20:1745:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1745:20:1745:25 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1745:20:1745:33 | ... & ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1745:29:1745:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1745:29:1745:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1746:20:1746:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1746:20:1746:25 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1746:20:1746:33 | ... & ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1746:29:1746:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1746:29:1746:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1752:26:1752:34 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1752:26:1752:34 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1752:37:1752:39 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1752:48:1755:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1753:13:1753:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1753:13:1753:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1753:13:1753:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1753:13:1753:27 | ... &= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1753:23:1753:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1753:23:1753:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1754:13:1754:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1754:13:1754:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1754:13:1754:18 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1754:13:1754:27 | ... &= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1754:23:1754:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1754:23:1754:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1760:18:1760:21 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1760:24:1760:26 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1760:43:1765:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1761:13:1764:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1762:20:1762:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1762:20:1762:25 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1762:20:1762:33 | ... \| ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1762:29:1762:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1762:29:1762:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1763:20:1763:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1763:20:1763:25 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1763:20:1763:33 | ... \| ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1763:29:1763:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1763:29:1763:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1769:25:1769:33 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1769:25:1769:33 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1769:36:1769:38 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1769:47:1772:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1770:13:1770:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1770:13:1770:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1770:13:1770:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1770:13:1770:27 | ... \|= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1770:23:1770:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1770:23:1770:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1771:13:1771:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1771:13:1771:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1771:13:1771:18 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1771:13:1771:27 | ... \|= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1771:23:1771:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1771:23:1771:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1777:19:1777:22 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1777:25:1777:27 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1777:44:1782:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1778:13:1781:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1779:20:1779:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1779:20:1779:25 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1779:20:1779:33 | ... ^ ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1779:29:1779:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1779:29:1779:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1780:20:1780:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1780:20:1780:25 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1780:20:1780:33 | ... ^ ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1780:29:1780:31 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1780:29:1780:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1786:26:1786:34 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1786:26:1786:34 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1786:37:1786:39 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1786:48:1789:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1787:13:1787:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1787:13:1787:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1787:13:1787:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1787:13:1787:27 | ... ^= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1787:23:1787:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1787:23:1787:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1788:13:1788:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1788:13:1788:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1788:13:1788:18 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1788:13:1788:27 | ... ^= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1788:23:1788:25 | rhs | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1788:23:1788:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1794:16:1794:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1794:22:1794:24 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1794:40:1799:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1795:13:1798:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1796:20:1796:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1796:20:1796:25 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1796:20:1796:32 | ... << ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1796:30:1796:32 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1797:20:1797:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1797:20:1797:25 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1797:20:1797:32 | ... << ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1797:30:1797:32 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1803:23:1803:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1803:23:1803:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1803:34:1803:36 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1803:44:1806:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1804:13:1804:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1804:13:1804:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1804:13:1804:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1804:13:1804:26 | ... <<= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1804:24:1804:26 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1805:13:1805:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1805:13:1805:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1805:13:1805:18 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1805:13:1805:26 | ... <<= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1805:24:1805:26 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1811:16:1811:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1811:22:1811:24 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1811:40:1816:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1812:13:1815:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1813:20:1813:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1813:20:1813:25 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1813:20:1813:32 | ... >> ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1813:30:1813:32 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1814:20:1814:23 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1814:20:1814:25 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1814:20:1814:32 | ... >> ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1814:30:1814:32 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1820:23:1820:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:1820:23:1820:31 | SelfParam | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1820:34:1820:36 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1820:44:1823:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1821:13:1821:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1821:13:1821:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1821:13:1821:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1821:13:1821:26 | ... >>= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1821:24:1821:26 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1822:13:1822:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:1822:13:1822:16 | self | TRefMut | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1822:13:1822:18 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1822:13:1822:26 | ... >>= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1822:24:1822:26 | rhs | | {EXTERNAL LOCATION} | u32 | -| main.rs:1828:16:1828:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1828:30:1833:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1829:13:1832:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1830:20:1830:26 | - ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1830:21:1830:24 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1830:21:1830:26 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1831:20:1831:26 | - ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1831:21:1831:24 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1831:21:1831:26 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1838:16:1838:19 | SelfParam | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1838:30:1843:9 | { ... } | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1839:13:1842:13 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1840:20:1840:26 | ! ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1840:21:1840:24 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1840:21:1840:26 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1841:20:1841:26 | ! ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1841:21:1841:24 | self | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1841:21:1841:26 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1847:15:1847:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1847:15:1847:19 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1847:22:1847:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1847:22:1847:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1847:44:1849:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:1848:13:1848:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1848:13:1848:16 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1848:13:1848:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1848:13:1848:29 | ... == ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1848:13:1848:50 | ... && ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1848:23:1848:27 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1848:23:1848:27 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1848:23:1848:29 | other.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1848:34:1848:37 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1848:34:1848:37 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1848:34:1848:39 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1848:34:1848:50 | ... == ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1848:44:1848:48 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1848:44:1848:48 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1848:44:1848:50 | other.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1851:15:1851:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1851:15:1851:19 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1851:22:1851:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1851:22:1851:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1851:44:1853:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:1852:13:1852:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1852:13:1852:16 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | +| main.rs:1617:17:1617:39 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:1620:26:1620:30 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1620:26:1620:30 | SelfParam | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1620:26:1620:30 | SelfParam | TRef.TRef | main.rs:1619:14:1619:23 | T | +| main.rs:1620:39:1622:13 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1620:39:1622:13 | { ... } | TRef | main.rs:1619:14:1619:23 | T | +| main.rs:1621:17:1621:21 | * ... | | {EXTERNAL LOCATION} | & | +| main.rs:1621:17:1621:21 | * ... | TRef | main.rs:1619:14:1619:23 | T | +| main.rs:1621:18:1621:21 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1621:18:1621:21 | self | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1621:18:1621:21 | self | TRef.TRef | main.rs:1619:14:1619:23 | T | +| main.rs:1624:31:1626:13 | { ... } | | main.rs:1619:14:1619:23 | T | +| main.rs:1625:17:1625:28 | ...::default(...) | | main.rs:1619:14:1619:23 | T | +| main.rs:1629:13:1629:13 | r | | {EXTERNAL LOCATION} | & | +| main.rs:1629:13:1629:13 | r | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1629:17:1629:19 | &42 | | {EXTERNAL LOCATION} | & | +| main.rs:1629:17:1629:19 | &42 | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1629:18:1629:19 | 42 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1630:13:1630:13 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1630:13:1630:13 | x | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1630:17:1630:17 | r | | {EXTERNAL LOCATION} | & | +| main.rs:1630:17:1630:17 | r | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1630:17:1630:29 | r.my_method() | | {EXTERNAL LOCATION} | & | +| main.rs:1630:17:1630:29 | r.my_method() | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1631:13:1631:13 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1631:13:1631:13 | x | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1631:17:1631:35 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1631:17:1631:35 | ...::my_method(...) | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1631:33:1631:34 | &r | | {EXTERNAL LOCATION} | & | +| main.rs:1631:33:1631:34 | &r | TRef | {EXTERNAL LOCATION} | & | +| main.rs:1631:33:1631:34 | &r | TRef.TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1631:34:1631:34 | r | | {EXTERNAL LOCATION} | & | +| main.rs:1631:34:1631:34 | r | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1632:13:1632:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1632:17:1632:33 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:1635:26:1635:30 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1635:26:1635:30 | SelfParam | TRef | {EXTERNAL LOCATION} | *mut | +| main.rs:1635:26:1635:30 | SelfParam | TRef.TPtrMut | main.rs:1634:14:1634:23 | T | +| main.rs:1635:39:1637:13 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1635:39:1637:13 | { ... } | TRef | main.rs:1634:14:1634:23 | T | +| main.rs:1636:17:1636:34 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1636:17:1636:34 | { ... } | TRef | main.rs:1634:14:1634:23 | T | +| main.rs:1636:26:1636:32 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1636:26:1636:32 | &... | TRef | main.rs:1634:14:1634:23 | T | +| main.rs:1636:27:1636:32 | * ... | | main.rs:1634:14:1634:23 | T | +| main.rs:1636:28:1636:32 | * ... | | {EXTERNAL LOCATION} | *mut | +| main.rs:1636:28:1636:32 | * ... | TPtrMut | main.rs:1634:14:1634:23 | T | +| main.rs:1636:29:1636:32 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1636:29:1636:32 | self | TRef | {EXTERNAL LOCATION} | *mut | +| main.rs:1636:29:1636:32 | self | TRef.TPtrMut | main.rs:1634:14:1634:23 | T | +| main.rs:1639:31:1641:13 | { ... } | | main.rs:1634:14:1634:23 | T | +| main.rs:1640:17:1640:28 | ...::default(...) | | main.rs:1634:14:1634:23 | T | +| main.rs:1644:17:1644:17 | v | | {EXTERNAL LOCATION} | i32 | +| main.rs:1644:21:1644:22 | 42 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1645:13:1645:13 | p | | {EXTERNAL LOCATION} | *mut | +| main.rs:1645:13:1645:13 | p | TPtrMut | {EXTERNAL LOCATION} | i32 | +| main.rs:1645:27:1645:32 | &mut v | | {EXTERNAL LOCATION} | &mut | +| main.rs:1645:27:1645:32 | &mut v | TRefMut | {EXTERNAL LOCATION} | i32 | +| main.rs:1645:32:1645:32 | v | | {EXTERNAL LOCATION} | i32 | +| main.rs:1646:13:1646:13 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1646:13:1646:13 | x | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1646:17:1646:40 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1646:17:1646:40 | { ... } | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1646:26:1646:26 | p | | {EXTERNAL LOCATION} | *mut | +| main.rs:1646:26:1646:26 | p | TPtrMut | {EXTERNAL LOCATION} | i32 | +| main.rs:1646:26:1646:38 | p.my_method() | | {EXTERNAL LOCATION} | & | +| main.rs:1646:26:1646:38 | p.my_method() | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1647:13:1647:13 | x | | {EXTERNAL LOCATION} | & | +| main.rs:1647:13:1647:13 | x | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1647:17:1647:50 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:1647:17:1647:50 | { ... } | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1647:26:1647:48 | ...::my_method(...) | | {EXTERNAL LOCATION} | & | +| main.rs:1647:26:1647:48 | ...::my_method(...) | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:1647:46:1647:47 | &p | | {EXTERNAL LOCATION} | & | +| main.rs:1647:46:1647:47 | &p | TRef | {EXTERNAL LOCATION} | *mut | +| main.rs:1647:46:1647:47 | &p | TRef.TPtrMut | {EXTERNAL LOCATION} | i32 | +| main.rs:1647:47:1647:47 | p | | {EXTERNAL LOCATION} | *mut | +| main.rs:1647:47:1647:47 | p | TPtrMut | {EXTERNAL LOCATION} | i32 | +| main.rs:1648:13:1648:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:1648:17:1648:37 | ...::my_func(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:1654:16:1666:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1655:13:1655:13 | x | | {EXTERNAL LOCATION} | bool | +| main.rs:1655:17:1655:20 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:1655:17:1655:29 | ... && ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1655:25:1655:29 | false | | {EXTERNAL LOCATION} | bool | +| main.rs:1656:13:1656:13 | y | | {EXTERNAL LOCATION} | bool | +| main.rs:1656:17:1656:20 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:1656:17:1656:29 | ... \|\| ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1656:25:1656:29 | false | | {EXTERNAL LOCATION} | bool | +| main.rs:1658:17:1658:17 | a | | {EXTERNAL LOCATION} | i32 | +| main.rs:1659:13:1659:16 | cond | | {EXTERNAL LOCATION} | bool | +| main.rs:1659:20:1659:21 | 34 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1659:20:1659:27 | ... == ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1659:26:1659:27 | 33 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1660:9:1664:9 | if cond {...} else {...} | | {EXTERNAL LOCATION} | () | +| main.rs:1660:12:1660:15 | cond | | {EXTERNAL LOCATION} | bool | +| main.rs:1660:17:1662:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1661:17:1661:17 | z | | {EXTERNAL LOCATION} | () | +| main.rs:1661:21:1661:27 | (...) | | {EXTERNAL LOCATION} | () | +| main.rs:1661:22:1661:22 | a | | {EXTERNAL LOCATION} | i32 | +| main.rs:1661:22:1661:26 | ... = ... | | {EXTERNAL LOCATION} | () | +| main.rs:1661:26:1661:26 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1662:16:1664:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1663:13:1663:13 | a | | {EXTERNAL LOCATION} | i32 | +| main.rs:1663:13:1663:17 | ... = ... | | {EXTERNAL LOCATION} | () | +| main.rs:1663:17:1663:17 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1665:9:1665:9 | a | | {EXTERNAL LOCATION} | i32 | +| main.rs:1679:30:1681:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1680:13:1680:31 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1680:23:1680:23 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1680:29:1680:29 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1687:16:1687:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1687:22:1687:24 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1687:41:1692:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1688:13:1691:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1689:20:1689:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1689:20:1689:25 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1689:20:1689:33 | ... + ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1689:29:1689:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1689:29:1689:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1690:20:1690:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1690:20:1690:25 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1690:20:1690:33 | ... + ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1690:29:1690:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1690:29:1690:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1697:23:1697:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1697:23:1697:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1697:34:1697:36 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1697:45:1700:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1698:13:1698:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1698:13:1698:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1698:13:1698:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1698:13:1698:27 | ... += ... | | {EXTERNAL LOCATION} | () | +| main.rs:1698:23:1698:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1698:23:1698:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1699:13:1699:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1699:13:1699:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1699:13:1699:18 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1699:13:1699:27 | ... += ... | | {EXTERNAL LOCATION} | () | +| main.rs:1699:23:1699:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1699:23:1699:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1705:16:1705:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1705:22:1705:24 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1705:41:1710:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1706:13:1709:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1707:20:1707:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1707:20:1707:25 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1707:20:1707:33 | ... - ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1707:29:1707:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1707:29:1707:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1708:20:1708:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1708:20:1708:25 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1708:20:1708:33 | ... - ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1708:29:1708:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1708:29:1708:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1715:23:1715:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1715:23:1715:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1715:34:1715:36 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1715:45:1718:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1716:13:1716:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1716:13:1716:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1716:13:1716:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1716:13:1716:27 | ... -= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1716:23:1716:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1716:23:1716:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1717:13:1717:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1717:13:1717:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1717:13:1717:18 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1717:13:1717:27 | ... -= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1717:23:1717:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1717:23:1717:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1723:16:1723:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1723:22:1723:24 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1723:41:1728:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1724:13:1727:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1725:20:1725:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1725:20:1725:25 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1725:20:1725:33 | ... * ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1725:29:1725:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1725:29:1725:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1726:20:1726:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1726:20:1726:25 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1726:20:1726:33 | ... * ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1726:29:1726:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1726:29:1726:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1732:23:1732:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1732:23:1732:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1732:34:1732:36 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1732:45:1735:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1733:13:1733:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1733:13:1733:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1733:13:1733:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1733:13:1733:27 | ... *= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1733:23:1733:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1733:23:1733:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1734:13:1734:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1734:13:1734:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1734:13:1734:18 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1734:13:1734:27 | ... *= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1734:23:1734:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1734:23:1734:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1740:16:1740:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1740:22:1740:24 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1740:41:1745:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1741:13:1744:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1742:20:1742:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1742:20:1742:25 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1742:20:1742:33 | ... / ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1742:29:1742:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1742:29:1742:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1743:20:1743:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1743:20:1743:25 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1743:20:1743:33 | ... / ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1743:29:1743:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1743:29:1743:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1749:23:1749:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1749:23:1749:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1749:34:1749:36 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1749:45:1752:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1750:13:1750:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1750:13:1750:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1750:13:1750:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1750:13:1750:27 | ... /= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1750:23:1750:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1750:23:1750:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1751:13:1751:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1751:13:1751:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1751:13:1751:18 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1751:13:1751:27 | ... /= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1751:23:1751:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1751:23:1751:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1757:16:1757:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1757:22:1757:24 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1757:41:1762:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1758:13:1761:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1759:20:1759:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1759:20:1759:25 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1759:20:1759:33 | ... % ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1759:29:1759:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1759:29:1759:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1760:20:1760:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1760:20:1760:25 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1760:20:1760:33 | ... % ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1760:29:1760:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1760:29:1760:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1766:23:1766:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1766:23:1766:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1766:34:1766:36 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1766:45:1769:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1767:13:1767:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1767:13:1767:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1767:13:1767:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1767:13:1767:27 | ... %= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1767:23:1767:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1767:23:1767:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1768:13:1768:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1768:13:1768:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1768:13:1768:18 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1768:13:1768:27 | ... %= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1768:23:1768:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1768:23:1768:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1774:19:1774:22 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1774:25:1774:27 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1774:44:1779:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1775:13:1778:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1776:20:1776:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1776:20:1776:25 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1776:20:1776:33 | ... & ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1776:29:1776:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1776:29:1776:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1777:20:1777:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1777:20:1777:25 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1777:20:1777:33 | ... & ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1777:29:1777:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1777:29:1777:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1783:26:1783:34 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1783:26:1783:34 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1783:37:1783:39 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1783:48:1786:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1784:13:1784:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1784:13:1784:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1784:13:1784:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1784:13:1784:27 | ... &= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1784:23:1784:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1784:23:1784:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1785:13:1785:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1785:13:1785:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1785:13:1785:18 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1785:13:1785:27 | ... &= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1785:23:1785:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1785:23:1785:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1791:18:1791:21 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1791:24:1791:26 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1791:43:1796:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1792:13:1795:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1793:20:1793:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1793:20:1793:25 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1793:20:1793:33 | ... \| ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1793:29:1793:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1793:29:1793:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1794:20:1794:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1794:20:1794:25 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1794:20:1794:33 | ... \| ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1794:29:1794:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1794:29:1794:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1800:25:1800:33 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1800:25:1800:33 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1800:36:1800:38 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1800:47:1803:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1801:13:1801:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1801:13:1801:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1801:13:1801:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1801:13:1801:27 | ... \|= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1801:23:1801:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1801:23:1801:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1802:13:1802:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1802:13:1802:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1802:13:1802:18 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1802:13:1802:27 | ... \|= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1802:23:1802:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1802:23:1802:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1808:19:1808:22 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1808:25:1808:27 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1808:44:1813:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1809:13:1812:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1810:20:1810:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1810:20:1810:25 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1810:20:1810:33 | ... ^ ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1810:29:1810:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1810:29:1810:33 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1811:20:1811:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1811:20:1811:25 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1811:20:1811:33 | ... ^ ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1811:29:1811:31 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1811:29:1811:33 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1817:26:1817:34 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1817:26:1817:34 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1817:37:1817:39 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1817:48:1820:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1818:13:1818:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1818:13:1818:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1818:13:1818:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1818:13:1818:27 | ... ^= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1818:23:1818:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1818:23:1818:27 | rhs.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1819:13:1819:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1819:13:1819:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1819:13:1819:18 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1819:13:1819:27 | ... ^= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1819:23:1819:25 | rhs | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1819:23:1819:27 | rhs.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1825:16:1825:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1825:22:1825:24 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1825:40:1830:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1826:13:1829:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1827:20:1827:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1827:20:1827:25 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1827:20:1827:32 | ... << ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1827:30:1827:32 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1828:20:1828:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1828:20:1828:25 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1828:20:1828:32 | ... << ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1828:30:1828:32 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1834:23:1834:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1834:23:1834:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1834:34:1834:36 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1834:44:1837:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1835:13:1835:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1835:13:1835:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1835:13:1835:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1835:13:1835:26 | ... <<= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1835:24:1835:26 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1836:13:1836:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1836:13:1836:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1836:13:1836:18 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1836:13:1836:26 | ... <<= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1836:24:1836:26 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1842:16:1842:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1842:22:1842:24 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1842:40:1847:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1843:13:1846:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1844:20:1844:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1844:20:1844:25 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1844:20:1844:32 | ... >> ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1844:30:1844:32 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1845:20:1845:23 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1845:20:1845:25 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1845:20:1845:32 | ... >> ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1845:30:1845:32 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1851:23:1851:31 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:1851:23:1851:31 | SelfParam | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1851:34:1851:36 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1851:44:1854:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1852:13:1852:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1852:13:1852:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | | main.rs:1852:13:1852:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1852:13:1852:29 | ... != ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1852:13:1852:50 | ... \|\| ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1852:23:1852:27 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1852:23:1852:27 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1852:23:1852:29 | other.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1852:34:1852:37 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1852:34:1852:37 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1852:34:1852:39 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1852:34:1852:50 | ... != ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1852:44:1852:48 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1852:44:1852:48 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1852:44:1852:50 | other.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1857:24:1857:28 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1857:24:1857:28 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1857:31:1857:35 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1857:31:1857:35 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1857:75:1859:9 | { ... } | | {EXTERNAL LOCATION} | Option | -| main.rs:1857:75:1859:9 | { ... } | T | {EXTERNAL LOCATION} | Ordering | -| main.rs:1858:13:1858:29 | (...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:1858:13:1858:63 | ... .partial_cmp(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:1858:13:1858:63 | ... .partial_cmp(...) | T | {EXTERNAL LOCATION} | Ordering | -| main.rs:1858:14:1858:17 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1858:14:1858:17 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1858:14:1858:19 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1858:14:1858:28 | ... + ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1858:23:1858:26 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1858:23:1858:26 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1858:23:1858:28 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1858:43:1858:62 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:1858:43:1858:62 | &... | TRef | {EXTERNAL LOCATION} | i64 | -| main.rs:1858:44:1858:62 | (...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:1858:45:1858:49 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1858:45:1858:49 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1858:45:1858:51 | other.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1858:45:1858:61 | ... + ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1858:55:1858:59 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1858:55:1858:59 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1858:55:1858:61 | other.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1861:15:1861:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1861:15:1861:19 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1861:22:1861:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1861:22:1861:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1861:44:1863:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:1862:13:1862:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1862:13:1862:16 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1862:13:1862:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1862:13:1862:28 | ... < ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1862:13:1862:48 | ... && ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1862:22:1862:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1862:22:1862:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1862:22:1862:28 | other.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1862:33:1862:36 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1862:33:1862:36 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1862:33:1862:38 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1862:33:1862:48 | ... < ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1862:42:1862:46 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1862:42:1862:46 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1862:42:1862:48 | other.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1865:15:1865:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1865:15:1865:19 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1865:22:1865:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1865:22:1865:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1865:44:1867:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:1866:13:1866:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1866:13:1866:16 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1866:13:1866:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1866:13:1866:29 | ... <= ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1866:13:1866:50 | ... && ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1866:23:1866:27 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1866:23:1866:27 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1866:23:1866:29 | other.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1866:34:1866:37 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1866:34:1866:37 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1866:34:1866:39 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1866:34:1866:50 | ... <= ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1866:44:1866:48 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1866:44:1866:48 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1866:44:1866:50 | other.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1869:15:1869:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1869:15:1869:19 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1869:22:1869:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1869:22:1869:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1869:44:1871:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:1870:13:1870:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1870:13:1870:16 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1870:13:1870:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1870:13:1870:28 | ... > ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1870:13:1870:48 | ... && ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1870:22:1870:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1870:22:1870:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1870:22:1870:28 | other.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1870:33:1870:36 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1870:33:1870:36 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1870:33:1870:38 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1870:33:1870:48 | ... > ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1870:42:1870:46 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1870:42:1870:46 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1870:42:1870:48 | other.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1873:15:1873:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:1873:15:1873:19 | SelfParam | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1873:22:1873:26 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1873:22:1873:26 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1873:44:1875:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:1874:13:1874:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1874:13:1874:16 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1874:13:1874:18 | self.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1874:13:1874:29 | ... >= ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1874:13:1874:50 | ... && ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1874:23:1874:27 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1874:23:1874:27 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1874:23:1874:29 | other.x | | {EXTERNAL LOCATION} | i64 | -| main.rs:1874:34:1874:37 | self | | {EXTERNAL LOCATION} | & | -| main.rs:1874:34:1874:37 | self | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1874:34:1874:39 | self.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1874:34:1874:50 | ... >= ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1874:44:1874:48 | other | | {EXTERNAL LOCATION} | & | -| main.rs:1874:44:1874:48 | other | TRef | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1874:44:1874:50 | other.y | | {EXTERNAL LOCATION} | i64 | -| main.rs:1878:26:1878:26 | a | | main.rs:1878:18:1878:23 | T | -| main.rs:1878:32:1878:32 | b | | main.rs:1878:18:1878:23 | T | -| main.rs:1879:9:1879:9 | a | | main.rs:1878:18:1878:23 | T | -| main.rs:1879:13:1879:13 | b | | main.rs:1878:18:1878:23 | T | -| main.rs:1882:16:2013:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:1886:13:1886:18 | i64_eq | | {EXTERNAL LOCATION} | bool | -| main.rs:1886:22:1886:35 | (...) | | {EXTERNAL LOCATION} | bool | -| main.rs:1886:23:1886:26 | 1i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1886:23:1886:34 | ... == ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1886:31:1886:34 | 2i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1887:13:1887:18 | i64_ne | | {EXTERNAL LOCATION} | bool | -| main.rs:1887:22:1887:35 | (...) | | {EXTERNAL LOCATION} | bool | -| main.rs:1887:23:1887:26 | 3i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1887:23:1887:34 | ... != ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1887:31:1887:34 | 4i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1888:13:1888:18 | i64_lt | | {EXTERNAL LOCATION} | bool | -| main.rs:1888:22:1888:34 | (...) | | {EXTERNAL LOCATION} | bool | -| main.rs:1888:23:1888:26 | 5i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1888:23:1888:33 | ... < ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1888:30:1888:33 | 6i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1889:13:1889:18 | i64_le | | {EXTERNAL LOCATION} | bool | -| main.rs:1889:22:1889:35 | (...) | | {EXTERNAL LOCATION} | bool | -| main.rs:1889:23:1889:26 | 7i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1889:23:1889:34 | ... <= ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1889:31:1889:34 | 8i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1890:13:1890:18 | i64_gt | | {EXTERNAL LOCATION} | bool | -| main.rs:1890:22:1890:35 | (...) | | {EXTERNAL LOCATION} | bool | -| main.rs:1890:23:1890:26 | 9i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1890:23:1890:34 | ... > ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1890:30:1890:34 | 10i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1891:13:1891:18 | i64_ge | | {EXTERNAL LOCATION} | bool | -| main.rs:1891:22:1891:37 | (...) | | {EXTERNAL LOCATION} | bool | -| main.rs:1891:23:1891:27 | 11i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1891:23:1891:36 | ... >= ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1891:32:1891:36 | 12i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1894:13:1894:19 | i64_add | | {EXTERNAL LOCATION} | i64 | -| main.rs:1894:23:1894:27 | 13i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1894:23:1894:35 | ... + ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1894:31:1894:35 | 14i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1895:13:1895:19 | i64_sub | | {EXTERNAL LOCATION} | i64 | -| main.rs:1895:23:1895:27 | 15i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1895:23:1895:35 | ... - ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1895:31:1895:35 | 16i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1896:13:1896:19 | i64_mul | | {EXTERNAL LOCATION} | i64 | -| main.rs:1896:23:1896:27 | 17i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1896:23:1896:35 | ... * ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1896:31:1896:35 | 18i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1897:13:1897:19 | i64_div | | {EXTERNAL LOCATION} | i64 | -| main.rs:1897:23:1897:27 | 19i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1897:23:1897:35 | ... / ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1897:31:1897:35 | 20i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1898:13:1898:19 | i64_rem | | {EXTERNAL LOCATION} | i64 | -| main.rs:1898:23:1898:27 | 21i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1898:23:1898:35 | ... % ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1898:31:1898:35 | 22i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1899:39:1899:42 | 1i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1899:45:1899:48 | 2i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1902:17:1902:30 | i64_add_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1902:34:1902:38 | 23i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1903:9:1903:22 | i64_add_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1903:9:1903:31 | ... += ... | | {EXTERNAL LOCATION} | () | -| main.rs:1903:27:1903:31 | 24i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1905:17:1905:30 | i64_sub_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1905:34:1905:38 | 25i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1906:9:1906:22 | i64_sub_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1906:9:1906:31 | ... -= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1906:27:1906:31 | 26i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1908:17:1908:30 | i64_mul_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1908:34:1908:38 | 27i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1909:9:1909:22 | i64_mul_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1909:9:1909:31 | ... *= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1909:27:1909:31 | 28i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1911:17:1911:30 | i64_div_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1911:34:1911:38 | 29i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1912:9:1912:22 | i64_div_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1912:9:1912:31 | ... /= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1912:27:1912:31 | 30i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1914:17:1914:30 | i64_rem_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1914:34:1914:38 | 31i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1915:9:1915:22 | i64_rem_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1915:9:1915:31 | ... %= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1915:27:1915:31 | 32i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1918:13:1918:22 | i64_bitand | | {EXTERNAL LOCATION} | i64 | -| main.rs:1918:26:1918:30 | 33i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1918:26:1918:38 | ... & ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1918:34:1918:38 | 34i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1919:13:1919:21 | i64_bitor | | {EXTERNAL LOCATION} | i64 | -| main.rs:1919:25:1919:29 | 35i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1919:25:1919:37 | ... \| ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1919:33:1919:37 | 36i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1920:13:1920:22 | i64_bitxor | | {EXTERNAL LOCATION} | i64 | -| main.rs:1920:26:1920:30 | 37i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1920:26:1920:38 | ... ^ ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1920:34:1920:38 | 38i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1921:13:1921:19 | i64_shl | | {EXTERNAL LOCATION} | i64 | -| main.rs:1921:23:1921:27 | 39i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1921:23:1921:36 | ... << ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1921:32:1921:36 | 40i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1922:13:1922:19 | i64_shr | | {EXTERNAL LOCATION} | i64 | -| main.rs:1922:23:1922:27 | 41i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1922:23:1922:36 | ... >> ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1922:32:1922:36 | 42i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1925:17:1925:33 | i64_bitand_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1925:37:1925:41 | 43i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1926:9:1926:25 | i64_bitand_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1926:9:1926:34 | ... &= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1926:30:1926:34 | 44i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1928:17:1928:32 | i64_bitor_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1928:36:1928:40 | 45i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1929:9:1929:24 | i64_bitor_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1929:9:1929:33 | ... \|= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1929:29:1929:33 | 46i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1931:17:1931:33 | i64_bitxor_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1931:37:1931:41 | 47i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1932:9:1932:25 | i64_bitxor_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1932:9:1932:34 | ... ^= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1932:30:1932:34 | 48i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1934:17:1934:30 | i64_shl_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1934:34:1934:38 | 49i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1935:9:1935:22 | i64_shl_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1935:9:1935:32 | ... <<= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1935:28:1935:32 | 50i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1937:17:1937:30 | i64_shr_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1937:34:1937:38 | 51i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1938:9:1938:22 | i64_shr_assign | | {EXTERNAL LOCATION} | i64 | -| main.rs:1938:9:1938:32 | ... >>= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1938:28:1938:32 | 52i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1940:13:1940:19 | i64_neg | | {EXTERNAL LOCATION} | i64 | -| main.rs:1940:23:1940:28 | - ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1940:24:1940:28 | 53i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1941:13:1941:19 | i64_not | | {EXTERNAL LOCATION} | i64 | -| main.rs:1941:23:1941:28 | ! ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:1941:24:1941:28 | 54i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:1944:13:1944:14 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1944:18:1944:36 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1944:28:1944:28 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1944:34:1944:34 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1945:13:1945:14 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1945:18:1945:36 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1945:28:1945:28 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1945:34:1945:34 | 4 | | {EXTERNAL LOCATION} | i32 | -| main.rs:1948:13:1948:19 | vec2_eq | | {EXTERNAL LOCATION} | bool | -| main.rs:1948:23:1948:24 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1948:23:1948:30 | ... == ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1948:29:1948:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1949:13:1949:19 | vec2_ne | | {EXTERNAL LOCATION} | bool | -| main.rs:1949:23:1949:24 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1949:23:1949:30 | ... != ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1949:29:1949:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1950:13:1950:19 | vec2_lt | | {EXTERNAL LOCATION} | bool | -| main.rs:1950:23:1950:24 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1950:23:1950:29 | ... < ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1950:28:1950:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1951:13:1951:19 | vec2_le | | {EXTERNAL LOCATION} | bool | -| main.rs:1951:23:1951:24 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1951:23:1951:30 | ... <= ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1951:29:1951:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1952:13:1952:19 | vec2_gt | | {EXTERNAL LOCATION} | bool | -| main.rs:1952:23:1952:24 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1952:23:1952:29 | ... > ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1952:28:1952:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1953:13:1953:19 | vec2_ge | | {EXTERNAL LOCATION} | bool | -| main.rs:1953:23:1953:24 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1953:23:1953:30 | ... >= ... | | {EXTERNAL LOCATION} | bool | -| main.rs:1953:29:1953:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1956:13:1956:20 | vec2_add | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1956:24:1956:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1956:24:1956:30 | ... + ... | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1956:29:1956:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1957:13:1957:20 | vec2_sub | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1957:24:1957:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1957:24:1957:30 | ... - ... | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1957:29:1957:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1958:13:1958:20 | vec2_mul | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1958:24:1958:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1958:24:1958:30 | ... * ... | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1958:29:1958:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1959:13:1959:20 | vec2_div | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1959:24:1959:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1959:24:1959:30 | ... / ... | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1959:29:1959:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1960:13:1960:20 | vec2_rem | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1960:24:1960:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1960:24:1960:30 | ... % ... | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1960:29:1960:30 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1963:17:1963:31 | vec2_add_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1963:35:1963:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1964:9:1964:23 | vec2_add_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1964:9:1964:29 | ... += ... | | {EXTERNAL LOCATION} | () | -| main.rs:1964:28:1964:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1966:17:1966:31 | vec2_sub_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1966:35:1966:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1967:9:1967:23 | vec2_sub_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1967:9:1967:29 | ... -= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1967:28:1967:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1969:17:1969:31 | vec2_mul_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1969:35:1969:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1970:9:1970:23 | vec2_mul_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1970:9:1970:29 | ... *= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1970:28:1970:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1972:17:1972:31 | vec2_div_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1972:35:1972:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1973:9:1973:23 | vec2_div_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1973:9:1973:29 | ... /= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1973:28:1973:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1975:17:1975:31 | vec2_rem_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1975:35:1975:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1976:9:1976:23 | vec2_rem_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1976:9:1976:29 | ... %= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1976:28:1976:29 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1979:13:1979:23 | vec2_bitand | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1979:27:1979:28 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1979:27:1979:33 | ... & ... | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1979:32:1979:33 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1980:13:1980:22 | vec2_bitor | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1980:26:1980:27 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1980:26:1980:32 | ... \| ... | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1980:31:1980:32 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1981:13:1981:23 | vec2_bitxor | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1981:27:1981:28 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1981:27:1981:33 | ... ^ ... | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1981:32:1981:33 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1982:13:1982:20 | vec2_shl | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1982:24:1982:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1982:24:1982:33 | ... << ... | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1982:30:1982:33 | 1u32 | | {EXTERNAL LOCATION} | u32 | -| main.rs:1983:13:1983:20 | vec2_shr | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1983:24:1983:25 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1983:24:1983:33 | ... >> ... | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1983:30:1983:33 | 1u32 | | {EXTERNAL LOCATION} | u32 | -| main.rs:1986:17:1986:34 | vec2_bitand_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1986:38:1986:39 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1987:9:1987:26 | vec2_bitand_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1987:9:1987:32 | ... &= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1987:31:1987:32 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1989:17:1989:33 | vec2_bitor_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1989:37:1989:38 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1990:9:1990:25 | vec2_bitor_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1990:9:1990:31 | ... \|= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1990:30:1990:31 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1992:17:1992:34 | vec2_bitxor_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1992:38:1992:39 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1993:9:1993:26 | vec2_bitxor_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1993:9:1993:32 | ... ^= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1993:31:1993:32 | v2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1995:17:1995:31 | vec2_shl_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1995:35:1995:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1996:9:1996:23 | vec2_shl_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1996:9:1996:32 | ... <<= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1996:29:1996:32 | 1u32 | | {EXTERNAL LOCATION} | u32 | -| main.rs:1998:17:1998:31 | vec2_shr_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1998:35:1998:36 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1999:9:1999:23 | vec2_shr_assign | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:1999:9:1999:32 | ... >>= ... | | {EXTERNAL LOCATION} | () | -| main.rs:1999:29:1999:32 | 1u32 | | {EXTERNAL LOCATION} | u32 | -| main.rs:2002:13:2002:20 | vec2_neg | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2002:24:2002:26 | - ... | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2002:25:2002:26 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2003:13:2003:20 | vec2_not | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2003:24:2003:26 | ! ... | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2003:25:2003:26 | v1 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2006:13:2006:24 | default_vec2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2006:28:2006:45 | ...::default(...) | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2007:13:2007:26 | vec2_zero_plus | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2007:30:2007:48 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2007:30:2007:63 | ... + ... | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2007:40:2007:40 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2007:46:2007:46 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2007:52:2007:63 | default_vec2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2011:13:2011:24 | default_vec2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2011:28:2011:45 | ...::default(...) | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2012:13:2012:26 | vec2_zero_plus | | {EXTERNAL LOCATION} | bool | -| main.rs:2012:30:2012:48 | Vec2 {...} | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2012:30:2012:64 | ... == ... | | {EXTERNAL LOCATION} | bool | -| main.rs:2012:40:2012:40 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2012:46:2012:46 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2012:53:2012:64 | default_vec2 | | main.rs:1641:5:1646:5 | Vec2 | -| main.rs:2022:18:2022:21 | SelfParam | | main.rs:2019:5:2019:14 | S1 | -| main.rs:2022:24:2022:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2025:25:2027:5 | { ... } | | main.rs:2019:5:2019:14 | S1 | -| main.rs:2026:9:2026:10 | S1 | | main.rs:2019:5:2019:14 | S1 | -| main.rs:2029:41:2031:5 | { ... } | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2029:41:2031:5 | { ... } | dyn(Output) | main.rs:2019:5:2019:14 | S1 | -| main.rs:2030:9:2030:20 | { ... } | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2030:9:2030:20 | { ... } | dyn(Output) | main.rs:2019:5:2019:14 | S1 | -| main.rs:2030:17:2030:18 | S1 | | main.rs:2019:5:2019:14 | S1 | -| main.rs:2033:41:2035:5 | { ... } | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2033:41:2035:5 | { ... } | dyn(Output) | {EXTERNAL LOCATION} | () | -| main.rs:2034:9:2034:16 | { ... } | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2034:9:2034:16 | { ... } | dyn(Output) | {EXTERNAL LOCATION} | () | -| main.rs:2043:13:2043:42 | SelfParam | | {EXTERNAL LOCATION} | Pin | -| main.rs:2043:13:2043:42 | SelfParam | Ptr | {EXTERNAL LOCATION} | &mut | -| main.rs:2043:13:2043:42 | SelfParam | Ptr.TRefMut | main.rs:2037:5:2037:14 | S2 | -| main.rs:2044:13:2044:15 | _cx | | {EXTERNAL LOCATION} | &mut | -| main.rs:2044:13:2044:15 | _cx | TRefMut | {EXTERNAL LOCATION} | Context | -| main.rs:2045:44:2047:9 | { ... } | | {EXTERNAL LOCATION} | Poll | -| main.rs:2045:44:2047:9 | { ... } | T | main.rs:2019:5:2019:14 | S1 | -| main.rs:2046:13:2046:38 | ...::Ready(...) | | {EXTERNAL LOCATION} | Poll | -| main.rs:2046:13:2046:38 | ...::Ready(...) | T | main.rs:2019:5:2019:14 | S1 | -| main.rs:2046:36:2046:37 | S1 | | main.rs:2019:5:2019:14 | S1 | -| main.rs:2050:41:2052:5 | { ... } | | main.rs:2037:5:2037:14 | S2 | -| main.rs:2051:9:2051:10 | S2 | | main.rs:2037:5:2037:14 | S2 | -| main.rs:2054:22:2062:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2055:9:2055:12 | f1(...) | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2055:9:2055:12 | f1(...) | dyn(Output) | main.rs:2019:5:2019:14 | S1 | -| main.rs:2055:9:2055:18 | await ... | | main.rs:2019:5:2019:14 | S1 | -| main.rs:2055:9:2055:22 | ... .f() | | {EXTERNAL LOCATION} | () | -| main.rs:2056:9:2056:12 | f2(...) | | main.rs:2029:16:2029:39 | impl ... | -| main.rs:2056:9:2056:18 | await ... | | main.rs:2019:5:2019:14 | S1 | -| main.rs:2056:9:2056:22 | ... .f() | | {EXTERNAL LOCATION} | () | -| main.rs:2057:9:2057:12 | f3(...) | | main.rs:2033:16:2033:39 | impl ... | -| main.rs:2057:9:2057:18 | await ... | | {EXTERNAL LOCATION} | () | -| main.rs:2058:9:2058:12 | f4(...) | | main.rs:2050:16:2050:39 | impl ... | -| main.rs:2058:9:2058:18 | await ... | | main.rs:2019:5:2019:14 | S1 | -| main.rs:2058:9:2058:22 | ... .f() | | {EXTERNAL LOCATION} | () | -| main.rs:2059:9:2059:10 | S2 | | main.rs:2037:5:2037:14 | S2 | -| main.rs:2059:9:2059:16 | await S2 | | main.rs:2019:5:2019:14 | S1 | -| main.rs:2059:9:2059:20 | ... .f() | | {EXTERNAL LOCATION} | () | -| main.rs:2060:13:2060:13 | b | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2060:13:2060:13 | b | dyn(Output) | main.rs:2019:5:2019:14 | S1 | -| main.rs:2060:17:2060:28 | { ... } | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2060:17:2060:28 | { ... } | dyn(Output) | main.rs:2019:5:2019:14 | S1 | -| main.rs:2060:25:2060:26 | S1 | | main.rs:2019:5:2019:14 | S1 | -| main.rs:2061:9:2061:9 | b | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2061:9:2061:9 | b | dyn(Output) | main.rs:2019:5:2019:14 | S1 | -| main.rs:2061:9:2061:15 | await b | | main.rs:2019:5:2019:14 | S1 | -| main.rs:2061:9:2061:19 | ... .f() | | {EXTERNAL LOCATION} | () | -| main.rs:2072:15:2072:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2072:15:2072:19 | SelfParam | TRef | main.rs:2071:5:2073:5 | Self [trait Trait1] | -| main.rs:2072:22:2072:23 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2076:15:2076:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2076:15:2076:19 | SelfParam | TRef | main.rs:2075:5:2077:5 | Self [trait Trait2] | -| main.rs:2076:22:2076:23 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2080:15:2080:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2080:15:2080:19 | SelfParam | TRef | main.rs:2066:5:2067:14 | S1 | -| main.rs:2080:22:2080:23 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2084:15:2084:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2084:15:2084:19 | SelfParam | TRef | main.rs:2066:5:2067:14 | S1 | -| main.rs:2084:22:2084:23 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2087:37:2089:5 | { ... } | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2088:9:2088:10 | S1 | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2092:18:2092:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2092:18:2092:22 | SelfParam | TRef | main.rs:2091:5:2093:5 | Self [trait MyTrait] | -| main.rs:2096:18:2096:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2096:18:2096:22 | SelfParam | TRef | main.rs:2066:5:2067:14 | S1 | -| main.rs:2096:31:2098:9 | { ... } | | main.rs:2068:5:2068:14 | S2 | -| main.rs:2097:13:2097:14 | S2 | | main.rs:2068:5:2068:14 | S2 | -| main.rs:2102:18:2102:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2102:18:2102:22 | SelfParam | TRef | main.rs:2069:5:2069:22 | S3 | -| main.rs:2102:18:2102:22 | SelfParam | TRef.T3 | main.rs:2101:10:2101:17 | T | -| main.rs:2102:30:2105:9 | { ... } | | main.rs:2101:10:2101:17 | T | -| main.rs:2103:17:2103:21 | S3(...) | | {EXTERNAL LOCATION} | & | -| main.rs:2103:17:2103:21 | S3(...) | | main.rs:2069:5:2069:22 | S3 | -| main.rs:2103:17:2103:21 | S3(...) | TRef | main.rs:2069:5:2069:22 | S3 | -| main.rs:2103:17:2103:21 | S3(...) | TRef.T3 | main.rs:2101:10:2101:17 | T | -| main.rs:2103:25:2103:28 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2103:25:2103:28 | self | TRef | main.rs:2069:5:2069:22 | S3 | -| main.rs:2103:25:2103:28 | self | TRef.T3 | main.rs:2101:10:2101:17 | T | -| main.rs:2104:13:2104:21 | t.clone() | | main.rs:2101:10:2101:17 | T | -| main.rs:2108:45:2110:5 | { ... } | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2109:9:2109:10 | S1 | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2112:41:2112:41 | t | | main.rs:2112:26:2112:38 | B | -| main.rs:2112:52:2114:5 | { ... } | | main.rs:2112:23:2112:23 | A | -| main.rs:2113:9:2113:9 | t | | main.rs:2112:26:2112:38 | B | -| main.rs:2113:9:2113:17 | t.get_a() | | main.rs:2112:23:2112:23 | A | -| main.rs:2116:34:2116:34 | x | | main.rs:2116:24:2116:31 | T | -| main.rs:2116:59:2118:5 | { ... } | | main.rs:2116:43:2116:57 | impl ... | -| main.rs:2116:59:2118:5 | { ... } | impl(T) | main.rs:2116:24:2116:31 | T | -| main.rs:2117:9:2117:13 | S3(...) | | main.rs:2069:5:2069:22 | S3 | -| main.rs:2117:9:2117:13 | S3(...) | | main.rs:2116:43:2116:57 | impl ... | -| main.rs:2117:9:2117:13 | S3(...) | T3 | main.rs:2116:24:2116:31 | T | -| main.rs:2117:9:2117:13 | S3(...) | impl(T) | main.rs:2116:24:2116:31 | T | -| main.rs:2117:12:2117:12 | x | | main.rs:2116:24:2116:31 | T | -| main.rs:2120:34:2120:34 | x | | main.rs:2120:24:2120:31 | T | -| main.rs:2120:67:2122:5 | { ... } | | {EXTERNAL LOCATION} | Option | -| main.rs:2120:67:2122:5 | { ... } | T | main.rs:2120:50:2120:64 | impl ... | -| main.rs:2120:67:2122:5 | { ... } | T.impl(T) | main.rs:2120:24:2120:31 | T | -| main.rs:2121:9:2121:19 | Some(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:2121:9:2121:19 | Some(...) | T | main.rs:2069:5:2069:22 | S3 | -| main.rs:2121:9:2121:19 | Some(...) | T | main.rs:2120:50:2120:64 | impl ... | -| main.rs:2121:9:2121:19 | Some(...) | T.T3 | main.rs:2120:24:2120:31 | T | -| main.rs:2121:9:2121:19 | Some(...) | T.impl(T) | main.rs:2120:24:2120:31 | T | -| main.rs:2121:14:2121:18 | S3(...) | | main.rs:2069:5:2069:22 | S3 | -| main.rs:2121:14:2121:18 | S3(...) | T3 | main.rs:2120:24:2120:31 | T | -| main.rs:2121:17:2121:17 | x | | main.rs:2120:24:2120:31 | T | -| main.rs:2124:34:2124:34 | x | | main.rs:2124:24:2124:31 | T | -| main.rs:2124:78:2126:5 | { ... } | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2124:78:2126:5 | { ... } | T0 | main.rs:2124:44:2124:58 | impl ... | -| main.rs:2124:78:2126:5 | { ... } | T0.impl(T) | main.rs:2124:24:2124:31 | T | -| main.rs:2124:78:2126:5 | { ... } | T1 | main.rs:2124:61:2124:75 | impl ... | -| main.rs:2124:78:2126:5 | { ... } | T1.impl(T) | main.rs:2124:24:2124:31 | T | -| main.rs:2125:9:2125:30 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2125:9:2125:30 | TupleExpr | T0 | main.rs:2069:5:2069:22 | S3 | -| main.rs:2125:9:2125:30 | TupleExpr | T0 | main.rs:2124:44:2124:58 | impl ... | -| main.rs:2125:9:2125:30 | TupleExpr | T0.T3 | main.rs:2124:24:2124:31 | T | -| main.rs:2125:9:2125:30 | TupleExpr | T0.impl(T) | main.rs:2124:24:2124:31 | T | -| main.rs:2125:9:2125:30 | TupleExpr | T1 | main.rs:2069:5:2069:22 | S3 | -| main.rs:2125:9:2125:30 | TupleExpr | T1 | main.rs:2124:61:2124:75 | impl ... | -| main.rs:2125:9:2125:30 | TupleExpr | T1.T3 | main.rs:2124:24:2124:31 | T | -| main.rs:2125:9:2125:30 | TupleExpr | T1.impl(T) | main.rs:2124:24:2124:31 | T | -| main.rs:2125:10:2125:22 | S3(...) | | main.rs:2069:5:2069:22 | S3 | -| main.rs:2125:10:2125:22 | S3(...) | | main.rs:2124:44:2124:58 | impl ... | -| main.rs:2125:10:2125:22 | S3(...) | T3 | main.rs:2124:24:2124:31 | T | -| main.rs:2125:10:2125:22 | S3(...) | impl(T) | main.rs:2124:24:2124:31 | T | -| main.rs:2125:13:2125:13 | x | | main.rs:2124:24:2124:31 | T | -| main.rs:2125:13:2125:21 | x.clone() | | main.rs:2124:24:2124:31 | T | -| main.rs:2125:25:2125:29 | S3(...) | | main.rs:2069:5:2069:22 | S3 | -| main.rs:2125:25:2125:29 | S3(...) | | main.rs:2124:61:2124:75 | impl ... | -| main.rs:2125:25:2125:29 | S3(...) | T3 | main.rs:2124:24:2124:31 | T | -| main.rs:2125:25:2125:29 | S3(...) | impl(T) | main.rs:2124:24:2124:31 | T | -| main.rs:2125:28:2125:28 | x | | main.rs:2124:24:2124:31 | T | -| main.rs:2128:26:2128:26 | t | | main.rs:2128:29:2128:43 | impl ... | -| main.rs:2128:51:2130:5 | { ... } | | main.rs:2128:23:2128:23 | A | -| main.rs:2129:9:2129:9 | t | | main.rs:2128:29:2128:43 | impl ... | -| main.rs:2129:9:2129:17 | t.get_a() | | main.rs:2128:23:2128:23 | A | -| main.rs:2132:16:2146:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2133:13:2133:13 | x | | main.rs:2087:16:2087:35 | impl ... + ... | -| main.rs:2133:17:2133:20 | f1(...) | | main.rs:2087:16:2087:35 | impl ... + ... | -| main.rs:2134:9:2134:9 | x | | main.rs:2087:16:2087:35 | impl ... + ... | -| main.rs:2134:9:2134:14 | x.f1() | | {EXTERNAL LOCATION} | () | -| main.rs:2135:9:2135:9 | x | | main.rs:2087:16:2087:35 | impl ... + ... | -| main.rs:2135:9:2135:14 | x.f2() | | {EXTERNAL LOCATION} | () | -| main.rs:2136:13:2136:13 | a | | main.rs:2108:28:2108:43 | impl ... | -| main.rs:2136:17:2136:32 | get_a_my_trait(...) | | main.rs:2108:28:2108:43 | impl ... | -| main.rs:2137:13:2137:13 | b | | main.rs:2068:5:2068:14 | S2 | -| main.rs:2137:17:2137:33 | uses_my_trait1(...) | | main.rs:2068:5:2068:14 | S2 | -| main.rs:2137:32:2137:32 | a | | main.rs:2108:28:2108:43 | impl ... | -| main.rs:2138:13:2138:13 | a | | main.rs:2108:28:2108:43 | impl ... | -| main.rs:2138:17:2138:32 | get_a_my_trait(...) | | main.rs:2108:28:2108:43 | impl ... | -| main.rs:2139:13:2139:13 | c | | main.rs:2068:5:2068:14 | S2 | -| main.rs:2139:17:2139:33 | uses_my_trait2(...) | | main.rs:2068:5:2068:14 | S2 | -| main.rs:2139:32:2139:32 | a | | main.rs:2108:28:2108:43 | impl ... | -| main.rs:2140:13:2140:13 | d | | main.rs:2068:5:2068:14 | S2 | -| main.rs:2140:17:2140:34 | uses_my_trait2(...) | | main.rs:2068:5:2068:14 | S2 | -| main.rs:2140:32:2140:33 | S1 | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2141:13:2141:13 | e | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2141:17:2141:35 | get_a_my_trait2(...) | | main.rs:2116:43:2116:57 | impl ... | -| main.rs:2141:17:2141:35 | get_a_my_trait2(...) | impl(T) | main.rs:2066:5:2067:14 | S1 | -| main.rs:2141:17:2141:43 | ... .get_a() | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2141:33:2141:34 | S1 | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2144:13:2144:13 | f | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2144:17:2144:35 | get_a_my_trait3(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:2144:17:2144:35 | get_a_my_trait3(...) | T | main.rs:2120:50:2120:64 | impl ... | -| main.rs:2144:17:2144:35 | get_a_my_trait3(...) | T.impl(T) | main.rs:2066:5:2067:14 | S1 | -| main.rs:2144:17:2144:44 | ... .unwrap() | | main.rs:2120:50:2120:64 | impl ... | -| main.rs:2144:17:2144:44 | ... .unwrap() | impl(T) | main.rs:2066:5:2067:14 | S1 | -| main.rs:2144:17:2144:52 | ... .get_a() | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2144:33:2144:34 | S1 | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2145:13:2145:13 | g | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2145:17:2145:35 | get_a_my_trait4(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2145:17:2145:35 | get_a_my_trait4(...) | T0 | main.rs:2124:44:2124:58 | impl ... | -| main.rs:2145:17:2145:35 | get_a_my_trait4(...) | T0.impl(T) | main.rs:2066:5:2067:14 | S1 | -| main.rs:2145:17:2145:35 | get_a_my_trait4(...) | T1 | main.rs:2124:61:2124:75 | impl ... | -| main.rs:2145:17:2145:35 | get_a_my_trait4(...) | T1.impl(T) | main.rs:2066:5:2067:14 | S1 | -| main.rs:2145:17:2145:37 | ... .0 | | main.rs:2124:44:2124:58 | impl ... | -| main.rs:2145:17:2145:37 | ... .0 | impl(T) | main.rs:2066:5:2067:14 | S1 | -| main.rs:2145:17:2145:45 | ... .get_a() | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2145:33:2145:34 | S1 | | main.rs:2066:5:2067:14 | S1 | -| main.rs:2156:16:2156:20 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2156:16:2156:20 | SelfParam | TRef | main.rs:2152:5:2153:13 | S | -| main.rs:2156:31:2158:9 | { ... } | | main.rs:2152:5:2153:13 | S | -| main.rs:2157:13:2157:13 | S | | main.rs:2152:5:2153:13 | S | -| main.rs:2167:26:2169:9 | { ... } | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2167:26:2169:9 | { ... } | T | main.rs:2166:10:2166:10 | T | -| main.rs:2168:13:2168:38 | MyVec {...} | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2168:13:2168:38 | MyVec {...} | T | main.rs:2166:10:2166:10 | T | -| main.rs:2168:27:2168:36 | ...::new(...) | | {EXTERNAL LOCATION} | Vec | -| main.rs:2168:27:2168:36 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2168:27:2168:36 | ...::new(...) | T | main.rs:2166:10:2166:10 | T | -| main.rs:2171:17:2171:25 | SelfParam | | {EXTERNAL LOCATION} | &mut | -| main.rs:2171:17:2171:25 | SelfParam | TRefMut | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2171:17:2171:25 | SelfParam | TRefMut.T | main.rs:2166:10:2166:10 | T | -| main.rs:2171:28:2171:32 | value | | main.rs:2166:10:2166:10 | T | -| main.rs:2171:38:2173:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2172:13:2172:16 | self | | {EXTERNAL LOCATION} | &mut | -| main.rs:2172:13:2172:16 | self | TRefMut | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2172:13:2172:16 | self | TRefMut.T | main.rs:2166:10:2166:10 | T | -| main.rs:2172:13:2172:21 | self.data | | {EXTERNAL LOCATION} | Vec | -| main.rs:2172:13:2172:21 | self.data | A | {EXTERNAL LOCATION} | Global | -| main.rs:2172:13:2172:21 | self.data | T | main.rs:2166:10:2166:10 | T | -| main.rs:2172:13:2172:33 | ... .push(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2172:28:2172:32 | value | | main.rs:2166:10:2166:10 | T | -| main.rs:2180:18:2180:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2180:18:2180:22 | SelfParam | TRef | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2180:18:2180:22 | SelfParam | TRef.T | main.rs:2176:10:2176:10 | T | -| main.rs:2180:25:2180:29 | index | | {EXTERNAL LOCATION} | usize | -| main.rs:2180:56:2182:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:2180:56:2182:9 | { ... } | TRef | main.rs:2176:10:2176:10 | T | -| main.rs:2181:13:2181:29 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:2181:13:2181:29 | &... | TRef | main.rs:2176:10:2176:10 | T | -| main.rs:2181:14:2181:17 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2181:14:2181:17 | self | TRef | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2181:14:2181:17 | self | TRef.T | main.rs:2176:10:2176:10 | T | -| main.rs:2181:14:2181:22 | self.data | | {EXTERNAL LOCATION} | Vec | -| main.rs:2181:14:2181:22 | self.data | A | {EXTERNAL LOCATION} | Global | -| main.rs:2181:14:2181:22 | self.data | T | main.rs:2176:10:2176:10 | T | -| main.rs:2181:14:2181:29 | ...[index] | | main.rs:2176:10:2176:10 | T | -| main.rs:2181:24:2181:28 | index | | {EXTERNAL LOCATION} | usize | -| main.rs:2185:22:2185:26 | slice | | {EXTERNAL LOCATION} | & | -| main.rs:2185:22:2185:26 | slice | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:2185:22:2185:26 | slice | TRef.TSlice | main.rs:2152:5:2153:13 | S | -| main.rs:2185:35:2187:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2186:13:2186:13 | x | | main.rs:2152:5:2153:13 | S | -| main.rs:2186:17:2186:21 | slice | | {EXTERNAL LOCATION} | & | -| main.rs:2186:17:2186:21 | slice | TRef | {EXTERNAL LOCATION} | [] | -| main.rs:2186:17:2186:21 | slice | TRef.TSlice | main.rs:2152:5:2153:13 | S | -| main.rs:2186:17:2186:24 | slice[0] | | main.rs:2152:5:2153:13 | S | -| main.rs:2186:17:2186:30 | ... .foo() | | main.rs:2152:5:2153:13 | S | -| main.rs:2186:23:2186:23 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2189:37:2189:37 | a | | main.rs:2189:20:2189:34 | T | -| main.rs:2189:43:2189:43 | b | | {EXTERNAL LOCATION} | usize | -| main.rs:2193:9:2193:9 | a | | main.rs:2189:20:2189:34 | T | -| main.rs:2193:11:2193:11 | b | | {EXTERNAL LOCATION} | usize | -| main.rs:2196:16:2207:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2197:17:2197:19 | vec | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2197:17:2197:19 | vec | T | main.rs:2152:5:2153:13 | S | -| main.rs:2197:23:2197:34 | ...::new(...) | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2197:23:2197:34 | ...::new(...) | T | main.rs:2152:5:2153:13 | S | -| main.rs:2198:9:2198:11 | vec | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2198:9:2198:11 | vec | T | main.rs:2152:5:2153:13 | S | -| main.rs:2198:9:2198:19 | vec.push(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2198:18:2198:18 | S | | main.rs:2152:5:2153:13 | S | -| main.rs:2199:9:2199:11 | vec | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2199:9:2199:11 | vec | T | main.rs:2152:5:2153:13 | S | -| main.rs:2199:9:2199:14 | vec[0] | | main.rs:2152:5:2153:13 | S | -| main.rs:2199:9:2199:20 | ... .foo() | | main.rs:2152:5:2153:13 | S | -| main.rs:2199:13:2199:13 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2201:13:2201:14 | xs | | {EXTERNAL LOCATION} | [;] | -| main.rs:2201:13:2201:14 | xs | TArray | main.rs:2152:5:2153:13 | S | -| main.rs:2201:21:2201:21 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2201:26:2201:28 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2201:26:2201:28 | [...] | TArray | main.rs:2152:5:2153:13 | S | -| main.rs:2201:27:2201:27 | S | | main.rs:2152:5:2153:13 | S | -| main.rs:2202:13:2202:13 | x | | main.rs:2152:5:2153:13 | S | -| main.rs:2202:17:2202:18 | xs | | {EXTERNAL LOCATION} | [;] | -| main.rs:2202:17:2202:18 | xs | TArray | main.rs:2152:5:2153:13 | S | -| main.rs:2202:17:2202:21 | xs[0] | | main.rs:2152:5:2153:13 | S | -| main.rs:2202:17:2202:27 | ... .foo() | | main.rs:2152:5:2153:13 | S | -| main.rs:2202:20:2202:20 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2204:29:2204:31 | vec | | main.rs:2161:5:2164:5 | MyVec | -| main.rs:2204:29:2204:31 | vec | T | main.rs:2152:5:2153:13 | S | -| main.rs:2204:34:2204:34 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2206:9:2206:26 | analyze_slice(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2206:23:2206:25 | &xs | | {EXTERNAL LOCATION} | & | -| main.rs:2206:23:2206:25 | &xs | TRef | {EXTERNAL LOCATION} | [;] | -| main.rs:2206:23:2206:25 | &xs | TRef.TArray | main.rs:2152:5:2153:13 | S | -| main.rs:2206:24:2206:25 | xs | | {EXTERNAL LOCATION} | [;] | -| main.rs:2206:24:2206:25 | xs | TArray | main.rs:2152:5:2153:13 | S | -| main.rs:2211:16:2213:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2212:13:2212:13 | x | | {EXTERNAL LOCATION} | String | -| main.rs:2212:17:2212:46 | MacroExpr | | {EXTERNAL LOCATION} | String | -| main.rs:2212:25:2212:35 | "Hello, {}" | | {EXTERNAL LOCATION} | & | -| main.rs:2212:25:2212:35 | "Hello, {}" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2212:25:2212:45 | ...::format(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2212:25:2212:45 | ...::must_use(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2212:25:2212:45 | { ... } | | {EXTERNAL LOCATION} | String | -| main.rs:2212:38:2212:45 | "World!" | | {EXTERNAL LOCATION} | & | -| main.rs:2212:38:2212:45 | "World!" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2221:19:2221:22 | SelfParam | | main.rs:2217:5:2222:5 | Self [trait MyAdd] | -| main.rs:2221:25:2221:27 | rhs | | main.rs:2217:17:2217:26 | Rhs | -| main.rs:2228:19:2228:22 | SelfParam | | {EXTERNAL LOCATION} | i64 | -| main.rs:2228:25:2228:29 | value | | {EXTERNAL LOCATION} | i64 | -| main.rs:2228:45:2230:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2229:13:2229:17 | value | | {EXTERNAL LOCATION} | i64 | -| main.rs:2237:19:2237:22 | SelfParam | | {EXTERNAL LOCATION} | i64 | -| main.rs:2237:25:2237:29 | value | | {EXTERNAL LOCATION} | & | -| main.rs:2237:25:2237:29 | value | TRef | {EXTERNAL LOCATION} | i64 | -| main.rs:2237:46:2239:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2238:13:2238:18 | * ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:2238:14:2238:18 | value | | {EXTERNAL LOCATION} | & | -| main.rs:2238:14:2238:18 | value | TRef | {EXTERNAL LOCATION} | i64 | -| main.rs:2246:19:2246:22 | SelfParam | | {EXTERNAL LOCATION} | i64 | -| main.rs:2246:25:2246:29 | value | | {EXTERNAL LOCATION} | bool | -| main.rs:2246:46:2252:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2247:13:2251:13 | if value {...} else {...} | | {EXTERNAL LOCATION} | i32 | -| main.rs:2247:13:2251:13 | if value {...} else {...} | | {EXTERNAL LOCATION} | i64 | -| main.rs:2247:16:2247:20 | value | | {EXTERNAL LOCATION} | bool | -| main.rs:2247:22:2249:13 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2247:22:2249:13 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2248:17:2248:17 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2248:17:2248:17 | 1 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2249:20:2251:13 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2249:20:2251:13 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2250:17:2250:17 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2250:17:2250:17 | 0 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2261:19:2261:22 | SelfParam | | main.rs:2255:5:2255:19 | S | -| main.rs:2261:19:2261:22 | SelfParam | T | main.rs:2257:10:2257:17 | T | -| main.rs:2261:25:2261:29 | other | | main.rs:2255:5:2255:19 | S | -| main.rs:2261:25:2261:29 | other | T | main.rs:2257:10:2257:17 | T | -| main.rs:2261:54:2263:9 | { ... } | | main.rs:2255:5:2255:19 | S | -| main.rs:2262:13:2262:39 | S(...) | | main.rs:2255:5:2255:19 | S | -| main.rs:2262:15:2262:22 | (...) | | main.rs:2257:10:2257:17 | T | -| main.rs:2262:16:2262:19 | self | | main.rs:2255:5:2255:19 | S | -| main.rs:2262:16:2262:19 | self | T | main.rs:2257:10:2257:17 | T | -| main.rs:2262:16:2262:21 | self.0 | | main.rs:2257:10:2257:17 | T | -| main.rs:2262:31:2262:35 | other | | main.rs:2255:5:2255:19 | S | -| main.rs:2262:31:2262:35 | other | T | main.rs:2257:10:2257:17 | T | -| main.rs:2262:31:2262:37 | other.0 | | main.rs:2257:10:2257:17 | T | -| main.rs:2270:19:2270:22 | SelfParam | | main.rs:2255:5:2255:19 | S | -| main.rs:2270:19:2270:22 | SelfParam | T | main.rs:2266:10:2266:17 | T | -| main.rs:2270:25:2270:29 | other | | main.rs:2266:10:2266:17 | T | -| main.rs:2270:51:2272:9 | { ... } | | main.rs:2255:5:2255:19 | S | -| main.rs:2271:13:2271:37 | S(...) | | main.rs:2255:5:2255:19 | S | -| main.rs:2271:15:2271:22 | (...) | | main.rs:2266:10:2266:17 | T | -| main.rs:2271:16:2271:19 | self | | main.rs:2255:5:2255:19 | S | -| main.rs:2271:16:2271:19 | self | T | main.rs:2266:10:2266:17 | T | -| main.rs:2271:16:2271:21 | self.0 | | main.rs:2266:10:2266:17 | T | -| main.rs:2271:31:2271:35 | other | | main.rs:2266:10:2266:17 | T | -| main.rs:2282:19:2282:22 | SelfParam | | main.rs:2255:5:2255:19 | S | -| main.rs:2282:19:2282:22 | SelfParam | T | main.rs:2275:14:2275:14 | T | -| main.rs:2282:25:2282:29 | other | | {EXTERNAL LOCATION} | & | -| main.rs:2282:25:2282:29 | other | TRef | main.rs:2275:14:2275:14 | T | -| main.rs:2282:55:2284:9 | { ... } | | main.rs:2255:5:2255:19 | S | -| main.rs:2283:13:2283:37 | S(...) | | main.rs:2255:5:2255:19 | S | -| main.rs:2283:15:2283:22 | (...) | | main.rs:2275:14:2275:14 | T | -| main.rs:2283:16:2283:19 | self | | main.rs:2255:5:2255:19 | S | -| main.rs:2283:16:2283:19 | self | T | main.rs:2275:14:2275:14 | T | -| main.rs:2283:16:2283:21 | self.0 | | main.rs:2275:14:2275:14 | T | -| main.rs:2283:31:2283:35 | other | | {EXTERNAL LOCATION} | & | -| main.rs:2283:31:2283:35 | other | TRef | main.rs:2275:14:2275:14 | T | -| main.rs:2289:20:2289:24 | value | | main.rs:2287:18:2287:18 | T | -| main.rs:2294:20:2294:24 | value | | {EXTERNAL LOCATION} | i64 | -| main.rs:2294:40:2296:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2295:13:2295:17 | value | | {EXTERNAL LOCATION} | i64 | -| main.rs:2301:20:2301:24 | value | | {EXTERNAL LOCATION} | bool | -| main.rs:2301:41:2307:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2302:13:2306:13 | if value {...} else {...} | | {EXTERNAL LOCATION} | i32 | -| main.rs:2302:13:2306:13 | if value {...} else {...} | | {EXTERNAL LOCATION} | i64 | -| main.rs:2302:16:2302:20 | value | | {EXTERNAL LOCATION} | bool | -| main.rs:2302:22:2304:13 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2302:22:2304:13 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2303:17:2303:17 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2303:17:2303:17 | 1 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2304:20:2306:13 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2304:20:2306:13 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2305:17:2305:17 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2305:17:2305:17 | 0 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2312:21:2312:25 | value | | main.rs:2310:19:2310:19 | T | -| main.rs:2312:31:2312:31 | x | | main.rs:2310:5:2313:5 | Self [trait MyFrom2] | -| main.rs:2317:21:2317:25 | value | | {EXTERNAL LOCATION} | i64 | -| main.rs:2317:33:2317:33 | _ | | {EXTERNAL LOCATION} | i64 | -| main.rs:2317:48:2319:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2318:13:2318:17 | value | | {EXTERNAL LOCATION} | i64 | -| main.rs:2324:21:2324:25 | value | | {EXTERNAL LOCATION} | bool | -| main.rs:2324:34:2324:34 | _ | | {EXTERNAL LOCATION} | i64 | -| main.rs:2324:49:2330:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2325:13:2329:13 | if value {...} else {...} | | {EXTERNAL LOCATION} | i32 | -| main.rs:2325:16:2325:20 | value | | {EXTERNAL LOCATION} | bool | -| main.rs:2325:22:2327:13 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2326:17:2326:17 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2327:20:2329:13 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2328:17:2328:17 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2335:15:2335:15 | x | | main.rs:2333:5:2339:5 | Self [trait MySelfTrait] | -| main.rs:2338:15:2338:15 | x | | main.rs:2333:5:2339:5 | Self [trait MySelfTrait] | -| main.rs:2343:15:2343:15 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2343:31:2345:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2344:13:2344:13 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2344:13:2344:17 | ... + ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:2344:17:2344:17 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2348:15:2348:15 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2348:32:2350:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2349:13:2349:13 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2349:13:2349:17 | ... + ... | | {EXTERNAL LOCATION} | i64 | -| main.rs:2349:17:2349:17 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2355:15:2355:15 | x | | {EXTERNAL LOCATION} | bool | -| main.rs:2355:31:2357:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2356:13:2356:13 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2356:13:2356:13 | 0 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2360:15:2360:15 | x | | {EXTERNAL LOCATION} | bool | -| main.rs:2360:32:2362:9 | { ... } | | {EXTERNAL LOCATION} | bool | -| main.rs:2361:13:2361:13 | x | | {EXTERNAL LOCATION} | bool | -| main.rs:2365:16:2390:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2366:13:2366:13 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2366:22:2366:23 | 73 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2366:22:2366:23 | 73 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2367:9:2367:9 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2367:9:2367:22 | x.my_add(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2367:18:2367:21 | 5i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2368:9:2368:9 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2368:9:2368:23 | x.my_add(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2368:18:2368:22 | &5i64 | | {EXTERNAL LOCATION} | & | -| main.rs:2368:18:2368:22 | &5i64 | TRef | {EXTERNAL LOCATION} | i64 | -| main.rs:2368:19:2368:22 | 5i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2369:9:2369:9 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2369:9:2369:22 | x.my_add(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2369:18:2369:21 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2371:9:2371:15 | S(...) | | main.rs:2255:5:2255:19 | S | -| main.rs:2371:9:2371:15 | S(...) | T | {EXTERNAL LOCATION} | i64 | -| main.rs:2371:9:2371:31 | ... .my_add(...) | | main.rs:2255:5:2255:19 | S | -| main.rs:2371:11:2371:14 | 1i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2371:24:2371:30 | S(...) | | main.rs:2255:5:2255:19 | S | -| main.rs:2371:24:2371:30 | S(...) | T | {EXTERNAL LOCATION} | i64 | -| main.rs:2371:26:2371:29 | 2i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2372:9:2372:15 | S(...) | | main.rs:2255:5:2255:19 | S | -| main.rs:2372:9:2372:15 | S(...) | T | {EXTERNAL LOCATION} | i64 | -| main.rs:2372:11:2372:14 | 1i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2372:24:2372:27 | 3i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2373:9:2373:15 | S(...) | | main.rs:2255:5:2255:19 | S | -| main.rs:2373:9:2373:15 | S(...) | T | {EXTERNAL LOCATION} | i64 | -| main.rs:2373:9:2373:29 | ... .my_add(...) | | main.rs:2255:5:2255:19 | S | -| main.rs:2373:11:2373:14 | 1i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2373:24:2373:28 | &3i64 | | {EXTERNAL LOCATION} | & | -| main.rs:2373:24:2373:28 | &3i64 | TRef | {EXTERNAL LOCATION} | i64 | -| main.rs:2373:25:2373:28 | 3i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1852:13:1852:26 | ... >>= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1852:24:1852:26 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1853:13:1853:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:1853:13:1853:16 | self | TRefMut | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1853:13:1853:18 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1853:13:1853:26 | ... >>= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1853:24:1853:26 | rhs | | {EXTERNAL LOCATION} | u32 | +| main.rs:1859:16:1859:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1859:30:1864:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1860:13:1863:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1861:20:1861:26 | - ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1861:21:1861:24 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1861:21:1861:26 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1862:20:1862:26 | - ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1862:21:1862:24 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1862:21:1862:26 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1869:16:1869:19 | SelfParam | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1869:30:1874:9 | { ... } | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1870:13:1873:13 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1871:20:1871:26 | ! ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1871:21:1871:24 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1871:21:1871:26 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1872:20:1872:26 | ! ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1872:21:1872:24 | self | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1872:21:1872:26 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1878:15:1878:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1878:15:1878:19 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1878:22:1878:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1878:22:1878:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1878:44:1880:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:1879:13:1879:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1879:13:1879:16 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1879:13:1879:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1879:13:1879:29 | ... == ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1879:13:1879:50 | ... && ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1879:23:1879:27 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1879:23:1879:27 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1879:23:1879:29 | other.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1879:34:1879:37 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1879:34:1879:37 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1879:34:1879:39 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1879:34:1879:50 | ... == ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1879:44:1879:48 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1879:44:1879:48 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1879:44:1879:50 | other.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1882:15:1882:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1882:15:1882:19 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1882:22:1882:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1882:22:1882:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1882:44:1884:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:1883:13:1883:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1883:13:1883:16 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1883:13:1883:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1883:13:1883:29 | ... != ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1883:13:1883:50 | ... \|\| ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1883:23:1883:27 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1883:23:1883:27 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1883:23:1883:29 | other.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1883:34:1883:37 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1883:34:1883:37 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1883:34:1883:39 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1883:34:1883:50 | ... != ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1883:44:1883:48 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1883:44:1883:48 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1883:44:1883:50 | other.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1888:24:1888:28 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1888:24:1888:28 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1888:31:1888:35 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1888:31:1888:35 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1888:75:1890:9 | { ... } | | {EXTERNAL LOCATION} | Option | +| main.rs:1888:75:1890:9 | { ... } | T | {EXTERNAL LOCATION} | Ordering | +| main.rs:1889:13:1889:29 | (...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:1889:13:1889:63 | ... .partial_cmp(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:1889:13:1889:63 | ... .partial_cmp(...) | T | {EXTERNAL LOCATION} | Ordering | +| main.rs:1889:14:1889:17 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1889:14:1889:17 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1889:14:1889:19 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1889:14:1889:28 | ... + ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1889:23:1889:26 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1889:23:1889:26 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1889:23:1889:28 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1889:43:1889:62 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:1889:43:1889:62 | &... | TRef | {EXTERNAL LOCATION} | i64 | +| main.rs:1889:44:1889:62 | (...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:1889:45:1889:49 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1889:45:1889:49 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1889:45:1889:51 | other.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1889:45:1889:61 | ... + ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1889:55:1889:59 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1889:55:1889:59 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1889:55:1889:61 | other.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1892:15:1892:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1892:15:1892:19 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1892:22:1892:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1892:22:1892:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1892:44:1894:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:1893:13:1893:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1893:13:1893:16 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1893:13:1893:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1893:13:1893:28 | ... < ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1893:13:1893:48 | ... && ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1893:22:1893:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1893:22:1893:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1893:22:1893:28 | other.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1893:33:1893:36 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1893:33:1893:36 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1893:33:1893:38 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1893:33:1893:48 | ... < ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1893:42:1893:46 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1893:42:1893:46 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1893:42:1893:48 | other.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1896:15:1896:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1896:15:1896:19 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1896:22:1896:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1896:22:1896:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1896:44:1898:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:1897:13:1897:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1897:13:1897:16 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1897:13:1897:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1897:13:1897:29 | ... <= ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1897:13:1897:50 | ... && ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1897:23:1897:27 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1897:23:1897:27 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1897:23:1897:29 | other.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1897:34:1897:37 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1897:34:1897:37 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1897:34:1897:39 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1897:34:1897:50 | ... <= ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1897:44:1897:48 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1897:44:1897:48 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1897:44:1897:50 | other.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1900:15:1900:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1900:15:1900:19 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1900:22:1900:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1900:22:1900:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1900:44:1902:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:1901:13:1901:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1901:13:1901:16 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1901:13:1901:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1901:13:1901:28 | ... > ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1901:13:1901:48 | ... && ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1901:22:1901:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1901:22:1901:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1901:22:1901:28 | other.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1901:33:1901:36 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1901:33:1901:36 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1901:33:1901:38 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1901:33:1901:48 | ... > ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1901:42:1901:46 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1901:42:1901:46 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1901:42:1901:48 | other.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1904:15:1904:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:1904:15:1904:19 | SelfParam | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1904:22:1904:26 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1904:22:1904:26 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1904:44:1906:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:1905:13:1905:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1905:13:1905:16 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1905:13:1905:18 | self.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1905:13:1905:29 | ... >= ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1905:13:1905:50 | ... && ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1905:23:1905:27 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1905:23:1905:27 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1905:23:1905:29 | other.x | | {EXTERNAL LOCATION} | i64 | +| main.rs:1905:34:1905:37 | self | | {EXTERNAL LOCATION} | & | +| main.rs:1905:34:1905:37 | self | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1905:34:1905:39 | self.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1905:34:1905:50 | ... >= ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1905:44:1905:48 | other | | {EXTERNAL LOCATION} | & | +| main.rs:1905:44:1905:48 | other | TRef | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1905:44:1905:50 | other.y | | {EXTERNAL LOCATION} | i64 | +| main.rs:1909:26:1909:26 | a | | main.rs:1909:18:1909:23 | T | +| main.rs:1909:32:1909:32 | b | | main.rs:1909:18:1909:23 | T | +| main.rs:1910:9:1910:9 | a | | main.rs:1909:18:1909:23 | T | +| main.rs:1910:13:1910:13 | b | | main.rs:1909:18:1909:23 | T | +| main.rs:1913:16:2044:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:1917:13:1917:18 | i64_eq | | {EXTERNAL LOCATION} | bool | +| main.rs:1917:22:1917:35 | (...) | | {EXTERNAL LOCATION} | bool | +| main.rs:1917:23:1917:26 | 1i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1917:23:1917:34 | ... == ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1917:31:1917:34 | 2i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1918:13:1918:18 | i64_ne | | {EXTERNAL LOCATION} | bool | +| main.rs:1918:22:1918:35 | (...) | | {EXTERNAL LOCATION} | bool | +| main.rs:1918:23:1918:26 | 3i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1918:23:1918:34 | ... != ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1918:31:1918:34 | 4i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1919:13:1919:18 | i64_lt | | {EXTERNAL LOCATION} | bool | +| main.rs:1919:22:1919:34 | (...) | | {EXTERNAL LOCATION} | bool | +| main.rs:1919:23:1919:26 | 5i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1919:23:1919:33 | ... < ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1919:30:1919:33 | 6i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1920:13:1920:18 | i64_le | | {EXTERNAL LOCATION} | bool | +| main.rs:1920:22:1920:35 | (...) | | {EXTERNAL LOCATION} | bool | +| main.rs:1920:23:1920:26 | 7i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1920:23:1920:34 | ... <= ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1920:31:1920:34 | 8i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1921:13:1921:18 | i64_gt | | {EXTERNAL LOCATION} | bool | +| main.rs:1921:22:1921:35 | (...) | | {EXTERNAL LOCATION} | bool | +| main.rs:1921:23:1921:26 | 9i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1921:23:1921:34 | ... > ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1921:30:1921:34 | 10i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1922:13:1922:18 | i64_ge | | {EXTERNAL LOCATION} | bool | +| main.rs:1922:22:1922:37 | (...) | | {EXTERNAL LOCATION} | bool | +| main.rs:1922:23:1922:27 | 11i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1922:23:1922:36 | ... >= ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1922:32:1922:36 | 12i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1925:13:1925:19 | i64_add | | {EXTERNAL LOCATION} | i64 | +| main.rs:1925:23:1925:27 | 13i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1925:23:1925:35 | ... + ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1925:31:1925:35 | 14i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1926:13:1926:19 | i64_sub | | {EXTERNAL LOCATION} | i64 | +| main.rs:1926:23:1926:27 | 15i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1926:23:1926:35 | ... - ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1926:31:1926:35 | 16i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1927:13:1927:19 | i64_mul | | {EXTERNAL LOCATION} | i64 | +| main.rs:1927:23:1927:27 | 17i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1927:23:1927:35 | ... * ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1927:31:1927:35 | 18i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1928:13:1928:19 | i64_div | | {EXTERNAL LOCATION} | i64 | +| main.rs:1928:23:1928:27 | 19i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1928:23:1928:35 | ... / ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1928:31:1928:35 | 20i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1929:13:1929:19 | i64_rem | | {EXTERNAL LOCATION} | i64 | +| main.rs:1929:23:1929:27 | 21i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1929:23:1929:35 | ... % ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1929:31:1929:35 | 22i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1930:39:1930:42 | 1i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1930:45:1930:48 | 2i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1933:17:1933:30 | i64_add_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1933:34:1933:38 | 23i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1934:9:1934:22 | i64_add_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1934:9:1934:31 | ... += ... | | {EXTERNAL LOCATION} | () | +| main.rs:1934:27:1934:31 | 24i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1936:17:1936:30 | i64_sub_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1936:34:1936:38 | 25i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1937:9:1937:22 | i64_sub_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1937:9:1937:31 | ... -= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1937:27:1937:31 | 26i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1939:17:1939:30 | i64_mul_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1939:34:1939:38 | 27i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1940:9:1940:22 | i64_mul_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1940:9:1940:31 | ... *= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1940:27:1940:31 | 28i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1942:17:1942:30 | i64_div_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1942:34:1942:38 | 29i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1943:9:1943:22 | i64_div_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1943:9:1943:31 | ... /= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1943:27:1943:31 | 30i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1945:17:1945:30 | i64_rem_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1945:34:1945:38 | 31i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1946:9:1946:22 | i64_rem_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1946:9:1946:31 | ... %= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1946:27:1946:31 | 32i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1949:13:1949:22 | i64_bitand | | {EXTERNAL LOCATION} | i64 | +| main.rs:1949:26:1949:30 | 33i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1949:26:1949:38 | ... & ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1949:34:1949:38 | 34i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1950:13:1950:21 | i64_bitor | | {EXTERNAL LOCATION} | i64 | +| main.rs:1950:25:1950:29 | 35i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1950:25:1950:37 | ... \| ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1950:33:1950:37 | 36i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1951:13:1951:22 | i64_bitxor | | {EXTERNAL LOCATION} | i64 | +| main.rs:1951:26:1951:30 | 37i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1951:26:1951:38 | ... ^ ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1951:34:1951:38 | 38i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1952:13:1952:19 | i64_shl | | {EXTERNAL LOCATION} | i64 | +| main.rs:1952:23:1952:27 | 39i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1952:23:1952:36 | ... << ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1952:32:1952:36 | 40i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1953:13:1953:19 | i64_shr | | {EXTERNAL LOCATION} | i64 | +| main.rs:1953:23:1953:27 | 41i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1953:23:1953:36 | ... >> ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1953:32:1953:36 | 42i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1956:17:1956:33 | i64_bitand_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1956:37:1956:41 | 43i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1957:9:1957:25 | i64_bitand_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1957:9:1957:34 | ... &= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1957:30:1957:34 | 44i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1959:17:1959:32 | i64_bitor_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1959:36:1959:40 | 45i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1960:9:1960:24 | i64_bitor_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1960:9:1960:33 | ... \|= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1960:29:1960:33 | 46i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1962:17:1962:33 | i64_bitxor_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1962:37:1962:41 | 47i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1963:9:1963:25 | i64_bitxor_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1963:9:1963:34 | ... ^= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1963:30:1963:34 | 48i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1965:17:1965:30 | i64_shl_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1965:34:1965:38 | 49i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1966:9:1966:22 | i64_shl_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1966:9:1966:32 | ... <<= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1966:28:1966:32 | 50i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1968:17:1968:30 | i64_shr_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1968:34:1968:38 | 51i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1969:9:1969:22 | i64_shr_assign | | {EXTERNAL LOCATION} | i64 | +| main.rs:1969:9:1969:32 | ... >>= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1969:28:1969:32 | 52i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1971:13:1971:19 | i64_neg | | {EXTERNAL LOCATION} | i64 | +| main.rs:1971:23:1971:28 | - ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1971:24:1971:28 | 53i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1972:13:1972:19 | i64_not | | {EXTERNAL LOCATION} | i64 | +| main.rs:1972:23:1972:28 | ! ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:1972:24:1972:28 | 54i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:1975:13:1975:14 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1975:18:1975:36 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1975:28:1975:28 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1975:34:1975:34 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1976:13:1976:14 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1976:18:1976:36 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1976:28:1976:28 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1976:34:1976:34 | 4 | | {EXTERNAL LOCATION} | i32 | +| main.rs:1979:13:1979:19 | vec2_eq | | {EXTERNAL LOCATION} | bool | +| main.rs:1979:23:1979:24 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1979:23:1979:30 | ... == ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1979:29:1979:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1980:13:1980:19 | vec2_ne | | {EXTERNAL LOCATION} | bool | +| main.rs:1980:23:1980:24 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1980:23:1980:30 | ... != ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1980:29:1980:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1981:13:1981:19 | vec2_lt | | {EXTERNAL LOCATION} | bool | +| main.rs:1981:23:1981:24 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1981:23:1981:29 | ... < ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1981:28:1981:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1982:13:1982:19 | vec2_le | | {EXTERNAL LOCATION} | bool | +| main.rs:1982:23:1982:24 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1982:23:1982:30 | ... <= ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1982:29:1982:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1983:13:1983:19 | vec2_gt | | {EXTERNAL LOCATION} | bool | +| main.rs:1983:23:1983:24 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1983:23:1983:29 | ... > ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1983:28:1983:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1984:13:1984:19 | vec2_ge | | {EXTERNAL LOCATION} | bool | +| main.rs:1984:23:1984:24 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1984:23:1984:30 | ... >= ... | | {EXTERNAL LOCATION} | bool | +| main.rs:1984:29:1984:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1987:13:1987:20 | vec2_add | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1987:24:1987:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1987:24:1987:30 | ... + ... | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1987:29:1987:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1988:13:1988:20 | vec2_sub | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1988:24:1988:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1988:24:1988:30 | ... - ... | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1988:29:1988:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1989:13:1989:20 | vec2_mul | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1989:24:1989:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1989:24:1989:30 | ... * ... | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1989:29:1989:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1990:13:1990:20 | vec2_div | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1990:24:1990:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1990:24:1990:30 | ... / ... | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1990:29:1990:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1991:13:1991:20 | vec2_rem | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1991:24:1991:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1991:24:1991:30 | ... % ... | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1991:29:1991:30 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1994:17:1994:31 | vec2_add_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1994:35:1994:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1995:9:1995:23 | vec2_add_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1995:9:1995:29 | ... += ... | | {EXTERNAL LOCATION} | () | +| main.rs:1995:28:1995:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1997:17:1997:31 | vec2_sub_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1997:35:1997:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1998:9:1998:23 | vec2_sub_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:1998:9:1998:29 | ... -= ... | | {EXTERNAL LOCATION} | () | +| main.rs:1998:28:1998:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2000:17:2000:31 | vec2_mul_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2000:35:2000:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2001:9:2001:23 | vec2_mul_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2001:9:2001:29 | ... *= ... | | {EXTERNAL LOCATION} | () | +| main.rs:2001:28:2001:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2003:17:2003:31 | vec2_div_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2003:35:2003:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2004:9:2004:23 | vec2_div_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2004:9:2004:29 | ... /= ... | | {EXTERNAL LOCATION} | () | +| main.rs:2004:28:2004:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2006:17:2006:31 | vec2_rem_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2006:35:2006:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2007:9:2007:23 | vec2_rem_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2007:9:2007:29 | ... %= ... | | {EXTERNAL LOCATION} | () | +| main.rs:2007:28:2007:29 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2010:13:2010:23 | vec2_bitand | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2010:27:2010:28 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2010:27:2010:33 | ... & ... | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2010:32:2010:33 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2011:13:2011:22 | vec2_bitor | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2011:26:2011:27 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2011:26:2011:32 | ... \| ... | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2011:31:2011:32 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2012:13:2012:23 | vec2_bitxor | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2012:27:2012:28 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2012:27:2012:33 | ... ^ ... | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2012:32:2012:33 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2013:13:2013:20 | vec2_shl | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2013:24:2013:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2013:24:2013:33 | ... << ... | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2013:30:2013:33 | 1u32 | | {EXTERNAL LOCATION} | u32 | +| main.rs:2014:13:2014:20 | vec2_shr | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2014:24:2014:25 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2014:24:2014:33 | ... >> ... | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2014:30:2014:33 | 1u32 | | {EXTERNAL LOCATION} | u32 | +| main.rs:2017:17:2017:34 | vec2_bitand_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2017:38:2017:39 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2018:9:2018:26 | vec2_bitand_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2018:9:2018:32 | ... &= ... | | {EXTERNAL LOCATION} | () | +| main.rs:2018:31:2018:32 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2020:17:2020:33 | vec2_bitor_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2020:37:2020:38 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2021:9:2021:25 | vec2_bitor_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2021:9:2021:31 | ... \|= ... | | {EXTERNAL LOCATION} | () | +| main.rs:2021:30:2021:31 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2023:17:2023:34 | vec2_bitxor_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2023:38:2023:39 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2024:9:2024:26 | vec2_bitxor_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2024:9:2024:32 | ... ^= ... | | {EXTERNAL LOCATION} | () | +| main.rs:2024:31:2024:32 | v2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2026:17:2026:31 | vec2_shl_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2026:35:2026:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2027:9:2027:23 | vec2_shl_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2027:9:2027:32 | ... <<= ... | | {EXTERNAL LOCATION} | () | +| main.rs:2027:29:2027:32 | 1u32 | | {EXTERNAL LOCATION} | u32 | +| main.rs:2029:17:2029:31 | vec2_shr_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2029:35:2029:36 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2030:9:2030:23 | vec2_shr_assign | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2030:9:2030:32 | ... >>= ... | | {EXTERNAL LOCATION} | () | +| main.rs:2030:29:2030:32 | 1u32 | | {EXTERNAL LOCATION} | u32 | +| main.rs:2033:13:2033:20 | vec2_neg | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2033:24:2033:26 | - ... | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2033:25:2033:26 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2034:13:2034:20 | vec2_not | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2034:24:2034:26 | ! ... | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2034:25:2034:26 | v1 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2037:13:2037:24 | default_vec2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2037:28:2037:45 | ...::default(...) | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2038:13:2038:26 | vec2_zero_plus | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2038:30:2038:48 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2038:30:2038:63 | ... + ... | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2038:40:2038:40 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2038:46:2038:46 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2038:52:2038:63 | default_vec2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2042:13:2042:24 | default_vec2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2042:28:2042:45 | ...::default(...) | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2043:13:2043:26 | vec2_zero_plus | | {EXTERNAL LOCATION} | bool | +| main.rs:2043:30:2043:48 | Vec2 {...} | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2043:30:2043:64 | ... == ... | | {EXTERNAL LOCATION} | bool | +| main.rs:2043:40:2043:40 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2043:46:2043:46 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2043:53:2043:64 | default_vec2 | | main.rs:1672:5:1677:5 | Vec2 | +| main.rs:2053:18:2053:21 | SelfParam | | main.rs:2050:5:2050:14 | S1 | +| main.rs:2053:24:2053:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2056:25:2058:5 | { ... } | | main.rs:2050:5:2050:14 | S1 | +| main.rs:2057:9:2057:10 | S1 | | main.rs:2050:5:2050:14 | S1 | +| main.rs:2060:41:2062:5 | { ... } | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2060:41:2062:5 | { ... } | dyn(Output) | main.rs:2050:5:2050:14 | S1 | +| main.rs:2061:9:2061:20 | { ... } | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2061:9:2061:20 | { ... } | dyn(Output) | main.rs:2050:5:2050:14 | S1 | +| main.rs:2061:17:2061:18 | S1 | | main.rs:2050:5:2050:14 | S1 | +| main.rs:2064:41:2066:5 | { ... } | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2064:41:2066:5 | { ... } | dyn(Output) | {EXTERNAL LOCATION} | () | +| main.rs:2065:9:2065:16 | { ... } | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2065:9:2065:16 | { ... } | dyn(Output) | {EXTERNAL LOCATION} | () | +| main.rs:2074:13:2074:42 | SelfParam | | {EXTERNAL LOCATION} | Pin | +| main.rs:2074:13:2074:42 | SelfParam | Ptr | {EXTERNAL LOCATION} | &mut | +| main.rs:2074:13:2074:42 | SelfParam | Ptr.TRefMut | main.rs:2068:5:2068:14 | S2 | +| main.rs:2075:13:2075:15 | _cx | | {EXTERNAL LOCATION} | &mut | +| main.rs:2075:13:2075:15 | _cx | TRefMut | {EXTERNAL LOCATION} | Context | +| main.rs:2076:44:2078:9 | { ... } | | {EXTERNAL LOCATION} | Poll | +| main.rs:2076:44:2078:9 | { ... } | T | main.rs:2050:5:2050:14 | S1 | +| main.rs:2077:13:2077:38 | ...::Ready(...) | | {EXTERNAL LOCATION} | Poll | +| main.rs:2077:13:2077:38 | ...::Ready(...) | T | main.rs:2050:5:2050:14 | S1 | +| main.rs:2077:36:2077:37 | S1 | | main.rs:2050:5:2050:14 | S1 | +| main.rs:2081:41:2083:5 | { ... } | | main.rs:2068:5:2068:14 | S2 | +| main.rs:2082:9:2082:10 | S2 | | main.rs:2068:5:2068:14 | S2 | +| main.rs:2085:22:2093:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2086:9:2086:12 | f1(...) | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2086:9:2086:12 | f1(...) | dyn(Output) | main.rs:2050:5:2050:14 | S1 | +| main.rs:2086:9:2086:18 | await ... | | main.rs:2050:5:2050:14 | S1 | +| main.rs:2086:9:2086:22 | ... .f() | | {EXTERNAL LOCATION} | () | +| main.rs:2087:9:2087:12 | f2(...) | | main.rs:2060:16:2060:39 | impl ... | +| main.rs:2087:9:2087:18 | await ... | | main.rs:2050:5:2050:14 | S1 | +| main.rs:2087:9:2087:22 | ... .f() | | {EXTERNAL LOCATION} | () | +| main.rs:2088:9:2088:12 | f3(...) | | main.rs:2064:16:2064:39 | impl ... | +| main.rs:2088:9:2088:18 | await ... | | {EXTERNAL LOCATION} | () | +| main.rs:2089:9:2089:12 | f4(...) | | main.rs:2081:16:2081:39 | impl ... | +| main.rs:2089:9:2089:18 | await ... | | main.rs:2050:5:2050:14 | S1 | +| main.rs:2089:9:2089:22 | ... .f() | | {EXTERNAL LOCATION} | () | +| main.rs:2090:9:2090:10 | S2 | | main.rs:2068:5:2068:14 | S2 | +| main.rs:2090:9:2090:16 | await S2 | | main.rs:2050:5:2050:14 | S1 | +| main.rs:2090:9:2090:20 | ... .f() | | {EXTERNAL LOCATION} | () | +| main.rs:2091:13:2091:13 | b | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2091:13:2091:13 | b | dyn(Output) | main.rs:2050:5:2050:14 | S1 | +| main.rs:2091:17:2091:28 | { ... } | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2091:17:2091:28 | { ... } | dyn(Output) | main.rs:2050:5:2050:14 | S1 | +| main.rs:2091:25:2091:26 | S1 | | main.rs:2050:5:2050:14 | S1 | +| main.rs:2092:9:2092:9 | b | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2092:9:2092:9 | b | dyn(Output) | main.rs:2050:5:2050:14 | S1 | +| main.rs:2092:9:2092:15 | await b | | main.rs:2050:5:2050:14 | S1 | +| main.rs:2092:9:2092:19 | ... .f() | | {EXTERNAL LOCATION} | () | +| main.rs:2103:15:2103:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2103:15:2103:19 | SelfParam | TRef | main.rs:2102:5:2104:5 | Self [trait Trait1] | +| main.rs:2103:22:2103:23 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2107:15:2107:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2107:15:2107:19 | SelfParam | TRef | main.rs:2106:5:2108:5 | Self [trait Trait2] | +| main.rs:2107:22:2107:23 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2111:15:2111:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2111:15:2111:19 | SelfParam | TRef | main.rs:2097:5:2098:14 | S1 | +| main.rs:2111:22:2111:23 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2115:15:2115:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2115:15:2115:19 | SelfParam | TRef | main.rs:2097:5:2098:14 | S1 | +| main.rs:2115:22:2115:23 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2118:37:2120:5 | { ... } | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2119:9:2119:10 | S1 | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2123:18:2123:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2123:18:2123:22 | SelfParam | TRef | main.rs:2122:5:2124:5 | Self [trait MyTrait] | +| main.rs:2127:18:2127:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2127:18:2127:22 | SelfParam | TRef | main.rs:2097:5:2098:14 | S1 | +| main.rs:2127:31:2129:9 | { ... } | | main.rs:2099:5:2099:14 | S2 | +| main.rs:2128:13:2128:14 | S2 | | main.rs:2099:5:2099:14 | S2 | +| main.rs:2133:18:2133:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2133:18:2133:22 | SelfParam | TRef | main.rs:2100:5:2100:22 | S3 | +| main.rs:2133:18:2133:22 | SelfParam | TRef.T3 | main.rs:2132:10:2132:17 | T | +| main.rs:2133:30:2136:9 | { ... } | | main.rs:2132:10:2132:17 | T | +| main.rs:2134:17:2134:21 | S3(...) | | {EXTERNAL LOCATION} | & | +| main.rs:2134:17:2134:21 | S3(...) | | main.rs:2100:5:2100:22 | S3 | +| main.rs:2134:17:2134:21 | S3(...) | TRef | main.rs:2100:5:2100:22 | S3 | +| main.rs:2134:17:2134:21 | S3(...) | TRef.T3 | main.rs:2132:10:2132:17 | T | +| main.rs:2134:25:2134:28 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2134:25:2134:28 | self | TRef | main.rs:2100:5:2100:22 | S3 | +| main.rs:2134:25:2134:28 | self | TRef.T3 | main.rs:2132:10:2132:17 | T | +| main.rs:2135:13:2135:21 | t.clone() | | main.rs:2132:10:2132:17 | T | +| main.rs:2139:45:2141:5 | { ... } | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2140:9:2140:10 | S1 | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2143:41:2143:41 | t | | main.rs:2143:26:2143:38 | B | +| main.rs:2143:52:2145:5 | { ... } | | main.rs:2143:23:2143:23 | A | +| main.rs:2144:9:2144:9 | t | | main.rs:2143:26:2143:38 | B | +| main.rs:2144:9:2144:17 | t.get_a() | | main.rs:2143:23:2143:23 | A | +| main.rs:2147:34:2147:34 | x | | main.rs:2147:24:2147:31 | T | +| main.rs:2147:59:2149:5 | { ... } | | main.rs:2147:43:2147:57 | impl ... | +| main.rs:2147:59:2149:5 | { ... } | impl(T) | main.rs:2147:24:2147:31 | T | +| main.rs:2148:9:2148:13 | S3(...) | | main.rs:2100:5:2100:22 | S3 | +| main.rs:2148:9:2148:13 | S3(...) | | main.rs:2147:43:2147:57 | impl ... | +| main.rs:2148:9:2148:13 | S3(...) | T3 | main.rs:2147:24:2147:31 | T | +| main.rs:2148:9:2148:13 | S3(...) | impl(T) | main.rs:2147:24:2147:31 | T | +| main.rs:2148:12:2148:12 | x | | main.rs:2147:24:2147:31 | T | +| main.rs:2151:34:2151:34 | x | | main.rs:2151:24:2151:31 | T | +| main.rs:2151:67:2153:5 | { ... } | | {EXTERNAL LOCATION} | Option | +| main.rs:2151:67:2153:5 | { ... } | T | main.rs:2151:50:2151:64 | impl ... | +| main.rs:2151:67:2153:5 | { ... } | T.impl(T) | main.rs:2151:24:2151:31 | T | +| main.rs:2152:9:2152:19 | Some(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:2152:9:2152:19 | Some(...) | T | main.rs:2100:5:2100:22 | S3 | +| main.rs:2152:9:2152:19 | Some(...) | T | main.rs:2151:50:2151:64 | impl ... | +| main.rs:2152:9:2152:19 | Some(...) | T.T3 | main.rs:2151:24:2151:31 | T | +| main.rs:2152:9:2152:19 | Some(...) | T.impl(T) | main.rs:2151:24:2151:31 | T | +| main.rs:2152:14:2152:18 | S3(...) | | main.rs:2100:5:2100:22 | S3 | +| main.rs:2152:14:2152:18 | S3(...) | T3 | main.rs:2151:24:2151:31 | T | +| main.rs:2152:17:2152:17 | x | | main.rs:2151:24:2151:31 | T | +| main.rs:2155:34:2155:34 | x | | main.rs:2155:24:2155:31 | T | +| main.rs:2155:78:2157:5 | { ... } | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2155:78:2157:5 | { ... } | T0 | main.rs:2155:44:2155:58 | impl ... | +| main.rs:2155:78:2157:5 | { ... } | T0.impl(T) | main.rs:2155:24:2155:31 | T | +| main.rs:2155:78:2157:5 | { ... } | T1 | main.rs:2155:61:2155:75 | impl ... | +| main.rs:2155:78:2157:5 | { ... } | T1.impl(T) | main.rs:2155:24:2155:31 | T | +| main.rs:2156:9:2156:30 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2156:9:2156:30 | TupleExpr | T0 | main.rs:2100:5:2100:22 | S3 | +| main.rs:2156:9:2156:30 | TupleExpr | T0 | main.rs:2155:44:2155:58 | impl ... | +| main.rs:2156:9:2156:30 | TupleExpr | T0.T3 | main.rs:2155:24:2155:31 | T | +| main.rs:2156:9:2156:30 | TupleExpr | T0.impl(T) | main.rs:2155:24:2155:31 | T | +| main.rs:2156:9:2156:30 | TupleExpr | T1 | main.rs:2100:5:2100:22 | S3 | +| main.rs:2156:9:2156:30 | TupleExpr | T1 | main.rs:2155:61:2155:75 | impl ... | +| main.rs:2156:9:2156:30 | TupleExpr | T1.T3 | main.rs:2155:24:2155:31 | T | +| main.rs:2156:9:2156:30 | TupleExpr | T1.impl(T) | main.rs:2155:24:2155:31 | T | +| main.rs:2156:10:2156:22 | S3(...) | | main.rs:2100:5:2100:22 | S3 | +| main.rs:2156:10:2156:22 | S3(...) | | main.rs:2155:44:2155:58 | impl ... | +| main.rs:2156:10:2156:22 | S3(...) | T3 | main.rs:2155:24:2155:31 | T | +| main.rs:2156:10:2156:22 | S3(...) | impl(T) | main.rs:2155:24:2155:31 | T | +| main.rs:2156:13:2156:13 | x | | main.rs:2155:24:2155:31 | T | +| main.rs:2156:13:2156:21 | x.clone() | | main.rs:2155:24:2155:31 | T | +| main.rs:2156:25:2156:29 | S3(...) | | main.rs:2100:5:2100:22 | S3 | +| main.rs:2156:25:2156:29 | S3(...) | | main.rs:2155:61:2155:75 | impl ... | +| main.rs:2156:25:2156:29 | S3(...) | T3 | main.rs:2155:24:2155:31 | T | +| main.rs:2156:25:2156:29 | S3(...) | impl(T) | main.rs:2155:24:2155:31 | T | +| main.rs:2156:28:2156:28 | x | | main.rs:2155:24:2155:31 | T | +| main.rs:2159:26:2159:26 | t | | main.rs:2159:29:2159:43 | impl ... | +| main.rs:2159:51:2161:5 | { ... } | | main.rs:2159:23:2159:23 | A | +| main.rs:2160:9:2160:9 | t | | main.rs:2159:29:2159:43 | impl ... | +| main.rs:2160:9:2160:17 | t.get_a() | | main.rs:2159:23:2159:23 | A | +| main.rs:2163:16:2177:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2164:13:2164:13 | x | | main.rs:2118:16:2118:35 | impl ... + ... | +| main.rs:2164:17:2164:20 | f1(...) | | main.rs:2118:16:2118:35 | impl ... + ... | +| main.rs:2165:9:2165:9 | x | | main.rs:2118:16:2118:35 | impl ... + ... | +| main.rs:2165:9:2165:14 | x.f1() | | {EXTERNAL LOCATION} | () | +| main.rs:2166:9:2166:9 | x | | main.rs:2118:16:2118:35 | impl ... + ... | +| main.rs:2166:9:2166:14 | x.f2() | | {EXTERNAL LOCATION} | () | +| main.rs:2167:13:2167:13 | a | | main.rs:2139:28:2139:43 | impl ... | +| main.rs:2167:17:2167:32 | get_a_my_trait(...) | | main.rs:2139:28:2139:43 | impl ... | +| main.rs:2168:13:2168:13 | b | | main.rs:2099:5:2099:14 | S2 | +| main.rs:2168:17:2168:33 | uses_my_trait1(...) | | main.rs:2099:5:2099:14 | S2 | +| main.rs:2168:32:2168:32 | a | | main.rs:2139:28:2139:43 | impl ... | +| main.rs:2169:13:2169:13 | a | | main.rs:2139:28:2139:43 | impl ... | +| main.rs:2169:17:2169:32 | get_a_my_trait(...) | | main.rs:2139:28:2139:43 | impl ... | +| main.rs:2170:13:2170:13 | c | | main.rs:2099:5:2099:14 | S2 | +| main.rs:2170:17:2170:33 | uses_my_trait2(...) | | main.rs:2099:5:2099:14 | S2 | +| main.rs:2170:32:2170:32 | a | | main.rs:2139:28:2139:43 | impl ... | +| main.rs:2171:13:2171:13 | d | | main.rs:2099:5:2099:14 | S2 | +| main.rs:2171:17:2171:34 | uses_my_trait2(...) | | main.rs:2099:5:2099:14 | S2 | +| main.rs:2171:32:2171:33 | S1 | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2172:13:2172:13 | e | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2172:17:2172:35 | get_a_my_trait2(...) | | main.rs:2147:43:2147:57 | impl ... | +| main.rs:2172:17:2172:35 | get_a_my_trait2(...) | impl(T) | main.rs:2097:5:2098:14 | S1 | +| main.rs:2172:17:2172:43 | ... .get_a() | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2172:33:2172:34 | S1 | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2175:13:2175:13 | f | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2175:17:2175:35 | get_a_my_trait3(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:2175:17:2175:35 | get_a_my_trait3(...) | T | main.rs:2151:50:2151:64 | impl ... | +| main.rs:2175:17:2175:35 | get_a_my_trait3(...) | T.impl(T) | main.rs:2097:5:2098:14 | S1 | +| main.rs:2175:17:2175:44 | ... .unwrap() | | main.rs:2151:50:2151:64 | impl ... | +| main.rs:2175:17:2175:44 | ... .unwrap() | impl(T) | main.rs:2097:5:2098:14 | S1 | +| main.rs:2175:17:2175:52 | ... .get_a() | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2175:33:2175:34 | S1 | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2176:13:2176:13 | g | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2176:17:2176:35 | get_a_my_trait4(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2176:17:2176:35 | get_a_my_trait4(...) | T0 | main.rs:2155:44:2155:58 | impl ... | +| main.rs:2176:17:2176:35 | get_a_my_trait4(...) | T0.impl(T) | main.rs:2097:5:2098:14 | S1 | +| main.rs:2176:17:2176:35 | get_a_my_trait4(...) | T1 | main.rs:2155:61:2155:75 | impl ... | +| main.rs:2176:17:2176:35 | get_a_my_trait4(...) | T1.impl(T) | main.rs:2097:5:2098:14 | S1 | +| main.rs:2176:17:2176:37 | ... .0 | | main.rs:2155:44:2155:58 | impl ... | +| main.rs:2176:17:2176:37 | ... .0 | impl(T) | main.rs:2097:5:2098:14 | S1 | +| main.rs:2176:17:2176:45 | ... .get_a() | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2176:33:2176:34 | S1 | | main.rs:2097:5:2098:14 | S1 | +| main.rs:2187:16:2187:20 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2187:16:2187:20 | SelfParam | TRef | main.rs:2183:5:2184:13 | S | +| main.rs:2187:31:2189:9 | { ... } | | main.rs:2183:5:2184:13 | S | +| main.rs:2188:13:2188:13 | S | | main.rs:2183:5:2184:13 | S | +| main.rs:2198:26:2200:9 | { ... } | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2198:26:2200:9 | { ... } | T | main.rs:2197:10:2197:10 | T | +| main.rs:2199:13:2199:38 | MyVec {...} | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2199:13:2199:38 | MyVec {...} | T | main.rs:2197:10:2197:10 | T | +| main.rs:2199:27:2199:36 | ...::new(...) | | {EXTERNAL LOCATION} | Vec | +| main.rs:2199:27:2199:36 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2199:27:2199:36 | ...::new(...) | T | main.rs:2197:10:2197:10 | T | +| main.rs:2202:17:2202:25 | SelfParam | | {EXTERNAL LOCATION} | &mut | +| main.rs:2202:17:2202:25 | SelfParam | TRefMut | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2202:17:2202:25 | SelfParam | TRefMut.T | main.rs:2197:10:2197:10 | T | +| main.rs:2202:28:2202:32 | value | | main.rs:2197:10:2197:10 | T | +| main.rs:2202:38:2204:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2203:13:2203:16 | self | | {EXTERNAL LOCATION} | &mut | +| main.rs:2203:13:2203:16 | self | TRefMut | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2203:13:2203:16 | self | TRefMut.T | main.rs:2197:10:2197:10 | T | +| main.rs:2203:13:2203:21 | self.data | | {EXTERNAL LOCATION} | Vec | +| main.rs:2203:13:2203:21 | self.data | A | {EXTERNAL LOCATION} | Global | +| main.rs:2203:13:2203:21 | self.data | T | main.rs:2197:10:2197:10 | T | +| main.rs:2203:13:2203:33 | ... .push(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2203:28:2203:32 | value | | main.rs:2197:10:2197:10 | T | +| main.rs:2211:18:2211:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2211:18:2211:22 | SelfParam | TRef | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2211:18:2211:22 | SelfParam | TRef.T | main.rs:2207:10:2207:10 | T | +| main.rs:2211:25:2211:29 | index | | {EXTERNAL LOCATION} | usize | +| main.rs:2211:56:2213:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:2211:56:2213:9 | { ... } | TRef | main.rs:2207:10:2207:10 | T | +| main.rs:2212:13:2212:29 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:2212:13:2212:29 | &... | TRef | main.rs:2207:10:2207:10 | T | +| main.rs:2212:14:2212:17 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2212:14:2212:17 | self | TRef | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2212:14:2212:17 | self | TRef.T | main.rs:2207:10:2207:10 | T | +| main.rs:2212:14:2212:22 | self.data | | {EXTERNAL LOCATION} | Vec | +| main.rs:2212:14:2212:22 | self.data | A | {EXTERNAL LOCATION} | Global | +| main.rs:2212:14:2212:22 | self.data | T | main.rs:2207:10:2207:10 | T | +| main.rs:2212:14:2212:29 | ...[index] | | main.rs:2207:10:2207:10 | T | +| main.rs:2212:24:2212:28 | index | | {EXTERNAL LOCATION} | usize | +| main.rs:2216:22:2216:26 | slice | | {EXTERNAL LOCATION} | & | +| main.rs:2216:22:2216:26 | slice | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:2216:22:2216:26 | slice | TRef.TSlice | main.rs:2183:5:2184:13 | S | +| main.rs:2216:35:2218:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2217:13:2217:13 | x | | main.rs:2183:5:2184:13 | S | +| main.rs:2217:17:2217:21 | slice | | {EXTERNAL LOCATION} | & | +| main.rs:2217:17:2217:21 | slice | TRef | {EXTERNAL LOCATION} | [] | +| main.rs:2217:17:2217:21 | slice | TRef.TSlice | main.rs:2183:5:2184:13 | S | +| main.rs:2217:17:2217:24 | slice[0] | | main.rs:2183:5:2184:13 | S | +| main.rs:2217:17:2217:30 | ... .foo() | | main.rs:2183:5:2184:13 | S | +| main.rs:2217:23:2217:23 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2220:37:2220:37 | a | | main.rs:2220:20:2220:34 | T | +| main.rs:2220:43:2220:43 | b | | {EXTERNAL LOCATION} | usize | +| main.rs:2224:9:2224:9 | a | | main.rs:2220:20:2220:34 | T | +| main.rs:2224:11:2224:11 | b | | {EXTERNAL LOCATION} | usize | +| main.rs:2227:16:2238:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2228:17:2228:19 | vec | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2228:17:2228:19 | vec | T | main.rs:2183:5:2184:13 | S | +| main.rs:2228:23:2228:34 | ...::new(...) | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2228:23:2228:34 | ...::new(...) | T | main.rs:2183:5:2184:13 | S | +| main.rs:2229:9:2229:11 | vec | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2229:9:2229:11 | vec | T | main.rs:2183:5:2184:13 | S | +| main.rs:2229:9:2229:19 | vec.push(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2229:18:2229:18 | S | | main.rs:2183:5:2184:13 | S | +| main.rs:2230:9:2230:11 | vec | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2230:9:2230:11 | vec | T | main.rs:2183:5:2184:13 | S | +| main.rs:2230:9:2230:14 | vec[0] | | main.rs:2183:5:2184:13 | S | +| main.rs:2230:9:2230:20 | ... .foo() | | main.rs:2183:5:2184:13 | S | +| main.rs:2230:13:2230:13 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2232:13:2232:14 | xs | | {EXTERNAL LOCATION} | [;] | +| main.rs:2232:13:2232:14 | xs | TArray | main.rs:2183:5:2184:13 | S | +| main.rs:2232:21:2232:21 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2232:26:2232:28 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2232:26:2232:28 | [...] | TArray | main.rs:2183:5:2184:13 | S | +| main.rs:2232:27:2232:27 | S | | main.rs:2183:5:2184:13 | S | +| main.rs:2233:13:2233:13 | x | | main.rs:2183:5:2184:13 | S | +| main.rs:2233:17:2233:18 | xs | | {EXTERNAL LOCATION} | [;] | +| main.rs:2233:17:2233:18 | xs | TArray | main.rs:2183:5:2184:13 | S | +| main.rs:2233:17:2233:21 | xs[0] | | main.rs:2183:5:2184:13 | S | +| main.rs:2233:17:2233:27 | ... .foo() | | main.rs:2183:5:2184:13 | S | +| main.rs:2233:20:2233:20 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2235:29:2235:31 | vec | | main.rs:2192:5:2195:5 | MyVec | +| main.rs:2235:29:2235:31 | vec | T | main.rs:2183:5:2184:13 | S | +| main.rs:2235:34:2235:34 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2237:9:2237:26 | analyze_slice(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2237:23:2237:25 | &xs | | {EXTERNAL LOCATION} | & | +| main.rs:2237:23:2237:25 | &xs | TRef | {EXTERNAL LOCATION} | [;] | +| main.rs:2237:23:2237:25 | &xs | TRef.TArray | main.rs:2183:5:2184:13 | S | +| main.rs:2237:24:2237:25 | xs | | {EXTERNAL LOCATION} | [;] | +| main.rs:2237:24:2237:25 | xs | TArray | main.rs:2183:5:2184:13 | S | +| main.rs:2242:16:2244:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2243:13:2243:13 | x | | {EXTERNAL LOCATION} | String | +| main.rs:2243:17:2243:46 | MacroExpr | | {EXTERNAL LOCATION} | String | +| main.rs:2243:25:2243:35 | "Hello, {}" | | {EXTERNAL LOCATION} | & | +| main.rs:2243:25:2243:35 | "Hello, {}" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2243:25:2243:45 | ...::format(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2243:25:2243:45 | ...::must_use(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2243:25:2243:45 | { ... } | | {EXTERNAL LOCATION} | String | +| main.rs:2243:38:2243:45 | "World!" | | {EXTERNAL LOCATION} | & | +| main.rs:2243:38:2243:45 | "World!" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2252:19:2252:22 | SelfParam | | main.rs:2248:5:2253:5 | Self [trait MyAdd] | +| main.rs:2252:25:2252:27 | rhs | | main.rs:2248:17:2248:26 | Rhs | +| main.rs:2259:19:2259:22 | SelfParam | | {EXTERNAL LOCATION} | i64 | +| main.rs:2259:25:2259:29 | value | | {EXTERNAL LOCATION} | i64 | +| main.rs:2259:45:2261:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2260:13:2260:17 | value | | {EXTERNAL LOCATION} | i64 | +| main.rs:2268:19:2268:22 | SelfParam | | {EXTERNAL LOCATION} | i64 | +| main.rs:2268:25:2268:29 | value | | {EXTERNAL LOCATION} | & | +| main.rs:2268:25:2268:29 | value | TRef | {EXTERNAL LOCATION} | i64 | +| main.rs:2268:46:2270:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2269:13:2269:18 | * ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:2269:14:2269:18 | value | | {EXTERNAL LOCATION} | & | +| main.rs:2269:14:2269:18 | value | TRef | {EXTERNAL LOCATION} | i64 | +| main.rs:2277:19:2277:22 | SelfParam | | {EXTERNAL LOCATION} | i64 | +| main.rs:2277:25:2277:29 | value | | {EXTERNAL LOCATION} | bool | +| main.rs:2277:46:2283:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2278:13:2282:13 | if value {...} else {...} | | {EXTERNAL LOCATION} | i32 | +| main.rs:2278:13:2282:13 | if value {...} else {...} | | {EXTERNAL LOCATION} | i64 | +| main.rs:2278:16:2278:20 | value | | {EXTERNAL LOCATION} | bool | +| main.rs:2278:22:2280:13 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2278:22:2280:13 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2279:17:2279:17 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2279:17:2279:17 | 1 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2280:20:2282:13 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2280:20:2282:13 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2281:17:2281:17 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2281:17:2281:17 | 0 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2292:19:2292:22 | SelfParam | | main.rs:2286:5:2286:19 | S | +| main.rs:2292:19:2292:22 | SelfParam | T | main.rs:2288:10:2288:17 | T | +| main.rs:2292:25:2292:29 | other | | main.rs:2286:5:2286:19 | S | +| main.rs:2292:25:2292:29 | other | T | main.rs:2288:10:2288:17 | T | +| main.rs:2292:54:2294:9 | { ... } | | main.rs:2286:5:2286:19 | S | +| main.rs:2293:13:2293:39 | S(...) | | main.rs:2286:5:2286:19 | S | +| main.rs:2293:15:2293:22 | (...) | | main.rs:2288:10:2288:17 | T | +| main.rs:2293:16:2293:19 | self | | main.rs:2286:5:2286:19 | S | +| main.rs:2293:16:2293:19 | self | T | main.rs:2288:10:2288:17 | T | +| main.rs:2293:16:2293:21 | self.0 | | main.rs:2288:10:2288:17 | T | +| main.rs:2293:31:2293:35 | other | | main.rs:2286:5:2286:19 | S | +| main.rs:2293:31:2293:35 | other | T | main.rs:2288:10:2288:17 | T | +| main.rs:2293:31:2293:37 | other.0 | | main.rs:2288:10:2288:17 | T | +| main.rs:2301:19:2301:22 | SelfParam | | main.rs:2286:5:2286:19 | S | +| main.rs:2301:19:2301:22 | SelfParam | T | main.rs:2297:10:2297:17 | T | +| main.rs:2301:25:2301:29 | other | | main.rs:2297:10:2297:17 | T | +| main.rs:2301:51:2303:9 | { ... } | | main.rs:2286:5:2286:19 | S | +| main.rs:2302:13:2302:37 | S(...) | | main.rs:2286:5:2286:19 | S | +| main.rs:2302:15:2302:22 | (...) | | main.rs:2297:10:2297:17 | T | +| main.rs:2302:16:2302:19 | self | | main.rs:2286:5:2286:19 | S | +| main.rs:2302:16:2302:19 | self | T | main.rs:2297:10:2297:17 | T | +| main.rs:2302:16:2302:21 | self.0 | | main.rs:2297:10:2297:17 | T | +| main.rs:2302:31:2302:35 | other | | main.rs:2297:10:2297:17 | T | +| main.rs:2313:19:2313:22 | SelfParam | | main.rs:2286:5:2286:19 | S | +| main.rs:2313:19:2313:22 | SelfParam | T | main.rs:2306:14:2306:14 | T | +| main.rs:2313:25:2313:29 | other | | {EXTERNAL LOCATION} | & | +| main.rs:2313:25:2313:29 | other | TRef | main.rs:2306:14:2306:14 | T | +| main.rs:2313:55:2315:9 | { ... } | | main.rs:2286:5:2286:19 | S | +| main.rs:2314:13:2314:37 | S(...) | | main.rs:2286:5:2286:19 | S | +| main.rs:2314:15:2314:22 | (...) | | main.rs:2306:14:2306:14 | T | +| main.rs:2314:16:2314:19 | self | | main.rs:2286:5:2286:19 | S | +| main.rs:2314:16:2314:19 | self | T | main.rs:2306:14:2306:14 | T | +| main.rs:2314:16:2314:21 | self.0 | | main.rs:2306:14:2306:14 | T | +| main.rs:2314:31:2314:35 | other | | {EXTERNAL LOCATION} | & | +| main.rs:2314:31:2314:35 | other | TRef | main.rs:2306:14:2306:14 | T | +| main.rs:2320:20:2320:24 | value | | main.rs:2318:18:2318:18 | T | +| main.rs:2325:20:2325:24 | value | | {EXTERNAL LOCATION} | i64 | +| main.rs:2325:40:2327:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2326:13:2326:17 | value | | {EXTERNAL LOCATION} | i64 | +| main.rs:2332:20:2332:24 | value | | {EXTERNAL LOCATION} | bool | +| main.rs:2332:41:2338:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2333:13:2337:13 | if value {...} else {...} | | {EXTERNAL LOCATION} | i32 | +| main.rs:2333:13:2337:13 | if value {...} else {...} | | {EXTERNAL LOCATION} | i64 | +| main.rs:2333:16:2333:20 | value | | {EXTERNAL LOCATION} | bool | +| main.rs:2333:22:2335:13 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2333:22:2335:13 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2334:17:2334:17 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2334:17:2334:17 | 1 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2335:20:2337:13 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2335:20:2337:13 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2336:17:2336:17 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2336:17:2336:17 | 0 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2343:21:2343:25 | value | | main.rs:2341:19:2341:19 | T | +| main.rs:2343:31:2343:31 | x | | main.rs:2341:5:2344:5 | Self [trait MyFrom2] | +| main.rs:2348:21:2348:25 | value | | {EXTERNAL LOCATION} | i64 | +| main.rs:2348:33:2348:33 | _ | | {EXTERNAL LOCATION} | i64 | +| main.rs:2348:48:2350:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2349:13:2349:17 | value | | {EXTERNAL LOCATION} | i64 | +| main.rs:2355:21:2355:25 | value | | {EXTERNAL LOCATION} | bool | +| main.rs:2355:34:2355:34 | _ | | {EXTERNAL LOCATION} | i64 | +| main.rs:2355:49:2361:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2356:13:2360:13 | if value {...} else {...} | | {EXTERNAL LOCATION} | i32 | +| main.rs:2356:16:2356:20 | value | | {EXTERNAL LOCATION} | bool | +| main.rs:2356:22:2358:13 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2357:17:2357:17 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2358:20:2360:13 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2359:17:2359:17 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2366:15:2366:15 | x | | main.rs:2364:5:2370:5 | Self [trait MySelfTrait] | +| main.rs:2369:15:2369:15 | x | | main.rs:2364:5:2370:5 | Self [trait MySelfTrait] | +| main.rs:2374:15:2374:15 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2374:31:2376:9 | { ... } | | {EXTERNAL LOCATION} | i64 | | main.rs:2375:13:2375:13 | x | | {EXTERNAL LOCATION} | i64 | -| main.rs:2375:17:2375:35 | ...::my_from(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2375:30:2375:34 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2376:13:2376:13 | y | | {EXTERNAL LOCATION} | i64 | -| main.rs:2376:17:2376:34 | ...::my_from(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2376:30:2376:33 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2377:13:2377:13 | z | | {EXTERNAL LOCATION} | i64 | -| main.rs:2377:22:2377:43 | ...::my_from(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2377:38:2377:42 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2378:9:2378:34 | ...::my_from2(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2378:23:2378:27 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2378:30:2378:33 | 0i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2379:9:2379:33 | ...::my_from2(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2379:23:2379:26 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2379:29:2379:32 | 0i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2380:9:2380:38 | ...::my_from2(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2380:27:2380:31 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2380:34:2380:37 | 0i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2382:9:2382:22 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2382:17:2382:21 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2383:9:2383:22 | ...::f2(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2383:17:2383:21 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2384:9:2384:22 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2384:18:2384:21 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2385:9:2385:22 | ...::f2(...) | | {EXTERNAL LOCATION} | bool | -| main.rs:2385:18:2385:21 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2386:9:2386:30 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2386:25:2386:29 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2387:9:2387:30 | ...::f2(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2387:25:2387:29 | 73i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2388:9:2388:29 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2388:25:2388:28 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2389:9:2389:29 | ...::f2(...) | | {EXTERNAL LOCATION} | bool | -| main.rs:2389:25:2389:28 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2397:26:2399:9 | { ... } | | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2398:13:2398:25 | MyCallable {...} | | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2401:17:2401:21 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2401:17:2401:21 | SelfParam | TRef | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2401:31:2403:9 | { ... } | | {EXTERNAL LOCATION} | i64 | -| main.rs:2402:13:2402:13 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2402:13:2402:13 | 1 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2406:16:2513:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2409:9:2409:29 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2409:13:2409:13 | i | | {EXTERNAL LOCATION} | i32 | -| main.rs:2409:18:2409:26 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2409:18:2409:26 | [...] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:2409:19:2409:19 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2409:22:2409:22 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2409:25:2409:25 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2409:28:2409:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2410:9:2410:44 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2410:18:2410:26 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2410:18:2410:26 | [...] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:2410:18:2410:41 | ... .map(...) | | {EXTERNAL LOCATION} | [;] | -| main.rs:2410:19:2410:19 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2410:22:2410:22 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2410:25:2410:25 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2410:32:2410:40 | \|...\| ... | | {EXTERNAL LOCATION} | dyn Fn | -| main.rs:2410:32:2410:40 | \|...\| ... | dyn(Args) | {EXTERNAL LOCATION} | (T_1) | -| main.rs:2410:40:2410:40 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2410:43:2410:44 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2411:9:2411:41 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2411:13:2411:13 | i | | {EXTERNAL LOCATION} | i32 | -| main.rs:2411:18:2411:26 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2411:18:2411:26 | [...] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:2411:18:2411:38 | ... .into_iter() | | {EXTERNAL LOCATION} | IntoIter | -| main.rs:2411:18:2411:38 | ... .into_iter() | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2411:19:2411:19 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2411:22:2411:22 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2411:25:2411:25 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2411:40:2411:41 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2413:13:2413:17 | vals1 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2413:13:2413:17 | vals1 | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:2413:13:2413:17 | vals1 | TArray | {EXTERNAL LOCATION} | u8 | -| main.rs:2413:21:2413:31 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2413:21:2413:31 | [...] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:2413:21:2413:31 | [...] | TArray | {EXTERNAL LOCATION} | u8 | -| main.rs:2413:22:2413:24 | 1u8 | | {EXTERNAL LOCATION} | u8 | -| main.rs:2413:27:2413:27 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2413:27:2413:27 | 2 | | {EXTERNAL LOCATION} | u8 | -| main.rs:2413:30:2413:30 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2413:30:2413:30 | 3 | | {EXTERNAL LOCATION} | u8 | -| main.rs:2414:9:2414:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2414:13:2414:13 | u | | {EXTERNAL LOCATION} | i32 | -| main.rs:2414:13:2414:13 | u | | {EXTERNAL LOCATION} | u8 | -| main.rs:2414:18:2414:22 | vals1 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2414:18:2414:22 | vals1 | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:2414:18:2414:22 | vals1 | TArray | {EXTERNAL LOCATION} | u8 | -| main.rs:2414:24:2414:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2416:13:2416:17 | vals2 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2416:13:2416:17 | vals2 | TArray | {EXTERNAL LOCATION} | u16 | -| main.rs:2416:21:2416:29 | [1u16; 3] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2416:21:2416:29 | [1u16; 3] | TArray | {EXTERNAL LOCATION} | u16 | -| main.rs:2416:22:2416:25 | 1u16 | | {EXTERNAL LOCATION} | u16 | -| main.rs:2416:28:2416:28 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2417:9:2417:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2417:13:2417:13 | u | | {EXTERNAL LOCATION} | u16 | -| main.rs:2417:18:2417:22 | vals2 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2417:18:2417:22 | vals2 | TArray | {EXTERNAL LOCATION} | u16 | -| main.rs:2417:24:2417:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2419:13:2419:17 | vals3 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2419:13:2419:17 | vals3 | TArray | {EXTERNAL LOCATION} | u32 | -| main.rs:2419:26:2419:26 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2419:31:2419:39 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2419:31:2419:39 | [...] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:2419:31:2419:39 | [...] | TArray | {EXTERNAL LOCATION} | u32 | -| main.rs:2419:32:2419:32 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2419:32:2419:32 | 1 | | {EXTERNAL LOCATION} | u32 | -| main.rs:2419:35:2419:35 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2419:35:2419:35 | 2 | | {EXTERNAL LOCATION} | u32 | -| main.rs:2419:38:2419:38 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2419:38:2419:38 | 3 | | {EXTERNAL LOCATION} | u32 | -| main.rs:2420:9:2420:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2420:13:2420:13 | u | | {EXTERNAL LOCATION} | u32 | -| main.rs:2420:18:2420:22 | vals3 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2420:18:2420:22 | vals3 | TArray | {EXTERNAL LOCATION} | u32 | -| main.rs:2420:24:2420:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2422:13:2422:17 | vals4 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2422:13:2422:17 | vals4 | TArray | {EXTERNAL LOCATION} | u64 | -| main.rs:2422:26:2422:26 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2422:31:2422:36 | [1; 3] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2422:31:2422:36 | [1; 3] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:2422:31:2422:36 | [1; 3] | TArray | {EXTERNAL LOCATION} | u64 | -| main.rs:2422:32:2422:32 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2422:32:2422:32 | 1 | | {EXTERNAL LOCATION} | u64 | -| main.rs:2422:35:2422:35 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2423:9:2423:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2423:13:2423:13 | u | | {EXTERNAL LOCATION} | u64 | -| main.rs:2423:18:2423:22 | vals4 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2423:18:2423:22 | vals4 | TArray | {EXTERNAL LOCATION} | u64 | -| main.rs:2423:24:2423:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2425:17:2425:24 | strings1 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2425:17:2425:24 | strings1 | TArray | {EXTERNAL LOCATION} | & | -| main.rs:2425:17:2425:24 | strings1 | TArray.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2425:28:2425:48 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2425:28:2425:48 | [...] | TArray | {EXTERNAL LOCATION} | & | -| main.rs:2425:28:2425:48 | [...] | TArray.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2425:29:2425:33 | "foo" | | {EXTERNAL LOCATION} | & | -| main.rs:2425:29:2425:33 | "foo" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2425:36:2425:40 | "bar" | | {EXTERNAL LOCATION} | & | -| main.rs:2425:36:2425:40 | "bar" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2425:43:2425:47 | "baz" | | {EXTERNAL LOCATION} | & | -| main.rs:2425:43:2425:47 | "baz" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2426:9:2426:29 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2426:13:2426:13 | s | | {EXTERNAL LOCATION} | & | -| main.rs:2426:13:2426:13 | s | TRef | {EXTERNAL LOCATION} | & | -| main.rs:2426:13:2426:13 | s | TRef.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2426:18:2426:26 | &strings1 | | {EXTERNAL LOCATION} | & | -| main.rs:2426:18:2426:26 | &strings1 | TRef | {EXTERNAL LOCATION} | [;] | -| main.rs:2426:18:2426:26 | &strings1 | TRef.TArray | {EXTERNAL LOCATION} | & | -| main.rs:2426:18:2426:26 | &strings1 | TRef.TArray.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2426:19:2426:26 | strings1 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2426:19:2426:26 | strings1 | TArray | {EXTERNAL LOCATION} | & | -| main.rs:2426:19:2426:26 | strings1 | TArray.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2426:28:2426:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2427:9:2427:33 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2427:13:2427:13 | s | | {EXTERNAL LOCATION} | &mut | -| main.rs:2427:13:2427:13 | s | TRefMut | {EXTERNAL LOCATION} | & | -| main.rs:2427:13:2427:13 | s | TRefMut.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2427:18:2427:30 | &mut strings1 | | {EXTERNAL LOCATION} | &mut | -| main.rs:2427:18:2427:30 | &mut strings1 | TRefMut | {EXTERNAL LOCATION} | [;] | -| main.rs:2427:18:2427:30 | &mut strings1 | TRefMut.TArray | {EXTERNAL LOCATION} | & | -| main.rs:2427:18:2427:30 | &mut strings1 | TRefMut.TArray.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2427:23:2427:30 | strings1 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2427:23:2427:30 | strings1 | TArray | {EXTERNAL LOCATION} | & | -| main.rs:2427:23:2427:30 | strings1 | TArray.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2427:32:2427:33 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2428:9:2428:28 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2428:13:2428:13 | s | | {EXTERNAL LOCATION} | & | -| main.rs:2428:13:2428:13 | s | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2428:18:2428:25 | strings1 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2428:18:2428:25 | strings1 | TArray | {EXTERNAL LOCATION} | & | -| main.rs:2428:18:2428:25 | strings1 | TArray.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2428:27:2428:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2430:13:2430:20 | strings2 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2430:13:2430:20 | strings2 | TArray | {EXTERNAL LOCATION} | String | -| main.rs:2431:9:2435:9 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2431:9:2435:9 | [...] | TArray | {EXTERNAL LOCATION} | String | -| main.rs:2432:13:2432:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2432:26:2432:30 | "foo" | | {EXTERNAL LOCATION} | & | -| main.rs:2432:26:2432:30 | "foo" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2433:13:2433:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2433:26:2433:30 | "bar" | | {EXTERNAL LOCATION} | & | -| main.rs:2433:26:2433:30 | "bar" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2434:13:2434:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2434:26:2434:30 | "baz" | | {EXTERNAL LOCATION} | & | -| main.rs:2434:26:2434:30 | "baz" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2436:9:2436:28 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2436:13:2436:13 | s | | {EXTERNAL LOCATION} | String | -| main.rs:2436:18:2436:25 | strings2 | | {EXTERNAL LOCATION} | [;] | -| main.rs:2436:18:2436:25 | strings2 | TArray | {EXTERNAL LOCATION} | String | -| main.rs:2436:27:2436:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2438:13:2438:20 | strings3 | | {EXTERNAL LOCATION} | & | -| main.rs:2438:13:2438:20 | strings3 | TRef | {EXTERNAL LOCATION} | [;] | -| main.rs:2438:13:2438:20 | strings3 | TRef.TArray | {EXTERNAL LOCATION} | String | -| main.rs:2439:9:2443:9 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:2439:9:2443:9 | &... | TRef | {EXTERNAL LOCATION} | [;] | -| main.rs:2439:9:2443:9 | &... | TRef.TArray | {EXTERNAL LOCATION} | String | -| main.rs:2439:10:2443:9 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2439:10:2443:9 | [...] | TArray | {EXTERNAL LOCATION} | String | -| main.rs:2440:13:2440:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2440:26:2440:30 | "foo" | | {EXTERNAL LOCATION} | & | -| main.rs:2440:26:2440:30 | "foo" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2441:13:2441:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2441:26:2441:30 | "bar" | | {EXTERNAL LOCATION} | & | -| main.rs:2441:26:2441:30 | "bar" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2442:13:2442:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2442:26:2442:30 | "baz" | | {EXTERNAL LOCATION} | & | -| main.rs:2442:26:2442:30 | "baz" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2444:9:2444:28 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2444:13:2444:13 | s | | {EXTERNAL LOCATION} | & | -| main.rs:2444:13:2444:13 | s | TRef | {EXTERNAL LOCATION} | String | -| main.rs:2444:18:2444:25 | strings3 | | {EXTERNAL LOCATION} | & | -| main.rs:2444:18:2444:25 | strings3 | TRef | {EXTERNAL LOCATION} | [;] | -| main.rs:2444:18:2444:25 | strings3 | TRef.TArray | {EXTERNAL LOCATION} | String | -| main.rs:2444:27:2444:28 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2446:13:2446:21 | callables | | {EXTERNAL LOCATION} | [;] | -| main.rs:2446:13:2446:21 | callables | TArray | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2446:25:2446:81 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2446:25:2446:81 | [...] | TArray | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2446:26:2446:42 | ...::new(...) | | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2446:45:2446:61 | ...::new(...) | | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2446:64:2446:80 | ...::new(...) | | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2447:9:2451:9 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2447:13:2447:13 | c | | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2448:12:2448:20 | callables | | {EXTERNAL LOCATION} | [;] | -| main.rs:2448:12:2448:20 | callables | TArray | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2449:9:2451:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2450:17:2450:22 | result | | {EXTERNAL LOCATION} | i64 | -| main.rs:2450:26:2450:26 | c | | main.rs:2394:5:2394:24 | MyCallable | -| main.rs:2450:26:2450:33 | c.call() | | {EXTERNAL LOCATION} | i64 | -| main.rs:2455:9:2455:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2455:13:2455:13 | i | | {EXTERNAL LOCATION} | i32 | -| main.rs:2455:18:2455:18 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2455:18:2455:22 | 0..10 | | {EXTERNAL LOCATION} | Range | -| main.rs:2455:18:2455:22 | 0..10 | Idx | {EXTERNAL LOCATION} | i32 | -| main.rs:2455:21:2455:22 | 10 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2455:24:2455:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2456:9:2456:29 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2456:13:2456:13 | u | | {EXTERNAL LOCATION} | Range | -| main.rs:2456:13:2456:13 | u | Idx | {EXTERNAL LOCATION} | i32 | -| main.rs:2456:13:2456:13 | u | Idx | {EXTERNAL LOCATION} | u8 | -| main.rs:2456:18:2456:26 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2456:18:2456:26 | [...] | TArray | {EXTERNAL LOCATION} | Range | -| main.rs:2456:18:2456:26 | [...] | TArray.Idx | {EXTERNAL LOCATION} | i32 | -| main.rs:2456:18:2456:26 | [...] | TArray.Idx | {EXTERNAL LOCATION} | u8 | -| main.rs:2456:19:2456:21 | 0u8 | | {EXTERNAL LOCATION} | u8 | -| main.rs:2456:19:2456:25 | 0u8..10 | | {EXTERNAL LOCATION} | Range | -| main.rs:2456:19:2456:25 | 0u8..10 | Idx | {EXTERNAL LOCATION} | i32 | -| main.rs:2456:19:2456:25 | 0u8..10 | Idx | {EXTERNAL LOCATION} | u8 | -| main.rs:2456:24:2456:25 | 10 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2456:24:2456:25 | 10 | | {EXTERNAL LOCATION} | u8 | -| main.rs:2456:28:2456:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2457:13:2457:17 | range | | {EXTERNAL LOCATION} | Range | -| main.rs:2457:13:2457:17 | range | Idx | {EXTERNAL LOCATION} | i32 | -| main.rs:2457:21:2457:21 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2457:21:2457:25 | 0..10 | | {EXTERNAL LOCATION} | Range | -| main.rs:2457:21:2457:25 | 0..10 | Idx | {EXTERNAL LOCATION} | i32 | -| main.rs:2457:24:2457:25 | 10 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2458:9:2458:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2458:13:2458:13 | i | | {EXTERNAL LOCATION} | i32 | -| main.rs:2458:18:2458:22 | range | | {EXTERNAL LOCATION} | Range | -| main.rs:2458:18:2458:22 | range | Idx | {EXTERNAL LOCATION} | i32 | -| main.rs:2458:24:2458:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2459:13:2459:22 | range_full | | {EXTERNAL LOCATION} | RangeFull | -| main.rs:2459:26:2459:27 | .. | | {EXTERNAL LOCATION} | RangeFull | -| main.rs:2460:9:2460:51 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2460:18:2460:48 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:2460:19:2460:36 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2460:19:2460:36 | [...] | TArray | {EXTERNAL LOCATION} | i64 | -| main.rs:2460:20:2460:23 | 1i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2460:26:2460:29 | 2i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2460:32:2460:35 | 3i64 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2460:38:2460:47 | range_full | | {EXTERNAL LOCATION} | RangeFull | -| main.rs:2460:50:2460:51 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2462:13:2462:18 | range1 | | {EXTERNAL LOCATION} | Range | -| main.rs:2462:13:2462:18 | range1 | Idx | {EXTERNAL LOCATION} | u16 | -| main.rs:2463:9:2466:9 | ...::Range {...} | | {EXTERNAL LOCATION} | Range | -| main.rs:2463:9:2466:9 | ...::Range {...} | Idx | {EXTERNAL LOCATION} | u16 | -| main.rs:2464:20:2464:23 | 0u16 | | {EXTERNAL LOCATION} | u16 | -| main.rs:2465:18:2465:22 | 10u16 | | {EXTERNAL LOCATION} | u16 | -| main.rs:2467:9:2467:26 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2467:13:2467:13 | u | | {EXTERNAL LOCATION} | u16 | -| main.rs:2467:18:2467:23 | range1 | | {EXTERNAL LOCATION} | Range | -| main.rs:2467:18:2467:23 | range1 | Idx | {EXTERNAL LOCATION} | u16 | -| main.rs:2467:25:2467:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2471:13:2471:17 | vals3 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2471:21:2471:33 | MacroExpr | | {EXTERNAL LOCATION} | Vec | -| main.rs:2471:26:2471:26 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2471:29:2471:29 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2471:32:2471:32 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2472:9:2472:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2472:18:2472:22 | vals3 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2472:24:2472:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2474:13:2474:18 | vals4a | | {EXTERNAL LOCATION} | Vec | -| main.rs:2474:13:2474:18 | vals4a | A | {EXTERNAL LOCATION} | Global | -| main.rs:2474:13:2474:18 | vals4a | T | {EXTERNAL LOCATION} | u16 | -| main.rs:2474:32:2474:43 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2474:32:2474:43 | [...] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:2474:32:2474:43 | [...] | TArray | {EXTERNAL LOCATION} | u16 | -| main.rs:2474:32:2474:52 | ... .to_vec() | | {EXTERNAL LOCATION} | Vec | -| main.rs:2474:32:2474:52 | ... .to_vec() | A | {EXTERNAL LOCATION} | Global | -| main.rs:2474:32:2474:52 | ... .to_vec() | T | {EXTERNAL LOCATION} | u16 | -| main.rs:2474:33:2474:36 | 1u16 | | {EXTERNAL LOCATION} | u16 | -| main.rs:2474:39:2474:39 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2474:42:2474:42 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2475:9:2475:26 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2475:13:2475:13 | u | | {EXTERNAL LOCATION} | u16 | -| main.rs:2475:18:2475:23 | vals4a | | {EXTERNAL LOCATION} | Vec | -| main.rs:2475:18:2475:23 | vals4a | A | {EXTERNAL LOCATION} | Global | -| main.rs:2475:18:2475:23 | vals4a | T | {EXTERNAL LOCATION} | u16 | -| main.rs:2475:25:2475:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2477:22:2477:33 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2477:22:2477:33 | [...] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:2477:22:2477:33 | [...] | TArray | {EXTERNAL LOCATION} | u16 | -| main.rs:2477:23:2477:26 | 1u16 | | {EXTERNAL LOCATION} | u16 | -| main.rs:2477:29:2477:29 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2477:32:2477:32 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2478:9:2478:26 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2478:25:2478:26 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2480:13:2480:17 | vals5 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2480:13:2480:17 | vals5 | A | {EXTERNAL LOCATION} | Global | -| main.rs:2480:13:2480:17 | vals5 | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2480:13:2480:17 | vals5 | T | {EXTERNAL LOCATION} | u32 | -| main.rs:2480:21:2480:43 | ...::from(...) | | {EXTERNAL LOCATION} | Vec | -| main.rs:2480:21:2480:43 | ...::from(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2480:21:2480:43 | ...::from(...) | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2480:21:2480:43 | ...::from(...) | T | {EXTERNAL LOCATION} | u32 | -| main.rs:2480:31:2480:42 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2480:31:2480:42 | [...] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:2480:31:2480:42 | [...] | TArray | {EXTERNAL LOCATION} | u32 | -| main.rs:2480:32:2480:35 | 1u32 | | {EXTERNAL LOCATION} | u32 | -| main.rs:2480:38:2480:38 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2480:41:2480:41 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2481:9:2481:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2481:13:2481:13 | u | | {EXTERNAL LOCATION} | i32 | -| main.rs:2481:13:2481:13 | u | | {EXTERNAL LOCATION} | u32 | -| main.rs:2481:18:2481:22 | vals5 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2481:18:2481:22 | vals5 | A | {EXTERNAL LOCATION} | Global | -| main.rs:2481:18:2481:22 | vals5 | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2481:18:2481:22 | vals5 | T | {EXTERNAL LOCATION} | u32 | -| main.rs:2481:24:2481:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2483:13:2483:17 | vals6 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2483:13:2483:17 | vals6 | A | {EXTERNAL LOCATION} | Global | -| main.rs:2483:13:2483:17 | vals6 | T | {EXTERNAL LOCATION} | & | -| main.rs:2483:13:2483:17 | vals6 | T.TRef | {EXTERNAL LOCATION} | u64 | -| main.rs:2483:32:2483:43 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2483:32:2483:43 | [...] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:2483:32:2483:43 | [...] | TArray | {EXTERNAL LOCATION} | u64 | -| main.rs:2483:32:2483:60 | ... .collect() | | {EXTERNAL LOCATION} | Vec | -| main.rs:2483:32:2483:60 | ... .collect() | A | {EXTERNAL LOCATION} | Global | -| main.rs:2483:32:2483:60 | ... .collect() | T | {EXTERNAL LOCATION} | & | -| main.rs:2483:32:2483:60 | ... .collect() | T.TRef | {EXTERNAL LOCATION} | u64 | -| main.rs:2483:33:2483:36 | 1u64 | | {EXTERNAL LOCATION} | u64 | -| main.rs:2483:39:2483:39 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2483:42:2483:42 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2484:9:2484:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2484:13:2484:13 | u | | {EXTERNAL LOCATION} | & | -| main.rs:2484:13:2484:13 | u | TRef | {EXTERNAL LOCATION} | u64 | -| main.rs:2484:18:2484:22 | vals6 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2484:18:2484:22 | vals6 | A | {EXTERNAL LOCATION} | Global | -| main.rs:2484:18:2484:22 | vals6 | T | {EXTERNAL LOCATION} | & | -| main.rs:2484:18:2484:22 | vals6 | T.TRef | {EXTERNAL LOCATION} | u64 | -| main.rs:2484:24:2484:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2486:17:2486:21 | vals7 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2486:17:2486:21 | vals7 | A | {EXTERNAL LOCATION} | Global | -| main.rs:2486:17:2486:21 | vals7 | T | {EXTERNAL LOCATION} | u8 | -| main.rs:2486:25:2486:34 | ...::new(...) | | {EXTERNAL LOCATION} | Vec | -| main.rs:2486:25:2486:34 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2486:25:2486:34 | ...::new(...) | T | {EXTERNAL LOCATION} | u8 | -| main.rs:2487:9:2487:13 | vals7 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2487:9:2487:13 | vals7 | A | {EXTERNAL LOCATION} | Global | -| main.rs:2487:9:2487:13 | vals7 | T | {EXTERNAL LOCATION} | u8 | -| main.rs:2487:9:2487:23 | vals7.push(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2487:20:2487:22 | 1u8 | | {EXTERNAL LOCATION} | u8 | -| main.rs:2488:9:2488:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2488:13:2488:13 | u | | {EXTERNAL LOCATION} | u8 | -| main.rs:2488:18:2488:22 | vals7 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2488:18:2488:22 | vals7 | A | {EXTERNAL LOCATION} | Global | -| main.rs:2488:18:2488:22 | vals7 | T | {EXTERNAL LOCATION} | u8 | -| main.rs:2488:24:2488:25 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2490:13:2490:19 | matrix1 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2490:23:2490:50 | MacroExpr | | {EXTERNAL LOCATION} | Vec | -| main.rs:2490:28:2490:37 | (...) | | {EXTERNAL LOCATION} | Vec | -| main.rs:2490:28:2490:37 | MacroExpr | | {EXTERNAL LOCATION} | Vec | -| main.rs:2490:33:2490:33 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2490:36:2490:36 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2490:40:2490:49 | (...) | | {EXTERNAL LOCATION} | Vec | -| main.rs:2490:40:2490:49 | MacroExpr | | {EXTERNAL LOCATION} | Vec | -| main.rs:2490:45:2490:45 | 3 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2490:48:2490:48 | 4 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2492:13:2492:13 | _ | | {EXTERNAL LOCATION} | () | -| main.rs:2492:17:2495:9 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2492:28:2492:34 | matrix1 | | {EXTERNAL LOCATION} | Vec | -| main.rs:2492:36:2495:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2493:13:2494:13 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2493:29:2494:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2497:17:2497:20 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2497:17:2497:20 | map1 | K | {EXTERNAL LOCATION} | i32 | -| main.rs:2497:17:2497:20 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2497:17:2497:20 | map1 | V | {EXTERNAL LOCATION} | Box | -| main.rs:2497:17:2497:20 | map1 | V.A | {EXTERNAL LOCATION} | Global | -| main.rs:2497:17:2497:20 | map1 | V.T | {EXTERNAL LOCATION} | & | -| main.rs:2497:17:2497:20 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2497:24:2497:55 | ...::new(...) | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2497:24:2497:55 | ...::new(...) | K | {EXTERNAL LOCATION} | i32 | -| main.rs:2497:24:2497:55 | ...::new(...) | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2497:24:2497:55 | ...::new(...) | V | {EXTERNAL LOCATION} | Box | -| main.rs:2497:24:2497:55 | ...::new(...) | V.A | {EXTERNAL LOCATION} | Global | -| main.rs:2497:24:2497:55 | ...::new(...) | V.T | {EXTERNAL LOCATION} | & | -| main.rs:2497:24:2497:55 | ...::new(...) | V.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2498:9:2498:12 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2498:9:2498:12 | map1 | K | {EXTERNAL LOCATION} | i32 | -| main.rs:2498:9:2498:12 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2498:9:2498:12 | map1 | V | {EXTERNAL LOCATION} | Box | -| main.rs:2498:9:2498:12 | map1 | V.A | {EXTERNAL LOCATION} | Global | -| main.rs:2498:9:2498:12 | map1 | V.T | {EXTERNAL LOCATION} | & | -| main.rs:2498:9:2498:12 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2498:9:2498:39 | map1.insert(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:2498:9:2498:39 | map1.insert(...) | T | {EXTERNAL LOCATION} | Box | -| main.rs:2498:9:2498:39 | map1.insert(...) | T.A | {EXTERNAL LOCATION} | Global | -| main.rs:2498:9:2498:39 | map1.insert(...) | T.T | {EXTERNAL LOCATION} | & | -| main.rs:2498:9:2498:39 | map1.insert(...) | T.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2498:21:2498:21 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2498:24:2498:38 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2498:24:2498:38 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2498:24:2498:38 | ...::new(...) | T | {EXTERNAL LOCATION} | & | -| main.rs:2498:24:2498:38 | ...::new(...) | T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2498:33:2498:37 | "one" | | {EXTERNAL LOCATION} | & | -| main.rs:2498:33:2498:37 | "one" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2499:9:2499:12 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2499:9:2499:12 | map1 | K | {EXTERNAL LOCATION} | i32 | -| main.rs:2499:9:2499:12 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2499:9:2499:12 | map1 | V | {EXTERNAL LOCATION} | Box | -| main.rs:2499:9:2499:12 | map1 | V.A | {EXTERNAL LOCATION} | Global | -| main.rs:2499:9:2499:12 | map1 | V.T | {EXTERNAL LOCATION} | & | -| main.rs:2499:9:2499:12 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2499:9:2499:39 | map1.insert(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:2499:9:2499:39 | map1.insert(...) | T | {EXTERNAL LOCATION} | Box | -| main.rs:2499:9:2499:39 | map1.insert(...) | T.A | {EXTERNAL LOCATION} | Global | -| main.rs:2499:9:2499:39 | map1.insert(...) | T.T | {EXTERNAL LOCATION} | & | -| main.rs:2499:9:2499:39 | map1.insert(...) | T.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2499:21:2499:21 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2499:24:2499:38 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2499:24:2499:38 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2499:24:2499:38 | ...::new(...) | T | {EXTERNAL LOCATION} | & | -| main.rs:2499:24:2499:38 | ...::new(...) | T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2499:33:2499:37 | "two" | | {EXTERNAL LOCATION} | & | -| main.rs:2499:33:2499:37 | "two" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2500:9:2500:33 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2500:13:2500:15 | key | | {EXTERNAL LOCATION} | & | -| main.rs:2500:13:2500:15 | key | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:2500:20:2500:23 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2500:20:2500:23 | map1 | K | {EXTERNAL LOCATION} | i32 | -| main.rs:2500:20:2500:23 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2500:20:2500:23 | map1 | V | {EXTERNAL LOCATION} | Box | -| main.rs:2500:20:2500:23 | map1 | V.A | {EXTERNAL LOCATION} | Global | -| main.rs:2500:20:2500:23 | map1 | V.T | {EXTERNAL LOCATION} | & | -| main.rs:2500:20:2500:23 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2500:20:2500:30 | map1.keys() | | {EXTERNAL LOCATION} | Keys | -| main.rs:2500:20:2500:30 | map1.keys() | K | {EXTERNAL LOCATION} | i32 | -| main.rs:2500:20:2500:30 | map1.keys() | V | {EXTERNAL LOCATION} | Box | -| main.rs:2500:20:2500:30 | map1.keys() | V.A | {EXTERNAL LOCATION} | Global | -| main.rs:2500:20:2500:30 | map1.keys() | V.T | {EXTERNAL LOCATION} | & | -| main.rs:2500:20:2500:30 | map1.keys() | V.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2500:32:2500:33 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2501:9:2501:37 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2501:13:2501:17 | value | | {EXTERNAL LOCATION} | & | -| main.rs:2501:13:2501:17 | value | TRef | {EXTERNAL LOCATION} | Box | -| main.rs:2501:13:2501:17 | value | TRef.A | {EXTERNAL LOCATION} | Global | -| main.rs:2501:13:2501:17 | value | TRef.T | {EXTERNAL LOCATION} | & | -| main.rs:2501:13:2501:17 | value | TRef.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2501:22:2501:25 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2501:22:2501:25 | map1 | K | {EXTERNAL LOCATION} | i32 | -| main.rs:2501:22:2501:25 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2501:22:2501:25 | map1 | V | {EXTERNAL LOCATION} | Box | -| main.rs:2501:22:2501:25 | map1 | V.A | {EXTERNAL LOCATION} | Global | -| main.rs:2501:22:2501:25 | map1 | V.T | {EXTERNAL LOCATION} | & | -| main.rs:2501:22:2501:25 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2501:22:2501:34 | map1.values() | | {EXTERNAL LOCATION} | Values | -| main.rs:2501:22:2501:34 | map1.values() | K | {EXTERNAL LOCATION} | i32 | -| main.rs:2501:22:2501:34 | map1.values() | V | {EXTERNAL LOCATION} | Box | -| main.rs:2501:22:2501:34 | map1.values() | V.A | {EXTERNAL LOCATION} | Global | -| main.rs:2501:22:2501:34 | map1.values() | V.T | {EXTERNAL LOCATION} | & | -| main.rs:2501:22:2501:34 | map1.values() | V.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2501:36:2501:37 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2502:9:2502:42 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2502:13:2502:24 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2502:13:2502:24 | TuplePat | T0 | {EXTERNAL LOCATION} | & | -| main.rs:2502:13:2502:24 | TuplePat | T0.TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:2502:13:2502:24 | TuplePat | T1 | {EXTERNAL LOCATION} | & | -| main.rs:2502:13:2502:24 | TuplePat | T1.TRef | {EXTERNAL LOCATION} | Box | -| main.rs:2502:13:2502:24 | TuplePat | T1.TRef.A | {EXTERNAL LOCATION} | Global | -| main.rs:2502:13:2502:24 | TuplePat | T1.TRef.T | {EXTERNAL LOCATION} | & | -| main.rs:2502:13:2502:24 | TuplePat | T1.TRef.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2502:14:2502:16 | key | | {EXTERNAL LOCATION} | & | -| main.rs:2502:14:2502:16 | key | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:2502:19:2502:23 | value | | {EXTERNAL LOCATION} | & | -| main.rs:2502:19:2502:23 | value | TRef | {EXTERNAL LOCATION} | Box | -| main.rs:2502:19:2502:23 | value | TRef.A | {EXTERNAL LOCATION} | Global | -| main.rs:2502:19:2502:23 | value | TRef.T | {EXTERNAL LOCATION} | & | -| main.rs:2502:19:2502:23 | value | TRef.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2502:29:2502:32 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2502:29:2502:32 | map1 | K | {EXTERNAL LOCATION} | i32 | -| main.rs:2502:29:2502:32 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2502:29:2502:32 | map1 | V | {EXTERNAL LOCATION} | Box | -| main.rs:2502:29:2502:32 | map1 | V.A | {EXTERNAL LOCATION} | Global | -| main.rs:2502:29:2502:32 | map1 | V.T | {EXTERNAL LOCATION} | & | -| main.rs:2502:29:2502:32 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2502:29:2502:39 | map1.iter() | | {EXTERNAL LOCATION} | Iter | -| main.rs:2502:29:2502:39 | map1.iter() | K | {EXTERNAL LOCATION} | i32 | -| main.rs:2502:29:2502:39 | map1.iter() | V | {EXTERNAL LOCATION} | Box | -| main.rs:2502:29:2502:39 | map1.iter() | V.A | {EXTERNAL LOCATION} | Global | -| main.rs:2502:29:2502:39 | map1.iter() | V.T | {EXTERNAL LOCATION} | & | -| main.rs:2502:29:2502:39 | map1.iter() | V.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2502:41:2502:42 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2503:9:2503:36 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2503:13:2503:24 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2503:13:2503:24 | TuplePat | T0 | {EXTERNAL LOCATION} | & | -| main.rs:2503:13:2503:24 | TuplePat | T0.TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:2503:13:2503:24 | TuplePat | T1 | {EXTERNAL LOCATION} | & | -| main.rs:2503:13:2503:24 | TuplePat | T1.TRef | {EXTERNAL LOCATION} | Box | -| main.rs:2503:13:2503:24 | TuplePat | T1.TRef.A | {EXTERNAL LOCATION} | Global | -| main.rs:2503:13:2503:24 | TuplePat | T1.TRef.T | {EXTERNAL LOCATION} | & | -| main.rs:2503:13:2503:24 | TuplePat | T1.TRef.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2503:14:2503:16 | key | | {EXTERNAL LOCATION} | & | -| main.rs:2503:14:2503:16 | key | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:2503:19:2503:23 | value | | {EXTERNAL LOCATION} | & | -| main.rs:2503:19:2503:23 | value | TRef | {EXTERNAL LOCATION} | Box | -| main.rs:2503:19:2503:23 | value | TRef.A | {EXTERNAL LOCATION} | Global | -| main.rs:2503:19:2503:23 | value | TRef.T | {EXTERNAL LOCATION} | & | -| main.rs:2503:19:2503:23 | value | TRef.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2503:29:2503:33 | &map1 | | {EXTERNAL LOCATION} | & | -| main.rs:2503:29:2503:33 | &map1 | TRef | {EXTERNAL LOCATION} | HashMap | -| main.rs:2503:29:2503:33 | &map1 | TRef.K | {EXTERNAL LOCATION} | i32 | -| main.rs:2503:29:2503:33 | &map1 | TRef.S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2503:29:2503:33 | &map1 | TRef.V | {EXTERNAL LOCATION} | Box | -| main.rs:2503:29:2503:33 | &map1 | TRef.V.A | {EXTERNAL LOCATION} | Global | -| main.rs:2503:29:2503:33 | &map1 | TRef.V.T | {EXTERNAL LOCATION} | & | -| main.rs:2503:29:2503:33 | &map1 | TRef.V.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2503:30:2503:33 | map1 | | {EXTERNAL LOCATION} | HashMap | -| main.rs:2503:30:2503:33 | map1 | K | {EXTERNAL LOCATION} | i32 | -| main.rs:2503:30:2503:33 | map1 | S | {EXTERNAL LOCATION} | RandomState | -| main.rs:2503:30:2503:33 | map1 | V | {EXTERNAL LOCATION} | Box | -| main.rs:2503:30:2503:33 | map1 | V.A | {EXTERNAL LOCATION} | Global | -| main.rs:2503:30:2503:33 | map1 | V.T | {EXTERNAL LOCATION} | & | -| main.rs:2503:30:2503:33 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | -| main.rs:2503:35:2503:36 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2507:17:2507:17 | a | | {EXTERNAL LOCATION} | i64 | -| main.rs:2507:26:2507:26 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2507:26:2507:26 | 0 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2509:13:2509:13 | _ | | {EXTERNAL LOCATION} | () | -| main.rs:2509:17:2512:9 | while ... { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2509:23:2509:23 | a | | {EXTERNAL LOCATION} | i64 | -| main.rs:2509:23:2509:28 | ... < ... | | {EXTERNAL LOCATION} | bool | -| main.rs:2509:27:2509:28 | 10 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2510:9:2512:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2511:13:2511:13 | a | | {EXTERNAL LOCATION} | i64 | -| main.rs:2511:13:2511:18 | ... += ... | | {EXTERNAL LOCATION} | () | -| main.rs:2511:18:2511:18 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2523:40:2525:9 | { ... } | | {EXTERNAL LOCATION} | Option | -| main.rs:2523:40:2525:9 | { ... } | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2523:40:2525:9 | { ... } | T.T | main.rs:2522:10:2522:19 | T | -| main.rs:2524:13:2524:16 | None | | {EXTERNAL LOCATION} | Option | -| main.rs:2524:13:2524:16 | None | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2524:13:2524:16 | None | T.T | main.rs:2522:10:2522:19 | T | -| main.rs:2527:30:2529:9 | { ... } | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2527:30:2529:9 | { ... } | T | main.rs:2522:10:2522:19 | T | -| main.rs:2528:13:2528:28 | S1(...) | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2528:13:2528:28 | S1(...) | T | main.rs:2522:10:2522:19 | T | -| main.rs:2528:16:2528:27 | ...::default(...) | | main.rs:2522:10:2522:19 | T | -| main.rs:2531:19:2531:22 | SelfParam | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2531:19:2531:22 | SelfParam | T | main.rs:2522:10:2522:19 | T | -| main.rs:2531:33:2533:9 | { ... } | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2531:33:2533:9 | { ... } | T | main.rs:2522:10:2522:19 | T | -| main.rs:2532:13:2532:16 | self | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2532:13:2532:16 | self | T | main.rs:2522:10:2522:19 | T | -| main.rs:2544:15:2544:15 | x | | main.rs:2544:12:2544:12 | T | -| main.rs:2544:26:2546:5 | { ... } | | main.rs:2544:12:2544:12 | T | -| main.rs:2545:9:2545:9 | x | | main.rs:2544:12:2544:12 | T | -| main.rs:2548:16:2570:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2549:13:2549:14 | x1 | | {EXTERNAL LOCATION} | Option | -| main.rs:2549:13:2549:14 | x1 | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2549:13:2549:14 | x1 | T.T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2549:34:2549:48 | ...::assoc_fun(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:2549:34:2549:48 | ...::assoc_fun(...) | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2549:34:2549:48 | ...::assoc_fun(...) | T.T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2550:13:2550:14 | x2 | | {EXTERNAL LOCATION} | Option | -| main.rs:2550:13:2550:14 | x2 | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2550:13:2550:14 | x2 | T.T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2550:18:2550:38 | ...::assoc_fun(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:2550:18:2550:38 | ...::assoc_fun(...) | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2550:18:2550:38 | ...::assoc_fun(...) | T.T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2551:13:2551:14 | x3 | | {EXTERNAL LOCATION} | Option | -| main.rs:2551:13:2551:14 | x3 | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2551:13:2551:14 | x3 | T.T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2551:18:2551:32 | ...::assoc_fun(...) | | {EXTERNAL LOCATION} | Option | -| main.rs:2551:18:2551:32 | ...::assoc_fun(...) | T | main.rs:2517:5:2517:20 | S1 | -| main.rs:2551:18:2551:32 | ...::assoc_fun(...) | T.T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2552:13:2552:14 | x4 | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2552:13:2552:14 | x4 | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2552:18:2552:48 | ...::method(...) | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2552:18:2552:48 | ...::method(...) | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2552:35:2552:47 | ...::default(...) | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2552:35:2552:47 | ...::default(...) | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2553:13:2553:14 | x5 | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2553:13:2553:14 | x5 | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2553:18:2553:42 | ...::method(...) | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2553:18:2553:42 | ...::method(...) | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2553:29:2553:41 | ...::default(...) | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2553:29:2553:41 | ...::default(...) | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2554:13:2554:14 | x6 | | main.rs:2538:5:2538:27 | S4 | -| main.rs:2554:13:2554:14 | x6 | T4 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2554:18:2554:45 | S4::<...>(...) | | main.rs:2538:5:2538:27 | S4 | -| main.rs:2554:18:2554:45 | S4::<...>(...) | T4 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2554:27:2554:44 | ...::default(...) | | main.rs:2519:5:2520:14 | S2 | -| main.rs:2555:13:2555:14 | x7 | | main.rs:2538:5:2538:27 | S4 | -| main.rs:2555:13:2555:14 | x7 | T4 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2555:18:2555:23 | S4(...) | | main.rs:2538:5:2538:27 | S4 | -| main.rs:2555:18:2555:23 | S4(...) | T4 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2555:21:2555:22 | S2 | | main.rs:2519:5:2520:14 | S2 | -| main.rs:2556:13:2556:14 | x8 | | main.rs:2538:5:2538:27 | S4 | -| main.rs:2556:13:2556:14 | x8 | T4 | {EXTERNAL LOCATION} | i32 | -| main.rs:2556:18:2556:22 | S4(...) | | main.rs:2538:5:2538:27 | S4 | -| main.rs:2556:18:2556:22 | S4(...) | T4 | {EXTERNAL LOCATION} | i32 | -| main.rs:2556:21:2556:21 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2557:13:2557:14 | x9 | | main.rs:2538:5:2538:27 | S4 | -| main.rs:2557:13:2557:14 | x9 | T4 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2557:18:2557:34 | S4(...) | | main.rs:2538:5:2538:27 | S4 | -| main.rs:2557:18:2557:34 | S4(...) | T4 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2557:21:2557:33 | ...::default(...) | | main.rs:2519:5:2520:14 | S2 | -| main.rs:2558:13:2558:15 | x10 | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2558:13:2558:15 | x10 | T5 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2558:19:2561:9 | S5::<...> {...} | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2558:19:2561:9 | S5::<...> {...} | T5 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2560:20:2560:37 | ...::default(...) | | main.rs:2519:5:2520:14 | S2 | -| main.rs:2562:13:2562:15 | x11 | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2562:13:2562:15 | x11 | T5 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2562:19:2562:34 | S5 {...} | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2562:19:2562:34 | S5 {...} | T5 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2562:31:2562:32 | S2 | | main.rs:2519:5:2520:14 | S2 | -| main.rs:2563:13:2563:15 | x12 | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2563:13:2563:15 | x12 | T5 | {EXTERNAL LOCATION} | i32 | -| main.rs:2563:19:2563:33 | S5 {...} | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2563:19:2563:33 | S5 {...} | T5 | {EXTERNAL LOCATION} | i32 | -| main.rs:2563:31:2563:31 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2564:13:2564:15 | x13 | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2564:13:2564:15 | x13 | T5 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2564:19:2567:9 | S5 {...} | | main.rs:2540:5:2542:5 | S5 | -| main.rs:2564:19:2567:9 | S5 {...} | T5 | main.rs:2519:5:2520:14 | S2 | -| main.rs:2566:20:2566:32 | ...::default(...) | | main.rs:2519:5:2520:14 | S2 | -| main.rs:2568:13:2568:15 | x14 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2568:19:2568:48 | foo::<...>(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:2568:30:2568:47 | ...::default(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:2569:13:2569:15 | x15 | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2569:13:2569:15 | x15 | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2569:19:2569:37 | ...::default(...) | | main.rs:2517:5:2517:20 | S1 | -| main.rs:2569:19:2569:37 | ...::default(...) | T | main.rs:2519:5:2520:14 | S2 | -| main.rs:2578:35:2580:9 | { ... } | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2578:35:2580:9 | { ... } | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2578:35:2580:9 | { ... } | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2579:13:2579:26 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2579:13:2579:26 | TupleExpr | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2579:13:2579:26 | TupleExpr | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2579:14:2579:18 | S1 {...} | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2579:21:2579:25 | S1 {...} | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2581:16:2581:19 | SelfParam | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2581:22:2581:23 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2584:16:2618:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2585:13:2585:13 | a | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2585:13:2585:13 | a | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2585:13:2585:13 | a | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2585:17:2585:30 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2585:17:2585:30 | ...::get_pair(...) | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2585:17:2585:30 | ...::get_pair(...) | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2586:17:2586:17 | b | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2586:17:2586:17 | b | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2586:17:2586:17 | b | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2586:21:2586:34 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2586:21:2586:34 | ...::get_pair(...) | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2586:21:2586:34 | ...::get_pair(...) | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2587:13:2587:18 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2587:13:2587:18 | TuplePat | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2587:13:2587:18 | TuplePat | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2587:14:2587:14 | c | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2587:17:2587:17 | d | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2587:22:2587:35 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2587:22:2587:35 | ...::get_pair(...) | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2587:22:2587:35 | ...::get_pair(...) | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2588:13:2588:22 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2588:13:2588:22 | TuplePat | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2588:13:2588:22 | TuplePat | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2588:18:2588:18 | e | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2588:21:2588:21 | f | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2588:26:2588:39 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2588:26:2588:39 | ...::get_pair(...) | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2588:26:2588:39 | ...::get_pair(...) | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2589:13:2589:26 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2589:13:2589:26 | TuplePat | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2589:13:2589:26 | TuplePat | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2589:18:2589:18 | g | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2589:25:2589:25 | h | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2589:30:2589:43 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2589:30:2589:43 | ...::get_pair(...) | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2589:30:2589:43 | ...::get_pair(...) | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2591:9:2591:9 | a | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2591:9:2591:9 | a | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2591:9:2591:9 | a | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2591:9:2591:11 | a.0 | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2591:9:2591:17 | ... .foo() | | {EXTERNAL LOCATION} | () | -| main.rs:2592:9:2592:9 | b | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2592:9:2592:9 | b | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2592:9:2592:9 | b | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2592:9:2592:11 | b.1 | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2592:9:2592:17 | ... .foo() | | {EXTERNAL LOCATION} | () | -| main.rs:2593:9:2593:9 | c | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2593:9:2593:15 | c.foo() | | {EXTERNAL LOCATION} | () | -| main.rs:2594:9:2594:9 | d | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2594:9:2594:15 | d.foo() | | {EXTERNAL LOCATION} | () | -| main.rs:2595:9:2595:9 | e | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2595:9:2595:15 | e.foo() | | {EXTERNAL LOCATION} | () | -| main.rs:2596:9:2596:9 | f | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2596:9:2596:15 | f.foo() | | {EXTERNAL LOCATION} | () | -| main.rs:2597:9:2597:9 | g | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2597:9:2597:15 | g.foo() | | {EXTERNAL LOCATION} | () | -| main.rs:2598:9:2598:9 | h | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2598:9:2598:15 | h.foo() | | {EXTERNAL LOCATION} | () | -| main.rs:2603:13:2603:13 | a | | {EXTERNAL LOCATION} | i64 | -| main.rs:2603:17:2603:34 | ...::default(...) | | {EXTERNAL LOCATION} | i64 | -| main.rs:2604:13:2604:13 | b | | {EXTERNAL LOCATION} | bool | -| main.rs:2604:17:2604:34 | ...::default(...) | | {EXTERNAL LOCATION} | bool | -| main.rs:2605:13:2605:16 | pair | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2605:13:2605:16 | pair | T0 | {EXTERNAL LOCATION} | i64 | -| main.rs:2605:13:2605:16 | pair | T1 | {EXTERNAL LOCATION} | bool | -| main.rs:2605:20:2605:25 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2605:20:2605:25 | TupleExpr | T0 | {EXTERNAL LOCATION} | i64 | -| main.rs:2605:20:2605:25 | TupleExpr | T1 | {EXTERNAL LOCATION} | bool | -| main.rs:2605:21:2605:21 | a | | {EXTERNAL LOCATION} | i64 | -| main.rs:2605:24:2605:24 | b | | {EXTERNAL LOCATION} | bool | -| main.rs:2606:13:2606:13 | i | | {EXTERNAL LOCATION} | i64 | -| main.rs:2606:22:2606:25 | pair | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2606:22:2606:25 | pair | T0 | {EXTERNAL LOCATION} | i64 | -| main.rs:2606:22:2606:25 | pair | T1 | {EXTERNAL LOCATION} | bool | -| main.rs:2606:22:2606:27 | pair.0 | | {EXTERNAL LOCATION} | i64 | -| main.rs:2607:13:2607:13 | j | | {EXTERNAL LOCATION} | bool | -| main.rs:2607:23:2607:26 | pair | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2607:23:2607:26 | pair | T0 | {EXTERNAL LOCATION} | i64 | -| main.rs:2607:23:2607:26 | pair | T1 | {EXTERNAL LOCATION} | bool | -| main.rs:2607:23:2607:28 | pair.1 | | {EXTERNAL LOCATION} | bool | -| main.rs:2609:13:2609:16 | pair | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2609:13:2609:16 | pair | T0 | {EXTERNAL LOCATION} | i32 | -| main.rs:2609:13:2609:16 | pair | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2609:20:2609:25 | [...] | | {EXTERNAL LOCATION} | [;] | -| main.rs:2609:20:2609:25 | [...] | TArray | {EXTERNAL LOCATION} | i32 | -| main.rs:2609:20:2609:32 | ... .into() | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2609:20:2609:32 | ... .into() | T0 | {EXTERNAL LOCATION} | i32 | -| main.rs:2609:20:2609:32 | ... .into() | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2609:21:2609:21 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2609:24:2609:24 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2610:9:2613:9 | match pair { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2610:15:2610:18 | pair | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2610:15:2610:18 | pair | T0 | {EXTERNAL LOCATION} | i32 | -| main.rs:2610:15:2610:18 | pair | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2611:13:2611:18 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2611:13:2611:18 | TuplePat | T0 | {EXTERNAL LOCATION} | i32 | -| main.rs:2611:13:2611:18 | TuplePat | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2611:14:2611:14 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2611:17:2611:17 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2611:23:2611:42 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:2611:30:2611:41 | "unexpected" | | {EXTERNAL LOCATION} | & | -| main.rs:2611:30:2611:41 | "unexpected" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2611:30:2611:41 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2611:30:2611:41 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2612:13:2612:13 | _ | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2612:13:2612:13 | _ | T0 | {EXTERNAL LOCATION} | i32 | -| main.rs:2612:13:2612:13 | _ | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2612:18:2612:35 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:2612:25:2612:34 | "expected" | | {EXTERNAL LOCATION} | & | -| main.rs:2612:25:2612:34 | "expected" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2612:25:2612:34 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2612:25:2612:34 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2614:13:2614:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:2614:17:2614:20 | pair | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2614:17:2614:20 | pair | T0 | {EXTERNAL LOCATION} | i32 | -| main.rs:2614:17:2614:20 | pair | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2614:17:2614:22 | pair.0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2616:13:2616:13 | y | | {EXTERNAL LOCATION} | & | -| main.rs:2616:13:2616:13 | y | TRef | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2616:13:2616:13 | y | TRef.T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2616:13:2616:13 | y | TRef.T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2616:17:2616:31 | &... | | {EXTERNAL LOCATION} | & | -| main.rs:2616:17:2616:31 | &... | TRef | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2616:17:2616:31 | &... | TRef.T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2616:17:2616:31 | &... | TRef.T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2616:18:2616:31 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2616:18:2616:31 | ...::get_pair(...) | T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2616:18:2616:31 | ...::get_pair(...) | T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2617:9:2617:9 | y | | {EXTERNAL LOCATION} | & | -| main.rs:2617:9:2617:9 | y | TRef | {EXTERNAL LOCATION} | (T_2) | -| main.rs:2617:9:2617:9 | y | TRef.T0 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2617:9:2617:9 | y | TRef.T1 | main.rs:2574:5:2575:16 | S1 | -| main.rs:2617:9:2617:11 | y.0 | | main.rs:2574:5:2575:16 | S1 | -| main.rs:2617:9:2617:17 | ... .foo() | | {EXTERNAL LOCATION} | () | -| main.rs:2623:27:2645:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2624:13:2624:23 | boxed_value | | {EXTERNAL LOCATION} | Box | -| main.rs:2624:13:2624:23 | boxed_value | A | {EXTERNAL LOCATION} | Global | -| main.rs:2624:13:2624:23 | boxed_value | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2624:27:2624:42 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2624:27:2624:42 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2624:27:2624:42 | ...::new(...) | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2624:36:2624:41 | 100i32 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2627:9:2635:9 | match boxed_value { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2627:15:2627:25 | boxed_value | | {EXTERNAL LOCATION} | Box | -| main.rs:2627:15:2627:25 | boxed_value | A | {EXTERNAL LOCATION} | Global | -| main.rs:2627:15:2627:25 | boxed_value | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2628:13:2628:19 | box 100 | | {EXTERNAL LOCATION} | Box | -| main.rs:2628:13:2628:19 | box 100 | A | {EXTERNAL LOCATION} | Global | -| main.rs:2628:13:2628:19 | box 100 | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2628:17:2628:19 | 100 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2628:24:2630:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2629:17:2629:37 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:2629:26:2629:36 | "Boxed 100\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:2629:26:2629:36 | "Boxed 100\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2629:26:2629:36 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2629:26:2629:36 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2629:26:2629:36 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2631:13:2631:17 | box ... | | {EXTERNAL LOCATION} | Box | -| main.rs:2631:13:2631:17 | box ... | A | {EXTERNAL LOCATION} | Global | -| main.rs:2631:13:2631:17 | box ... | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2631:22:2634:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2633:17:2633:52 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:2633:26:2633:42 | "Boxed value: {}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:2633:26:2633:42 | "Boxed value: {}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2633:26:2633:51 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2633:26:2633:51 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2633:26:2633:51 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2638:13:2638:22 | nested_box | | {EXTERNAL LOCATION} | Box | -| main.rs:2638:13:2638:22 | nested_box | A | {EXTERNAL LOCATION} | Global | -| main.rs:2638:13:2638:22 | nested_box | T | {EXTERNAL LOCATION} | Box | -| main.rs:2638:13:2638:22 | nested_box | T.A | {EXTERNAL LOCATION} | Global | -| main.rs:2638:13:2638:22 | nested_box | T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2638:26:2638:50 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2638:26:2638:50 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2638:26:2638:50 | ...::new(...) | T | {EXTERNAL LOCATION} | Box | -| main.rs:2638:26:2638:50 | ...::new(...) | T.A | {EXTERNAL LOCATION} | Global | -| main.rs:2638:26:2638:50 | ...::new(...) | T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2638:35:2638:49 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2638:35:2638:49 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2638:35:2638:49 | ...::new(...) | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2638:44:2638:48 | 42i32 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2639:9:2644:9 | match nested_box { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2639:15:2639:24 | nested_box | | {EXTERNAL LOCATION} | Box | -| main.rs:2639:15:2639:24 | nested_box | A | {EXTERNAL LOCATION} | Global | -| main.rs:2639:15:2639:24 | nested_box | T | {EXTERNAL LOCATION} | Box | -| main.rs:2639:15:2639:24 | nested_box | T.A | {EXTERNAL LOCATION} | Global | -| main.rs:2639:15:2639:24 | nested_box | T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2640:13:2640:21 | box ... | | {EXTERNAL LOCATION} | Box | -| main.rs:2640:13:2640:21 | box ... | A | {EXTERNAL LOCATION} | Global | -| main.rs:2640:13:2640:21 | box ... | T | {EXTERNAL LOCATION} | Box | -| main.rs:2640:13:2640:21 | box ... | T.A | {EXTERNAL LOCATION} | Global | -| main.rs:2640:13:2640:21 | box ... | T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2640:26:2643:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2642:17:2642:60 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:2642:26:2642:43 | "Nested boxed: {}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:2642:26:2642:43 | "Nested boxed: {}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2642:26:2642:59 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2642:26:2642:59 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2642:26:2642:59 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2654:36:2656:9 | { ... } | | main.rs:2651:5:2651:22 | Path | -| main.rs:2655:13:2655:19 | Path {...} | | main.rs:2651:5:2651:22 | Path | -| main.rs:2658:29:2658:33 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2658:29:2658:33 | SelfParam | TRef | main.rs:2651:5:2651:22 | Path | -| main.rs:2658:59:2660:9 | { ... } | | {EXTERNAL LOCATION} | Result | -| main.rs:2658:59:2660:9 | { ... } | E | {EXTERNAL LOCATION} | () | -| main.rs:2658:59:2660:9 | { ... } | T | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2659:13:2659:30 | Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:2659:13:2659:30 | Ok(...) | E | {EXTERNAL LOCATION} | () | -| main.rs:2659:13:2659:30 | Ok(...) | T | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2659:16:2659:29 | ...::new(...) | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2666:39:2668:9 | { ... } | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2667:13:2667:22 | PathBuf {...} | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2676:18:2676:22 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2676:18:2676:22 | SelfParam | TRef | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2676:34:2680:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:2676:34:2680:9 | { ... } | TRef | main.rs:2651:5:2651:22 | Path | -| main.rs:2678:33:2678:43 | ...::new(...) | | main.rs:2651:5:2651:22 | Path | -| main.rs:2679:13:2679:17 | &path | | {EXTERNAL LOCATION} | & | -| main.rs:2679:13:2679:17 | &path | TRef | main.rs:2651:5:2651:22 | Path | -| main.rs:2679:14:2679:17 | path | | main.rs:2651:5:2651:22 | Path | -| main.rs:2683:16:2691:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2684:13:2684:17 | path1 | | main.rs:2651:5:2651:22 | Path | -| main.rs:2684:21:2684:31 | ...::new(...) | | main.rs:2651:5:2651:22 | Path | -| main.rs:2685:13:2685:17 | path2 | | {EXTERNAL LOCATION} | Result | -| main.rs:2685:13:2685:17 | path2 | E | {EXTERNAL LOCATION} | () | -| main.rs:2685:13:2685:17 | path2 | T | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2685:21:2685:25 | path1 | | main.rs:2651:5:2651:22 | Path | -| main.rs:2685:21:2685:40 | path1.canonicalize() | | {EXTERNAL LOCATION} | Result | -| main.rs:2685:21:2685:40 | path1.canonicalize() | E | {EXTERNAL LOCATION} | () | -| main.rs:2685:21:2685:40 | path1.canonicalize() | T | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2686:13:2686:17 | path3 | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2686:21:2686:25 | path2 | | {EXTERNAL LOCATION} | Result | -| main.rs:2686:21:2686:25 | path2 | E | {EXTERNAL LOCATION} | () | -| main.rs:2686:21:2686:25 | path2 | T | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2686:21:2686:34 | path2.unwrap() | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2688:13:2688:20 | pathbuf1 | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2688:24:2688:37 | ...::new(...) | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2689:13:2689:20 | pathbuf2 | | {EXTERNAL LOCATION} | Result | -| main.rs:2689:13:2689:20 | pathbuf2 | E | {EXTERNAL LOCATION} | () | -| main.rs:2689:13:2689:20 | pathbuf2 | T | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2689:24:2689:31 | pathbuf1 | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2689:24:2689:46 | pathbuf1.canonicalize() | | {EXTERNAL LOCATION} | Result | -| main.rs:2689:24:2689:46 | pathbuf1.canonicalize() | E | {EXTERNAL LOCATION} | () | -| main.rs:2689:24:2689:46 | pathbuf1.canonicalize() | T | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2690:13:2690:20 | pathbuf3 | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2690:24:2690:31 | pathbuf2 | | {EXTERNAL LOCATION} | Result | -| main.rs:2690:24:2690:31 | pathbuf2 | E | {EXTERNAL LOCATION} | () | -| main.rs:2690:24:2690:31 | pathbuf2 | T | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2690:24:2690:40 | pathbuf2.unwrap() | | main.rs:2663:5:2663:25 | PathBuf | -| main.rs:2696:14:2696:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2696:14:2696:18 | SelfParam | TRef | main.rs:2695:5:2697:5 | Self [trait MyTrait] | -| main.rs:2703:14:2703:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2703:14:2703:18 | SelfParam | TRef | main.rs:2699:5:2700:19 | S | -| main.rs:2703:14:2703:18 | SelfParam | TRef.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2703:28:2705:9 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2704:13:2704:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2704:13:2704:16 | self | TRef | main.rs:2699:5:2700:19 | S | -| main.rs:2704:13:2704:16 | self | TRef.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2704:13:2704:18 | self.0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2709:14:2709:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2709:14:2709:18 | SelfParam | TRef | main.rs:2699:5:2700:19 | S | -| main.rs:2709:14:2709:18 | SelfParam | TRef.T | main.rs:2699:5:2700:19 | S | -| main.rs:2709:14:2709:18 | SelfParam | TRef.T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2709:28:2711:9 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2710:13:2710:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2710:13:2710:16 | self | TRef | main.rs:2699:5:2700:19 | S | -| main.rs:2710:13:2710:16 | self | TRef.T | main.rs:2699:5:2700:19 | S | -| main.rs:2710:13:2710:16 | self | TRef.T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2710:13:2710:18 | self.0 | | main.rs:2699:5:2700:19 | S | -| main.rs:2710:13:2710:18 | self.0 | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2710:13:2710:21 | ... .0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2715:15:2715:19 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2715:15:2715:19 | SelfParam | TRef | main.rs:2699:5:2700:19 | S | -| main.rs:2715:15:2715:19 | SelfParam | TRef.T | main.rs:2714:10:2714:16 | T | -| main.rs:2715:33:2717:9 | { ... } | | main.rs:2699:5:2700:19 | S | -| main.rs:2715:33:2717:9 | { ... } | T | main.rs:2699:5:2700:19 | S | -| main.rs:2715:33:2717:9 | { ... } | T.T | main.rs:2714:10:2714:16 | T | -| main.rs:2716:13:2716:24 | S(...) | | main.rs:2699:5:2700:19 | S | -| main.rs:2716:13:2716:24 | S(...) | T | main.rs:2699:5:2700:19 | S | -| main.rs:2716:13:2716:24 | S(...) | T.T | main.rs:2714:10:2714:16 | T | -| main.rs:2716:15:2716:23 | S(...) | | main.rs:2699:5:2700:19 | S | -| main.rs:2716:15:2716:23 | S(...) | T | main.rs:2714:10:2714:16 | T | -| main.rs:2716:17:2716:20 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2716:17:2716:20 | self | TRef | main.rs:2699:5:2700:19 | S | -| main.rs:2716:17:2716:20 | self | TRef.T | main.rs:2714:10:2714:16 | T | -| main.rs:2716:17:2716:22 | self.0 | | main.rs:2714:10:2714:16 | T | -| main.rs:2720:14:2720:14 | b | | {EXTERNAL LOCATION} | bool | -| main.rs:2720:48:2737:5 | { ... } | | {EXTERNAL LOCATION} | Box | -| main.rs:2720:48:2737:5 | { ... } | A | {EXTERNAL LOCATION} | Global | -| main.rs:2720:48:2737:5 | { ... } | T | main.rs:2695:5:2697:5 | dyn MyTrait | -| main.rs:2720:48:2737:5 | { ... } | T.dyn(T) | {EXTERNAL LOCATION} | i32 | -| main.rs:2721:13:2721:13 | x | | main.rs:2699:5:2700:19 | S | -| main.rs:2721:13:2721:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2721:17:2726:9 | if b {...} else {...} | | main.rs:2699:5:2700:19 | S | -| main.rs:2721:17:2726:9 | if b {...} else {...} | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2721:20:2721:20 | b | | {EXTERNAL LOCATION} | bool | -| main.rs:2721:22:2724:9 | { ... } | | main.rs:2699:5:2700:19 | S | -| main.rs:2721:22:2724:9 | { ... } | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2722:17:2722:17 | y | | main.rs:2699:5:2700:19 | S | -| main.rs:2722:17:2722:17 | y | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2722:21:2722:38 | ...::default(...) | | main.rs:2699:5:2700:19 | S | -| main.rs:2722:21:2722:38 | ...::default(...) | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2723:13:2723:13 | y | | main.rs:2699:5:2700:19 | S | -| main.rs:2723:13:2723:13 | y | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2724:16:2726:9 | { ... } | | main.rs:2699:5:2700:19 | S | -| main.rs:2724:16:2726:9 | { ... } | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2725:13:2725:16 | S(...) | | main.rs:2699:5:2700:19 | S | -| main.rs:2725:13:2725:16 | S(...) | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2725:15:2725:15 | 2 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2730:13:2730:13 | x | | main.rs:2699:5:2700:19 | S | -| main.rs:2730:13:2730:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2730:17:2730:20 | S(...) | | main.rs:2699:5:2700:19 | S | -| main.rs:2730:17:2730:20 | S(...) | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2730:19:2730:19 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2731:9:2736:9 | if b {...} else {...} | | {EXTERNAL LOCATION} | Box | -| main.rs:2731:9:2736:9 | if b {...} else {...} | A | {EXTERNAL LOCATION} | Global | -| main.rs:2731:9:2736:9 | if b {...} else {...} | T | main.rs:2695:5:2697:5 | dyn MyTrait | -| main.rs:2731:9:2736:9 | if b {...} else {...} | T | main.rs:2699:5:2700:19 | S | -| main.rs:2731:9:2736:9 | if b {...} else {...} | T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2731:9:2736:9 | if b {...} else {...} | T.T | main.rs:2699:5:2700:19 | S | -| main.rs:2731:9:2736:9 | if b {...} else {...} | T.T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2731:9:2736:9 | if b {...} else {...} | T.dyn(T) | {EXTERNAL LOCATION} | i32 | -| main.rs:2731:12:2731:12 | b | | {EXTERNAL LOCATION} | bool | -| main.rs:2731:14:2734:9 | { ... } | | {EXTERNAL LOCATION} | Box | -| main.rs:2731:14:2734:9 | { ... } | A | {EXTERNAL LOCATION} | Global | -| main.rs:2731:14:2734:9 | { ... } | T | main.rs:2695:5:2697:5 | dyn MyTrait | -| main.rs:2731:14:2734:9 | { ... } | T | main.rs:2699:5:2700:19 | S | -| main.rs:2731:14:2734:9 | { ... } | T.T | main.rs:2699:5:2700:19 | S | -| main.rs:2731:14:2734:9 | { ... } | T.T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2731:14:2734:9 | { ... } | T.dyn(T) | {EXTERNAL LOCATION} | i32 | -| main.rs:2732:17:2732:17 | x | | main.rs:2699:5:2700:19 | S | -| main.rs:2732:17:2732:17 | x | T | main.rs:2699:5:2700:19 | S | -| main.rs:2732:17:2732:17 | x | T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2732:21:2732:21 | x | | main.rs:2699:5:2700:19 | S | -| main.rs:2732:21:2732:21 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2732:21:2732:26 | x.m2() | | main.rs:2699:5:2700:19 | S | -| main.rs:2732:21:2732:26 | x.m2() | T | main.rs:2699:5:2700:19 | S | -| main.rs:2732:21:2732:26 | x.m2() | T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2733:13:2733:23 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2733:13:2733:23 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2733:13:2733:23 | ...::new(...) | T | main.rs:2695:5:2697:5 | dyn MyTrait | -| main.rs:2733:13:2733:23 | ...::new(...) | T | main.rs:2699:5:2700:19 | S | -| main.rs:2733:13:2733:23 | ...::new(...) | T.T | main.rs:2699:5:2700:19 | S | -| main.rs:2733:13:2733:23 | ...::new(...) | T.T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2733:13:2733:23 | ...::new(...) | T.dyn(T) | {EXTERNAL LOCATION} | i32 | -| main.rs:2733:22:2733:22 | x | | main.rs:2699:5:2700:19 | S | -| main.rs:2733:22:2733:22 | x | T | main.rs:2699:5:2700:19 | S | -| main.rs:2733:22:2733:22 | x | T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2734:16:2736:9 | { ... } | | {EXTERNAL LOCATION} | Box | -| main.rs:2734:16:2736:9 | { ... } | A | {EXTERNAL LOCATION} | Global | -| main.rs:2734:16:2736:9 | { ... } | T | main.rs:2695:5:2697:5 | dyn MyTrait | -| main.rs:2734:16:2736:9 | { ... } | T | main.rs:2699:5:2700:19 | S | -| main.rs:2734:16:2736:9 | { ... } | T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2734:16:2736:9 | { ... } | T.dyn(T) | {EXTERNAL LOCATION} | i32 | -| main.rs:2735:13:2735:23 | ...::new(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2735:13:2735:23 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2735:13:2735:23 | ...::new(...) | T | main.rs:2695:5:2697:5 | dyn MyTrait | -| main.rs:2735:13:2735:23 | ...::new(...) | T | main.rs:2699:5:2700:19 | S | -| main.rs:2735:13:2735:23 | ...::new(...) | T.T | {EXTERNAL LOCATION} | i32 | -| main.rs:2735:13:2735:23 | ...::new(...) | T.dyn(T) | {EXTERNAL LOCATION} | i32 | -| main.rs:2735:22:2735:22 | x | | main.rs:2699:5:2700:19 | S | -| main.rs:2735:22:2735:22 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2741:22:2745:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2742:18:2742:18 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:2742:33:2744:9 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2743:13:2743:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:2743:13:2743:17 | ... + ... | | {EXTERNAL LOCATION} | i32 | -| main.rs:2743:17:2743:17 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2750:11:2750:14 | cond | | {EXTERNAL LOCATION} | bool | -| main.rs:2750:30:2758:5 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2752:13:2752:13 | a | | {EXTERNAL LOCATION} | () | -| main.rs:2752:17:2756:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2753:13:2755:13 | if cond {...} | | {EXTERNAL LOCATION} | () | -| main.rs:2753:16:2753:19 | cond | | {EXTERNAL LOCATION} | bool | -| main.rs:2753:21:2755:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2754:24:2754:25 | 12 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2757:9:2757:9 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2761:20:2768:5 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2764:26:2764:27 | 12 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2766:9:2766:30 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:2766:18:2766:26 | "b: {:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:2766:18:2766:26 | "b: {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2766:18:2766:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2766:18:2766:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2766:18:2766:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2767:9:2767:9 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2770:20:2772:5 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2771:16:2771:16 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2775:11:2775:14 | cond | | {EXTERNAL LOCATION} | bool | -| main.rs:2775:30:2783:5 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2776:13:2776:13 | a | | {EXTERNAL LOCATION} | () | -| main.rs:2776:17:2780:9 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2777:13:2779:13 | if cond {...} | | {EXTERNAL LOCATION} | () | -| main.rs:2777:16:2777:19 | cond | | {EXTERNAL LOCATION} | bool | -| main.rs:2777:21:2779:13 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2778:24:2778:25 | 12 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2781:9:2781:30 | MacroExpr | | {EXTERNAL LOCATION} | () | -| main.rs:2781:18:2781:26 | "a: {:?}\\n" | | {EXTERNAL LOCATION} | & | -| main.rs:2781:18:2781:26 | "a: {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | -| main.rs:2781:18:2781:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2781:18:2781:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2781:18:2781:29 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2781:29:2781:29 | a | | {EXTERNAL LOCATION} | () | -| main.rs:2782:9:2782:9 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2787:16:2834:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2788:13:2788:13 | x | | {EXTERNAL LOCATION} | Option | -| main.rs:2788:13:2788:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2788:17:2788:20 | None | | {EXTERNAL LOCATION} | Option | -| main.rs:2788:17:2788:20 | None | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2789:13:2789:13 | x | | {EXTERNAL LOCATION} | Option | -| main.rs:2789:13:2789:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2789:30:2789:30 | x | | {EXTERNAL LOCATION} | Option | -| main.rs:2789:30:2789:30 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2790:13:2790:13 | x | | {EXTERNAL LOCATION} | Option | -| main.rs:2790:13:2790:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2790:17:2790:35 | ...::None | | {EXTERNAL LOCATION} | Option | -| main.rs:2790:17:2790:35 | ...::None | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2791:13:2791:13 | x | | {EXTERNAL LOCATION} | Option | -| main.rs:2791:13:2791:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2791:17:2791:35 | ...::None::<...> | | {EXTERNAL LOCATION} | Option | -| main.rs:2791:17:2791:35 | ...::None::<...> | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2793:26:2793:28 | opt | | {EXTERNAL LOCATION} | Option | -| main.rs:2793:26:2793:28 | opt | T | main.rs:2793:23:2793:23 | T | -| main.rs:2793:42:2793:42 | x | | main.rs:2793:23:2793:23 | T | -| main.rs:2793:48:2793:49 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2795:13:2795:13 | x | | {EXTERNAL LOCATION} | Option | -| main.rs:2795:13:2795:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2795:17:2795:20 | None | | {EXTERNAL LOCATION} | Option | -| main.rs:2795:17:2795:20 | None | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2796:9:2796:24 | pin_option(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2796:20:2796:20 | x | | {EXTERNAL LOCATION} | Option | -| main.rs:2796:20:2796:20 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2796:23:2796:23 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2803:13:2803:13 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2803:13:2803:13 | x | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2803:13:2803:13 | x | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2803:17:2803:39 | ...::A {...} | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2803:17:2803:39 | ...::A {...} | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2803:17:2803:39 | ...::A {...} | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2803:37:2803:37 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2804:13:2804:13 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2804:13:2804:13 | x | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2804:13:2804:13 | x | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2804:40:2804:40 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2804:40:2804:40 | x | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2804:40:2804:40 | x | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2805:13:2805:13 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2805:13:2805:13 | x | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2805:13:2805:13 | x | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2805:17:2805:52 | ...::A {...} | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2805:17:2805:52 | ...::A {...} | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2805:17:2805:52 | ...::A {...} | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2805:50:2805:50 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2807:13:2807:13 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2807:13:2807:13 | x | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2807:13:2807:13 | x | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2807:17:2809:9 | ...::B::<...> {...} | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2807:17:2809:9 | ...::B::<...> {...} | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2807:17:2809:9 | ...::B::<...> {...} | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2808:20:2808:32 | ...::new(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2811:29:2811:29 | e | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2811:29:2811:29 | e | T1 | main.rs:2811:26:2811:26 | T | -| main.rs:2811:29:2811:29 | e | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2811:53:2811:53 | x | | main.rs:2811:26:2811:26 | T | -| main.rs:2811:59:2811:60 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2814:13:2814:13 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2814:13:2814:13 | x | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2814:13:2814:13 | x | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2814:17:2816:9 | ...::B {...} | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2814:17:2816:9 | ...::B {...} | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2814:17:2816:9 | ...::B {...} | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2815:20:2815:32 | ...::new(...) | | {EXTERNAL LOCATION} | String | -| main.rs:2817:9:2817:27 | pin_my_either(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2817:23:2817:23 | x | | main.rs:2798:9:2801:9 | MyEither | -| main.rs:2817:23:2817:23 | x | T1 | {EXTERNAL LOCATION} | i32 | -| main.rs:2817:23:2817:23 | x | T2 | {EXTERNAL LOCATION} | String | -| main.rs:2817:26:2817:26 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2819:13:2819:13 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:2819:13:2819:13 | x | E | {EXTERNAL LOCATION} | String | +| main.rs:2375:13:2375:17 | ... + ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:2375:17:2375:17 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2379:15:2379:15 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2379:32:2381:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2380:13:2380:13 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2380:13:2380:17 | ... + ... | | {EXTERNAL LOCATION} | i64 | +| main.rs:2380:17:2380:17 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2386:15:2386:15 | x | | {EXTERNAL LOCATION} | bool | +| main.rs:2386:31:2388:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2387:13:2387:13 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2387:13:2387:13 | 0 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2391:15:2391:15 | x | | {EXTERNAL LOCATION} | bool | +| main.rs:2391:32:2393:9 | { ... } | | {EXTERNAL LOCATION} | bool | +| main.rs:2392:13:2392:13 | x | | {EXTERNAL LOCATION} | bool | +| main.rs:2396:16:2421:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2397:13:2397:13 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2397:22:2397:23 | 73 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2397:22:2397:23 | 73 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2398:9:2398:9 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2398:9:2398:22 | x.my_add(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2398:18:2398:21 | 5i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2399:9:2399:9 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2399:9:2399:23 | x.my_add(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2399:18:2399:22 | &5i64 | | {EXTERNAL LOCATION} | & | +| main.rs:2399:18:2399:22 | &5i64 | TRef | {EXTERNAL LOCATION} | i64 | +| main.rs:2399:19:2399:22 | 5i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2400:9:2400:9 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2400:9:2400:22 | x.my_add(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2400:18:2400:21 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2402:9:2402:15 | S(...) | | main.rs:2286:5:2286:19 | S | +| main.rs:2402:9:2402:15 | S(...) | T | {EXTERNAL LOCATION} | i64 | +| main.rs:2402:9:2402:31 | ... .my_add(...) | | main.rs:2286:5:2286:19 | S | +| main.rs:2402:11:2402:14 | 1i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2402:24:2402:30 | S(...) | | main.rs:2286:5:2286:19 | S | +| main.rs:2402:24:2402:30 | S(...) | T | {EXTERNAL LOCATION} | i64 | +| main.rs:2402:26:2402:29 | 2i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2403:9:2403:15 | S(...) | | main.rs:2286:5:2286:19 | S | +| main.rs:2403:9:2403:15 | S(...) | T | {EXTERNAL LOCATION} | i64 | +| main.rs:2403:11:2403:14 | 1i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2403:24:2403:27 | 3i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2404:9:2404:15 | S(...) | | main.rs:2286:5:2286:19 | S | +| main.rs:2404:9:2404:15 | S(...) | T | {EXTERNAL LOCATION} | i64 | +| main.rs:2404:9:2404:29 | ... .my_add(...) | | main.rs:2286:5:2286:19 | S | +| main.rs:2404:11:2404:14 | 1i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2404:24:2404:28 | &3i64 | | {EXTERNAL LOCATION} | & | +| main.rs:2404:24:2404:28 | &3i64 | TRef | {EXTERNAL LOCATION} | i64 | +| main.rs:2404:25:2404:28 | 3i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2406:13:2406:13 | x | | {EXTERNAL LOCATION} | i64 | +| main.rs:2406:17:2406:35 | ...::my_from(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2406:30:2406:34 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2407:13:2407:13 | y | | {EXTERNAL LOCATION} | i64 | +| main.rs:2407:17:2407:34 | ...::my_from(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2407:30:2407:33 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2408:13:2408:13 | z | | {EXTERNAL LOCATION} | i64 | +| main.rs:2408:22:2408:43 | ...::my_from(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2408:38:2408:42 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2409:9:2409:34 | ...::my_from2(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2409:23:2409:27 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2409:30:2409:33 | 0i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2410:9:2410:33 | ...::my_from2(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2410:23:2410:26 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2410:29:2410:32 | 0i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2411:9:2411:38 | ...::my_from2(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2411:27:2411:31 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2411:34:2411:37 | 0i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2413:9:2413:22 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2413:17:2413:21 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2414:9:2414:22 | ...::f2(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2414:17:2414:21 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2415:9:2415:22 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2415:18:2415:21 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2416:9:2416:22 | ...::f2(...) | | {EXTERNAL LOCATION} | bool | +| main.rs:2416:18:2416:21 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2417:9:2417:30 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2417:25:2417:29 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2418:9:2418:30 | ...::f2(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2418:25:2418:29 | 73i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2419:9:2419:29 | ...::f1(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2419:25:2419:28 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2420:9:2420:29 | ...::f2(...) | | {EXTERNAL LOCATION} | bool | +| main.rs:2420:25:2420:28 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2428:26:2430:9 | { ... } | | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2429:13:2429:25 | MyCallable {...} | | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2432:17:2432:21 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2432:17:2432:21 | SelfParam | TRef | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2432:31:2434:9 | { ... } | | {EXTERNAL LOCATION} | i64 | +| main.rs:2433:13:2433:13 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2433:13:2433:13 | 1 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2437:16:2544:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2440:9:2440:29 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2440:13:2440:13 | i | | {EXTERNAL LOCATION} | i32 | +| main.rs:2440:18:2440:26 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2440:18:2440:26 | [...] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:2440:19:2440:19 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2440:22:2440:22 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2440:25:2440:25 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2440:28:2440:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2441:9:2441:44 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2441:18:2441:26 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2441:18:2441:26 | [...] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:2441:18:2441:41 | ... .map(...) | | {EXTERNAL LOCATION} | [;] | +| main.rs:2441:19:2441:19 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2441:22:2441:22 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2441:25:2441:25 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2441:32:2441:40 | \|...\| ... | | {EXTERNAL LOCATION} | dyn Fn | +| main.rs:2441:32:2441:40 | \|...\| ... | dyn(Args) | {EXTERNAL LOCATION} | (T_1) | +| main.rs:2441:40:2441:40 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2441:43:2441:44 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2442:9:2442:41 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2442:13:2442:13 | i | | {EXTERNAL LOCATION} | i32 | +| main.rs:2442:18:2442:26 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2442:18:2442:26 | [...] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:2442:18:2442:38 | ... .into_iter() | | {EXTERNAL LOCATION} | IntoIter | +| main.rs:2442:18:2442:38 | ... .into_iter() | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2442:19:2442:19 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2442:22:2442:22 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2442:25:2442:25 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2442:40:2442:41 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2444:13:2444:17 | vals1 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2444:13:2444:17 | vals1 | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:2444:13:2444:17 | vals1 | TArray | {EXTERNAL LOCATION} | u8 | +| main.rs:2444:21:2444:31 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2444:21:2444:31 | [...] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:2444:21:2444:31 | [...] | TArray | {EXTERNAL LOCATION} | u8 | +| main.rs:2444:22:2444:24 | 1u8 | | {EXTERNAL LOCATION} | u8 | +| main.rs:2444:27:2444:27 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2444:27:2444:27 | 2 | | {EXTERNAL LOCATION} | u8 | +| main.rs:2444:30:2444:30 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2444:30:2444:30 | 3 | | {EXTERNAL LOCATION} | u8 | +| main.rs:2445:9:2445:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2445:13:2445:13 | u | | {EXTERNAL LOCATION} | i32 | +| main.rs:2445:13:2445:13 | u | | {EXTERNAL LOCATION} | u8 | +| main.rs:2445:18:2445:22 | vals1 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2445:18:2445:22 | vals1 | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:2445:18:2445:22 | vals1 | TArray | {EXTERNAL LOCATION} | u8 | +| main.rs:2445:24:2445:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2447:13:2447:17 | vals2 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2447:13:2447:17 | vals2 | TArray | {EXTERNAL LOCATION} | u16 | +| main.rs:2447:21:2447:29 | [1u16; 3] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2447:21:2447:29 | [1u16; 3] | TArray | {EXTERNAL LOCATION} | u16 | +| main.rs:2447:22:2447:25 | 1u16 | | {EXTERNAL LOCATION} | u16 | +| main.rs:2447:28:2447:28 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2448:9:2448:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2448:13:2448:13 | u | | {EXTERNAL LOCATION} | u16 | +| main.rs:2448:18:2448:22 | vals2 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2448:18:2448:22 | vals2 | TArray | {EXTERNAL LOCATION} | u16 | +| main.rs:2448:24:2448:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2450:13:2450:17 | vals3 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2450:13:2450:17 | vals3 | TArray | {EXTERNAL LOCATION} | u32 | +| main.rs:2450:26:2450:26 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2450:31:2450:39 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2450:31:2450:39 | [...] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:2450:31:2450:39 | [...] | TArray | {EXTERNAL LOCATION} | u32 | +| main.rs:2450:32:2450:32 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2450:32:2450:32 | 1 | | {EXTERNAL LOCATION} | u32 | +| main.rs:2450:35:2450:35 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2450:35:2450:35 | 2 | | {EXTERNAL LOCATION} | u32 | +| main.rs:2450:38:2450:38 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2450:38:2450:38 | 3 | | {EXTERNAL LOCATION} | u32 | +| main.rs:2451:9:2451:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2451:13:2451:13 | u | | {EXTERNAL LOCATION} | u32 | +| main.rs:2451:18:2451:22 | vals3 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2451:18:2451:22 | vals3 | TArray | {EXTERNAL LOCATION} | u32 | +| main.rs:2451:24:2451:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2453:13:2453:17 | vals4 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2453:13:2453:17 | vals4 | TArray | {EXTERNAL LOCATION} | u64 | +| main.rs:2453:26:2453:26 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2453:31:2453:36 | [1; 3] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2453:31:2453:36 | [1; 3] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:2453:31:2453:36 | [1; 3] | TArray | {EXTERNAL LOCATION} | u64 | +| main.rs:2453:32:2453:32 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2453:32:2453:32 | 1 | | {EXTERNAL LOCATION} | u64 | +| main.rs:2453:35:2453:35 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2454:9:2454:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2454:13:2454:13 | u | | {EXTERNAL LOCATION} | u64 | +| main.rs:2454:18:2454:22 | vals4 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2454:18:2454:22 | vals4 | TArray | {EXTERNAL LOCATION} | u64 | +| main.rs:2454:24:2454:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2456:17:2456:24 | strings1 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2456:17:2456:24 | strings1 | TArray | {EXTERNAL LOCATION} | & | +| main.rs:2456:17:2456:24 | strings1 | TArray.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2456:28:2456:48 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2456:28:2456:48 | [...] | TArray | {EXTERNAL LOCATION} | & | +| main.rs:2456:28:2456:48 | [...] | TArray.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2456:29:2456:33 | "foo" | | {EXTERNAL LOCATION} | & | +| main.rs:2456:29:2456:33 | "foo" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2456:36:2456:40 | "bar" | | {EXTERNAL LOCATION} | & | +| main.rs:2456:36:2456:40 | "bar" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2456:43:2456:47 | "baz" | | {EXTERNAL LOCATION} | & | +| main.rs:2456:43:2456:47 | "baz" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2457:9:2457:29 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2457:13:2457:13 | s | | {EXTERNAL LOCATION} | & | +| main.rs:2457:13:2457:13 | s | TRef | {EXTERNAL LOCATION} | & | +| main.rs:2457:13:2457:13 | s | TRef.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2457:18:2457:26 | &strings1 | | {EXTERNAL LOCATION} | & | +| main.rs:2457:18:2457:26 | &strings1 | TRef | {EXTERNAL LOCATION} | [;] | +| main.rs:2457:18:2457:26 | &strings1 | TRef.TArray | {EXTERNAL LOCATION} | & | +| main.rs:2457:18:2457:26 | &strings1 | TRef.TArray.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2457:19:2457:26 | strings1 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2457:19:2457:26 | strings1 | TArray | {EXTERNAL LOCATION} | & | +| main.rs:2457:19:2457:26 | strings1 | TArray.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2457:28:2457:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2458:9:2458:33 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2458:13:2458:13 | s | | {EXTERNAL LOCATION} | &mut | +| main.rs:2458:13:2458:13 | s | TRefMut | {EXTERNAL LOCATION} | & | +| main.rs:2458:13:2458:13 | s | TRefMut.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2458:18:2458:30 | &mut strings1 | | {EXTERNAL LOCATION} | &mut | +| main.rs:2458:18:2458:30 | &mut strings1 | TRefMut | {EXTERNAL LOCATION} | [;] | +| main.rs:2458:18:2458:30 | &mut strings1 | TRefMut.TArray | {EXTERNAL LOCATION} | & | +| main.rs:2458:18:2458:30 | &mut strings1 | TRefMut.TArray.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2458:23:2458:30 | strings1 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2458:23:2458:30 | strings1 | TArray | {EXTERNAL LOCATION} | & | +| main.rs:2458:23:2458:30 | strings1 | TArray.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2458:32:2458:33 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2459:9:2459:28 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2459:13:2459:13 | s | | {EXTERNAL LOCATION} | & | +| main.rs:2459:13:2459:13 | s | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2459:18:2459:25 | strings1 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2459:18:2459:25 | strings1 | TArray | {EXTERNAL LOCATION} | & | +| main.rs:2459:18:2459:25 | strings1 | TArray.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2459:27:2459:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2461:13:2461:20 | strings2 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2461:13:2461:20 | strings2 | TArray | {EXTERNAL LOCATION} | String | +| main.rs:2462:9:2466:9 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2462:9:2466:9 | [...] | TArray | {EXTERNAL LOCATION} | String | +| main.rs:2463:13:2463:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2463:26:2463:30 | "foo" | | {EXTERNAL LOCATION} | & | +| main.rs:2463:26:2463:30 | "foo" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2464:13:2464:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2464:26:2464:30 | "bar" | | {EXTERNAL LOCATION} | & | +| main.rs:2464:26:2464:30 | "bar" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2465:13:2465:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2465:26:2465:30 | "baz" | | {EXTERNAL LOCATION} | & | +| main.rs:2465:26:2465:30 | "baz" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2467:9:2467:28 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2467:13:2467:13 | s | | {EXTERNAL LOCATION} | String | +| main.rs:2467:18:2467:25 | strings2 | | {EXTERNAL LOCATION} | [;] | +| main.rs:2467:18:2467:25 | strings2 | TArray | {EXTERNAL LOCATION} | String | +| main.rs:2467:27:2467:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2469:13:2469:20 | strings3 | | {EXTERNAL LOCATION} | & | +| main.rs:2469:13:2469:20 | strings3 | TRef | {EXTERNAL LOCATION} | [;] | +| main.rs:2469:13:2469:20 | strings3 | TRef.TArray | {EXTERNAL LOCATION} | String | +| main.rs:2470:9:2474:9 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:2470:9:2474:9 | &... | TRef | {EXTERNAL LOCATION} | [;] | +| main.rs:2470:9:2474:9 | &... | TRef.TArray | {EXTERNAL LOCATION} | String | +| main.rs:2470:10:2474:9 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2470:10:2474:9 | [...] | TArray | {EXTERNAL LOCATION} | String | +| main.rs:2471:13:2471:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2471:26:2471:30 | "foo" | | {EXTERNAL LOCATION} | & | +| main.rs:2471:26:2471:30 | "foo" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2472:13:2472:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2472:26:2472:30 | "bar" | | {EXTERNAL LOCATION} | & | +| main.rs:2472:26:2472:30 | "bar" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2473:13:2473:31 | ...::from(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2473:26:2473:30 | "baz" | | {EXTERNAL LOCATION} | & | +| main.rs:2473:26:2473:30 | "baz" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2475:9:2475:28 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2475:13:2475:13 | s | | {EXTERNAL LOCATION} | & | +| main.rs:2475:13:2475:13 | s | TRef | {EXTERNAL LOCATION} | String | +| main.rs:2475:18:2475:25 | strings3 | | {EXTERNAL LOCATION} | & | +| main.rs:2475:18:2475:25 | strings3 | TRef | {EXTERNAL LOCATION} | [;] | +| main.rs:2475:18:2475:25 | strings3 | TRef.TArray | {EXTERNAL LOCATION} | String | +| main.rs:2475:27:2475:28 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2477:13:2477:21 | callables | | {EXTERNAL LOCATION} | [;] | +| main.rs:2477:13:2477:21 | callables | TArray | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2477:25:2477:81 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2477:25:2477:81 | [...] | TArray | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2477:26:2477:42 | ...::new(...) | | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2477:45:2477:61 | ...::new(...) | | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2477:64:2477:80 | ...::new(...) | | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2478:9:2482:9 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2478:13:2478:13 | c | | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2479:12:2479:20 | callables | | {EXTERNAL LOCATION} | [;] | +| main.rs:2479:12:2479:20 | callables | TArray | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2480:9:2482:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2481:17:2481:22 | result | | {EXTERNAL LOCATION} | i64 | +| main.rs:2481:26:2481:26 | c | | main.rs:2425:5:2425:24 | MyCallable | +| main.rs:2481:26:2481:33 | c.call() | | {EXTERNAL LOCATION} | i64 | +| main.rs:2486:9:2486:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2486:13:2486:13 | i | | {EXTERNAL LOCATION} | i32 | +| main.rs:2486:18:2486:18 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2486:18:2486:22 | 0..10 | | {EXTERNAL LOCATION} | Range | +| main.rs:2486:18:2486:22 | 0..10 | Idx | {EXTERNAL LOCATION} | i32 | +| main.rs:2486:21:2486:22 | 10 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2486:24:2486:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2487:9:2487:29 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2487:13:2487:13 | u | | {EXTERNAL LOCATION} | Range | +| main.rs:2487:13:2487:13 | u | Idx | {EXTERNAL LOCATION} | i32 | +| main.rs:2487:13:2487:13 | u | Idx | {EXTERNAL LOCATION} | u8 | +| main.rs:2487:18:2487:26 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2487:18:2487:26 | [...] | TArray | {EXTERNAL LOCATION} | Range | +| main.rs:2487:18:2487:26 | [...] | TArray.Idx | {EXTERNAL LOCATION} | i32 | +| main.rs:2487:18:2487:26 | [...] | TArray.Idx | {EXTERNAL LOCATION} | u8 | +| main.rs:2487:19:2487:21 | 0u8 | | {EXTERNAL LOCATION} | u8 | +| main.rs:2487:19:2487:25 | 0u8..10 | | {EXTERNAL LOCATION} | Range | +| main.rs:2487:19:2487:25 | 0u8..10 | Idx | {EXTERNAL LOCATION} | i32 | +| main.rs:2487:19:2487:25 | 0u8..10 | Idx | {EXTERNAL LOCATION} | u8 | +| main.rs:2487:24:2487:25 | 10 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2487:24:2487:25 | 10 | | {EXTERNAL LOCATION} | u8 | +| main.rs:2487:28:2487:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2488:13:2488:17 | range | | {EXTERNAL LOCATION} | Range | +| main.rs:2488:13:2488:17 | range | Idx | {EXTERNAL LOCATION} | i32 | +| main.rs:2488:21:2488:21 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2488:21:2488:25 | 0..10 | | {EXTERNAL LOCATION} | Range | +| main.rs:2488:21:2488:25 | 0..10 | Idx | {EXTERNAL LOCATION} | i32 | +| main.rs:2488:24:2488:25 | 10 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2489:9:2489:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2489:13:2489:13 | i | | {EXTERNAL LOCATION} | i32 | +| main.rs:2489:18:2489:22 | range | | {EXTERNAL LOCATION} | Range | +| main.rs:2489:18:2489:22 | range | Idx | {EXTERNAL LOCATION} | i32 | +| main.rs:2489:24:2489:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2490:13:2490:22 | range_full | | {EXTERNAL LOCATION} | RangeFull | +| main.rs:2490:26:2490:27 | .. | | {EXTERNAL LOCATION} | RangeFull | +| main.rs:2491:9:2491:51 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2491:18:2491:48 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:2491:19:2491:36 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2491:19:2491:36 | [...] | TArray | {EXTERNAL LOCATION} | i64 | +| main.rs:2491:20:2491:23 | 1i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2491:26:2491:29 | 2i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2491:32:2491:35 | 3i64 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2491:38:2491:47 | range_full | | {EXTERNAL LOCATION} | RangeFull | +| main.rs:2491:50:2491:51 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2493:13:2493:18 | range1 | | {EXTERNAL LOCATION} | Range | +| main.rs:2493:13:2493:18 | range1 | Idx | {EXTERNAL LOCATION} | u16 | +| main.rs:2494:9:2497:9 | ...::Range {...} | | {EXTERNAL LOCATION} | Range | +| main.rs:2494:9:2497:9 | ...::Range {...} | Idx | {EXTERNAL LOCATION} | u16 | +| main.rs:2495:20:2495:23 | 0u16 | | {EXTERNAL LOCATION} | u16 | +| main.rs:2496:18:2496:22 | 10u16 | | {EXTERNAL LOCATION} | u16 | +| main.rs:2498:9:2498:26 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2498:13:2498:13 | u | | {EXTERNAL LOCATION} | u16 | +| main.rs:2498:18:2498:23 | range1 | | {EXTERNAL LOCATION} | Range | +| main.rs:2498:18:2498:23 | range1 | Idx | {EXTERNAL LOCATION} | u16 | +| main.rs:2498:25:2498:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2502:13:2502:17 | vals3 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2502:21:2502:33 | MacroExpr | | {EXTERNAL LOCATION} | Vec | +| main.rs:2502:26:2502:26 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2502:29:2502:29 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2502:32:2502:32 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2503:9:2503:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2503:18:2503:22 | vals3 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2503:24:2503:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2505:13:2505:18 | vals4a | | {EXTERNAL LOCATION} | Vec | +| main.rs:2505:13:2505:18 | vals4a | A | {EXTERNAL LOCATION} | Global | +| main.rs:2505:13:2505:18 | vals4a | T | {EXTERNAL LOCATION} | u16 | +| main.rs:2505:32:2505:43 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2505:32:2505:43 | [...] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:2505:32:2505:43 | [...] | TArray | {EXTERNAL LOCATION} | u16 | +| main.rs:2505:32:2505:52 | ... .to_vec() | | {EXTERNAL LOCATION} | Vec | +| main.rs:2505:32:2505:52 | ... .to_vec() | A | {EXTERNAL LOCATION} | Global | +| main.rs:2505:32:2505:52 | ... .to_vec() | T | {EXTERNAL LOCATION} | u16 | +| main.rs:2505:33:2505:36 | 1u16 | | {EXTERNAL LOCATION} | u16 | +| main.rs:2505:39:2505:39 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2505:42:2505:42 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2506:9:2506:26 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2506:13:2506:13 | u | | {EXTERNAL LOCATION} | u16 | +| main.rs:2506:18:2506:23 | vals4a | | {EXTERNAL LOCATION} | Vec | +| main.rs:2506:18:2506:23 | vals4a | A | {EXTERNAL LOCATION} | Global | +| main.rs:2506:18:2506:23 | vals4a | T | {EXTERNAL LOCATION} | u16 | +| main.rs:2506:25:2506:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2508:22:2508:33 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2508:22:2508:33 | [...] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:2508:22:2508:33 | [...] | TArray | {EXTERNAL LOCATION} | u16 | +| main.rs:2508:23:2508:26 | 1u16 | | {EXTERNAL LOCATION} | u16 | +| main.rs:2508:29:2508:29 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2508:32:2508:32 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2509:9:2509:26 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2509:25:2509:26 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2511:13:2511:17 | vals5 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2511:13:2511:17 | vals5 | A | {EXTERNAL LOCATION} | Global | +| main.rs:2511:13:2511:17 | vals5 | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2511:13:2511:17 | vals5 | T | {EXTERNAL LOCATION} | u32 | +| main.rs:2511:21:2511:43 | ...::from(...) | | {EXTERNAL LOCATION} | Vec | +| main.rs:2511:21:2511:43 | ...::from(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2511:21:2511:43 | ...::from(...) | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2511:21:2511:43 | ...::from(...) | T | {EXTERNAL LOCATION} | u32 | +| main.rs:2511:31:2511:42 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2511:31:2511:42 | [...] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:2511:31:2511:42 | [...] | TArray | {EXTERNAL LOCATION} | u32 | +| main.rs:2511:32:2511:35 | 1u32 | | {EXTERNAL LOCATION} | u32 | +| main.rs:2511:38:2511:38 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2511:41:2511:41 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2512:9:2512:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2512:13:2512:13 | u | | {EXTERNAL LOCATION} | i32 | +| main.rs:2512:13:2512:13 | u | | {EXTERNAL LOCATION} | u32 | +| main.rs:2512:18:2512:22 | vals5 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2512:18:2512:22 | vals5 | A | {EXTERNAL LOCATION} | Global | +| main.rs:2512:18:2512:22 | vals5 | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2512:18:2512:22 | vals5 | T | {EXTERNAL LOCATION} | u32 | +| main.rs:2512:24:2512:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2514:13:2514:17 | vals6 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2514:13:2514:17 | vals6 | A | {EXTERNAL LOCATION} | Global | +| main.rs:2514:13:2514:17 | vals6 | T | {EXTERNAL LOCATION} | & | +| main.rs:2514:13:2514:17 | vals6 | T.TRef | {EXTERNAL LOCATION} | u64 | +| main.rs:2514:32:2514:43 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2514:32:2514:43 | [...] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:2514:32:2514:43 | [...] | TArray | {EXTERNAL LOCATION} | u64 | +| main.rs:2514:32:2514:60 | ... .collect() | | {EXTERNAL LOCATION} | Vec | +| main.rs:2514:32:2514:60 | ... .collect() | A | {EXTERNAL LOCATION} | Global | +| main.rs:2514:32:2514:60 | ... .collect() | T | {EXTERNAL LOCATION} | & | +| main.rs:2514:32:2514:60 | ... .collect() | T.TRef | {EXTERNAL LOCATION} | u64 | +| main.rs:2514:33:2514:36 | 1u64 | | {EXTERNAL LOCATION} | u64 | +| main.rs:2514:39:2514:39 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2514:42:2514:42 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2515:9:2515:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2515:13:2515:13 | u | | {EXTERNAL LOCATION} | & | +| main.rs:2515:13:2515:13 | u | TRef | {EXTERNAL LOCATION} | u64 | +| main.rs:2515:18:2515:22 | vals6 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2515:18:2515:22 | vals6 | A | {EXTERNAL LOCATION} | Global | +| main.rs:2515:18:2515:22 | vals6 | T | {EXTERNAL LOCATION} | & | +| main.rs:2515:18:2515:22 | vals6 | T.TRef | {EXTERNAL LOCATION} | u64 | +| main.rs:2515:24:2515:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2517:17:2517:21 | vals7 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2517:17:2517:21 | vals7 | A | {EXTERNAL LOCATION} | Global | +| main.rs:2517:17:2517:21 | vals7 | T | {EXTERNAL LOCATION} | u8 | +| main.rs:2517:25:2517:34 | ...::new(...) | | {EXTERNAL LOCATION} | Vec | +| main.rs:2517:25:2517:34 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2517:25:2517:34 | ...::new(...) | T | {EXTERNAL LOCATION} | u8 | +| main.rs:2518:9:2518:13 | vals7 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2518:9:2518:13 | vals7 | A | {EXTERNAL LOCATION} | Global | +| main.rs:2518:9:2518:13 | vals7 | T | {EXTERNAL LOCATION} | u8 | +| main.rs:2518:9:2518:23 | vals7.push(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2518:20:2518:22 | 1u8 | | {EXTERNAL LOCATION} | u8 | +| main.rs:2519:9:2519:25 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2519:13:2519:13 | u | | {EXTERNAL LOCATION} | u8 | +| main.rs:2519:18:2519:22 | vals7 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2519:18:2519:22 | vals7 | A | {EXTERNAL LOCATION} | Global | +| main.rs:2519:18:2519:22 | vals7 | T | {EXTERNAL LOCATION} | u8 | +| main.rs:2519:24:2519:25 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2521:13:2521:19 | matrix1 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2521:23:2521:50 | MacroExpr | | {EXTERNAL LOCATION} | Vec | +| main.rs:2521:28:2521:37 | (...) | | {EXTERNAL LOCATION} | Vec | +| main.rs:2521:28:2521:37 | MacroExpr | | {EXTERNAL LOCATION} | Vec | +| main.rs:2521:33:2521:33 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2521:36:2521:36 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2521:40:2521:49 | (...) | | {EXTERNAL LOCATION} | Vec | +| main.rs:2521:40:2521:49 | MacroExpr | | {EXTERNAL LOCATION} | Vec | +| main.rs:2521:45:2521:45 | 3 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2521:48:2521:48 | 4 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2523:13:2523:13 | _ | | {EXTERNAL LOCATION} | () | +| main.rs:2523:17:2526:9 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2523:28:2523:34 | matrix1 | | {EXTERNAL LOCATION} | Vec | +| main.rs:2523:36:2526:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2524:13:2525:13 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2524:29:2525:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2528:17:2528:20 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2528:17:2528:20 | map1 | K | {EXTERNAL LOCATION} | i32 | +| main.rs:2528:17:2528:20 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2528:17:2528:20 | map1 | V | {EXTERNAL LOCATION} | Box | +| main.rs:2528:17:2528:20 | map1 | V.A | {EXTERNAL LOCATION} | Global | +| main.rs:2528:17:2528:20 | map1 | V.T | {EXTERNAL LOCATION} | & | +| main.rs:2528:17:2528:20 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2528:24:2528:55 | ...::new(...) | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2528:24:2528:55 | ...::new(...) | K | {EXTERNAL LOCATION} | i32 | +| main.rs:2528:24:2528:55 | ...::new(...) | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2528:24:2528:55 | ...::new(...) | V | {EXTERNAL LOCATION} | Box | +| main.rs:2528:24:2528:55 | ...::new(...) | V.A | {EXTERNAL LOCATION} | Global | +| main.rs:2528:24:2528:55 | ...::new(...) | V.T | {EXTERNAL LOCATION} | & | +| main.rs:2528:24:2528:55 | ...::new(...) | V.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2529:9:2529:12 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2529:9:2529:12 | map1 | K | {EXTERNAL LOCATION} | i32 | +| main.rs:2529:9:2529:12 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2529:9:2529:12 | map1 | V | {EXTERNAL LOCATION} | Box | +| main.rs:2529:9:2529:12 | map1 | V.A | {EXTERNAL LOCATION} | Global | +| main.rs:2529:9:2529:12 | map1 | V.T | {EXTERNAL LOCATION} | & | +| main.rs:2529:9:2529:12 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2529:9:2529:39 | map1.insert(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:2529:9:2529:39 | map1.insert(...) | T | {EXTERNAL LOCATION} | Box | +| main.rs:2529:9:2529:39 | map1.insert(...) | T.A | {EXTERNAL LOCATION} | Global | +| main.rs:2529:9:2529:39 | map1.insert(...) | T.T | {EXTERNAL LOCATION} | & | +| main.rs:2529:9:2529:39 | map1.insert(...) | T.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2529:21:2529:21 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2529:24:2529:38 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2529:24:2529:38 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2529:24:2529:38 | ...::new(...) | T | {EXTERNAL LOCATION} | & | +| main.rs:2529:24:2529:38 | ...::new(...) | T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2529:33:2529:37 | "one" | | {EXTERNAL LOCATION} | & | +| main.rs:2529:33:2529:37 | "one" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2530:9:2530:12 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2530:9:2530:12 | map1 | K | {EXTERNAL LOCATION} | i32 | +| main.rs:2530:9:2530:12 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2530:9:2530:12 | map1 | V | {EXTERNAL LOCATION} | Box | +| main.rs:2530:9:2530:12 | map1 | V.A | {EXTERNAL LOCATION} | Global | +| main.rs:2530:9:2530:12 | map1 | V.T | {EXTERNAL LOCATION} | & | +| main.rs:2530:9:2530:12 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2530:9:2530:39 | map1.insert(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:2530:9:2530:39 | map1.insert(...) | T | {EXTERNAL LOCATION} | Box | +| main.rs:2530:9:2530:39 | map1.insert(...) | T.A | {EXTERNAL LOCATION} | Global | +| main.rs:2530:9:2530:39 | map1.insert(...) | T.T | {EXTERNAL LOCATION} | & | +| main.rs:2530:9:2530:39 | map1.insert(...) | T.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2530:21:2530:21 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2530:24:2530:38 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2530:24:2530:38 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2530:24:2530:38 | ...::new(...) | T | {EXTERNAL LOCATION} | & | +| main.rs:2530:24:2530:38 | ...::new(...) | T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2530:33:2530:37 | "two" | | {EXTERNAL LOCATION} | & | +| main.rs:2530:33:2530:37 | "two" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2531:9:2531:33 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2531:13:2531:15 | key | | {EXTERNAL LOCATION} | & | +| main.rs:2531:13:2531:15 | key | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:2531:20:2531:23 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2531:20:2531:23 | map1 | K | {EXTERNAL LOCATION} | i32 | +| main.rs:2531:20:2531:23 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2531:20:2531:23 | map1 | V | {EXTERNAL LOCATION} | Box | +| main.rs:2531:20:2531:23 | map1 | V.A | {EXTERNAL LOCATION} | Global | +| main.rs:2531:20:2531:23 | map1 | V.T | {EXTERNAL LOCATION} | & | +| main.rs:2531:20:2531:23 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2531:20:2531:30 | map1.keys() | | {EXTERNAL LOCATION} | Keys | +| main.rs:2531:20:2531:30 | map1.keys() | K | {EXTERNAL LOCATION} | i32 | +| main.rs:2531:20:2531:30 | map1.keys() | V | {EXTERNAL LOCATION} | Box | +| main.rs:2531:20:2531:30 | map1.keys() | V.A | {EXTERNAL LOCATION} | Global | +| main.rs:2531:20:2531:30 | map1.keys() | V.T | {EXTERNAL LOCATION} | & | +| main.rs:2531:20:2531:30 | map1.keys() | V.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2531:32:2531:33 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2532:9:2532:37 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2532:13:2532:17 | value | | {EXTERNAL LOCATION} | & | +| main.rs:2532:13:2532:17 | value | TRef | {EXTERNAL LOCATION} | Box | +| main.rs:2532:13:2532:17 | value | TRef.A | {EXTERNAL LOCATION} | Global | +| main.rs:2532:13:2532:17 | value | TRef.T | {EXTERNAL LOCATION} | & | +| main.rs:2532:13:2532:17 | value | TRef.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2532:22:2532:25 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2532:22:2532:25 | map1 | K | {EXTERNAL LOCATION} | i32 | +| main.rs:2532:22:2532:25 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2532:22:2532:25 | map1 | V | {EXTERNAL LOCATION} | Box | +| main.rs:2532:22:2532:25 | map1 | V.A | {EXTERNAL LOCATION} | Global | +| main.rs:2532:22:2532:25 | map1 | V.T | {EXTERNAL LOCATION} | & | +| main.rs:2532:22:2532:25 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2532:22:2532:34 | map1.values() | | {EXTERNAL LOCATION} | Values | +| main.rs:2532:22:2532:34 | map1.values() | K | {EXTERNAL LOCATION} | i32 | +| main.rs:2532:22:2532:34 | map1.values() | V | {EXTERNAL LOCATION} | Box | +| main.rs:2532:22:2532:34 | map1.values() | V.A | {EXTERNAL LOCATION} | Global | +| main.rs:2532:22:2532:34 | map1.values() | V.T | {EXTERNAL LOCATION} | & | +| main.rs:2532:22:2532:34 | map1.values() | V.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2532:36:2532:37 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2533:9:2533:42 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2533:13:2533:24 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2533:13:2533:24 | TuplePat | T0 | {EXTERNAL LOCATION} | & | +| main.rs:2533:13:2533:24 | TuplePat | T0.TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:2533:13:2533:24 | TuplePat | T1 | {EXTERNAL LOCATION} | & | +| main.rs:2533:13:2533:24 | TuplePat | T1.TRef | {EXTERNAL LOCATION} | Box | +| main.rs:2533:13:2533:24 | TuplePat | T1.TRef.A | {EXTERNAL LOCATION} | Global | +| main.rs:2533:13:2533:24 | TuplePat | T1.TRef.T | {EXTERNAL LOCATION} | & | +| main.rs:2533:13:2533:24 | TuplePat | T1.TRef.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2533:14:2533:16 | key | | {EXTERNAL LOCATION} | & | +| main.rs:2533:14:2533:16 | key | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:2533:19:2533:23 | value | | {EXTERNAL LOCATION} | & | +| main.rs:2533:19:2533:23 | value | TRef | {EXTERNAL LOCATION} | Box | +| main.rs:2533:19:2533:23 | value | TRef.A | {EXTERNAL LOCATION} | Global | +| main.rs:2533:19:2533:23 | value | TRef.T | {EXTERNAL LOCATION} | & | +| main.rs:2533:19:2533:23 | value | TRef.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2533:29:2533:32 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2533:29:2533:32 | map1 | K | {EXTERNAL LOCATION} | i32 | +| main.rs:2533:29:2533:32 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2533:29:2533:32 | map1 | V | {EXTERNAL LOCATION} | Box | +| main.rs:2533:29:2533:32 | map1 | V.A | {EXTERNAL LOCATION} | Global | +| main.rs:2533:29:2533:32 | map1 | V.T | {EXTERNAL LOCATION} | & | +| main.rs:2533:29:2533:32 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2533:29:2533:39 | map1.iter() | | {EXTERNAL LOCATION} | Iter | +| main.rs:2533:29:2533:39 | map1.iter() | K | {EXTERNAL LOCATION} | i32 | +| main.rs:2533:29:2533:39 | map1.iter() | V | {EXTERNAL LOCATION} | Box | +| main.rs:2533:29:2533:39 | map1.iter() | V.A | {EXTERNAL LOCATION} | Global | +| main.rs:2533:29:2533:39 | map1.iter() | V.T | {EXTERNAL LOCATION} | & | +| main.rs:2533:29:2533:39 | map1.iter() | V.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2533:41:2533:42 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2534:9:2534:36 | for ... in ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2534:13:2534:24 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2534:13:2534:24 | TuplePat | T0 | {EXTERNAL LOCATION} | & | +| main.rs:2534:13:2534:24 | TuplePat | T0.TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:2534:13:2534:24 | TuplePat | T1 | {EXTERNAL LOCATION} | & | +| main.rs:2534:13:2534:24 | TuplePat | T1.TRef | {EXTERNAL LOCATION} | Box | +| main.rs:2534:13:2534:24 | TuplePat | T1.TRef.A | {EXTERNAL LOCATION} | Global | +| main.rs:2534:13:2534:24 | TuplePat | T1.TRef.T | {EXTERNAL LOCATION} | & | +| main.rs:2534:13:2534:24 | TuplePat | T1.TRef.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2534:14:2534:16 | key | | {EXTERNAL LOCATION} | & | +| main.rs:2534:14:2534:16 | key | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:2534:19:2534:23 | value | | {EXTERNAL LOCATION} | & | +| main.rs:2534:19:2534:23 | value | TRef | {EXTERNAL LOCATION} | Box | +| main.rs:2534:19:2534:23 | value | TRef.A | {EXTERNAL LOCATION} | Global | +| main.rs:2534:19:2534:23 | value | TRef.T | {EXTERNAL LOCATION} | & | +| main.rs:2534:19:2534:23 | value | TRef.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2534:29:2534:33 | &map1 | | {EXTERNAL LOCATION} | & | +| main.rs:2534:29:2534:33 | &map1 | TRef | {EXTERNAL LOCATION} | HashMap | +| main.rs:2534:29:2534:33 | &map1 | TRef.K | {EXTERNAL LOCATION} | i32 | +| main.rs:2534:29:2534:33 | &map1 | TRef.S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2534:29:2534:33 | &map1 | TRef.V | {EXTERNAL LOCATION} | Box | +| main.rs:2534:29:2534:33 | &map1 | TRef.V.A | {EXTERNAL LOCATION} | Global | +| main.rs:2534:29:2534:33 | &map1 | TRef.V.T | {EXTERNAL LOCATION} | & | +| main.rs:2534:29:2534:33 | &map1 | TRef.V.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2534:30:2534:33 | map1 | | {EXTERNAL LOCATION} | HashMap | +| main.rs:2534:30:2534:33 | map1 | K | {EXTERNAL LOCATION} | i32 | +| main.rs:2534:30:2534:33 | map1 | S | {EXTERNAL LOCATION} | RandomState | +| main.rs:2534:30:2534:33 | map1 | V | {EXTERNAL LOCATION} | Box | +| main.rs:2534:30:2534:33 | map1 | V.A | {EXTERNAL LOCATION} | Global | +| main.rs:2534:30:2534:33 | map1 | V.T | {EXTERNAL LOCATION} | & | +| main.rs:2534:30:2534:33 | map1 | V.T.TRef | {EXTERNAL LOCATION} | str | +| main.rs:2534:35:2534:36 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2538:17:2538:17 | a | | {EXTERNAL LOCATION} | i64 | +| main.rs:2538:26:2538:26 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2538:26:2538:26 | 0 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2540:13:2540:13 | _ | | {EXTERNAL LOCATION} | () | +| main.rs:2540:17:2543:9 | while ... { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2540:23:2540:23 | a | | {EXTERNAL LOCATION} | i64 | +| main.rs:2540:23:2540:28 | ... < ... | | {EXTERNAL LOCATION} | bool | +| main.rs:2540:27:2540:28 | 10 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2541:9:2543:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2542:13:2542:13 | a | | {EXTERNAL LOCATION} | i64 | +| main.rs:2542:13:2542:18 | ... += ... | | {EXTERNAL LOCATION} | () | +| main.rs:2542:18:2542:18 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2554:40:2556:9 | { ... } | | {EXTERNAL LOCATION} | Option | +| main.rs:2554:40:2556:9 | { ... } | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2554:40:2556:9 | { ... } | T.T | main.rs:2553:10:2553:19 | T | +| main.rs:2555:13:2555:16 | None | | {EXTERNAL LOCATION} | Option | +| main.rs:2555:13:2555:16 | None | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2555:13:2555:16 | None | T.T | main.rs:2553:10:2553:19 | T | +| main.rs:2558:30:2560:9 | { ... } | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2558:30:2560:9 | { ... } | T | main.rs:2553:10:2553:19 | T | +| main.rs:2559:13:2559:28 | S1(...) | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2559:13:2559:28 | S1(...) | T | main.rs:2553:10:2553:19 | T | +| main.rs:2559:16:2559:27 | ...::default(...) | | main.rs:2553:10:2553:19 | T | +| main.rs:2562:19:2562:22 | SelfParam | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2562:19:2562:22 | SelfParam | T | main.rs:2553:10:2553:19 | T | +| main.rs:2562:33:2564:9 | { ... } | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2562:33:2564:9 | { ... } | T | main.rs:2553:10:2553:19 | T | +| main.rs:2563:13:2563:16 | self | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2563:13:2563:16 | self | T | main.rs:2553:10:2553:19 | T | +| main.rs:2575:15:2575:15 | x | | main.rs:2575:12:2575:12 | T | +| main.rs:2575:26:2577:5 | { ... } | | main.rs:2575:12:2575:12 | T | +| main.rs:2576:9:2576:9 | x | | main.rs:2575:12:2575:12 | T | +| main.rs:2579:16:2601:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2580:13:2580:14 | x1 | | {EXTERNAL LOCATION} | Option | +| main.rs:2580:13:2580:14 | x1 | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2580:13:2580:14 | x1 | T.T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2580:34:2580:48 | ...::assoc_fun(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:2580:34:2580:48 | ...::assoc_fun(...) | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2580:34:2580:48 | ...::assoc_fun(...) | T.T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2581:13:2581:14 | x2 | | {EXTERNAL LOCATION} | Option | +| main.rs:2581:13:2581:14 | x2 | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2581:13:2581:14 | x2 | T.T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2581:18:2581:38 | ...::assoc_fun(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:2581:18:2581:38 | ...::assoc_fun(...) | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2581:18:2581:38 | ...::assoc_fun(...) | T.T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2582:13:2582:14 | x3 | | {EXTERNAL LOCATION} | Option | +| main.rs:2582:13:2582:14 | x3 | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2582:13:2582:14 | x3 | T.T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2582:18:2582:32 | ...::assoc_fun(...) | | {EXTERNAL LOCATION} | Option | +| main.rs:2582:18:2582:32 | ...::assoc_fun(...) | T | main.rs:2548:5:2548:20 | S1 | +| main.rs:2582:18:2582:32 | ...::assoc_fun(...) | T.T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2583:13:2583:14 | x4 | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2583:13:2583:14 | x4 | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2583:18:2583:48 | ...::method(...) | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2583:18:2583:48 | ...::method(...) | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2583:35:2583:47 | ...::default(...) | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2583:35:2583:47 | ...::default(...) | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2584:13:2584:14 | x5 | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2584:13:2584:14 | x5 | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2584:18:2584:42 | ...::method(...) | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2584:18:2584:42 | ...::method(...) | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2584:29:2584:41 | ...::default(...) | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2584:29:2584:41 | ...::default(...) | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2585:13:2585:14 | x6 | | main.rs:2569:5:2569:27 | S4 | +| main.rs:2585:13:2585:14 | x6 | T4 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2585:18:2585:45 | S4::<...>(...) | | main.rs:2569:5:2569:27 | S4 | +| main.rs:2585:18:2585:45 | S4::<...>(...) | T4 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2585:27:2585:44 | ...::default(...) | | main.rs:2550:5:2551:14 | S2 | +| main.rs:2586:13:2586:14 | x7 | | main.rs:2569:5:2569:27 | S4 | +| main.rs:2586:13:2586:14 | x7 | T4 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2586:18:2586:23 | S4(...) | | main.rs:2569:5:2569:27 | S4 | +| main.rs:2586:18:2586:23 | S4(...) | T4 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2586:21:2586:22 | S2 | | main.rs:2550:5:2551:14 | S2 | +| main.rs:2587:13:2587:14 | x8 | | main.rs:2569:5:2569:27 | S4 | +| main.rs:2587:13:2587:14 | x8 | T4 | {EXTERNAL LOCATION} | i32 | +| main.rs:2587:18:2587:22 | S4(...) | | main.rs:2569:5:2569:27 | S4 | +| main.rs:2587:18:2587:22 | S4(...) | T4 | {EXTERNAL LOCATION} | i32 | +| main.rs:2587:21:2587:21 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2588:13:2588:14 | x9 | | main.rs:2569:5:2569:27 | S4 | +| main.rs:2588:13:2588:14 | x9 | T4 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2588:18:2588:34 | S4(...) | | main.rs:2569:5:2569:27 | S4 | +| main.rs:2588:18:2588:34 | S4(...) | T4 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2588:21:2588:33 | ...::default(...) | | main.rs:2550:5:2551:14 | S2 | +| main.rs:2589:13:2589:15 | x10 | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2589:13:2589:15 | x10 | T5 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2589:19:2592:9 | S5::<...> {...} | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2589:19:2592:9 | S5::<...> {...} | T5 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2591:20:2591:37 | ...::default(...) | | main.rs:2550:5:2551:14 | S2 | +| main.rs:2593:13:2593:15 | x11 | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2593:13:2593:15 | x11 | T5 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2593:19:2593:34 | S5 {...} | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2593:19:2593:34 | S5 {...} | T5 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2593:31:2593:32 | S2 | | main.rs:2550:5:2551:14 | S2 | +| main.rs:2594:13:2594:15 | x12 | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2594:13:2594:15 | x12 | T5 | {EXTERNAL LOCATION} | i32 | +| main.rs:2594:19:2594:33 | S5 {...} | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2594:19:2594:33 | S5 {...} | T5 | {EXTERNAL LOCATION} | i32 | +| main.rs:2594:31:2594:31 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2595:13:2595:15 | x13 | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2595:13:2595:15 | x13 | T5 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2595:19:2598:9 | S5 {...} | | main.rs:2571:5:2573:5 | S5 | +| main.rs:2595:19:2598:9 | S5 {...} | T5 | main.rs:2550:5:2551:14 | S2 | +| main.rs:2597:20:2597:32 | ...::default(...) | | main.rs:2550:5:2551:14 | S2 | +| main.rs:2599:13:2599:15 | x14 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2599:19:2599:48 | foo::<...>(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:2599:30:2599:47 | ...::default(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:2600:13:2600:15 | x15 | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2600:13:2600:15 | x15 | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2600:19:2600:37 | ...::default(...) | | main.rs:2548:5:2548:20 | S1 | +| main.rs:2600:19:2600:37 | ...::default(...) | T | main.rs:2550:5:2551:14 | S2 | +| main.rs:2609:35:2611:9 | { ... } | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2609:35:2611:9 | { ... } | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2609:35:2611:9 | { ... } | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2610:13:2610:26 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2610:13:2610:26 | TupleExpr | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2610:13:2610:26 | TupleExpr | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2610:14:2610:18 | S1 {...} | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2610:21:2610:25 | S1 {...} | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2612:16:2612:19 | SelfParam | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2612:22:2612:23 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2615:16:2649:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2616:13:2616:13 | a | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2616:13:2616:13 | a | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2616:13:2616:13 | a | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2616:17:2616:30 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2616:17:2616:30 | ...::get_pair(...) | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2616:17:2616:30 | ...::get_pair(...) | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2617:17:2617:17 | b | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2617:17:2617:17 | b | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2617:17:2617:17 | b | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2617:21:2617:34 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2617:21:2617:34 | ...::get_pair(...) | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2617:21:2617:34 | ...::get_pair(...) | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2618:13:2618:18 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2618:13:2618:18 | TuplePat | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2618:13:2618:18 | TuplePat | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2618:14:2618:14 | c | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2618:17:2618:17 | d | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2618:22:2618:35 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2618:22:2618:35 | ...::get_pair(...) | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2618:22:2618:35 | ...::get_pair(...) | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2619:13:2619:22 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2619:13:2619:22 | TuplePat | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2619:13:2619:22 | TuplePat | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2619:18:2619:18 | e | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2619:21:2619:21 | f | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2619:26:2619:39 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2619:26:2619:39 | ...::get_pair(...) | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2619:26:2619:39 | ...::get_pair(...) | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2620:13:2620:26 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2620:13:2620:26 | TuplePat | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2620:13:2620:26 | TuplePat | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2620:18:2620:18 | g | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2620:25:2620:25 | h | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2620:30:2620:43 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2620:30:2620:43 | ...::get_pair(...) | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2620:30:2620:43 | ...::get_pair(...) | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2622:9:2622:9 | a | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2622:9:2622:9 | a | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2622:9:2622:9 | a | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2622:9:2622:11 | a.0 | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2622:9:2622:17 | ... .foo() | | {EXTERNAL LOCATION} | () | +| main.rs:2623:9:2623:9 | b | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2623:9:2623:9 | b | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2623:9:2623:9 | b | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2623:9:2623:11 | b.1 | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2623:9:2623:17 | ... .foo() | | {EXTERNAL LOCATION} | () | +| main.rs:2624:9:2624:9 | c | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2624:9:2624:15 | c.foo() | | {EXTERNAL LOCATION} | () | +| main.rs:2625:9:2625:9 | d | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2625:9:2625:15 | d.foo() | | {EXTERNAL LOCATION} | () | +| main.rs:2626:9:2626:9 | e | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2626:9:2626:15 | e.foo() | | {EXTERNAL LOCATION} | () | +| main.rs:2627:9:2627:9 | f | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2627:9:2627:15 | f.foo() | | {EXTERNAL LOCATION} | () | +| main.rs:2628:9:2628:9 | g | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2628:9:2628:15 | g.foo() | | {EXTERNAL LOCATION} | () | +| main.rs:2629:9:2629:9 | h | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2629:9:2629:15 | h.foo() | | {EXTERNAL LOCATION} | () | +| main.rs:2634:13:2634:13 | a | | {EXTERNAL LOCATION} | i64 | +| main.rs:2634:17:2634:34 | ...::default(...) | | {EXTERNAL LOCATION} | i64 | +| main.rs:2635:13:2635:13 | b | | {EXTERNAL LOCATION} | bool | +| main.rs:2635:17:2635:34 | ...::default(...) | | {EXTERNAL LOCATION} | bool | +| main.rs:2636:13:2636:16 | pair | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2636:13:2636:16 | pair | T0 | {EXTERNAL LOCATION} | i64 | +| main.rs:2636:13:2636:16 | pair | T1 | {EXTERNAL LOCATION} | bool | +| main.rs:2636:20:2636:25 | TupleExpr | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2636:20:2636:25 | TupleExpr | T0 | {EXTERNAL LOCATION} | i64 | +| main.rs:2636:20:2636:25 | TupleExpr | T1 | {EXTERNAL LOCATION} | bool | +| main.rs:2636:21:2636:21 | a | | {EXTERNAL LOCATION} | i64 | +| main.rs:2636:24:2636:24 | b | | {EXTERNAL LOCATION} | bool | +| main.rs:2637:13:2637:13 | i | | {EXTERNAL LOCATION} | i64 | +| main.rs:2637:22:2637:25 | pair | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2637:22:2637:25 | pair | T0 | {EXTERNAL LOCATION} | i64 | +| main.rs:2637:22:2637:25 | pair | T1 | {EXTERNAL LOCATION} | bool | +| main.rs:2637:22:2637:27 | pair.0 | | {EXTERNAL LOCATION} | i64 | +| main.rs:2638:13:2638:13 | j | | {EXTERNAL LOCATION} | bool | +| main.rs:2638:23:2638:26 | pair | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2638:23:2638:26 | pair | T0 | {EXTERNAL LOCATION} | i64 | +| main.rs:2638:23:2638:26 | pair | T1 | {EXTERNAL LOCATION} | bool | +| main.rs:2638:23:2638:28 | pair.1 | | {EXTERNAL LOCATION} | bool | +| main.rs:2640:13:2640:16 | pair | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2640:13:2640:16 | pair | T0 | {EXTERNAL LOCATION} | i32 | +| main.rs:2640:13:2640:16 | pair | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2640:20:2640:25 | [...] | | {EXTERNAL LOCATION} | [;] | +| main.rs:2640:20:2640:25 | [...] | TArray | {EXTERNAL LOCATION} | i32 | +| main.rs:2640:20:2640:32 | ... .into() | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2640:20:2640:32 | ... .into() | T0 | {EXTERNAL LOCATION} | i32 | +| main.rs:2640:20:2640:32 | ... .into() | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2640:21:2640:21 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2640:24:2640:24 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2641:9:2644:9 | match pair { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2641:15:2641:18 | pair | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2641:15:2641:18 | pair | T0 | {EXTERNAL LOCATION} | i32 | +| main.rs:2641:15:2641:18 | pair | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2642:13:2642:18 | TuplePat | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2642:13:2642:18 | TuplePat | T0 | {EXTERNAL LOCATION} | i32 | +| main.rs:2642:13:2642:18 | TuplePat | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2642:14:2642:14 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2642:17:2642:17 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2642:23:2642:42 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:2642:30:2642:41 | "unexpected" | | {EXTERNAL LOCATION} | & | +| main.rs:2642:30:2642:41 | "unexpected" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2642:30:2642:41 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2642:30:2642:41 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2643:13:2643:13 | _ | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2643:13:2643:13 | _ | T0 | {EXTERNAL LOCATION} | i32 | +| main.rs:2643:13:2643:13 | _ | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2643:18:2643:35 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:2643:25:2643:34 | "expected" | | {EXTERNAL LOCATION} | & | +| main.rs:2643:25:2643:34 | "expected" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2643:25:2643:34 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2643:25:2643:34 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2645:13:2645:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:2645:17:2645:20 | pair | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2645:17:2645:20 | pair | T0 | {EXTERNAL LOCATION} | i32 | +| main.rs:2645:17:2645:20 | pair | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2645:17:2645:22 | pair.0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2647:13:2647:13 | y | | {EXTERNAL LOCATION} | & | +| main.rs:2647:13:2647:13 | y | TRef | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2647:13:2647:13 | y | TRef.T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2647:13:2647:13 | y | TRef.T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2647:17:2647:31 | &... | | {EXTERNAL LOCATION} | & | +| main.rs:2647:17:2647:31 | &... | TRef | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2647:17:2647:31 | &... | TRef.T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2647:17:2647:31 | &... | TRef.T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2647:18:2647:31 | ...::get_pair(...) | | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2647:18:2647:31 | ...::get_pair(...) | T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2647:18:2647:31 | ...::get_pair(...) | T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2648:9:2648:9 | y | | {EXTERNAL LOCATION} | & | +| main.rs:2648:9:2648:9 | y | TRef | {EXTERNAL LOCATION} | (T_2) | +| main.rs:2648:9:2648:9 | y | TRef.T0 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2648:9:2648:9 | y | TRef.T1 | main.rs:2605:5:2606:16 | S1 | +| main.rs:2648:9:2648:11 | y.0 | | main.rs:2605:5:2606:16 | S1 | +| main.rs:2648:9:2648:17 | ... .foo() | | {EXTERNAL LOCATION} | () | +| main.rs:2654:27:2676:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2655:13:2655:23 | boxed_value | | {EXTERNAL LOCATION} | Box | +| main.rs:2655:13:2655:23 | boxed_value | A | {EXTERNAL LOCATION} | Global | +| main.rs:2655:13:2655:23 | boxed_value | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2655:27:2655:42 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2655:27:2655:42 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2655:27:2655:42 | ...::new(...) | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2655:36:2655:41 | 100i32 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2658:9:2666:9 | match boxed_value { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2658:15:2658:25 | boxed_value | | {EXTERNAL LOCATION} | Box | +| main.rs:2658:15:2658:25 | boxed_value | A | {EXTERNAL LOCATION} | Global | +| main.rs:2658:15:2658:25 | boxed_value | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2659:13:2659:19 | box 100 | | {EXTERNAL LOCATION} | Box | +| main.rs:2659:13:2659:19 | box 100 | A | {EXTERNAL LOCATION} | Global | +| main.rs:2659:13:2659:19 | box 100 | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2659:17:2659:19 | 100 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2659:24:2661:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2660:17:2660:37 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:2660:26:2660:36 | "Boxed 100\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:2660:26:2660:36 | "Boxed 100\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2660:26:2660:36 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2660:26:2660:36 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2660:26:2660:36 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2662:13:2662:17 | box ... | | {EXTERNAL LOCATION} | Box | +| main.rs:2662:13:2662:17 | box ... | A | {EXTERNAL LOCATION} | Global | +| main.rs:2662:13:2662:17 | box ... | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2662:22:2665:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2664:17:2664:52 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:2664:26:2664:42 | "Boxed value: {}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:2664:26:2664:42 | "Boxed value: {}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2664:26:2664:51 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2664:26:2664:51 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2664:26:2664:51 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2669:13:2669:22 | nested_box | | {EXTERNAL LOCATION} | Box | +| main.rs:2669:13:2669:22 | nested_box | A | {EXTERNAL LOCATION} | Global | +| main.rs:2669:13:2669:22 | nested_box | T | {EXTERNAL LOCATION} | Box | +| main.rs:2669:13:2669:22 | nested_box | T.A | {EXTERNAL LOCATION} | Global | +| main.rs:2669:13:2669:22 | nested_box | T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2669:26:2669:50 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2669:26:2669:50 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2669:26:2669:50 | ...::new(...) | T | {EXTERNAL LOCATION} | Box | +| main.rs:2669:26:2669:50 | ...::new(...) | T.A | {EXTERNAL LOCATION} | Global | +| main.rs:2669:26:2669:50 | ...::new(...) | T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2669:35:2669:49 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2669:35:2669:49 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2669:35:2669:49 | ...::new(...) | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2669:44:2669:48 | 42i32 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2670:9:2675:9 | match nested_box { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2670:15:2670:24 | nested_box | | {EXTERNAL LOCATION} | Box | +| main.rs:2670:15:2670:24 | nested_box | A | {EXTERNAL LOCATION} | Global | +| main.rs:2670:15:2670:24 | nested_box | T | {EXTERNAL LOCATION} | Box | +| main.rs:2670:15:2670:24 | nested_box | T.A | {EXTERNAL LOCATION} | Global | +| main.rs:2670:15:2670:24 | nested_box | T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2671:13:2671:21 | box ... | | {EXTERNAL LOCATION} | Box | +| main.rs:2671:13:2671:21 | box ... | A | {EXTERNAL LOCATION} | Global | +| main.rs:2671:13:2671:21 | box ... | T | {EXTERNAL LOCATION} | Box | +| main.rs:2671:13:2671:21 | box ... | T.A | {EXTERNAL LOCATION} | Global | +| main.rs:2671:13:2671:21 | box ... | T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2671:26:2674:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2673:17:2673:60 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:2673:26:2673:43 | "Nested boxed: {}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:2673:26:2673:43 | "Nested boxed: {}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2673:26:2673:59 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2673:26:2673:59 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2673:26:2673:59 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2685:36:2687:9 | { ... } | | main.rs:2682:5:2682:22 | Path | +| main.rs:2686:13:2686:19 | Path {...} | | main.rs:2682:5:2682:22 | Path | +| main.rs:2689:29:2689:33 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2689:29:2689:33 | SelfParam | TRef | main.rs:2682:5:2682:22 | Path | +| main.rs:2689:59:2691:9 | { ... } | | {EXTERNAL LOCATION} | Result | +| main.rs:2689:59:2691:9 | { ... } | E | {EXTERNAL LOCATION} | () | +| main.rs:2689:59:2691:9 | { ... } | T | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2690:13:2690:30 | Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:2690:13:2690:30 | Ok(...) | E | {EXTERNAL LOCATION} | () | +| main.rs:2690:13:2690:30 | Ok(...) | T | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2690:16:2690:29 | ...::new(...) | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2697:39:2699:9 | { ... } | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2698:13:2698:22 | PathBuf {...} | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2707:18:2707:22 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2707:18:2707:22 | SelfParam | TRef | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2707:34:2711:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:2707:34:2711:9 | { ... } | TRef | main.rs:2682:5:2682:22 | Path | +| main.rs:2709:33:2709:43 | ...::new(...) | | main.rs:2682:5:2682:22 | Path | +| main.rs:2710:13:2710:17 | &path | | {EXTERNAL LOCATION} | & | +| main.rs:2710:13:2710:17 | &path | TRef | main.rs:2682:5:2682:22 | Path | +| main.rs:2710:14:2710:17 | path | | main.rs:2682:5:2682:22 | Path | +| main.rs:2714:16:2722:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2715:13:2715:17 | path1 | | main.rs:2682:5:2682:22 | Path | +| main.rs:2715:21:2715:31 | ...::new(...) | | main.rs:2682:5:2682:22 | Path | +| main.rs:2716:13:2716:17 | path2 | | {EXTERNAL LOCATION} | Result | +| main.rs:2716:13:2716:17 | path2 | E | {EXTERNAL LOCATION} | () | +| main.rs:2716:13:2716:17 | path2 | T | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2716:21:2716:25 | path1 | | main.rs:2682:5:2682:22 | Path | +| main.rs:2716:21:2716:40 | path1.canonicalize() | | {EXTERNAL LOCATION} | Result | +| main.rs:2716:21:2716:40 | path1.canonicalize() | E | {EXTERNAL LOCATION} | () | +| main.rs:2716:21:2716:40 | path1.canonicalize() | T | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2717:13:2717:17 | path3 | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2717:21:2717:25 | path2 | | {EXTERNAL LOCATION} | Result | +| main.rs:2717:21:2717:25 | path2 | E | {EXTERNAL LOCATION} | () | +| main.rs:2717:21:2717:25 | path2 | T | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2717:21:2717:34 | path2.unwrap() | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2719:13:2719:20 | pathbuf1 | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2719:24:2719:37 | ...::new(...) | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2720:13:2720:20 | pathbuf2 | | {EXTERNAL LOCATION} | Result | +| main.rs:2720:13:2720:20 | pathbuf2 | E | {EXTERNAL LOCATION} | () | +| main.rs:2720:13:2720:20 | pathbuf2 | T | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2720:24:2720:31 | pathbuf1 | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2720:24:2720:46 | pathbuf1.canonicalize() | | {EXTERNAL LOCATION} | Result | +| main.rs:2720:24:2720:46 | pathbuf1.canonicalize() | E | {EXTERNAL LOCATION} | () | +| main.rs:2720:24:2720:46 | pathbuf1.canonicalize() | T | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2721:13:2721:20 | pathbuf3 | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2721:24:2721:31 | pathbuf2 | | {EXTERNAL LOCATION} | Result | +| main.rs:2721:24:2721:31 | pathbuf2 | E | {EXTERNAL LOCATION} | () | +| main.rs:2721:24:2721:31 | pathbuf2 | T | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2721:24:2721:40 | pathbuf2.unwrap() | | main.rs:2694:5:2694:25 | PathBuf | +| main.rs:2727:14:2727:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2727:14:2727:18 | SelfParam | TRef | main.rs:2726:5:2728:5 | Self [trait MyTrait] | +| main.rs:2734:14:2734:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2734:14:2734:18 | SelfParam | TRef | main.rs:2730:5:2731:19 | S | +| main.rs:2734:14:2734:18 | SelfParam | TRef.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2734:28:2736:9 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2735:13:2735:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2735:13:2735:16 | self | TRef | main.rs:2730:5:2731:19 | S | +| main.rs:2735:13:2735:16 | self | TRef.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2735:13:2735:18 | self.0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2740:14:2740:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2740:14:2740:18 | SelfParam | TRef | main.rs:2730:5:2731:19 | S | +| main.rs:2740:14:2740:18 | SelfParam | TRef.T | main.rs:2730:5:2731:19 | S | +| main.rs:2740:14:2740:18 | SelfParam | TRef.T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2740:28:2742:9 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2741:13:2741:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2741:13:2741:16 | self | TRef | main.rs:2730:5:2731:19 | S | +| main.rs:2741:13:2741:16 | self | TRef.T | main.rs:2730:5:2731:19 | S | +| main.rs:2741:13:2741:16 | self | TRef.T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2741:13:2741:18 | self.0 | | main.rs:2730:5:2731:19 | S | +| main.rs:2741:13:2741:18 | self.0 | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2741:13:2741:21 | ... .0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2746:15:2746:19 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2746:15:2746:19 | SelfParam | TRef | main.rs:2730:5:2731:19 | S | +| main.rs:2746:15:2746:19 | SelfParam | TRef.T | main.rs:2745:10:2745:16 | T | +| main.rs:2746:33:2748:9 | { ... } | | main.rs:2730:5:2731:19 | S | +| main.rs:2746:33:2748:9 | { ... } | T | main.rs:2730:5:2731:19 | S | +| main.rs:2746:33:2748:9 | { ... } | T.T | main.rs:2745:10:2745:16 | T | +| main.rs:2747:13:2747:24 | S(...) | | main.rs:2730:5:2731:19 | S | +| main.rs:2747:13:2747:24 | S(...) | T | main.rs:2730:5:2731:19 | S | +| main.rs:2747:13:2747:24 | S(...) | T.T | main.rs:2745:10:2745:16 | T | +| main.rs:2747:15:2747:23 | S(...) | | main.rs:2730:5:2731:19 | S | +| main.rs:2747:15:2747:23 | S(...) | T | main.rs:2745:10:2745:16 | T | +| main.rs:2747:17:2747:20 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2747:17:2747:20 | self | TRef | main.rs:2730:5:2731:19 | S | +| main.rs:2747:17:2747:20 | self | TRef.T | main.rs:2745:10:2745:16 | T | +| main.rs:2747:17:2747:22 | self.0 | | main.rs:2745:10:2745:16 | T | +| main.rs:2751:14:2751:14 | b | | {EXTERNAL LOCATION} | bool | +| main.rs:2751:48:2768:5 | { ... } | | {EXTERNAL LOCATION} | Box | +| main.rs:2751:48:2768:5 | { ... } | A | {EXTERNAL LOCATION} | Global | +| main.rs:2751:48:2768:5 | { ... } | T | main.rs:2726:5:2728:5 | dyn MyTrait | +| main.rs:2751:48:2768:5 | { ... } | T.dyn(T) | {EXTERNAL LOCATION} | i32 | +| main.rs:2752:13:2752:13 | x | | main.rs:2730:5:2731:19 | S | +| main.rs:2752:13:2752:13 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2752:17:2757:9 | if b {...} else {...} | | main.rs:2730:5:2731:19 | S | +| main.rs:2752:17:2757:9 | if b {...} else {...} | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2752:20:2752:20 | b | | {EXTERNAL LOCATION} | bool | +| main.rs:2752:22:2755:9 | { ... } | | main.rs:2730:5:2731:19 | S | +| main.rs:2752:22:2755:9 | { ... } | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2753:17:2753:17 | y | | main.rs:2730:5:2731:19 | S | +| main.rs:2753:17:2753:17 | y | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2753:21:2753:38 | ...::default(...) | | main.rs:2730:5:2731:19 | S | +| main.rs:2753:21:2753:38 | ...::default(...) | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2754:13:2754:13 | y | | main.rs:2730:5:2731:19 | S | +| main.rs:2754:13:2754:13 | y | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2755:16:2757:9 | { ... } | | main.rs:2730:5:2731:19 | S | +| main.rs:2755:16:2757:9 | { ... } | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2756:13:2756:16 | S(...) | | main.rs:2730:5:2731:19 | S | +| main.rs:2756:13:2756:16 | S(...) | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2756:15:2756:15 | 2 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2761:13:2761:13 | x | | main.rs:2730:5:2731:19 | S | +| main.rs:2761:13:2761:13 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2761:17:2761:20 | S(...) | | main.rs:2730:5:2731:19 | S | +| main.rs:2761:17:2761:20 | S(...) | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2761:19:2761:19 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2762:9:2767:9 | if b {...} else {...} | | {EXTERNAL LOCATION} | Box | +| main.rs:2762:9:2767:9 | if b {...} else {...} | A | {EXTERNAL LOCATION} | Global | +| main.rs:2762:9:2767:9 | if b {...} else {...} | T | main.rs:2726:5:2728:5 | dyn MyTrait | +| main.rs:2762:9:2767:9 | if b {...} else {...} | T | main.rs:2730:5:2731:19 | S | +| main.rs:2762:9:2767:9 | if b {...} else {...} | T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2762:9:2767:9 | if b {...} else {...} | T.T | main.rs:2730:5:2731:19 | S | +| main.rs:2762:9:2767:9 | if b {...} else {...} | T.T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2762:9:2767:9 | if b {...} else {...} | T.dyn(T) | {EXTERNAL LOCATION} | i32 | +| main.rs:2762:12:2762:12 | b | | {EXTERNAL LOCATION} | bool | +| main.rs:2762:14:2765:9 | { ... } | | {EXTERNAL LOCATION} | Box | +| main.rs:2762:14:2765:9 | { ... } | A | {EXTERNAL LOCATION} | Global | +| main.rs:2762:14:2765:9 | { ... } | T | main.rs:2726:5:2728:5 | dyn MyTrait | +| main.rs:2762:14:2765:9 | { ... } | T | main.rs:2730:5:2731:19 | S | +| main.rs:2762:14:2765:9 | { ... } | T.T | main.rs:2730:5:2731:19 | S | +| main.rs:2762:14:2765:9 | { ... } | T.T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2762:14:2765:9 | { ... } | T.dyn(T) | {EXTERNAL LOCATION} | i32 | +| main.rs:2763:17:2763:17 | x | | main.rs:2730:5:2731:19 | S | +| main.rs:2763:17:2763:17 | x | T | main.rs:2730:5:2731:19 | S | +| main.rs:2763:17:2763:17 | x | T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2763:21:2763:21 | x | | main.rs:2730:5:2731:19 | S | +| main.rs:2763:21:2763:21 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2763:21:2763:26 | x.m2() | | main.rs:2730:5:2731:19 | S | +| main.rs:2763:21:2763:26 | x.m2() | T | main.rs:2730:5:2731:19 | S | +| main.rs:2763:21:2763:26 | x.m2() | T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2764:13:2764:23 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2764:13:2764:23 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2764:13:2764:23 | ...::new(...) | T | main.rs:2726:5:2728:5 | dyn MyTrait | +| main.rs:2764:13:2764:23 | ...::new(...) | T | main.rs:2730:5:2731:19 | S | +| main.rs:2764:13:2764:23 | ...::new(...) | T.T | main.rs:2730:5:2731:19 | S | +| main.rs:2764:13:2764:23 | ...::new(...) | T.T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2764:13:2764:23 | ...::new(...) | T.dyn(T) | {EXTERNAL LOCATION} | i32 | +| main.rs:2764:22:2764:22 | x | | main.rs:2730:5:2731:19 | S | +| main.rs:2764:22:2764:22 | x | T | main.rs:2730:5:2731:19 | S | +| main.rs:2764:22:2764:22 | x | T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2765:16:2767:9 | { ... } | | {EXTERNAL LOCATION} | Box | +| main.rs:2765:16:2767:9 | { ... } | A | {EXTERNAL LOCATION} | Global | +| main.rs:2765:16:2767:9 | { ... } | T | main.rs:2726:5:2728:5 | dyn MyTrait | +| main.rs:2765:16:2767:9 | { ... } | T | main.rs:2730:5:2731:19 | S | +| main.rs:2765:16:2767:9 | { ... } | T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2765:16:2767:9 | { ... } | T.dyn(T) | {EXTERNAL LOCATION} | i32 | +| main.rs:2766:13:2766:23 | ...::new(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2766:13:2766:23 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2766:13:2766:23 | ...::new(...) | T | main.rs:2726:5:2728:5 | dyn MyTrait | +| main.rs:2766:13:2766:23 | ...::new(...) | T | main.rs:2730:5:2731:19 | S | +| main.rs:2766:13:2766:23 | ...::new(...) | T.T | {EXTERNAL LOCATION} | i32 | +| main.rs:2766:13:2766:23 | ...::new(...) | T.dyn(T) | {EXTERNAL LOCATION} | i32 | +| main.rs:2766:22:2766:22 | x | | main.rs:2730:5:2731:19 | S | +| main.rs:2766:22:2766:22 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2772:22:2776:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2773:18:2773:18 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:2773:33:2775:9 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2774:13:2774:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:2774:13:2774:17 | ... + ... | | {EXTERNAL LOCATION} | i32 | +| main.rs:2774:17:2774:17 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2781:11:2781:14 | cond | | {EXTERNAL LOCATION} | bool | +| main.rs:2781:30:2789:5 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2783:13:2783:13 | a | | {EXTERNAL LOCATION} | () | +| main.rs:2783:17:2787:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2784:13:2786:13 | if cond {...} | | {EXTERNAL LOCATION} | () | +| main.rs:2784:16:2784:19 | cond | | {EXTERNAL LOCATION} | bool | +| main.rs:2784:21:2786:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2785:24:2785:25 | 12 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2788:9:2788:9 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2792:20:2799:5 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2795:26:2795:27 | 12 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2797:9:2797:30 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:2797:18:2797:26 | "b: {:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:2797:18:2797:26 | "b: {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2797:18:2797:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2797:18:2797:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2797:18:2797:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2798:9:2798:9 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2801:20:2803:5 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2802:16:2802:16 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2806:11:2806:14 | cond | | {EXTERNAL LOCATION} | bool | +| main.rs:2806:30:2814:5 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2807:13:2807:13 | a | | {EXTERNAL LOCATION} | () | +| main.rs:2807:17:2811:9 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2808:13:2810:13 | if cond {...} | | {EXTERNAL LOCATION} | () | +| main.rs:2808:16:2808:19 | cond | | {EXTERNAL LOCATION} | bool | +| main.rs:2808:21:2810:13 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2809:24:2809:25 | 12 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2812:9:2812:30 | MacroExpr | | {EXTERNAL LOCATION} | () | +| main.rs:2812:18:2812:26 | "a: {:?}\\n" | | {EXTERNAL LOCATION} | & | +| main.rs:2812:18:2812:26 | "a: {:?}\\n" | TRef | {EXTERNAL LOCATION} | str | +| main.rs:2812:18:2812:29 | ...::_print(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2812:18:2812:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2812:18:2812:29 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2812:29:2812:29 | a | | {EXTERNAL LOCATION} | () | +| main.rs:2813:9:2813:9 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2818:16:2865:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2819:13:2819:13 | x | | {EXTERNAL LOCATION} | Option | | main.rs:2819:13:2819:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2819:17:2819:29 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:2819:17:2819:29 | ...::Ok(...) | E | {EXTERNAL LOCATION} | String | -| main.rs:2819:17:2819:29 | ...::Ok(...) | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2819:28:2819:28 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2820:13:2820:13 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:2820:13:2820:13 | x | E | {EXTERNAL LOCATION} | String | +| main.rs:2819:17:2819:20 | None | | {EXTERNAL LOCATION} | Option | +| main.rs:2819:17:2819:20 | None | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2820:13:2820:13 | x | | {EXTERNAL LOCATION} | Option | | main.rs:2820:13:2820:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2820:38:2820:38 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:2820:38:2820:38 | x | E | {EXTERNAL LOCATION} | String | -| main.rs:2820:38:2820:38 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2821:13:2821:13 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:2821:13:2821:13 | x | E | {EXTERNAL LOCATION} | String | +| main.rs:2820:30:2820:30 | x | | {EXTERNAL LOCATION} | Option | +| main.rs:2820:30:2820:30 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2821:13:2821:13 | x | | {EXTERNAL LOCATION} | Option | | main.rs:2821:13:2821:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2821:17:2821:44 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:2821:17:2821:44 | ...::Ok(...) | E | {EXTERNAL LOCATION} | String | -| main.rs:2821:17:2821:44 | ...::Ok(...) | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2821:43:2821:43 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2822:13:2822:13 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:2822:13:2822:13 | x | E | {EXTERNAL LOCATION} | String | +| main.rs:2821:17:2821:35 | ...::None | | {EXTERNAL LOCATION} | Option | +| main.rs:2821:17:2821:35 | ...::None | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2822:13:2822:13 | x | | {EXTERNAL LOCATION} | Option | | main.rs:2822:13:2822:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2822:17:2822:44 | ...::Ok::<...>(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:2822:17:2822:44 | ...::Ok::<...>(...) | E | {EXTERNAL LOCATION} | String | -| main.rs:2822:17:2822:44 | ...::Ok::<...>(...) | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2822:43:2822:43 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2824:29:2824:31 | res | | {EXTERNAL LOCATION} | Result | -| main.rs:2824:29:2824:31 | res | E | main.rs:2824:26:2824:26 | E | -| main.rs:2824:29:2824:31 | res | T | main.rs:2824:23:2824:23 | T | -| main.rs:2824:48:2824:48 | x | | main.rs:2824:26:2824:26 | E | -| main.rs:2824:54:2824:55 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2826:13:2826:13 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:2826:13:2826:13 | x | E | {EXTERNAL LOCATION} | bool | +| main.rs:2822:17:2822:35 | ...::None::<...> | | {EXTERNAL LOCATION} | Option | +| main.rs:2822:17:2822:35 | ...::None::<...> | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2824:26:2824:28 | opt | | {EXTERNAL LOCATION} | Option | +| main.rs:2824:26:2824:28 | opt | T | main.rs:2824:23:2824:23 | T | +| main.rs:2824:42:2824:42 | x | | main.rs:2824:23:2824:23 | T | +| main.rs:2824:48:2824:49 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2826:13:2826:13 | x | | {EXTERNAL LOCATION} | Option | | main.rs:2826:13:2826:13 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2826:17:2826:29 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | -| main.rs:2826:17:2826:29 | ...::Ok(...) | E | {EXTERNAL LOCATION} | bool | -| main.rs:2826:17:2826:29 | ...::Ok(...) | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2826:28:2826:28 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2827:9:2827:28 | pin_result(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2827:20:2827:20 | x | | {EXTERNAL LOCATION} | Result | -| main.rs:2827:20:2827:20 | x | E | {EXTERNAL LOCATION} | bool | +| main.rs:2826:17:2826:20 | None | | {EXTERNAL LOCATION} | Option | +| main.rs:2826:17:2826:20 | None | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2827:9:2827:24 | pin_option(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2827:20:2827:20 | x | | {EXTERNAL LOCATION} | Option | | main.rs:2827:20:2827:20 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2827:23:2827:27 | false | | {EXTERNAL LOCATION} | bool | -| main.rs:2829:17:2829:17 | x | | {EXTERNAL LOCATION} | Vec | -| main.rs:2829:17:2829:17 | x | A | {EXTERNAL LOCATION} | Global | -| main.rs:2829:17:2829:17 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2829:21:2829:30 | ...::new(...) | | {EXTERNAL LOCATION} | Vec | -| main.rs:2829:21:2829:30 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2829:21:2829:30 | ...::new(...) | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2830:9:2830:9 | x | | {EXTERNAL LOCATION} | Vec | -| main.rs:2830:9:2830:9 | x | A | {EXTERNAL LOCATION} | Global | -| main.rs:2830:9:2830:9 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2830:9:2830:17 | x.push(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2830:16:2830:16 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2832:13:2832:13 | y | | {EXTERNAL LOCATION} | i32 | -| main.rs:2832:17:2832:34 | ...::default(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:2833:9:2833:9 | x | | {EXTERNAL LOCATION} | Vec | -| main.rs:2833:9:2833:9 | x | A | {EXTERNAL LOCATION} | Global | -| main.rs:2833:9:2833:9 | x | T | {EXTERNAL LOCATION} | i32 | -| main.rs:2833:9:2833:17 | x.push(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2833:16:2833:16 | y | | {EXTERNAL LOCATION} | i32 | -| main.rs:2840:14:2840:17 | SelfParam | | main.rs:2838:5:2846:5 | Self [trait MyTrait] | -| main.rs:2843:14:2843:18 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2843:14:2843:18 | SelfParam | TRef | main.rs:2838:5:2846:5 | Self [trait MyTrait] | -| main.rs:2843:21:2843:25 | other | | {EXTERNAL LOCATION} | & | -| main.rs:2843:21:2843:25 | other | TRef | main.rs:2838:5:2846:5 | Self [trait MyTrait] | -| main.rs:2843:44:2845:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:2843:44:2845:9 | { ... } | TRef | main.rs:2838:5:2846:5 | Self [trait MyTrait] | -| main.rs:2844:13:2844:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2844:13:2844:16 | self | TRef | main.rs:2838:5:2846:5 | Self [trait MyTrait] | -| main.rs:2844:13:2844:20 | self.f() | | {EXTERNAL LOCATION} | & | -| main.rs:2844:13:2844:20 | self.f() | TRef | main.rs:2838:5:2846:5 | Self [trait MyTrait] | -| main.rs:2850:14:2850:17 | SelfParam | | {EXTERNAL LOCATION} | i32 | -| main.rs:2850:28:2852:9 | { ... } | | {EXTERNAL LOCATION} | i32 | -| main.rs:2851:13:2851:16 | self | | {EXTERNAL LOCATION} | i32 | -| main.rs:2857:14:2857:17 | SelfParam | | {EXTERNAL LOCATION} | usize | -| main.rs:2857:28:2859:9 | { ... } | | {EXTERNAL LOCATION} | usize | -| main.rs:2858:13:2858:16 | self | | {EXTERNAL LOCATION} | usize | -| main.rs:2864:14:2864:17 | SelfParam | | {EXTERNAL LOCATION} | & | -| main.rs:2864:14:2864:17 | SelfParam | TRef | main.rs:2862:10:2862:10 | T | -| main.rs:2864:28:2866:9 | { ... } | | {EXTERNAL LOCATION} | & | -| main.rs:2864:28:2866:9 | { ... } | TRef | main.rs:2862:10:2862:10 | T | -| main.rs:2865:13:2865:16 | self | | {EXTERNAL LOCATION} | & | -| main.rs:2865:13:2865:16 | self | TRef | main.rs:2862:10:2862:10 | T | -| main.rs:2869:25:2873:5 | { ... } | | {EXTERNAL LOCATION} | usize | -| main.rs:2870:17:2870:17 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:2870:17:2870:17 | x | | {EXTERNAL LOCATION} | usize | -| main.rs:2870:21:2870:21 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2870:21:2870:21 | 0 | | {EXTERNAL LOCATION} | usize | -| main.rs:2871:9:2871:9 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:2871:9:2871:9 | x | | {EXTERNAL LOCATION} | usize | -| main.rs:2871:9:2871:17 | ... = ... | | {EXTERNAL LOCATION} | () | -| main.rs:2871:13:2871:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:2871:13:2871:13 | x | | {EXTERNAL LOCATION} | usize | -| main.rs:2871:13:2871:17 | x.f() | | {EXTERNAL LOCATION} | i32 | -| main.rs:2871:13:2871:17 | x.f() | | {EXTERNAL LOCATION} | usize | -| main.rs:2872:9:2872:9 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:2872:9:2872:9 | x | | {EXTERNAL LOCATION} | usize | -| main.rs:2875:12:2883:5 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2876:13:2876:13 | x | | {EXTERNAL LOCATION} | usize | -| main.rs:2876:24:2876:24 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2876:24:2876:24 | 0 | | {EXTERNAL LOCATION} | usize | -| main.rs:2877:13:2877:13 | y | | {EXTERNAL LOCATION} | & | -| main.rs:2877:13:2877:13 | y | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:2877:17:2877:18 | &1 | | {EXTERNAL LOCATION} | & | -| main.rs:2877:17:2877:18 | &1 | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:2877:18:2877:18 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2878:13:2878:13 | z | | {EXTERNAL LOCATION} | & | -| main.rs:2878:13:2878:13 | z | TRef | {EXTERNAL LOCATION} | usize | -| main.rs:2878:17:2878:17 | x | | {EXTERNAL LOCATION} | usize | -| main.rs:2878:17:2878:22 | x.g(...) | | {EXTERNAL LOCATION} | & | -| main.rs:2878:17:2878:22 | x.g(...) | TRef | {EXTERNAL LOCATION} | usize | -| main.rs:2878:21:2878:21 | y | | {EXTERNAL LOCATION} | & | -| main.rs:2878:21:2878:21 | y | TRef | {EXTERNAL LOCATION} | i32 | -| main.rs:2880:13:2880:13 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:2880:17:2880:17 | 0 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2881:13:2881:13 | y | | {EXTERNAL LOCATION} | usize | -| main.rs:2881:24:2881:24 | 1 | | {EXTERNAL LOCATION} | i32 | -| main.rs:2881:24:2881:24 | 1 | | {EXTERNAL LOCATION} | usize | -| main.rs:2882:13:2882:13 | z | | {EXTERNAL LOCATION} | i32 | -| main.rs:2882:17:2882:17 | x | | {EXTERNAL LOCATION} | i32 | -| main.rs:2882:17:2882:24 | x.max(...) | | {EXTERNAL LOCATION} | i32 | -| main.rs:2882:23:2882:23 | y | | {EXTERNAL LOCATION} | usize | -| main.rs:2892:11:2927:1 | { ... } | | {EXTERNAL LOCATION} | () | -| main.rs:2893:5:2893:21 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2894:5:2894:20 | ...::f(...) | | main.rs:72:5:72:21 | Foo | -| main.rs:2895:5:2895:60 | ...::g(...) | | main.rs:72:5:72:21 | Foo | -| main.rs:2895:20:2895:38 | ...::Foo {...} | | main.rs:72:5:72:21 | Foo | -| main.rs:2895:41:2895:59 | ...::Foo {...} | | main.rs:72:5:72:21 | Foo | -| main.rs:2896:5:2896:35 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2897:5:2897:41 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2898:5:2898:45 | ...::test(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2899:5:2899:30 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2900:5:2900:21 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2901:5:2901:27 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2902:5:2902:32 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2903:5:2903:23 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2904:5:2904:36 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2905:5:2905:35 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2906:5:2906:29 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2907:5:2907:23 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2908:5:2908:24 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2909:5:2909:17 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2910:5:2910:18 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2911:5:2911:15 | ...::f(...) | | {EXTERNAL LOCATION} | dyn Future | -| main.rs:2911:5:2911:15 | ...::f(...) | dyn(Output) | {EXTERNAL LOCATION} | () | -| main.rs:2912:5:2912:19 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2913:5:2913:17 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2914:5:2914:14 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2915:5:2915:27 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2916:5:2916:15 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2917:5:2917:43 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2918:5:2918:15 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2919:5:2919:17 | ...::f(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2920:5:2920:28 | ...::test(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2921:5:2921:23 | ...::test(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2922:5:2922:41 | ...::test_all_patterns(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2923:5:2923:49 | ...::box_patterns(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2924:5:2924:20 | ...::test(...) | | {EXTERNAL LOCATION} | () | -| main.rs:2925:5:2925:20 | ...::f(...) | | {EXTERNAL LOCATION} | Box | -| main.rs:2925:5:2925:20 | ...::f(...) | A | {EXTERNAL LOCATION} | Global | -| main.rs:2925:5:2925:20 | ...::f(...) | T | main.rs:2695:5:2697:5 | dyn MyTrait | -| main.rs:2925:5:2925:20 | ...::f(...) | T.dyn(T) | {EXTERNAL LOCATION} | i32 | -| main.rs:2925:16:2925:19 | true | | {EXTERNAL LOCATION} | bool | -| main.rs:2926:5:2926:23 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2827:23:2827:23 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2834:13:2834:13 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2834:13:2834:13 | x | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2834:13:2834:13 | x | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2834:17:2834:39 | ...::A {...} | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2834:17:2834:39 | ...::A {...} | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2834:17:2834:39 | ...::A {...} | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2834:37:2834:37 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2835:13:2835:13 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2835:13:2835:13 | x | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2835:13:2835:13 | x | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2835:40:2835:40 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2835:40:2835:40 | x | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2835:40:2835:40 | x | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2836:13:2836:13 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2836:13:2836:13 | x | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2836:13:2836:13 | x | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2836:17:2836:52 | ...::A {...} | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2836:17:2836:52 | ...::A {...} | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2836:17:2836:52 | ...::A {...} | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2836:50:2836:50 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2838:13:2838:13 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2838:13:2838:13 | x | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2838:13:2838:13 | x | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2838:17:2840:9 | ...::B::<...> {...} | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2838:17:2840:9 | ...::B::<...> {...} | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2838:17:2840:9 | ...::B::<...> {...} | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2839:20:2839:32 | ...::new(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2842:29:2842:29 | e | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2842:29:2842:29 | e | T1 | main.rs:2842:26:2842:26 | T | +| main.rs:2842:29:2842:29 | e | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2842:53:2842:53 | x | | main.rs:2842:26:2842:26 | T | +| main.rs:2842:59:2842:60 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2845:13:2845:13 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2845:13:2845:13 | x | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2845:13:2845:13 | x | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2845:17:2847:9 | ...::B {...} | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2845:17:2847:9 | ...::B {...} | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2845:17:2847:9 | ...::B {...} | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2846:20:2846:32 | ...::new(...) | | {EXTERNAL LOCATION} | String | +| main.rs:2848:9:2848:27 | pin_my_either(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2848:23:2848:23 | x | | main.rs:2829:9:2832:9 | MyEither | +| main.rs:2848:23:2848:23 | x | T1 | {EXTERNAL LOCATION} | i32 | +| main.rs:2848:23:2848:23 | x | T2 | {EXTERNAL LOCATION} | String | +| main.rs:2848:26:2848:26 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2850:13:2850:13 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:2850:13:2850:13 | x | E | {EXTERNAL LOCATION} | String | +| main.rs:2850:13:2850:13 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2850:17:2850:29 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:2850:17:2850:29 | ...::Ok(...) | E | {EXTERNAL LOCATION} | String | +| main.rs:2850:17:2850:29 | ...::Ok(...) | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2850:28:2850:28 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2851:13:2851:13 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:2851:13:2851:13 | x | E | {EXTERNAL LOCATION} | String | +| main.rs:2851:13:2851:13 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2851:38:2851:38 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:2851:38:2851:38 | x | E | {EXTERNAL LOCATION} | String | +| main.rs:2851:38:2851:38 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2852:13:2852:13 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:2852:13:2852:13 | x | E | {EXTERNAL LOCATION} | String | +| main.rs:2852:13:2852:13 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2852:17:2852:44 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:2852:17:2852:44 | ...::Ok(...) | E | {EXTERNAL LOCATION} | String | +| main.rs:2852:17:2852:44 | ...::Ok(...) | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2852:43:2852:43 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2853:13:2853:13 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:2853:13:2853:13 | x | E | {EXTERNAL LOCATION} | String | +| main.rs:2853:13:2853:13 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2853:17:2853:44 | ...::Ok::<...>(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:2853:17:2853:44 | ...::Ok::<...>(...) | E | {EXTERNAL LOCATION} | String | +| main.rs:2853:17:2853:44 | ...::Ok::<...>(...) | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2853:43:2853:43 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2855:29:2855:31 | res | | {EXTERNAL LOCATION} | Result | +| main.rs:2855:29:2855:31 | res | E | main.rs:2855:26:2855:26 | E | +| main.rs:2855:29:2855:31 | res | T | main.rs:2855:23:2855:23 | T | +| main.rs:2855:48:2855:48 | x | | main.rs:2855:26:2855:26 | E | +| main.rs:2855:54:2855:55 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2857:13:2857:13 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:2857:13:2857:13 | x | E | {EXTERNAL LOCATION} | bool | +| main.rs:2857:13:2857:13 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2857:17:2857:29 | ...::Ok(...) | | {EXTERNAL LOCATION} | Result | +| main.rs:2857:17:2857:29 | ...::Ok(...) | E | {EXTERNAL LOCATION} | bool | +| main.rs:2857:17:2857:29 | ...::Ok(...) | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2857:28:2857:28 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2858:9:2858:28 | pin_result(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2858:20:2858:20 | x | | {EXTERNAL LOCATION} | Result | +| main.rs:2858:20:2858:20 | x | E | {EXTERNAL LOCATION} | bool | +| main.rs:2858:20:2858:20 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2858:23:2858:27 | false | | {EXTERNAL LOCATION} | bool | +| main.rs:2860:17:2860:17 | x | | {EXTERNAL LOCATION} | Vec | +| main.rs:2860:17:2860:17 | x | A | {EXTERNAL LOCATION} | Global | +| main.rs:2860:17:2860:17 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2860:21:2860:30 | ...::new(...) | | {EXTERNAL LOCATION} | Vec | +| main.rs:2860:21:2860:30 | ...::new(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2860:21:2860:30 | ...::new(...) | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2861:9:2861:9 | x | | {EXTERNAL LOCATION} | Vec | +| main.rs:2861:9:2861:9 | x | A | {EXTERNAL LOCATION} | Global | +| main.rs:2861:9:2861:9 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2861:9:2861:17 | x.push(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2861:16:2861:16 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2863:13:2863:13 | y | | {EXTERNAL LOCATION} | i32 | +| main.rs:2863:17:2863:34 | ...::default(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:2864:9:2864:9 | x | | {EXTERNAL LOCATION} | Vec | +| main.rs:2864:9:2864:9 | x | A | {EXTERNAL LOCATION} | Global | +| main.rs:2864:9:2864:9 | x | T | {EXTERNAL LOCATION} | i32 | +| main.rs:2864:9:2864:17 | x.push(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2864:16:2864:16 | y | | {EXTERNAL LOCATION} | i32 | +| main.rs:2871:14:2871:17 | SelfParam | | main.rs:2869:5:2877:5 | Self [trait MyTrait] | +| main.rs:2874:14:2874:18 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2874:14:2874:18 | SelfParam | TRef | main.rs:2869:5:2877:5 | Self [trait MyTrait] | +| main.rs:2874:21:2874:25 | other | | {EXTERNAL LOCATION} | & | +| main.rs:2874:21:2874:25 | other | TRef | main.rs:2869:5:2877:5 | Self [trait MyTrait] | +| main.rs:2874:44:2876:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:2874:44:2876:9 | { ... } | TRef | main.rs:2869:5:2877:5 | Self [trait MyTrait] | +| main.rs:2875:13:2875:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2875:13:2875:16 | self | TRef | main.rs:2869:5:2877:5 | Self [trait MyTrait] | +| main.rs:2875:13:2875:20 | self.f() | | {EXTERNAL LOCATION} | & | +| main.rs:2875:13:2875:20 | self.f() | TRef | main.rs:2869:5:2877:5 | Self [trait MyTrait] | +| main.rs:2881:14:2881:17 | SelfParam | | {EXTERNAL LOCATION} | i32 | +| main.rs:2881:28:2883:9 | { ... } | | {EXTERNAL LOCATION} | i32 | +| main.rs:2882:13:2882:16 | self | | {EXTERNAL LOCATION} | i32 | +| main.rs:2888:14:2888:17 | SelfParam | | {EXTERNAL LOCATION} | usize | +| main.rs:2888:28:2890:9 | { ... } | | {EXTERNAL LOCATION} | usize | +| main.rs:2889:13:2889:16 | self | | {EXTERNAL LOCATION} | usize | +| main.rs:2895:14:2895:17 | SelfParam | | {EXTERNAL LOCATION} | & | +| main.rs:2895:14:2895:17 | SelfParam | TRef | main.rs:2893:10:2893:10 | T | +| main.rs:2895:28:2897:9 | { ... } | | {EXTERNAL LOCATION} | & | +| main.rs:2895:28:2897:9 | { ... } | TRef | main.rs:2893:10:2893:10 | T | +| main.rs:2896:13:2896:16 | self | | {EXTERNAL LOCATION} | & | +| main.rs:2896:13:2896:16 | self | TRef | main.rs:2893:10:2893:10 | T | +| main.rs:2900:25:2904:5 | { ... } | | {EXTERNAL LOCATION} | usize | +| main.rs:2901:17:2901:17 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:2901:17:2901:17 | x | | {EXTERNAL LOCATION} | usize | +| main.rs:2901:21:2901:21 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2901:21:2901:21 | 0 | | {EXTERNAL LOCATION} | usize | +| main.rs:2902:9:2902:9 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:2902:9:2902:9 | x | | {EXTERNAL LOCATION} | usize | +| main.rs:2902:9:2902:17 | ... = ... | | {EXTERNAL LOCATION} | () | +| main.rs:2902:13:2902:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:2902:13:2902:13 | x | | {EXTERNAL LOCATION} | usize | +| main.rs:2902:13:2902:17 | x.f() | | {EXTERNAL LOCATION} | i32 | +| main.rs:2902:13:2902:17 | x.f() | | {EXTERNAL LOCATION} | usize | +| main.rs:2903:9:2903:9 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:2903:9:2903:9 | x | | {EXTERNAL LOCATION} | usize | +| main.rs:2906:12:2914:5 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2907:13:2907:13 | x | | {EXTERNAL LOCATION} | usize | +| main.rs:2907:24:2907:24 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2907:24:2907:24 | 0 | | {EXTERNAL LOCATION} | usize | +| main.rs:2908:13:2908:13 | y | | {EXTERNAL LOCATION} | & | +| main.rs:2908:13:2908:13 | y | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:2908:17:2908:18 | &1 | | {EXTERNAL LOCATION} | & | +| main.rs:2908:17:2908:18 | &1 | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:2908:18:2908:18 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2909:13:2909:13 | z | | {EXTERNAL LOCATION} | & | +| main.rs:2909:13:2909:13 | z | TRef | {EXTERNAL LOCATION} | usize | +| main.rs:2909:17:2909:17 | x | | {EXTERNAL LOCATION} | usize | +| main.rs:2909:17:2909:22 | x.g(...) | | {EXTERNAL LOCATION} | & | +| main.rs:2909:17:2909:22 | x.g(...) | TRef | {EXTERNAL LOCATION} | usize | +| main.rs:2909:21:2909:21 | y | | {EXTERNAL LOCATION} | & | +| main.rs:2909:21:2909:21 | y | TRef | {EXTERNAL LOCATION} | i32 | +| main.rs:2911:13:2911:13 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:2911:17:2911:17 | 0 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2912:13:2912:13 | y | | {EXTERNAL LOCATION} | usize | +| main.rs:2912:24:2912:24 | 1 | | {EXTERNAL LOCATION} | i32 | +| main.rs:2912:24:2912:24 | 1 | | {EXTERNAL LOCATION} | usize | +| main.rs:2913:13:2913:13 | z | | {EXTERNAL LOCATION} | i32 | +| main.rs:2913:17:2913:17 | x | | {EXTERNAL LOCATION} | i32 | +| main.rs:2913:17:2913:24 | x.max(...) | | {EXTERNAL LOCATION} | i32 | +| main.rs:2913:23:2913:23 | y | | {EXTERNAL LOCATION} | usize | +| main.rs:2923:11:2958:1 | { ... } | | {EXTERNAL LOCATION} | () | +| main.rs:2924:5:2924:21 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2925:5:2925:20 | ...::f(...) | | main.rs:72:5:72:21 | Foo | +| main.rs:2926:5:2926:60 | ...::g(...) | | main.rs:72:5:72:21 | Foo | +| main.rs:2926:20:2926:38 | ...::Foo {...} | | main.rs:72:5:72:21 | Foo | +| main.rs:2926:41:2926:59 | ...::Foo {...} | | main.rs:72:5:72:21 | Foo | +| main.rs:2927:5:2927:35 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2928:5:2928:41 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2929:5:2929:45 | ...::test(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2930:5:2930:30 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2931:5:2931:21 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2932:5:2932:27 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2933:5:2933:32 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2934:5:2934:23 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2935:5:2935:36 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2936:5:2936:35 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2937:5:2937:29 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2938:5:2938:23 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2939:5:2939:24 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2940:5:2940:17 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2941:5:2941:18 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2942:5:2942:15 | ...::f(...) | | {EXTERNAL LOCATION} | dyn Future | +| main.rs:2942:5:2942:15 | ...::f(...) | dyn(Output) | {EXTERNAL LOCATION} | () | +| main.rs:2943:5:2943:19 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2944:5:2944:17 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2945:5:2945:14 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2946:5:2946:27 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2947:5:2947:15 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2948:5:2948:43 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2949:5:2949:15 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2950:5:2950:17 | ...::f(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2951:5:2951:28 | ...::test(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2952:5:2952:23 | ...::test(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2953:5:2953:41 | ...::test_all_patterns(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2954:5:2954:49 | ...::box_patterns(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2955:5:2955:20 | ...::test(...) | | {EXTERNAL LOCATION} | () | +| main.rs:2956:5:2956:20 | ...::f(...) | | {EXTERNAL LOCATION} | Box | +| main.rs:2956:5:2956:20 | ...::f(...) | A | {EXTERNAL LOCATION} | Global | +| main.rs:2956:5:2956:20 | ...::f(...) | T | main.rs:2726:5:2728:5 | dyn MyTrait | +| main.rs:2956:5:2956:20 | ...::f(...) | T.dyn(T) | {EXTERNAL LOCATION} | i32 | +| main.rs:2956:16:2956:19 | true | | {EXTERNAL LOCATION} | bool | +| main.rs:2957:5:2957:23 | ...::f(...) | | {EXTERNAL LOCATION} | () | | pattern_matching.rs:13:26:133:1 | { ... } | | {EXTERNAL LOCATION} | Option | | pattern_matching.rs:13:26:133:1 | { ... } | T | {EXTERNAL LOCATION} | () | | pattern_matching.rs:14:9:14:13 | value | | {EXTERNAL LOCATION} | Option | diff --git a/shared/controlflow/codeql/controlflow/Cfg.qll b/shared/controlflow/codeql/controlflow/Cfg.qll index 62eebe8e183..157bf0ffd4f 100644 --- a/shared/controlflow/codeql/controlflow/Cfg.qll +++ b/shared/controlflow/codeql/controlflow/Cfg.qll @@ -1122,6 +1122,9 @@ module MakeWithSplitting< /** Gets the scope of this node. */ CfgScope getScope() { result = getNodeCfgScope(this) } + /** Gets the enclosing callable of this node. */ + CfgScope getEnclosingCallable() { result = this.getScope() } + /** Gets a successor node of a given type, if any. */ Node getASuccessor(SuccessorType t) { result = getASuccessor(this, t) } @@ -1310,160 +1313,19 @@ module MakeWithSplitting< } } - /** A node to be included in the output of `TestOutput`. */ - signature class RelevantNodeSig extends Node; + private import PrintGraph as Pp - /** - * Import this module into a `.ql` file to output a CFG. The - * graph is restricted to nodes from `RelevantNode`. - */ - module TestOutput { - /** Holds if `pred -> succ` is an edge in the CFG. */ - query predicate edges(RelevantNode pred, RelevantNode succ, string label) { - label = - strictconcat(SuccessorType t, string s | - succ = getASuccessor(pred, t) and - if t instanceof DirectSuccessor then s = "" else s = t.toString() - | - s, ", " order by s - ) - } + private module PrintGraphInput implements Pp::InputSig { + class Callable = CfgScope; - /** - * Provides logic for representing a CFG as a [Mermaid diagram](https://mermaid.js.org/). - */ - module Mermaid { - private string nodeId(RelevantNode n) { - result = - any(int i | - n = - rank[i](RelevantNode p, string filePath, int startLine, int startColumn, int endLine, - int endColumn | - p.getLocation() - .hasLocationInfo(filePath, startLine, startColumn, endLine, endColumn) - | - p order by filePath, startLine, startColumn, endLine, endColumn, p.toString() - ) - ).toString() - } + class ControlFlowNode = Node; - private string nodes() { - result = - concat(RelevantNode n, string id, string text | - id = nodeId(n) and - text = n.toString() - | - id + "[\"" + text + "\"]", "\n" order by id - ) - } - - private string edge(RelevantNode pred, RelevantNode succ) { - edges(pred, succ, _) and - exists(string label | - edges(pred, succ, label) and - if label = "" - then result = nodeId(pred) + " --> " + nodeId(succ) - else result = nodeId(pred) + " -- " + label + " --> " + nodeId(succ) - ) - } - - private string edges() { - result = - concat(RelevantNode pred, RelevantNode succ, string edge, string filePath, int startLine, - int startColumn, int endLine, int endColumn | - edge = edge(pred, succ) and - pred.getLocation().hasLocationInfo(filePath, startLine, startColumn, endLine, endColumn) - | - edge, "\n" - order by - filePath, startLine, startColumn, endLine, endColumn, pred.toString() - ) - } - - /** Holds if the Mermaid representation is `s`. */ - query predicate mermaid(string s) { s = "flowchart TD\n" + nodes() + "\n\n" + edges() } + ControlFlowNode getASuccessor(ControlFlowNode n, SuccessorType t) { + result = n.getASuccessor(t) } } - /** Provides the input to `ViewCfgQuery`. */ - signature module ViewCfgQueryInputSig { - /** The source file selected in the IDE. Should be an `external` predicate. */ - string selectedSourceFile(); - - /** The source line selected in the IDE. Should be an `external` predicate. */ - int selectedSourceLine(); - - /** The source column selected in the IDE. Should be an `external` predicate. */ - int selectedSourceColumn(); - - /** - * Holds if CFG scope `scope` spans column `startColumn` of line `startLine` to - * column `endColumn` of line `endLine` in `file`. - */ - predicate cfgScopeSpan( - CfgScope scope, File file, int startLine, int startColumn, int endLine, int endColumn - ); - } - - /** - * Provides an implementation for a `View CFG` query. - * - * Import this module into a `.ql` that looks like - * - * ```ql - * @name Print CFG - * @description Produces a representation of a file's Control Flow Graph. - * This query is used by the VS Code extension. - * @id /print-cfg - * @kind graph - * @tags ide-contextual-queries/print-cfg - * ``` - */ - module ViewCfgQuery ViewCfgQueryInput> { - private import ViewCfgQueryInput - - bindingset[file, line, column] - private CfgScope smallestEnclosingScope(File file, int line, int column) { - result = - min(CfgScope scope, int startLine, int startColumn, int endLine, int endColumn | - cfgScopeSpan(scope, file, startLine, startColumn, endLine, endColumn) and - ( - startLine < line - or - startLine = line and startColumn <= column - ) and - ( - endLine > line - or - endLine = line and endColumn >= column - ) - | - scope order by startLine desc, startColumn desc, endLine, endColumn - ) - } - - private import IdeContextual - - private class RelevantNode extends Node { - RelevantNode() { - this.getScope() = - smallestEnclosingScope(getFileBySourceArchiveName(selectedSourceFile()), - selectedSourceLine(), selectedSourceColumn()) - } - - string getOrderDisambiguation() { result = "" } - } - - private module Output = TestOutput; - - import Output::Mermaid - - /** Holds if `pred` -> `succ` is an edge in the CFG. */ - query predicate edges(RelevantNode pred, RelevantNode succ, string attr, string val) { - attr = "semmle.label" and - Output::edges(pred, succ, val) - } - } + import Pp::PrintGraph /** Provides a set of consistency queries. */ module Consistency { diff --git a/shared/controlflow/codeql/controlflow/PrintGraph.qll b/shared/controlflow/codeql/controlflow/PrintGraph.qll new file mode 100644 index 00000000000..c4a942feab2 --- /dev/null +++ b/shared/controlflow/codeql/controlflow/PrintGraph.qll @@ -0,0 +1,187 @@ +/** + * Provides modules for printing control flow graphs in VSCode via the "View + * CFG" query. Also provides modules for printing control flow graphs in tests + * and as Mermaid diagrams. + */ +overlay[local?] +module; + +private import codeql.util.FileSystem +private import codeql.util.Location +private import SuccessorType + +signature module InputSig { + class Callable; + + class ControlFlowNode { + Callable getEnclosingCallable(); + + Location getLocation(); + + string toString(); + } + + ControlFlowNode getASuccessor(ControlFlowNode n, SuccessorType t); +} + +/** Provides modules for printing control flow graphs. */ +module PrintGraph Input> { + private import Input + + /** A node to be included in the output of `TestOutput`. */ + signature class RelevantNodeSig extends ControlFlowNode; + + /** + * Import this module into a `.ql` file to output a CFG. The + * graph is restricted to nodes from `RelevantNode`. + */ + module TestOutput { + /** Holds if `pred -> succ` is an edge in the CFG. */ + query predicate edges(RelevantNode pred, RelevantNode succ, string label) { + label = + strictconcat(SuccessorType t, string s | + succ = getASuccessor(pred, t) and + if t instanceof DirectSuccessor then s = "" else s = t.toString() + | + s, ", " order by s + ) + } + + /** + * Provides logic for representing a CFG as a [Mermaid diagram](https://mermaid.js.org/). + */ + module Mermaid { + private string nodeId(RelevantNode n) { + result = + any(int i | + n = + rank[i](RelevantNode p, string filePath, int startLine, int startColumn, int endLine, + int endColumn | + p.getLocation() + .hasLocationInfo(filePath, startLine, startColumn, endLine, endColumn) + | + p order by filePath, startLine, startColumn, endLine, endColumn, p.toString() + ) + ).toString() + } + + private string nodes() { + result = + concat(RelevantNode n, string id, string text | + id = nodeId(n) and + text = n.toString() + | + id + "[\"" + text + "\"]", "\n" order by id + ) + } + + private string edge(RelevantNode pred, RelevantNode succ) { + edges(pred, succ, _) and + exists(string label | + edges(pred, succ, label) and + if label = "" + then result = nodeId(pred) + " --> " + nodeId(succ) + else result = nodeId(pred) + " -- " + label + " --> " + nodeId(succ) + ) + } + + private string edges() { + result = + concat(RelevantNode pred, RelevantNode succ, string edge, string filePath, int startLine, + int startColumn, int endLine, int endColumn | + edge = edge(pred, succ) and + pred.getLocation().hasLocationInfo(filePath, startLine, startColumn, endLine, endColumn) + | + edge, "\n" + order by + filePath, startLine, startColumn, endLine, endColumn, pred.toString() + ) + } + + /** Holds if the Mermaid representation is `s`. */ + query predicate mermaid(string s) { s = "flowchart TD\n" + nodes() + "\n\n" + edges() } + } + } + + /** Provides the input to `ViewCfgQuery`. */ + signature module ViewCfgQueryInputSig { + /** Gets the source file selected in the IDE. Should be an `external` predicate. */ + string selectedSourceFile(); + + /** Gets the source line selected in the IDE. Should be an `external` predicate. */ + int selectedSourceLine(); + + /** Gets the source column selected in the IDE. Should be an `external` predicate. */ + int selectedSourceColumn(); + + /** + * Holds if `callable` spans column `startColumn` of line `startLine` to + * column `endColumn` of line `endLine` in `file`. + */ + predicate cfgScopeSpan( + Callable callable, File file, int startLine, int startColumn, int endLine, int endColumn + ); + } + + /** + * Provides an implementation for a `View CFG` query. + * + * Import this module into a `.ql` that looks like + * + * ```ql + * @name Print CFG + * @description Produces a representation of a file's Control Flow Graph. + * This query is used by the VS Code extension. + * @id /print-cfg + * @kind graph + * @tags ide-contextual-queries/print-cfg + * ``` + */ + module ViewCfgQuery ViewCfgQueryInput> { + private import ViewCfgQueryInput + + bindingset[file, line, column] + private Callable smallestEnclosingScope(File file, int line, int column) { + result = + min(Callable callable, int startLine, int startColumn, int endLine, int endColumn | + cfgScopeSpan(callable, file, startLine, startColumn, endLine, endColumn) and + ( + startLine < line + or + startLine = line and startColumn <= column + ) and + ( + endLine > line + or + endLine = line and endColumn >= column + ) + | + callable order by startLine desc, startColumn desc, endLine, endColumn + ) + } + + private import IdeContextual + + final private class FinalControlFlowNode = ControlFlowNode; + + private class RelevantNode extends FinalControlFlowNode { + RelevantNode() { + this.getEnclosingCallable() = + smallestEnclosingScope(getFileBySourceArchiveName(selectedSourceFile()), + selectedSourceLine(), selectedSourceColumn()) + } + + string getOrderDisambiguation() { result = "" } + } + + private module Output = TestOutput; + + import Output::Mermaid + + /** Holds if `pred` -> `succ` is an edge in the CFG. */ + query predicate edges(RelevantNode pred, RelevantNode succ, string attr, string val) { + attr = "semmle.label" and + Output::edges(pred, succ, val) + } + } +}