ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.6k stars 179 forks source link

Eq trait #920

Closed saifalkatout closed 3 months ago

saifalkatout commented 1 year ago

What was wrong?

== is being converted into its yul equivalent.

How was it fixed?

Implemented Eq trait in Fe

To-Do

g-r-a-n-t commented 1 year ago

is there a reason why Eq is not implemented on MemoryBuffer in this PR? we could add that and then have test cases for it