1. Quick Add
Objective: recognize baseline shape and exported entrypoint behavior.
Inspect: folded constant in emitted output.
Role: Tutorial
This route uses runnable examples from examples/tutorial/. For each step: run in playground,
inspect emitted files, and check what was folded or removed.
playground.html.c first.Objective: recognize baseline shape and exported entrypoint behavior.
Inspect: folded constant in emitted output.
Objective: understand external ABI boundary (&!) and side effects.
Inspect: extern declaration and emitted call boundary.
Objective: see named type behavior and operator/method syntax.
Inspect: lowered representation and method dispatch shape.
Objective: nested arrays and per-element arithmetic.
Inspect: shape preservation and operator lowering.
Objective: bundled std lift behavior and folding scope.
Inspect: where math calls collapse vs remain runtime.
Objective: explicit bit reinterpretation contract.
Inspect: preserved semantics and target mapping hints.
Objective: verify that unused paths are removed.
Inspect: symbol reachability and residual output.
Objective: stress compile-time loop evaluation.
Inspect: runtime residue vs compile-time collapse.
Objective: understand module import and symbol flow.
Inspect: import resolution and emitted dependencies.