Skip to main content

Module compilation_commands

Module compilation_commands 

Source
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§

CliCompilationCandidateV1
Complete L9-C project candidate. There is deliberately no path loader in this API: the later command layer supplies already-authorized inputs.
CliCompilationErrorV1
CliCompilationResultV1
CliSourceInputV1
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.