Ring-4: Module + Use → Zig Imports
Ghuloum step: #14 (symbols/libraries)
One capability: t27c gen outputs @import statements from use declarations
Depends on: Ring-3 (#5)
Acceptance Test
./bootstrap/target/release/t27c gen specs/vsa/ops.t27 > /tmp/vsa.zig
grep -q "@import" /tmp/vsa.zig && echo "PASS" || echo "FAIL"
Scope
- module declaration → Zig file header comment
- use X::Y → const Y = @import("Y.zig")
- Correct import path resolution from graph.tri
phi^2 + 1/phi^2 = 3 | TRINITY
Ring-4: Module + Use → Zig Imports
Ghuloum step: #14 (symbols/libraries)
One capability:
t27c genoutputs@importstatements fromusedeclarationsDepends on: Ring-3 (#5)
Acceptance Test
Scope
phi^2 + 1/phi^2 = 3 | TRINITY