Skip to content

Regex literal not being processed as an operator when it could be #1059

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

Closed
DougGregor opened this issue Nov 7, 2022 · 1 comment · Fixed by #1463
Closed

Regex literal not being processed as an operator when it could be #1059

DougGregor opened this issue Nov 7, 2022 · 1 comment · Fixed by #1463
Assignees
Labels
bug Something isn't working SwiftParser Bugs in the (new) Parser written in Swift

Comments

@DougGregor
Copy link
Member

Issue Kind

Parse of Valid Source Failed

Source Code

func f() -> Int {
  return lhs /==/ rhs
}

Description

No response

@DougGregor DougGregor added bug Something isn't working SwiftParser Bugs in the (new) Parser written in Swift labels Nov 7, 2022
@hamishknight hamishknight self-assigned this Nov 7, 2022
@ahoppen
Copy link
Member

ahoppen commented Nov 10, 2022

rdar://102213809

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working SwiftParser Bugs in the (new) Parser written in Swift
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants