Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 429 Bytes

File metadata and controls

5 lines (4 loc) · 429 Bytes

This directory contains code from Point-Free Episode: Parser Builders: The Problem

Let’s revisit a favorite topic: parsing! After a short recap, we will theorize and motivate the addition of result builder syntax to our parsing library, which will help unlock a new level of ergonomics and API design.