blob: eb1fe35d32245db770d18c5df09d70703f21c57c [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}
WhileStatement : WHILEKW BooleanExpression COLONTK
( Statement + SEMICOLTK ) ENDKW
;
\end{rail}