enum_list Production

Definition

enum_list : enum_list , enum
          | enum

Purpose

An enum_list is a comma-separated sequence of one or more enums.

Semantics

Each enum is a possible value of the enumeration type.