From 2a19734c72b382c560e4def144961d8cf1b9180b Mon Sep 17 00:00:00 2001 From: dimgigov Date: Fri, 5 Jun 2026 22:49:27 +0300 Subject: [PATCH] docs: update README status to reflect actual project focus Self-hosted compiler (buxc2) is deprioritized; bootstrap compiler (buxc, Nim) is the actively maintained and used compiler. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45221fc..3d385ef 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ ![Bux Language](bux-lang-01.jpeg) -> **Status:** Self-hosting phase — `buxc2` compiles `.bux` → C → native binary. Bootstrap (`buxc`, Nim) builds the self-hosted compiler. +> **Status:** Bootstrap compiler (`buxc`, Nim) compiles `.bux` → C → native binary. +> Self-hosted compiler (`buxc2`) exists as a proof-of-concept but is **deprioritized** in favor of language features and stdlib maturity. Bux is a fast, compiled, strongly-typed systems programming language. Features a C backend for native code generation, raw multi-line strings, gradual ownership, async/await, generics, algebraic enums, and a package manager.