lua-users home
lua-l archive

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


On Tue, May 22, 2018 at 1:57 AM, dyngeccetor8 wrote:

Lua 5.3 has four unary operators: "#", "~", "-", "not".
Lowering priority of "-" looks inconsistent.
Lowering priority of all unary operators hurts more than cures.


Unary operators are very different.
Why do you want all unary operators to have the same priority?
I see no point in it.