jpsim / SourceKitten

An adorable little framework and command line tool for interacting with SourceKit.
MIT License
2.31k stars 226 forks source link

Swift Syntax and Structured Editing library #338

Open fabb opened 7 years ago

fabb commented 7 years ago

There is a new effort from Apple to simplify structured editing of Swift syntax: {{Swift Syntax and Structured Editing library}}. Maybe SourceKitten can benefit from that in the future? https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20170206/004066.html

jpsim commented 7 years ago

It might. I'd love to see that library expose its functions via SourceKit, which would allow targeting multiple Swift versions of it, much in the way we support multiple SourceKits today.