Re: [swift-dev] Swift Syntax Structured Editing Library

2017-02-17 Thread David Farler via swift-dev
Hi all, I've now merged this to master. Just want to say I appreciate the enthusiasm - I'm really excited about all of the things this work will enable. You can track progress in the following places: https://github.com/apple/swift/tree/master/lib/Syntax/README.md For an overview of the APIs, i

[swift-dev] Swift Syntax Structured Editing Library

2017-02-10 Thread David Farler via swift-dev
Good day swift-dev! A truly modern compiler has to have excellent IDE and tools integration, as we have done through the SourceKit layer, providing code completion, documentation comments, syntax highlighting, and more. There's no reason to stop there, so I'd like to announce work on the Swift