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

Safe HaskellSafe
LanguageHaskell98

Language.Dot.Parser

Documentation

parseDot Source #

Arguments

:: String

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

-> String

DOT source code

-> Either ParseError Graph