NeoLua-0.9.11 发布,此版本改进内容如下:
添加了 string.gsub
io.read 的选项名字不能再以 '*' 开头
type, tointeger, mininteger, maxinteger added to math
添加了 table.move
equal executes line direct in NeoCmd
二进制包提供在 Codeplex。
此版本现已提供下载(ZIP)。
NeoLua 可以让你在 .NET 的应用中使用 Lua 语言或者反过来(当前支持的 Lua 版本是 5.2),其目的是遵循 C-Lua 实现并且合并完整的 .NET 框架支持。你可以很方便在 Lua 程序中调用 .NET 的 functions/classes/interfaces/events ,同时也可以轻松在 .NET 应用中调用 Lua 的变量和函数。
NeoLua 使用 C# 开发并使用 Dynamic Language Runtime. 目前 NeoLua 依赖于 .NET Framework 4,同时也支持当前版本的 Mono 框架。
软件详情:https://neolua.codeplex.com/releases/view/610833
下载地址:https://github.com/neolithos/neolua/archive/0.9.11.zip
来自:开源中国社区

