blob: 2737e3c3be6cbd58e18e80281c6a08a4a0f0080c [file] [log] [blame]
% ------------------------------------------------------------------------------
% Copyright (c) 2010, 2020 Contributors to the Eclipse Foundation
%
% See the NOTICE file(s) distributed with this work for additional
% information regarding copyright ownership.
%
% This program and the accompanying materials are made available under the terms
% of the MIT License which is available at https://opensource.org/licenses/MIT
%
% SPDX-License-Identifier: MIT
% ------------------------------------------------------------------------------
\begin{rail}
ChoiceStatement : IFKW BooleanExpression COLONTK ( Statement + SEMICOLTK ) \\
( ()
| ( ELIFKW BooleanExpression COLONTK ( Statement + SEMICOLTK ) ) + ()
) \\
( ()
| ( ELSEKW COLONTK ( Statement + SEMICOLTK ) )
)
ENDKW ;
\end{rail}