Skip to documentation
SLOP

tiny.zen

Reference tiny.zen

Overview · API · Code relationships · Verification · Audit

Overview

Technical document compilation, static site rendering, and staged publication. Markdown parsing evaluates syntax depth limits and derives memory bounds upfront via explicit planning passes.

Clean site publication renders pages into an isolated staging directory, allowing validation checks to run before promoting changes. If rendering or validation fails, publication aborts and the prior live site remains untouched. Directory promotion swaps the staging path into place via a filesystem rename, which requires both directories to reside on the same filesystem device.

Definitions

Actions

Public operations.

Types and contracts

Public types and contracts.

Namespaces

Public namespaces.

Values and defaults

Public values and defaults.

Code relationships

Direct static dependencies extracted from parsed source by semantic graph analysis.

Uses: tiny.accy, tiny.bench, tiny.markdown, tiny.simd, tiny.sys, tiny.trace
Used by: tiny.accy, tiny.choir, tiny.glom, tiny.profiling, tiny.sql

Verification

No verification records are cataloged for this module in this build.

Audit

EvidenceValue
Sourcelib/zen/src/root.zig
Definitions60 of 185 documented
Members102 of 536 documented
Public names245 API, 1077 indexed
Version26.7.0
Revisiondaab053ee433