macroonz-compiler 0.1.0

Deterministic Rust code generation for procedural macros: plan, render, close, explain, and bind one sealed expansion from declared input.
Documentation
1
2
3
4
5
6
7
8
# Token generation

This home owns the bounded token tree a renderer writes, its pure composers, its canonical identity bytes, and its human-readable source projection.

Ordinary and raw identifiers are distinct values, and punctuation carries the adjacency the compiler host must emit.
The public paths remain rooted at `token`; this child is an implementation home, not a second public namespace.

This home does not capture input, retain spans, or decide what a generated declaration means.