Skip to content

Developer Documentation

Developer Documentation is the home for the person operating the toolchain: running the compiler in CI, wiring up a project, reading the emitted TypeScript, and setting up an editor. It assumes you already know roughly what Bynk is and answers the operational questions instead — which command, which flag, which key in bynk.toml, what the build actually produces.

It is deliberately distinct from the language reference. To learn the language itself — what its constructs mean and how its types behave — read the Book and its Reference; the normative emission and runtime semantics live in the spec. This surface is about operating the tools that act on that language.

Generated rustdoc for the Bynk workspace crates — the compiler internals behind the toolchain, for contributors and embedders. Most users compile Bynk through the CLIs rather than depending on these crates directly.