gorillascript
gorillascript copied to clipboard
Generators produce duplicate variable names
When generators are converted to JS, there ends up being both a var _step and a function _step, which breaks some strict-mode engines (e.g. recent versions of Chrome).
This is fixed in my community repo, since I now have Gorillascript compiling to ES6 generators.