BosqueLanguage / BosqueCore

Other
145 stars 5 forks source link

Multi-dispatch operators #13

Open BosqueLanguage opened 1 year ago

BosqueLanguage commented 1 year ago

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).