From 4f7653a410b5be757a04b300de4be18310d4ea10 Mon Sep 17 00:00:00 2001 From: dimgigov Date: Sat, 6 Jun 2026 19:02:54 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20update=20project=20status=20=E2=80=94?= =?UTF-8?q?=20buxc2=20is=20now=20a=20working=20compiler,=20not=20a=20PoC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7099569..e67efba 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > **Status:** Bootstrap compiler (`buxc`, Nim) compiles `.bux` → HIR → **LIR** → C → native binary. > New **LIR backend** (v0.3.0) replaces direct HIR→C emission — cleaner codegen, all 22 examples passing. -> Self-hosted compiler (`buxc2`) exists as a proof-of-concept but is **deprioritized** in favor of language features and stdlib maturity. +> Self-hosted compiler (`buxc2`, written in Bux) compiles `.bux` → C → native binary and can build real projects. 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.