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

Infix operators and paranthesis precedence #296

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gustaphe
Copy link
Collaborator

@gustaphe gustaphe commented Jul 4, 2024

I headed out to add some infix comparison operators, but wasn't happy to have to defend keeping the weird parenthesis issues, so I fixed that too.

List of infix comparison operators

These are the ones currently in the comparison dictionary:
image

Closes #168
Does much of #246
Closes #279

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

Successfully merging this pull request may close these issues.

Request: support ≤ and ≥ the same as <= and >= Unnecessary parentheses from :(-x*y)
1 participant