zenith-core 0.0.7

Zenith core: KDL parser adapter, semantic AST, canonical formatter, tokens, validation, and diagnostics.
Documentation
1
2
3
4
5
6
7
8
//! Canonical formatter for Zenith AST → `.zen` text.
//!
//! The only public surface is [`format_document`], which is delegated to by
//! `KdlAdapter::format`.

mod writer;

pub use writer::format_document;