prometeu-runtime/docs/specs/pbs/files/PRs para Junie Global.md
bquarkz 9831b9d3cf
dev/pbs (#8)
Co-authored-by: Nilton Constantino <nilton.constantino@visma.com>
Reviewed-on: #8
2026-03-24 13:37:31 +00:00

10 lines
461 B
Markdown

# 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)