NorfairKing / haphviz

Graphviz code generation with Haskell
MIT License
18 stars 4 forks source link

Haphviz

Graphviz code generation with Haskell

Build Status

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