Skip to content

[SEED-4] Ring-4: module + use — import system gen to Zig #7

Description

@gHashTag

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    phi-loopPHI LOOP development cycleseed-ringSEED-RINGS language evolution ring

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions