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

Setting a variable to an enum value #10

Closed jmeaster30 closed 2 years ago

jmeaster30 commented 3 years ago

I think I was expecting the namespacing variables to take care of these but I need to consider the implications of that further.

There is a work around where you can cast a literal value of the base type though so it isn't super urgent