Files
dimgigov db7ba1dff2
ci / build (ubuntu) (push) Has been cancelled
ci / unit + fmt (push) Has been cancelled
ci / examples (push) Has been cancelled
ci / goldens + tools (push) Has been cancelled
ci / apps (push) Has been cancelled
ci / selfhost smoke (push) Has been cancelled
ci / macos smoke (push) Has been cancelled
ci / windows smoke (push) Has been cancelled
ci / CI gate (push) Has been cancelled
selfhost-loop / bootstrap determinism (push) Has been cancelled
feat: live LSP error underlines + improved VS Code extension
bux-lsp 0.17 publishes in-process diagnostics on open/change/save so
editors show red squiggles for lex/parse/type errors in the live buffer.
VS Code client discovers tools/bux-lsp, adds status bar/restart, richer
syntax/snippets, and docs (docs/LSP.md) for forum/editor setup.
2026-07-28 05:51:47 +03:00

19 lines
968 B
Markdown

# Bux documentation index
**Language version:** **v1.0.0** (freeze) — tag `v1.0.0`
| Document | Role |
|----------|------|
| [LanguageRef.md](LanguageRef.md) | **Normative** language specification |
| [Stdlib.md](Stdlib.md) | Standard library overview / API tables |
| [BuildAndTest.md](BuildAndTest.md) | Build, test, cross, static, containers |
| [LSP.md](LSP.md) | **Language server** (`bux-lsp` 0.17) — live error underlines + editor setup |
| [Packages.md](Packages.md) | Manifests, registry, lockfiles |
| [SEMVER.md](SEMVER.md) | Versioning policy (active after 1.0) |
| [RELEASE_v1.0.0.md](RELEASE_v1.0.0.md) | v1.0.0 release / freeze notes |
| [ROADMAP.md](ROADMAP.md) | Language construct checklist |
| [QUALITY_PLAN.md](QUALITY_PLAN.md) | Session log + path to v1.0 (archive) |
| [api/stdlib.md](api/stdlib.md) | Generated API docs from `///` (via `make docs`) |
Parent tree: [../README.md](../README.md) · historical plan: [../PLAN.md](../PLAN.md)