haphviz alternatives and similar packages
Based on the "Text" category.
Alternatively, view haphviz alternatives based on common mentions on social networks and blogs.
-
skylighting
A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions -
double-conversion
A fast Haskell library for converting between double precision floating point numbers and text strings. It is implemented as a binding to the V8-derived C++ double-conversion library.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of haphviz or a related project?
README
Haphviz
Graphviz code generation with Haskell
Examples
There are some examples in the examples
directory.
Running them with runhaskell examples/divisors.hs
will get you the graphviz code.
If you have xdot
, then you can run runhaskell examples/divisors.hs | xdot
to see the graph visualized.
Haphviz offers an easy way to generate FSA visualisations. For an example, run the following command:
runhaskell examples/fsa.hs | xdot
Git hooks
Before making any contributions, please install the git hooks.
spark deploy hooks.sus