djast
v0.5.1
Published
Unist-compatible Djot syntax tree
Downloads
239
Readme
djast
Djot Abstract Syntax Tree format.
This tree is compatible with unist, namely its node interfaces.
The actual structure mostly mirrors the AST definitions of
Djot.js, as that's the parser used by redjot-parse. See the
[module documentation][md] for a full list of all interfaces.
AstNode is a good entrypoint, as it's a union of all concrete
AST interfaces.
