[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to Generate c source code from LUA source codeusinglua2c.lua utility.(ex:-from .lua to .c file)
- From: Ralph Hempel <rhempel@...>
- Date: Mon, 21 Jul 2008 14:16:21 -0400
Asko Kauppi wrote:
Oh, btw: it won't generate C code for you. It gives you a binary chunk
of Lua code that can be embedded in a C program. Is that what you want?
I think based on his original post that he wanted a magic
translator that provided working .c and .h files for a given
.lua file.
I'm not sure that the desire was for precompiled bytecode
that could be used in a Lua interpreter embedded in another
application.
But my parser might be broken...
Ralph