$ luarocks install graphviz
Graphviz module that doesn' rely on any version of Lua
local Graph = require'graphviz'
dot = Graph()
dot:node("a", "hello"):node("b", "world"):edge("a", "b"):render("out")
$ luarocks install graphviz
Graphviz module that doesn' rely on any version of Lua
local Graph = require'graphviz'
dot = Graph()
dot:node("a", "hello"):node("b", "world"):edge("a", "b"):render("out")