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

New operator syntax #64

Open
grassator opened this issue Dec 2, 2021 · 0 comments
Open

New operator syntax #64

grassator opened this issue Dec 2, 2021 · 0 comments
Labels
feature New feature or request smaller core Moving functionality from the core to the user land

Comments

@grassator
Copy link
Owner

grassator commented Dec 2, 2021

Right now the operators are defined as

operator 7 (x == y) 'equal

Would be nice to make it more consistent with the rest of the definition using something like:

using (Operator [.precedence = 24, .alias = 'foo])
@grassator grassator added feature New feature or request smaller core Moving functionality from the core to the user land labels Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request smaller core Moving functionality from the core to the user land
Projects
None yet
Development

No branches or pull requests

1 participant