/* BC1 */ %start OptionalAlternatives %% OptionalAlternatives: [ "x" | "y" | "z" ];