Avatar
こんな計画が進んでいるんですね👀 a new swift-syntax library: SwiftLexicalLookup. the library implements a new unqualified lookup API, which aims to replace the current ASTScope implementation in the long run. https://forums.swift.org/t/gsoc-2024-swiftlexicallookup-a-new-lexical-name-lookup-library/75889
Hi everyone, I'm Jakub, and this summer during GSoC, I've worked with @Douglas_Gregor on a new swift-syntax library: SwiftLexicalLookup. It consists of various lexical queries, answering questions like "Where is an error thrown here handled?" or "Which switch cases does this fallthrough keyword refer to?". Most importantly though, the library i...