IdentifierType

$(BNF IdentifierType := Type? Identifier)

class IdentifierType : TypeNode {
Token* name;
}

Meta