-
I couldn't really figure it out from the readme, which imo I should be able to do. I wanna know where I'll be able to yield and if I can use _ENV and that kind of stuff.
-
Hi, I'm trying to use the Lua's reference system as described in https://www.lua.org/pil/27.3.2.html, but luaL_ref throws an assertion error:
```
AssertionError: false == true
at Object.luaH_ge…
-
https://github.com/fengari-lua/fengari-interop
-
See https://github.com/daurnimator/fengari/tree/stack-top for my (failing) fix for this.
-
Notice the missing location:
```
$ lua -e 'lol()'
lua: (command line):1: attempt to call a nil value (global 'lol')
stack traceback:
(command line):1: in main chunk
[C]: in ?
```
```
$ ./t…
-
```
> native-readline@1.0.29 build /home/daurnimator/src/fengari/node_modules/.staging/native-readline-21c8c12f
> node-gyp rebuild
module.js:472
throw err;
^
Error: Cannot find modul…