docgen iter 2

This commit is contained in:
2026-09-12 06:42:49 -03:00
parent 966f8fc821
commit 542d704da4
65 changed files with 8541 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
"""
Emitters: IR -> an artifact. None of them has heard of Python, `ast` or SQL.
dot .dot -> Graphviz -> SVG static docs, embedding
index markdown / sidebar JSON no graph literacy required
diff two IRs -> what changed review
notebook .ipynb a runnable document
The non-visual ones matter most for reach. A sorted, described index of what
exists is readable by people who will never open a diagram.
"""