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

Adds division to multiplicative expression. #2091

Merged
merged 4 commits into from
Sep 19, 2022

Conversation

junheecho
Copy link
Contributor

  • Multiplication and division have the same priority.
  • A new builtin interface DivWith is added.
  • In some tests expecting a compilation error (syntax error), the error
    message now says it is expecting SLASH or binary *.

* Multiplication and division have the same priority.
* A new builtin interface DivWith is added.
* In some tests expecting a compilation error (syntax error), the error
  message now says it is expecting SLASH or binary *.
@jonmeow
Copy link
Contributor

jonmeow commented Sep 6, 2022

Sorry @junheecho, to avoid getting stuck on review with @zygoloid, can you undo the last commit and we'll go with the original change? I'll address any cleanup in #2109.

Copy link
Contributor

@jonmeow jonmeow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

I did a small merge for a conflict with NotEq.

@jonmeow jonmeow merged commit 69d4363 into carbon-language:trunk Sep 19, 2022
@chandlerc chandlerc added the explorer Action items related to Carbon explorer code label Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
explorer Action items related to Carbon explorer code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants