Skip to main content

Module run

Module run 

Source
Expand description

Execute lowered bindings.

Drives the codegen backends to write output files. Or prints a human-readable preview.

Enums§

RunMode

Functions§

run
One-shot pipeline. Runs parse, resolve, validate, lower, and execute.
run_lowered
Run a pre-resolved and pre-lowered set of items. The CLI uses this so it can also print resolution and dependency lists.