Re: [swift-dev] RFC: AST representation for coroutine types

2017-11-14 Thread John McCall via swift-dev
> On Nov 14, 2017, at 2:50 PM, Joe Groff wrote: > > > >> On Nov 13, 2017, at 9:52 PM, John McCall via swift-dev > > wrote: >> >> SIL now has some minimal representational support for coroutines, and while >> there's significantly more to do there, I'd like to simu

Re: [swift-dev] RFC: AST representation for coroutine types

2017-11-14 Thread Joe Groff via swift-dev
> On Nov 13, 2017, at 9:52 PM, John McCall via swift-dev > wrote: > > SIL now has some minimal representational support for coroutines, and while > there's significantly more to do there, I'd like to simultaneously kick off a > conversation about how best to represent them at the AST level.

[swift-dev] RFC: AST representation for coroutine types

2017-11-13 Thread John McCall via swift-dev
SIL now has some minimal representational support for coroutines, and while there's significantly more to do there, I'd like to simultaneously kick off a conversation about how best to represent them at the AST level. Only special kinds of declarations can be coroutines. In the first stage, tha