Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 453 Bytes

File metadata and controls

5 lines (4 loc) · 453 Bytes

This directory contains code from Point-Free Episode: Parser Combinators: Part 3

Now that we’ve looked at how to parse multiple values given a single parser, let’s try to parse a single value using multiple parsers! And after defining a bunch of these parser combinators we’ll finally be able to ask: “what’s the point!?”