Files
zig/src
Motiejus 7c767fade4 WIP: wire up Zig Compilation for reference sema in stage0 tests
Add zigSema helper (stage0/sema.zig) that creates a Compilation,
points it at a source file, and runs the full Zig sema pipeline.
Export Compilation and Package from test_exports.zig. Wire up in
stagesCheck to run Zig sema alongside C sema.

Not yet working: files under lib/ conflict with the auto-created
std module ("file exists in modules 'root' and 'std'"). The fix
(using .root = .none with absolute path) needs testing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 09:14:28 +00:00
..
2025-08-12 16:33:57 +02:00
2025-09-21 21:08:52 +02:00
2025-10-02 10:55:16 +02:00
2025-07-16 10:23:02 -07:00
2025-08-02 04:16:01 +03:30
2025-07-07 22:43:51 -07:00