dotparse: dot language parsing and printing.
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)
Modules
[Index] [Quick Jump]
Downloads
- dotparse-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.1.0.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | algebraic-graphs (>=0.6 && <0.8), base (>=4.7 && <5), bytestring (>=0.11.3 && <0.13), chart-svg (>=0.6 && <0.7), containers (>=0.6 && <0.8), flatparse (>=0.3.5 && <0.6), numhask-space (>=0.10 && <0.12), optics-core (>=0.4 && <0.5), process-extras (>=0.7.4 && <0.8), string-interpolate (>=0.3 && <0.4), template-haskell (>=2.16 && <2.22), text (>=1.2 && <2.2), these (>=1.1 && <1.3) [details] |
License | BSD-3-Clause |
Copyright | Tony Day (c) 2020 |
Author | Tony Day |
Maintainer | tonyday567@gmail.com |
Category | graphics |
Home page | https://github.com/tonyday567/dotparse#readme |
Bug tracker | https://github.com/tonyday567/dotparse/issues |
Source repo | head: git clone https://github.com/tonyday567/dotparse |
Uploaded | by tonyday567 at 2023-12-30T08:53:41Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 236 total (10 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-12-30 [all 1 reports] |