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 DotParse.Examples (exInt)
>>>
ex <- processGraph exInt
>>>
writeChartSvg "other/ex.svg" (graphToChartWith defaultChartConfig ex)
Modules
[Index] [Quick Jump]
Downloads
- dotparse-0.0.1.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, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2 |
---|---|
Dependencies | algebraic-graphs (>=0.6 && <0.7), base (>=4.7 && <5), bytestring (>=0.11.3 && <0.12), chart-svg (>=0.3 && <0.4), containers (>=0.6 && <0.7), flatparse (>=0.3.2 && <0.4), neat-interpolation (>=0.5.1 && <0.6), numhask (>=0.10 && <0.11), numhask-space (>=0.10 && <0.11), optics-core (>=0.4 && <0.5), process-extras (>=0.7.4 && <0.8), template-haskell (>=2.16 && <2.20), text (>=1.2 && <1.3), these (>=1.1.1 && <1.2) [details] |
License | BSD-3-Clause |
Copyright | Tony Day (c) 2022 |
Author | Tony Day |
Maintainer | tonyday567@gmail.com |
Category | project |
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 2022-05-28T02:31:13Z |
Distributions | LTSHaskell:0.1.2.2, Stackage:0.1.2.2 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 429 total (13 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-05-28 [all 1 reports] |