lua-users home
lua-l archive

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


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.