Description
dot language parsing and printing.
Description
This package provides parsing and printing of the dot language.
Usage
>>>:set -XOverloadedLabels>>>:set -XOverloadedStrings>>>import DotParse>>>import Chart>>>import Data.Text (pack)>>>import DotParse.Examples (exInt)>>>ex <- processGraph exInt>>>writeChartOptions "other/exga.svg" (graphToChart ex)