An open API service indexing awesome lists of open source software.

https://github.com/goose97/go-pretty-printer


https://github.com/goose97/go-pretty-printer

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## What is this repo?
This repo is an implementation of a pretty printer, described in these two papers by Phillip Wadler and Christian Lindig

- https://homepages.inf.ed.ac.uk/wadler/papers/prettier/prettier.pdf
- https://lindig.github.io/papers/strictly-pretty-2000.pdf

## How to run
```sh
make
target/pretty-printer
```