项目作者: redotjs

项目描述 :
Graphviz Dot Abstract Syntax Tree Format
高级语言:
项目地址: git://github.com/redotjs/dotast.git
创建时间: 2018-04-07T22:11:42Z
项目社区:https://github.com/redotjs/dotast

开源协议:MIT License

下载


dotast

Graphviz DOT Abstract Syntax Tree

DOTAST discloses graphviz as an abstract syntax tree. Abstract
means not all information is stored in this tree and an exact replica
of the original document cannot be re-created. Syntax Tree means syntax
is present in the tree, thus an exact syntactic document can be
re-created.

DOTAST is a subset of unist, and implemented by redot.