visualize-cbn icon indicating copy to clipboard operation
visualize-cbn copied to clipboard

Add graph visualization

Open FranklinChen opened this issue 7 years ago • 2 comments

An option to create a graph visualization would be tremendously useful.

FranklinChen avatar Sep 19 '17 18:09 FranklinChen

Absolutely, agree completely! The code is already structured to make multiple visualization backends possible (currently ANSI, string, and HTML/JavaScript). PRs welcome :)

edsko avatar Sep 19 '17 18:09 edsko

So #11 does add graph visualization, but it generates an evaluation graph (which is linear, since the evaluation is deterministic). Leaving this issue open because it would still be very nice to have a visualization where the term itself is shown as a graph (rather than using named heap pointers).

edsko avatar Mar 04 '18 12:03 edsko