lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.