Enumeration definition syntax

1 enum
2? tag_identifier
3 {
4+ ,
4 enumerator
5 } ;