This directory contains code from Point-Free Episode: What Is a Parser?: Part 1
Parsing is a difficult, but surprisingly ubiquitous programming problem, and functional programming has a lot to say about it. Let鈥檚 take a moment to understand the problem space of parsing, and see what tools Swift and Apple gives us to parse complex text formats.