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

Multi-dispatch operators #13

Open
3 tasks
BosqueLanguage opened this issue Feb 10, 2023 · 0 comments
Open
3 tasks

Multi-dispatch operators #13

BosqueLanguage opened this issue Feb 10, 2023 · 0 comments
Labels
Pending Feature A planned (and usually partiall stubbed) feature

Comments

@BosqueLanguage
Copy link
Owner

Implement multi-dispatch operators. Partial support is in place in parser but needs to be carried through the type-checker and runtime. Note support for literal value dispatch as well. Note we have restrictions on the dispatch structure (described in the language docs).

  • type-checker
  • runtime
  • literal value as well as type dispatch
@BosqueLanguage BosqueLanguage added the Pending Feature A planned (and usually partiall stubbed) feature label Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pending Feature A planned (and usually partiall stubbed) feature
Projects
None yet
Development

No branches or pull requests

1 participant