For a language I'm writing (based on Truffle) I would love to be able to support yield at a language level. What's the best way to go about this? Am I stuck implementing yield via state machines like C# does, or is there some sort of delimited continuation system in Truffle? Thanks, Timothy