Stdlib family compiler

This family page is the encyclopedia entry for one stdlib area. It explains why the family exists, what responsibility belongs here, and which files make up the surface.

Overview

FieldValue
Familycompiler
Module count27
PurposeCompiler-owned stdlib surfaces that support self-hosted compiler and driver integration.

Architecture role

This family is not general-purpose business code. It exists to support compiler-owned flows where the compiler and stdlib need a shared contract.

Main responsibilities

  • Keep compiler-facing library helpers clearly scoped.
  • Avoid leaking compiler-specific surfaces into the general-purpose families.
  • Document any ownership boundary between compiler internals and shared helpers.

Real usage story

  • A self-hosted compiler flow can reuse structured helpers without pretending they are general stdlib entry points.
  • A driver surface can depend on this family while still keeping its public contract documented elsewhere.

Module inventory