graphlang 0.1.3

Terminal and graphical tool to create and explore graph grammars.
Documentation
{
  "nodes": [
    {
      "id": 0,
      "label": "a"
    },
    {
      "id": 1,
      "label": "a"
    }
  ],
  "edges": [
    {
      "from": 0,
      "to": 1,
      "label": null
    }
  ]
}