Parses a Declarator with an optional Identifier.
$(BNF DeclaratorOptId := Type (Identifier DeclaratorSuffix)?)
Receives the optional identifier of the declarator.
See Implementation
Parses a Declarator with an optional Identifier.
$(BNF DeclaratorOptId := Type (Identifier DeclaratorSuffix)?)