Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 512 Bytes

File metadata and controls

5 lines (4 loc) · 512 Bytes

This directory contains code from Point-Free Episode: Parser Builders: The Point

So what is the point of parser builders anyway? We will leverage our new builder syntax by rewriting a couple more complex parsers: a marathon parser and a URL router. This will lead us to not only clean up noise and tell a more concise parsing story, but give us a chance to create brand new parsing tools.