lua-users home
lua-l archive

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


> > Here is a patch and a complete lundump.c that does that.
> 
> Lovely!

Enjoy. But please let me know if you find any problems with the code.
It hasn't been tested much since Lua 5.1 alpha, which was one reason to
remove it... Note also that it just does byte swapping: the rest of the
machine parameters must be the same. In particular, it assumes the same
lua_Number representation. --lhf