Skip to content
Beskid The Beskid Book

Beskid

Jump to a Beskid service

Beskid

Jump to a Beskid service

14. From source to something that runs

Resolution, parse, semantic rules, IR, JIT, and AOT—mapped to beskid_pipeline phases and compiler crates.

From source to something that runs

Compilation is a pipeline, not a séance. This chapter walks the reference platform from manifest discovery to something you can run or build.

| Section | Topic | | --- | --- | | Pipeline overview | End-to-end phases. | | Front-end | Parse and AST/HIR shape. | | AST and facts graph demo | Shared AST ↔ facts viewers. | | Semantic pipeline | Analysis and diagnostics. | | Codegen and IR | Lowering and CLIF. | | JIT run | beskid run / engine. | | AOT build | beskid build / AOT. | | clif and debug | Introspection commands. |

15. Mods