lua-users home
lua-l archive

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


I've updated my lstrip program, which compresses Lua programs by
removing comments and whitespace:
	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.1/lstrip.tar.gz

lstrip may be useful for embedding Lua code as a string (after running the
output through bin2c or 'xxd -i').

Enjoy.
--lhf