Expand description
L9-C complete-request adapter for the frozen L4 compiler service.
Callers own source acquisition. This module receives exact complete source inputs, derives the canonical candidate snapshot, and delegates once to L4. It does not read paths, parse source, or recreate compiler products.
Structs§
- CliCompilation
Candidate V1 - Complete L9-C project candidate. There is deliberately no path loader in this API: the later command layer supplies already-authorized inputs.
- CliCompilation
Error V1 - CliCompilation
Result V1 - CliSource
Input V1 - One exact caller-provided source input. Its path is an L3 logical path, rather than an authority to read a host filesystem path.
Functions§
- compile_
complete_ candidate_ v1 - Delegates a complete candidate to a fresh local L4 service lifecycle.