Re: table constructor and loadstring()?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: table constructor and loadstring()?
- From: Ben Sunshine-Hill <sneftel@...>
- Date: 2005年3月10日 11:46:28 -0800
I'm not especially familiar with the Lua parser, but I shouldn't think
it would be especially difficult to modify it to accept numbers as
well as strings for unquoted keys. It already performs a lookahead to
determine if an unquoted string is being used as a key or an
auto-indexed value.