[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Syntax as a Wire Format?
- From: Christian Lindig <lindig@...>
- Date: Sat, 23 Mar 2002 23:08:06 -0500
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