parse(_:)
grammar.swift:597You’re reading documentation from an older version of Swift Grammar.
This symbol may have changed its signature in the latest stable release of Swift Grammar.
static func parse<Diagnostics>(_ input: inout ParsingInput<Diagnostics>) -> [Element.Construction] where Diagnostics : ParsingDiagnostics, Element.Location == Diagnostics.Source.Index, Element.Terminal == Diagnostics.Source.Element