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

WIP (add-parens-to-binary) #381

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

WIP (add-parens-to-binary) #381

wants to merge 4 commits into from

Conversation

avh4
Copy link
Owner

@avh4 avh4 commented Jun 24, 2017

Trying out #375

Notes: operator precedence:

  • 0 <| |>
  • 1 (nothing in core)
  • 2 ||, 3 &&
  • 4 == /= < > <= >=
  • 5 ++
  • 6 + -
  • 7 * / % //
  • 8 ^
  • 9 << >>

@terezka

@avh4 avh4 self-assigned this Jun 24, 2017
@avh4 avh4 changed the title WIP WIP (add-parens-to-binary) Jun 25, 2017
@avh4 avh4 changed the base branch from master to main September 18, 2020 02:50
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.

None yet

1 participant