lua-users home
lua-l archive

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


On Sat, Mar 23, 2002 at 10:48:43PM -0500, John Passaniti wrote:
> And that's pretty easy, considering there is an example that comes
> with Lua-- save.lua.

I get the idea. However, save.lua is not fool proof. Try something like
x["foo.bar"] = 1. The output will be x.foo.bar = 1 which does is not the
original structure. It would be easy to fix it, though.

-- Christian