Skip to content

magthe/prettier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prettier

A straight translation of the code found in Wadler's paper on pretty printing.

Building

First make sure oasis is installed, then do the following:

% oasis setup
% ocaml setup.ml -configure
% ocaml setup.ml -build

You can then verify that it works properly by running one of the example programs:

% ./_build/example/ex_simple
A simple little example:
Item 1
  Item 1.1
Item 2
Item 3
  Item 3.1
  Item 3.2
    Item 3.2.1
Item 4

About

Pretty printing library for OCaml

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages