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

Cannot shadow operator with argument #1249

Closed
bbrk24 opened this issue May 16, 2024 · 1 comment · Fixed by #1317
Closed

Cannot shadow operator with argument #1249

bbrk24 opened this issue May 16, 2024 · 1 comment · Fixed by #1317
Labels
bug Something isn't working

Comments

@bbrk24
Copy link
Contributor

bbrk24 commented May 16, 2024

operator foo (a, b)
  a

(foo) => arr[foo]

Compiler errors with "Unknown node undefined"

@STRd6
Copy link
Contributor

STRd6 commented May 19, 2024

We probably need to add a negative lookahead when parsing (op) to check for => to make sure it's not part of a function parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants