Skip to main content

Module compile

Module compile 

Source
Expand description

Main compilation pipeline.

Orchestrates the full parse -> analyze -> build graph -> write .acb pipeline. This is the central entry point used by both the CLI (/compile) and programmatic callers.

Structsยง

CompileOptions
Options for the compilation pipeline.
CompilePipeline
The compilation pipeline.
CompileResult
Result of a compilation run.
CompileStats
Statistics from a compilation run.