PedestrianSean/ObjC-Lua

JSC block syntax for global functions is not supported

Opened this issue · 2 comments

Are you still around and open to pull requests?

I've added support for block-based function assignments.

I've also fixed issue #2 by simply adding an array to JSContext that holds all objects (and made sure they're getting released when JSContext is released). Crude but works with the least amount of change to the otherwise well-working code.

I’m generally not working on it myself due to my current employment contract. But, yes, I am around and happy to accept PRs!

Okay, hope you like my changes. (This workings of your code are quite impressive, BTW).