Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-a(2,3) #113

Open
dy opened this issue Oct 24, 2021 · 1 comment
Open

-a(2,3) #113

dy opened this issue Oct 24, 2021 · 1 comment
Labels

Comments

@dy
Copy link

dy commented Oct 24, 2021

Can't parse

@TomFrost TomFrost added the bug label Nov 12, 2021
@TomFrost
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants