The Wayback Machine - https://web.archive.org/web/20200821213713/https://github.com/topics/graphviz-dot
Skip to content
#

graphviz-dot

Here are 141 public repositories matching this topic...

The regex-centric, fast lexical analyzer generator for C++ with full Unicode support. Faster than Flex and other regex matchers. Accepts Flex specifications. Generates reusable source code that is easy to understand. Seamlessly integrates with Bison and other parsers.

  • Updated Aug 19, 2020
  • C++
kamiazya
kamiazya commented May 21, 2020

Describe the bug

When creating createEdge from Cluster, an error is output by checking the number and type of EdgeTarget, but no error is output when creating by new Edge(...).

To Reproduce

Steps to reproduce the behavior:

const root = Digraph();
root.createEdge(['node1', 'node2']); // OK
root.createEdge(['node1']); // throw Error

const node1 = new Node('nod

Improve this page

Add a description, image, and links to the graphviz-dot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graphviz-dot topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.