https://github.com/goose97/go-pretty-printer
https://github.com/goose97/go-pretty-printer
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/goose97/go-pretty-printer
- Owner: Goose97
- Created: 2023-05-17T01:28:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T14:11:30.000Z (about 3 years ago)
- Last Synced: 2025-02-01T21:17:34.762Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```