Expand description
The single-module pipeline — a port of the reference implementation’s pipeline.ts: bind and evaluate every output of one module’s declarations (the judgment the conformance runner applies), and the source-level report that front-ends and embedders consume.
Structs§
Enums§
- Phase
- the phase that decided a source-level report
Functions§
- evaluate_
source - parse, check, and evaluate one module given as source text
- run_
pipeline