Jexl icon indicating copy to clipboard operation
Jexl copied to clipboard

-a(2,3)

Open dy opened this issue 3 years ago • 1 comments

Can't parse

dy avatar Oct 24 '21 02:10 dy

This is a known issue in that Jexl cannot support binary operators and unary operators of the same symbol. Thus, ! is a legal unary operator, but -, since it's a binary operator, had to be implemented by making it part of the number type.

This is planned to be fixed!

TomFrost avatar Nov 12 '21 16:11 TomFrost