Skip to content

Add InfixOperatorExpr. #60425

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

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

DougGregor
Copy link
Member

InfixOperatorExpr is used to represent a binary expression (such as x + y) once a SequenceExpr has been "folded" into a tree by operator-precedence parsing.

@DougGregor
Copy link
Member Author

swiftlang/swift-syntax#561

@swift-ci please smoke test

@DougGregor
Copy link
Member Author

Whoops, I have to redo this.

@DougGregor DougGregor force-pushed the syntax-infix-operator-expr branch from 5194e86 to adda4c6 Compare August 5, 2022 23:48
@DougGregor
Copy link
Member Author

swiftlang/swift-syntax#561

@swift-ci please smoke test

@DougGregor DougGregor force-pushed the syntax-infix-operator-expr branch from adda4c6 to addffbb Compare August 6, 2022 05:16
@DougGregor
Copy link
Member Author

swiftlang/swift-syntax#561

@swift-ci please smoke test

@DougGregor
Copy link
Member Author

swiftlang/swift-syntax#561

@swift-ci please smoke test macOS

@DougGregor DougGregor merged commit a5dbf98 into swiftlang:main Aug 8, 2022
@DougGregor DougGregor deleted the syntax-infix-operator-expr branch August 8, 2022 15:51
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.

1 participant