Add TCC project (as a library)

This commit is contained in:
2026-01-15 22:33:42 +01:00
parent d03910f6f0
commit b0deb958d2
26 changed files with 32056 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
.{
.name = .tcc,
.version = "0.0.0",
.minimum_zig_version = "0.15.2",
.paths = .{
"src",
"vendor",
"build.zig",
"build.zig.zon",
},
.fingerprint = 0x36d21118d39414a0,
}