Skip to content

Parsing issue #58

Open
Open
@CGenie

Description

@CGenie

Hello,

I have this simple code:

runParser' Data.GraphViz.Parsing.parseUnqt $ printDotGraph $ digraph (Str "x") $ do "a0" --> "a1"

however it results in this error:

*** Exception: Error when parsing Dot code:
Expected one or more digits
	Parse.many1Satisfy: failed

Remaining input:
	"digraph x {\n    a0 -> a1;\n}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions