Skip to documentation
SLOP

tiny.markdown

Reference tiny.markdown

Overview · API · Code relationships · Verification · Audit

Overview

Document syntax parsing in memory-constrained contexts requires avoiding dynamic AST construction. Markdown classifies document blocks and extracts inline spans into SourceRange byte offsets without heap allocation.

Table parsing operates within caller-provided TableStorage bounded by fixed row and column ceilings. Inputs exceeding these limits fail structured table parsing with a TableRejection, safely falling back to paragraph interpretation.

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.bench, tiny.hypothesis, tiny.sys, tiny.termtex
Used by: tiny.smg, tiny.zen

Verification

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

Audit

EvidenceValue
Sourcelib/markdown/src/root.zig
Definitions4 of 28 documented
Members0 of 0 documented
Public names28 API, 57 indexed
Version26.7.0
Revisiondaab053ee433