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

User defined operators #80

Open
billhails opened this issue Jun 8, 2024 · 0 comments
Open

User defined operators #80

billhails opened this issue Jun 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@billhails
Copy link
Owner

billhails commented Jun 8, 2024

  • With precedence and associativity.
  • infix 55 left >>= fn(l, r) { ... }
  • prefix 45 $ fn(a) { ... }
  • suffix 60 ! factorial

The main thing to figure out is scoping, it should be relatively easy to add these to a parser but they may also need to be removed when they go out of scope.

@billhails billhails added the enhancement New feature or request label Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant