Skip to content

Commit

Permalink
Add links to example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzoide committed Sep 7, 2021
1 parent 8afeab1 commit 305f45c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ written in GDScript / C# / Visual Script and vice-versa.
This way, one can use the language that best suits the implementation for each
script and all of them can understand each other.

For some usage examples, check out [lps_coroutine.lua](lps_coroutine.lua)
and [plugin/lua_repl.lua](plugin/lua_repl.lua).

Currently, only LuaJIT is supported, since the implementation is based on its
[FFI](https://luajit.org/ext_ffi.html) library.

Expand Down

0 comments on commit 305f45c

Please sign in to comment.