Skip to content

Latest commit

 

History

History

0186-parser-printers-tour-pt2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

This directory contains code from Point-Free Episode: Tour of Parser-Printers: vs. Swift's Regex DSL

We continue our tour by comparing swift-parsing to Apple's forthcoming Regex DSL. After taking a look at the proposal, we'll translate an example over to be a parser-printer to compare and contrast each approach.

The following code sample runs with swift-parsing 0.9.0.