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

https://github.com/fsprojects/yc.prettyprinter

Printer combinators library in F#.
https://github.com/fsprojects/yc.prettyprinter

f-sharp fsharp polynomial pretty-print prettyprinter

Last synced: 23 days ago
JSON representation

Printer combinators library in F#.

Awesome Lists containing this project

README

        

# YC.PrettyPrinter [![NuGet Status](http://img.shields.io/nuget/v/YC.PrettyPrinter.svg?style=flat)](https://www.nuget.org/packages/YC.PrettyPrinter/)

| Mono | .NET |
|------|-----------------------------|
| [![Mono CI Build Status](https://travis-ci.org/fsprojects/YC.PrettyPrinter.svg?branch=master)](https://travis-ci.org/fsprojects/YC.PrettyPrinter) | [![.NET Build Status](https://img.shields.io/appveyor/ci/gsvgit/yc-prettyprinter/master.svg)](https://ci.appveyor.com/project/gsvgit/yc-prettyprinter) |

Pretty printing library. Contatins interface for migration from Text.StructuredFormat. Interface for migration from Text.StructuredFormat is implemented [here] (https://github.com/AndreyBulgakov/YC.PrettyPrinter/blob/master/src/YC.PrettyPrinter/StructuredFormat.fs).

To build project use

$ build.cmd // on windows
$ build.sh // on mono

# Maintainer(s)

- [@gsvgit](https://github.com/gsvgit)

The default maintainer account for projects under "fsprojects" is [@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project Incubation Space (repo management)