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

Open
bbrk24 opened this issue May 16, 2024 · 1 comment
Open

Cannot shadow operator with argument #1249

bbrk24 opened this issue May 16, 2024 · 1 comment

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
None yet
Projects
None yet
Development

No branches or pull requests

2 participants