Lua Implementations

lua-users home
wiki

Difference (from prior major revision) (no other diffs)

Changed: 15c15
* [Yueliang] (5.1/5.0) - Compiles Lua source to standard Lua byte codes. Implemented in Lua. This is a no-brainer port, but it also includes an optional more native style port of the parser/lexer.
* [Yueliang] (5.1/5.0) - Compiles Lua source to standard Lua byte codes. Implemented in Lua. This is a no-brainer port, but it also includes an optional more native style port of the parser/lexer.

LuaDirectory > LuaAddons > LuaImplementations
There are quite a few re-implementations of Lua. The simplicity of Lua is a factor in this.

Re-implementations of Lua compilers and interpreters: (sorted by target/host platform)

Reimplementations only of the Lua lexer or parser (no code generator or VM):

Bindings to Standard Lua:

Other languages implemented in Lua:

Languages based on Lua

These languages are based on the Lua implementation (e.g. adapted VM).

Lua test suites

For test suites to check the correctness of Lua implementations, see UnitTesting.

See Also


RecentChanges · preferences
edit · history
Last edited August 14, 2023 5:23 pm GMT (diff)