prometeu-runtime/docs/specs/pbs/files/PRs para Junie Global.md
2026-02-02 11:41:26 +00:00

461 B

PRs for Junie — Compiler Dependency Resolution & Linking Pipeline

Goal: Move dependency resolution + linking orchestration into prometeu_compiler so that the compiler produces a single fully-linked bytecode blob, and the VM/runtime only loads + executes.

Non-goals (for this PR set)

  • No lockfile format (yet)
  • No registry (yet)
  • No advanced SAT solver: first iteration is deterministic and pragmatic
  • No incremental compilation (yet)