References
Generated and curated reference material for Gruel. Unlike the guided chapters above, these pages are organized for lookup rather than reading end-to-end.
- Intrinsics — every
@intrinsicthe compiler recognizes, generated from thegruel-intrinsicsregistry. - Built-in Types — fields, operators, and methods on every built-in type, type constructor, and enum, generated from the
gruel-builtinsregistry. - Standard Library — generated from the source of
std/*.gruel(ADR-0089). - Prelude — generated from the source of
prelude/*.gruel(ADR-0089). - Architecture Decision Records — the design decisions that shaped the language and compiler.