Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 644 Bytes

File metadata and controls

7 lines (5 loc) · 644 Bytes

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

URL routing is a large problem that has been solved in various ways over the years…but what does that have to do with swift-parsing!? A lot! swift-parsing comes with a URL routing library built on top of parser-printers, and it solves a lot of problems that still exist in today’s most popular web frameworks.

The following code sample runs with swift-parsing 0.9.0.