bump version
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user