Lancern's Treasure Chest
11:37 · Apr 17, 2022 · Sun
Zig self hosted compiler is now capable of building itself
https://github.com/ziglang/zig/pull/11442
GitHub
Make self hosted compiler capable of building itself by Vexu · Pull Request #11442 · ziglang/zig
$ zig build -Denable-llvm
$ zig2 build -p build-stage3
$ cat a.zig
const std = @import("std");
pub fn main() void {
const stderr = std.io.getStdErr();
stderr.writeAll("Hello,...
Home
Powered by
BroadcastChannel
&
Sepia