Co-authored-by: Nilton Constantino <nilton.constantino@visma.com> Reviewed-on: #8
10 lines
461 B
Markdown
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) |