blob: be3f67cab513c79a99ead99f80998bb4702e1e46 [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}
Addressable : VARNAMETK
( ()
| ( ( ( [1] DOTTK FIELDNAMETK )
| ( [2] SQOPENTK Expression SQCLOSETK )
) + () )
) ;
\end{rail}