Next: Phrase structure
Up: The Abstract Syntax Tree
Previous: Expressions
Identifiers
RULE fmld: FmlIdDef ::= identifier END;
RULE lblu: LblIdUse ::= integer_constant END;
RULE prcu: PrcIdUse ::= identifier END;
RULE fncu: FncIdUse ::= identifier END;
RULE fldu: FldIdUse ::= identifier END;
RULE exid: ExpIdUse ::= identifier END;
This macro is invoked in definition 1.
2008-08-29