Skip to content

Latest commit

History

History
5 lines (4 loc) 路 468 Bytes

File metadata and controls

5 lines (4 loc) 路 468 Bytes

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.