degory / ghul

compiler for the ghūl programming language
https://ghul.dev
GNU Affero General Public License v3.0
4 stars 0 forks source link

Structural equals operator (=~) IL name should default to "Equals" #486

Open degory opened 3 years ago

degory commented 3 years ago

The IL name for the structural equals operator (=~) should default to Equals so that types that implement an =~ method can be stored in .NET collections.

degory commented 3 years ago

Not essential for bootstrap as can simply override the IL name for =~ where required for interop with .NET collections etc. Moving out of the bootstrap milestone.