Nexus Language

Documentation

Language reference

Full docs live in the repo under vscode-nexus/docs/. This page is the self-hosted overview.

  • Language overview, syntax, types, control flow, functions, modules, match
  • Builtins and stdlib (strings, result, design, …)
  • Toolchain: eval, bytecode VM, selfhost, WASM/LLVM text
  • Self-hosting status and deliberate subset limits
  • Packages client (nexus.toml) — optional local registry sibling (not published with nex-lang)

On disk: vscode-nexus/docs/README.md — or run npm run docs for the absolute path.