chriseidhof / pretty

Pretty printers in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pretty

Simple pretty printers in Swift, based on Wadler's pretty printers. If you need something more tested, use DoctorPretty

The key idea in these pretty printers is to build a datatype that supports choice: a document can render either one way or another.

Examples

About

Pretty printers in Swift

License:MIT License


Languages

Language:Swift 100.0%