zig-gc icon indicating copy to clipboard operation
zig-gc copied to clipboard

A super simple mark-and-sweep garbage collector written in Zig.

Results 1 zig-gc issues
Sort by recently updated
recently updated
newest added

Hi, I trying to compile your project, there are a couple errors: 1. std.buildin.Mode (fixed) 2. ununsed function parameters I am wondering how you managed to get yours to work,...