Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 496 Bytes

File metadata and controls

12 lines (7 loc) · 496 Bytes

Swift Parsing

Swift Parsing is a package containing parsers for collection and span types.

Description

The package contains two targets, CollectionParsing and SpanParsing.

  • CollectionParsing provides a Parser<Subject: Collection> that can parse strings, arrays, data, or any other Swift Collection.
  • SpanParsing provides a ParserSpan<Element> that can parse any other Swift Span<Element>.