asoffer / Icarus

An experimental general-purpose programming language
Apache License 2.0
9 stars 2 forks source link

Enums and flags should be able to specify an underlying type. #79

Open asoffer opened 2 years ago

asoffer commented 2 years ago

Probably something like:

E ::= enum (i32) { ... }