Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 452 Bytes

File metadata and controls

5 lines (4 loc) · 452 Bytes

This directory contains code from Point-Free Episode: What Is a Parser?: Part 2

Now that we've looked at a bunch of parsers that are at our disposal, let's ask ourselves what a parser really is from the perspective of functional programming and functions. We'll take a multi-step journey and optimize using Swift language features.