Roadmap search

Versions, deliverables, workstreams, tasks, and pages

Beskid

Jump to a Beskid service

Stage ordering and lowering - Examples

articleStandard

src/content/docs/platform-spec/compiler/build-pipeline/stage-ordering/examples.mdx

import SpecArticleChrome from '@beskid/beskid-ui/platform-spec/SpecArticleChrome.astro';

<SpecArticleChrome />
  • Successful run: parse + rules + typing succeed; artifact is sent to JIT and executed.
  • Build with semantic error: rules emit an error; lowering exits before object emission.
  • Parse failure: parse stage emits diagnostics and no HIR or backend stages run.