noir-lang / noir

Noir is a domain specific language for zero knowledge proofs
https://noir-lang.org
Apache License 2.0
821 stars 177 forks source link

Implement support for operator overloading in the comptime interpreter #5328

Closed TomAFrench closed 5 days ago

TomAFrench commented 5 days ago

We have a TODO to support operator overloading in the interpreter. We should resolve this and implement this feature.

https://github.com/noir-lang/noir/blob/b3a2c9c86bea8d287fc024090087f3b66bbc31a4/compiler/noirc_frontend/src/hir/comptime/interpreter.rs#L610-L614

jfecher commented 5 days ago

Duplicate of https://github.com/noir-lang/noir/issues/4925