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

Enum base type #6

Closed jmeaster30 closed 3 years ago

jmeaster30 commented 3 years ago

Need to add a base type for enums so we can declare a type that the enum is wrapped around like an i32 or a byte then we can do operations on the enums as if they were the base types

jmeaster30 commented 3 years ago

Done :) When I fixed this I also made ti so we aren't using semicolons anymore in the enum declaration list (and the other declaration lists)