Skip to content

Commit 305f45c

Browse files
committed
Add links to example scripts
1 parent 8afeab1 commit 305f45c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ written in GDScript / C# / Visual Script and vice-versa.
1010
This way, one can use the language that best suits the implementation for each
1111
script and all of them can understand each other.
1212

13+
For some usage examples, check out [lps_coroutine.lua](lps_coroutine.lua)
14+
and [plugin/lua_repl.lua](plugin/lua_repl.lua).
15+
1316
Currently, only LuaJIT is supported, since the implementation is based on its
1417
[FFI](https://luajit.org/ext_ffi.html) library.
1518

0 commit comments

Comments
 (0)