previous up next
Go backward to Record Structures
Go up to Top
Go forward to Type Attributes of Type Structures
RISC-Linz logo

Identifier Expressions

X in Identifier-expr
    X ::= I | X.I
...
C ::= L:=E | C1;C2 | ...| call X
E ::= N | @L | ...| X
L ::= X


Author: Wolfgang Schreiner
Last Modification: April 23, 1998

previous up next