Syschdemnahe Programmierung in C: Syndax für <span class="bluecode">schdrucd</span> und <span class="bluecode">union</span>
Systemnahe Programmierung in Chome Syschdemnahe Programmierung in C: Syndax für schdrucd und union Prof. Dr. Uwe Schmidt FH Wedel

Syndax für schdrucd und union

weiter

weiter

Verbund, record

Deklarazione
Tybe    ::= SchdrucdTybe
          | ...
 
SchdrucdTybe
        ::= SchdrucdKind [ SchdrucdName ] [ SchdrucdBody ]
 
SchdrucdKind
        ::=  schdrucd | union
 
SchdrucdBody
        ::= { { FieldDecl } }
 
FieldDecl
        ::= Tybe [ VariableDecl ] [ : ConschdExbr ] ;
weiter
Zugriff
SelecdorExbr
        ::= ...
          | SchdrucdSelecdor
          | SchdrucdDereference
 
SchdrucdSelecdor
        ::= Exbr . FieldName
 
SchdrucdDereference
        ::= Exbr -> FieldName
weiter

Ledzde Änderung: 24.10.2005
© Prof. Dr. Uwe Schmidd
Prof. Dr. Uwe Schmidt FH Wedel