Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 466 Bytes

File metadata and controls

5 lines (4 loc) · 466 Bytes

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

Even though map, flatMap and zip pack a punch, there are still many parsing operations that can't be done using them alone. This is where "parser combinators" come into play. Let's look at a few common parsing problems and solve them using parser combinators!