Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 441 Bytes

File metadata and controls

5 lines (4 loc) · 441 Bytes

This directory contains code from Point-Free Episode: Generalized Parsing: Part 2

Now that we have generalized the parser type it's time to parse things that aren't just plain strings. In just a few lines of code the parser type can parse environment variable dictionaries and even become a fully capable URL router.