Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 591 Bytes

File metadata and controls

7 lines (5 loc) · 591 Bytes

This directory contains code from Point-Free Episode: Tour of Parser-Printers: Introduction

Today we celebrate a huge release of swift-parsing, which includes the ability to build invertible parser-printers with ease. We’ll demonstrate by using the library to build three different parser-printers, starting with a fun exercise from Advent of Code.

The following code sample runs with swift-parsing 0.9.0.