swiftlang / swift-syntax

A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
Apache License 2.0
3.13k stars 393 forks source link

[SwiftLexicalLookup][GSoC] Add initial name lookup functionality #2719

Closed MAJKFL closed 2 days ago

MAJKFL commented 2 weeks ago

This PR introduces ScopeSyntax protocol and some initial scope implementations.

DougGregor commented 3 days ago

@swift-ci please test

DougGregor commented 3 days ago

@swift-ci please test

DougGregor commented 3 days ago

@swift-ci please test Windows

DougGregor commented 2 days ago

@MAJKFL I've merged, but please look at Alex's comments above to address in a follow-up PR.

MAJKFL commented 2 days ago

Thanks for merging! Once I create a new PR with the suggested changes, I'll respond to the comments and link the fixes.