lolli-viz

Crates.iololli-viz
lib.rslolli-viz
version0.2.0
created_at2025-12-04 04:41:01.459651+00
updated_at2025-12-05 04:03:09.760174+00
descriptionVisualization for the Lolli linear logic workbench
homepagehttps://github.com/ibrahimcesar/lolli
repositoryhttps://github.com/ibrahimcesar/lolli
max_upload_size
id1965863
size28,027
Ibrahim Cesar (ibrahimcesar)

documentation

README

lolli-viz

Visualization for the Lolli linear logic workbench.

Renders proofs as trees, LaTeX, and Graphviz graphs.

Output Formats

  • ASCII/Unicode proof trees
  • LaTeX (bussproofs package)
  • Graphviz DOT
  • SVG (via Graphviz)

Usage

use lolli_viz::TreeRenderer;

let renderer = TreeRenderer { unicode: true };
let output = renderer.render(&proof);

Part of Lolli

This is part of the Lolli linear logic workbench.

License

MIT

Commit count: 0

cargo fmt