language-dot-0.0.7: A library for the analysis and creation of Graphviz DOT files

Language.Dot.Parser

Documentation

parseDotSource

Arguments

:: String

origin of the data, e.g., the name of a file

-> String

DOT source code

-> Either ParseError Graph