Maintainer | Ivan.Miljenovic@gmail.com |
---|---|
Safe Haskell | Safe-Infered |
"Real life" Dot code contains various items that are not directly
parseable by this library. This module defines the preProcess
function to remove these components, which include:
- preProcess :: Text -> Text
Documentation
preProcess :: Text -> TextSource
Remove unparseable features of Dot, such as comments and multi-line strings (which are converted to single-line strings).