brandly/elm-dot-lang - version: 1.1.7

for more information visit the package's GitHub page

Package contains the following modules:

dot-lang Build Status

import DotLang

DotLang.fromString "graph { a -- b }"
-- => Ok (Dot Graph Nothing [EdgeStmtNode (NodeId (ID "a") Nothing) (EdgeNode (NodeId (ID "b") Nothing)) [] []])

development

$ npm install
$ npm test

the fuzz tests might take a moment. to exclusively run unit tests on every save, do this:

$ npm test -- tests/Main.elm --watch

dependencies