Columpio / pp_sexp

Pretty-printing of s-expressions. Implemented in OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pretty-printing of s-expressions

Use pp_sexp -h for details.

✗ echo '(aaa  bbbb ccc ddd eee fff)' | pp_sexp -margin 10
(aaa bbbb
  ccc ddd
  eee
  fff)
Installation
opam pin add https://github.com/Kakadu/pp_sexp --yes

About

Pretty-printing of s-expressions. Implemented in OCaml


Languages

Language:OCaml 93.4%Language:Makefile 6.6%