[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: dump for Lua 4.0
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 18 May 2005 14:10:15 -0300
Some people needed a "dump" function for Lua 4.0. So I dug out a hack from
the 4.1 days and made it simpler and suitable for Lua 4.0. Here it is:
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/4.0/ldumplib.tar.gz
Those that need to dump to other places instead of to strings can easily
adapt the code in ldumplib.c.
Enjoy.
--lhf