lolli-viz 0.2.0

Visualization for the Lolli linear logic workbench
Documentation

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