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