Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 508 Bytes

File metadata and controls

5 lines (4 loc) · 508 Bytes

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

Generalizing the parser type has allowed us to parse more types of inputs, but that is only scratching the surface. It also unlocks many new things that were previously impossible to see, including the ability to parse a stream of inputs and stream its output, making our parsers much more performant.