024 source scope capture

○ Planned This feature is planned but not yet implemented.

Dubious source-block-type-tag syntax — parked pending a design decision.

Failure Output

❌ Compiler coordination error: Auto-discharge pass error
error: CompilerCoordinationFailed
/Users/larsde/src/koru/tests/regression/200_COMPILER_FEATURES/210_PARSER/210_024_source_scope_capture/backend.zig:94:13: 0x10074f5f3 in emit (backend)
            return error.CompilerCoordinationFailed;
            ^
/Users/larsde/src/koru/tests/regression/200_COMPILER_FEATURES/210_PARSER/210_024_source_scope_capture/backend.zig:190:28: 0x1007502df in main (backend)
    const generated_code = try RuntimeEmitter.emit(compile_allocator, final_ast);
                           ^

Code

input.kz

Expected output

<h1>Alice</h1> <p>Age: 42</p>

Test Configuration

MUST_RUN