Expand description
The planner — port of plan.ts / Plan.java. Plans each text-bearing block
via the matcher, lifts block offsets to source spans, attaches trailing
table/fence nodes, handles the ```error fence, expands header-bound
tables into one example per row, and collects diagnostics.
Structs§
- Execution
Plan - The result of planning a whole
Doc. - Header
Binding - The binding paragraph shared by every row of a header-bound table.
- Planned
Example - One matched-and-runnable example.
- Planned
Step - One matched step: text, source span, captured-parameter spans, args, and
attachments.
formatsaligns 1:1 withargs.
Functions§
- plan
- Plans
docagainstregistry. Port ofplan().