Error in Declarator definition ?

Carlos Smith carlos-smith at sympatico.ca
Sun Feb 18 22:18:56 PST 2007


Hi,

In the grammar for Declarations, 
  http://www.digitalmars.com/d/declaration.html
there is:

Declarator:
 BasicType2 Declarator
 Identifier
 () Declarator 
 Identifier DeclaratorSuffixes
 () Declarator  DeclaratorSuffixes

the "() Declarator" parts, are they Ok ?

Should that be written "( Declarator )" instead ?

Carlos



More information about the Digitalmars-d-learn mailing list