NeoLua-0.9.15 released, fixes the following properties:
Negative table index (wrong hash calculation)
Luatype.lookupreferencedassemblies Setter Synch sets Synch to True
See the release notes for more information
This version is now available for download: Https://github.com/neolithos/neolua/archive/0.9.15.zip.
Neolua allows you to use the LUA language in. NET applications or vice versa (the currently supported LUA version is 5.2), which is designed to follow C-lua implementations and incorporate complete. NET Framework support. You can easily call. NET functions/classes/interfaces/events in a LUA program, and you can easily call Lua's variables and functions in a. NET application.
Neolua uses C # to develop and use Dynamic Language Runtime. Currently Neolua relies on the. NET Framework 4 and also supports the current version of the Mono framework.