Function render_graph

Source
pub fn render_graph(re: &str) -> String
Expand description

Render the state machine generated from re as graphviz dot input. The result can be pasted into visualize.sh, which renders a PNG image from it.