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

Document operator precedence, associativity, commutativity #105

Closed
jasone opened this issue Feb 16, 2021 · 1 comment
Closed

Document operator precedence, associativity, commutativity #105

jasone opened this issue Feb 16, 2021 · 1 comment

Comments

@jasone
Copy link
Contributor

jasone commented Feb 16, 2021

Document operator precedence for all possible operators (based on the first codepoint in the operator). Also document the special associativity and commutativity semantics of operators like * and + which allow the compiler to combine, re-order, etc.

Add and document alternative real operators like *. and +. which the compiler cannot apply such optimizations to.

@jasone
Copy link
Contributor Author

jasone commented Feb 16, 2021

Duplicate of #97.

@jasone jasone closed this as completed Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant