We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afeab1 commit 305f45cCopy full SHA for 305f45c
README.md
@@ -10,6 +10,9 @@ written in GDScript / C# / Visual Script and vice-versa.
10
This way, one can use the language that best suits the implementation for each
11
script and all of them can understand each other.
12
13
+For some usage examples, check out [lps_coroutine.lua](lps_coroutine.lua)
14
+and [plugin/lua_repl.lua](plugin/lua_repl.lua).
15
+
16
Currently, only LuaJIT is supported, since the implementation is based on its
17
[FFI](https://luajit.org/ext_ffi.html) library.
18
0 commit comments