[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua to C
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 3 Nov 2005 14:42:53 -0200
> > Bin2c is found in the "etc" directory in the Lua distribution.
> > The resulting file has to be fed to a Lua interpreter, though.
>
> That seems interresting ... but I found it only in the lua 5.0 distribution.
> Is it working with Lua 5.1 ?
>
> I think I'll rewrite it in lua
bin2c has been removed in 5.1, sorry. It's part of a move to reduce the
number of things in the tarball.
Try also "xxd -i" if you're in Linux.
--lhf