MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / assemble_from_hll_file

Function assemble_from_hll_file

src/cli/main.rs:369–372  ·  view source on GitHub ↗

Compile an HLL source file with the stdlib and return assembled output.

(path: &str, mode: TargetMode)

Source from the content-addressed store, hash-verified

367 }
368}
369
370// --- Compilation helpers ---
371
372fn run_cli_config(input: &str, mode: TargetMode, max_steps: u64) -> Result<ExitCode, CliError> {
373 let (fs, config) = config_for_cli_input(input, mode)?;
374 let engine = SessionEngine::new(&fs);
375 match config.kind {

Callers 1

cmd_runFunction · 0.85

Calls 2

compile_and_linkFunction · 0.85
source_stemFunction · 0.85

Tested by

no test coverage detected