jmeaster30 / ocean

A C-like programming language (get it like sea-like like an ocean lol)
GNU General Public License v3.0
0 stars 0 forks source link

Match types function will match types kind of incorrectly #31

Closed jmeaster30 closed 11 months ago

jmeaster30 commented 1 year ago

When one type is a subset of the other the type will match when it should be a loose match.

Need to make the match types keep in mind the direction. The lhs type should match the rhs type when the lhs type is a subset of the rhs type

jmeaster30 commented 11 months ago

closing obsolete ocean issues