blob: 9a6015ddb2fb91a4b0d447c257099d782b22630f [file] [log] [blame]
% ------------------------------------------------------------------------------
% Copyright (c) 2010, 2021 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}
Expression : ( [1] ( CONSTANTNAMETK
| ENUMVALUENAMETK
| VARNAMETK
| FUNCTIONNAMETK
| PROCESSNAMETK ) )
| ( [2] PAROPENTK Expression PARCLOSETK )
| ( [3] TypedExpression )
;
\end{rail}