lua-users home
lua-l archive

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


On Sun, Mar 3, 2013 at 6:37 PM, Ignacio Burgueño <iburgueno@gmail.com> wrote:
> I'm using this to replace bin2c: http://lua-users.org/wiki/BinToCee
>

A slightly fancier version is here that will optionally preserve text
line formatting (for use with version control systems) or dump binary
files in an 80 col wide format. This one does not provide the Lua
loading code, just the const char* string.

http://wxlua.svn.sourceforge.net/viewvc/wxlua/trunk/wxLua/util/bin2c/bin2c.lua?revision=163&view=markup

Regards,
    John