Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
86 stars 8 forks source link

Metadata operators #338

Closed LPeter1997 closed 7 months ago

LPeter1997 commented 11 months ago

Currently the type has to be in scope to be considered for operator resolution. We might want to change it to be more similar to C#, where we look into the operand types for operator definition.