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

Need to add inheritance #14

Closed jmeaster30 closed 2 years ago

jmeaster30 commented 2 years ago

I want multiple inheritance too so we need to have a list of inherited types

This will also involve modifying the typeMatching to check inherited types for the stuffs

jmeaster30 commented 2 years ago

not necessary anymore. using different type model