Skip to content

Latest commit

 

History

History

0185-parser-printers-tour-pt1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.