Fixed __slice
not being defined when using array splats.
Fixed bugs with async functions
Added an async!
macro ala promise!
Made #** produce an async function and added await keyword. Usage:
#**
await abc()
The old syntax of:
yield abc()
Is still valid.
GorillaScript community release 0.10.0 aimed to erridcate built-in generators and add iojs support. I'm happy to say that GorillaScript now defaults to using ES6 generator/yields and is fully compatable with iojs!