Enumerated types consist of ordered lists of identifiers.
( 78 ) <enum_type> ::= “enum” <identifier>
“{” <enumerator> { “,” <enumerator> } “}”
( 79 ) <enumerator> ::= <identifier>
An identifier is an arbitrarily long sequence of ASCII alphabetic, digit, and underscore (“_”) characters.