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ยง
- Compile
Options - Options for the compilation pipeline.
- Compile
Pipeline - The compilation pipeline.
- Compile
Result - Result of a compilation run.
- Compile
Stats - Statistics from a compilation run.