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
>>>
writeChartOptions "other/exga.svg" (graphToChartWith defaultChartConfig ex)
Modules
[Index] [Quick Jump]
Downloads
- dotparse-0.0.3.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 |
---|---|
Change log | ChangeLog.md |
Dependencies | algebraic-graphs (>=0.6 && <0.8), base (>=4.7 && <5), bytestring (>=0.11.3 && <0.13), chart-svg (>=0.3 && <0.5), containers (>=0.6 && <0.7), flatparse (>=0.3.2 && <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.21), text (>=1.2 && <2.1), these (>=1.1.1 && <1.3) [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 2023-07-27T02:25:33Z |
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 2023-07-27 [all 1 reports] |