TAL Reference Manual
TAL Syntax Summary (Bracket-and-Brace Diagrams)
Appendix C—526371.001
C-13
Equivalenced Definition Structures
Equivalenced Definition Structures
An equivalenced definition structure associates a new definition structure with a
previously declared variable.
Equivalenced Referral Structures
An equivalenced referral structure associates a new referral structure with a previously
declared variable.
Equivalenced Simple Pointers
An equivalenced simple pointer associates a new simple pointer with a previously
declared variable.
type identifier = previous-identifier [ " [ " index " ] " ]
[ { + } offset ]
{ - }
[ , identifier = previous-identifier [ "[" index " ] " ] ] ... ;
[ { + } offset ]
{ - }
STRUCT [ . ] identifier = previous-identifier
[ .EXT ]
[ " [ " index " ] " ] ; structure-layout ;
[ { + } offset ]
{ - }
STRUCT [ . ] identifier ( referral ) = previous-identifier
[ .EXT ]
[ " [ " index " ] " ] ;
[ { + } offset ]
{ - }
type { . } identifier = previous-identifier
{ .EXT }
[ " [ " index " ] " ]
[ { + } offset ]
{ - }
[ , { . } identifier = previous-identifier
{ .EXT }
[ " [ " index " ] " ] ] ... ;
[ { + } offset ]
{ - }