Literal values and __call
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Literal values and __call
- From: John Erling Blad <jeblad@...>
- Date: Wed, 5 Jun 2019 23:13:42 +0200
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