The beck language reference
Derived from the compiler on every build.
| Page | |
|---|---|
| Error index | every diagnostic code the compiler can emit, and what it means |
| Command reference | every `beck` subcommand, its arguments and its flags |
| Effects and tiers | the effect atoms, and which tier can discharge each |
| The prelude | every name in scope in every module, with its inferred scheme |
| Forms of the language | the reserved heads, the two surfaces, and doc comments |
Also published
| Page | |
|---|---|
| Getting started | build the compiler, write a program, and see what it worked out on its own — every program on the page is compiled and run by a test |
todo | the sketch from the original idea, documented by beck doc |
documented | a library written to show what a ## comment adds to a derived page |
| Compiler API | rustdoc for the nine crates the compiler and runtime are built from |