搜索资源列表
arm-lua-5.1.2
- lua scr ipt 解析库,可以在arm-linux上跑-Analysis of lua scr ipt library, you can arm-linux on the run
luadec-0.6.tar
- 能反编译luac编译的版本,make linux 编译源代码生成luadec,到相应目录:luadec a.out > a.lua-Able to decompile luac compiled version, "make linux " compile the source code generated luadec, to the appropriate directory: luadec a.out > a.lua
fastindex.tar
- fast lua plugin indexing module, can cache lua bytecode functions for c programs. useful for building plugin index trees
lua
- OpenWrt路由配置界面中的LuCI界面中的lua文件夹,包含有实现界面的MVC架构的源码。-OpenWrt routing configuration interface LuCI interface lua folder contains the MVC architecture to achieve the source interface.
lua-5.3.1.tar
- Lua 是一个小巧的脚本语言。是巴西里约热内卢天主教大学(Pontifical Catholic University of Rio de Janeiro)里的一个研究小组,由Roberto Ierusalimschy、Waldemar Celes 和 Luiz Henrique de Figueiredo所组成并于1993年开发。 其设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。Lua并没有提供强大的库
lua-5.3.2.tar
- Lua 是一个小巧的脚本语言。作者是巴西人。该语言的设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。 Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,Ini等文件格式,并且更容易理解和维护。 Lua由标准C编写而成,代码简洁优美,几乎在所有操作系统和平台上都可以编译,运行。 一个完整的Lua解释器不过200k,在目前所
