dotparse
Version 0.1.2.0 revision 0 uploaded by tonyday567.
Package meta
- Synopsis
- 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)
- Author
- Tony Day
- Bug reports
- https://github.com/tonyday567/dotparse/issues
- Category
- graphics
- Copyright
- Tony Day (c) 2020
- Homepage
- https://github.com/tonyday567/dotparse#readme
- Maintainer
- tonyday567@gmail.com
- Package URL
- n/a
- Stability
- n/a