Introducing Parser Builders
We are excited to release 0.5.0 of swift-parsing, our library for turning nebulous data into well-structured data, with a focus on composition, performance, and generality. This release brings a new level of ergonomics to the library by using Swift’s
@resultBuilder
machinery, allowing you to express complex parsers with a minimal amount of syntactic noise.
Source: Introducing Parser Builders.