[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua-5.1.4 and lua-5.2.0-beta patches for WinCE and better Win32 integration
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 27 Oct 2011 14:08:58 +0200
On Thu, Oct 27, 2011 at 1:25 PM, Patrick Rapin <toupie300@gmail.com> wrote:
> The standalone lua executable is able, using string.dump, to "compile"
> a Lua file into a file.
And a Lua-only version of luac is therefore straightforward:
http://lua-users.org/wiki/LuaCompilerInLua
All the extra machinery of luac is for pretty byte code inspection, mostly.
steve d.