Download List

项目描述

Lua is a programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. It combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. It is dynamically typed, interpreted from bytecodes, and has automatic memory management, making it ideal for configuration, scripting, and rapid prototyping. It is implemented as a small library of C functions, written in ANSI C, and compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. It has been used on games such as World of Warcraft, FarCry and Angry Birds, among others.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-20 03:43
5.1.5

这是一个修复错误版本。5.1.4 从所有已知的 bug 已修复。
标签: Stable
This is a bugfix release. All known bugs from 5.1.4 have been fixed.

2011-12-19 11:56
5.2.0

这是自 2006 年以来的第一个主要版本。它将添加可缩 pcall 和 metamethods、 新词汇方案的全局变量,ephemeron 表,按位运算、 光 C 函数、 紧急的垃圾回收器、 goto 语句和终结器的表为新的库。
标签: Stable
This is the first major version since 2006. It adds yieldable pcall and metamethods, a new lexical scheme for globals, ephemeron tables, a new library for bitwise operations, light C functions, an emergency garbage collector, a goto statement, and finalizers for tables.

2011-11-29 07:57
5.2.0 rc2

文件和可移植性的修补程序。
标签: Development, Major feature enhancements
Documentation and portability fixes.

2011-07-18 04:43
5.2.0 beta

因为RC4的变化:“table.pack”返回“N”;“已过时”和“删除”澄清了一个编译错误“luai_apicheck”与LUA_USE_APICHECK的修复,清除不正确的断言在lparser.c;和重新排序一些定义在lua.h.
标签: Major feature enhancements, Development
Changes since rc4: 'table.pack' returns 'n' too; clarifications between 'deprecated' and 'removed'; a fix for a compilation error in 'luai_apicheck' with LUA_USE_APICHECK; removal of an incorrect assert in lparser.c; and reordering of some defines in lua.h.

2008-02-10 17:29
5.1.3

所有的错误报告对5.1.2已得到修复。
标签: Stable, Major bugfixes
All bugs reported against 5.1.2 have been fixed.

Project Resources