Compiler Guide

The compiler supplement is for people building Camp projects and for tool authors who consume compiler artifacts. It explains campc, build files, experimental package infrastructure, targets, output layout, metadata JSON, diagnostics, editor tooling, debugging, and standard-library build integration.

This guide describes the compiler as a tool you use from the outside. Compiler-internal semantic lowering rules live in the semantic supplements, and compiler development process guidance lives in the compiler development guide.