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: Invertible Parsing: The Solution, Part 1

Now that we’ve framed the problem of printing, let’s begin to tackle it. We will introduce a Printer protocol by “reverse-engineering” the Parser protocol, and we will conform more and more parsers to the printer protocol.