parse(_:)
Attempts to parse the given input completely.
Available because
Self
conforms toParsingRule
.
static func parse<Source>(_ source: Source) throws -> Self.Construction where Source : Collection, Self.Location == Source.Index, Self.Terminal == Source.Element
Overview
This method is not a default implementation for parse(_:)
; that is a SymbolGraphGen classifier bug.
To parse with diagnostics, use parse(diagnosing:)
.