You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.
It occured to me that it would be useful to be able to specify hte size of a enum. We'd of course need a new syntax for this. I propose the following:
In the case of simple enums it would simply be the size of the type, in case of a union enum it would be the size of the tag.
To go with this we'd probably need a semantic check for overflow of enum members.
The text was updated successfully, but these errors were encountered: