lua-users home
lua-l archive

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


I wonder if the following could be changed

  args ::=  ‘(’ [explist] ‘)’ | tableconstructor | LiteralString

It is in the doc [1] and is somewhat limiting. It would be better if
it included all literal values, and I can't see how this could be a
problem, but perhaps there are some other reason why this is
disallowed?

[1] https://www.lua.org/manual/5.3/manual.html#8