PtokaX forum

Development Section => Lua tools => Topic started by: Yahoo on 05 January, 2008, 08:50:31

Title: Compiler For Lua 5.1.x
Post by: Yahoo on 05 January, 2008, 08:50:31
Hello
I will like to have compiler for lua 5.1.x
i have searched this forum but was not able
to found any compiler for lua 5.1.x

So if any1 found the compiler please
post me the link


Thanks in Advace
Title: Re: Compiler For Lua 5.1.x
Post by: Mardeg on 05 January, 2008, 09:37:44
http://www.t2-project.org/packages/luajit.html

"LuaJIT is based on the Lua 5.1.x virtual machine and bytecode interpreter from lua.org. It compiles bytecode to native x86 (i386+) machine code to speed up the execution of Lua programs."
Title: Re: Compiler For Lua 5.1.x
Post by: bastya_elvtars on 05 January, 2008, 15:32:38
The Lua 5.1 standard distribution includes that as well.