docs: sync documentation for v1.0.0 freeze
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

Mark LanguageRef as normative, add docs index, update README/Packages/
Stdlib/BuildAndTest status lines, archive PLAN.md and QUALITY_PLAN
pointers to RELEASE_v1.0.0 and active SEMVER.
This commit is contained in:
2026-07-27 22:02:04 +03:00
parent a23860be3e
commit fa1521a71e
9 changed files with 59 additions and 22 deletions
+3
View File
@@ -1,5 +1,8 @@
# Build and Test Guide
> **Compiler:** **v1.0.0** — `./buxc --version` → `bux 1.0.0 (bootstrap)`
> Selfhost: `make selfhost` → `buxc2` reports `Bux 1.0.0 (self-hosting)`.
This guide covers building the Bux bootstrap compiler, creating projects, and running tests.
---