commit 7875cc66f4ee0c4a45ed6bc9bbb7ac2f918f83ea (tree)
parent 1a3651b95406367af3bc09fe95bd2d869f8b4f47
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Sat, 14 Feb 2026 01:48:19 +0200
bump version
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/build.zig b/build.zig
@@ -1604,7 +1604,6 @@ fn addZig0TestStep(
.optimize = optimize,
.target = target,
});
- test_mod.addIncludePath(b.path("stage0"));
test_mod.addImport("zig0_bridge", bridge_mod);
// AstGen tests (standalone C-vs-Zig ZIR comparison)
diff --git a/stage0/README.md b/stage0/README.md
@@ -1,6 +1,6 @@
# About
-zig0 aspires to be an interpreter of zig 0.15.1 written in C.
+zig0 aspires to be an interpreter of zig 0.15.2 written in C.
This is written with help from LLM: