@hymarkx/ast
v0.0.9
Published
Core node types, source spans, and diagnostics for the HyMarkX (HMX) language.
Readme
@hymarkx/ast
Shared AST types, diagnostics, and attribute handling
The node types every other package speaks. No parsing, no rendering — types, spans, diagnostic construction, and the attribute rules that keep a document from reaching Object.prototype.
npm install @hymarkx/astPart of HyMarkX — a Markdown-compatible language that stays Markdown until you ask it not to. A document containing no HMX construct renders as CommonMark + GFM; that is enforced by a 692-example conformance suite and a compatibility suite over real documents.
Status: pre-release. The syntax may change without a migration path, and HyMarkX must not be used to render untrusted content in production yet.
Licensed under MIT OR Apache-2.0.
