[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to Generate c source code from LUA source code usinglua2c.lua utility.(ex:-from .lua to .c file)
- From: Rob Kendrick <lua-l@...>
- Date: Mon, 21 Jul 2008 14:59:02 +0100
On Mon, 21 Jul 2008 19:13:19 +0530
<adimurthy.sriramulu@wipro.com> wrote:
> Hi Rob Kendrick,
>
> Thanks for your suggestions..
>
> Is the below example is correct to generate the *.c file from *.lua
> file.
>
> Where lua - interpreter
> Lua2c.lua -utility to convert to *.c file.
> ftp.lua - file to convert to ftp.c file.
>
> Lua lua2c.lua ftp.lua
I don't know - it depends on your lua2c implementation. Try it and
examine its output.
B.