enum-case
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
enum-case =
"case" , semi-reserved-identifier , [ "=" , enum-case-initializer ] , ";" ;