Parser.parseDeclarator

Parses a Declarator with an Identifier.

$(BNF Declarator := Type Identifier DeclaratorSuffix)

class Parser
Type
parseDeclarator
(
ref Token* ident
)

Parameters

ident
Type: Token*

Receives the identifier of the declarator.

Meta