项目作者: brandly

项目描述 :
DOT Language
高级语言: Elm
项目地址: git://github.com/brandly/elm-dot-lang.git
创建时间: 2019-02-25T14:58:10Z
项目社区:https://github.com/brandly/elm-dot-lang

开源协议:BSD 3-Clause "New" or "Revised" License

下载


dot-lang Build Status

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

development

  1. $ npm install
  2. $ npm test

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

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

dependencies