You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be a big big win. Also, considering the fact that Spider already supports async functions, its surprising that generators aren't supported yet.
If you have a better idea for the yield* syntax, please let me know.
Some possible keyword ideas: delegate, enter, use...
Of course, this is completely leaving out the question of whether a keyword is better than syntax in this case.
Add generators support to Spider.
compiles to:
Note that
*
is not required near the Spider function declaration.If you have a better idea for the
yield*
syntax, please let me know.The text was updated successfully, but these errors were encountered: