Skip to content
Beskid The Beskid Book

Beskid

Jump to a Beskid service

Beskid

Jump to a Beskid service

Appendix: Spec Map

Cross-reference book chapters to normative platform-spec, book reference, and compiler crates.

Appendix: Spec Map

Use this matrix when you know what you want to do in the book and need the law (platform-spec), a workflow guide (book/reference/), or the Rust crate that implements it.

ChBook chapterPrimary platform-specBook referenceCompiler / service crates
01It works on my machineTooling / CLI, Build, analyze, runDownloads, CLIbeskid_cli
02PATH not found — tooling anywayLSP, VS Code extensionLSP, CLIbeskid_lsp, beskid_cli
03Project.proj or it didn’t happenProject manifest, ScaffoldingProjectsbeskid_analysis (resolution)
04Where does this file go?Program structure, Modules and visibilityProject resolutionbeskid_analysis
05Names nobody agreed onName resolutionSemantic analysisbeskid_analysis
06Monorepo as coping mechanismWorkspace and lock contractsWorkspace monorepobeskid_analysis
07The compiler is not your therapistSurface syntax, Type systemSemantic rulesbeskid_analysis (parse/semantic)
08Green tests, red productionContracts and effects / testingTestingbeskid_cli (test), beskid_tests
09Contracts, effects, and polite threatsContracts and effectsSemantic rulesbeskid_analysis
10Memory without another billion-dollar mistakeMemory modelbeskid_analysis, beskid_runtime
11Fibers: cheaper than threadsEvaluation / fibers, Execution / channelsbeskid_runtime, corelib concurrency
12The normative bibleCommunity / spec maintenanceInterop canonical map
13Reading the lawPlatform specification (all domains)Architecture graphsCrate-to-spec anchors
14From source to something that runsBuild pipeline, Codegen and IRCLI commandsbeskid_analysis, beskid_codegen, beskid_engine, beskid_aot, beskid_pipeline
15Mods: plugins with consequencesCompiler mods, Compiler Mod SDKbeskid_mod, AOT host
16Corelib: batteries with opinionsCore library, api.jsoncorelib commandbeskid_cli, compiler/corelib
17Execution: ABI, host, and runtimeExecution, Conformancebeskid_abi, beskid_runtime
18Packages without npm traumaRegistry client, Foreign library importPublish first package, pckgbeskid_pckg, pckg service
19Public API that survives reviewModules and visibility, Code style and namingbeskid_analysis
20/// comments that are not liesDocumentation comments, api.jsondoc commandbeskid_analysis, beskid_cli
21FFI and forbidden friendshipsInterop, Extern dispatchbeskid_abi, beskid_runtime
22So you want to contributeSpec authority, Release policyGitHub doc feedbackSuperrepo + submodules
DomainHub
Language meta/platform-spec/language-meta/
Compiler/platform-spec/compiler/
Execution/platform-spec/execution/
Core library/platform-spec/core-library/
Tooling/platform-spec/tooling/
Community/platform-spec/community/

For full language indexing, see Beskid Specification.