This library is in flux. APIs may change without notice. Generated from source with koruc 0.1.7 on 9/16/2026.
Compiler.ccp
~import std/compiler.ccpKoru Standard Library: the `ccp` part of compiler.kz.
compiler.ccp.kz · 1 tors
Koru Standard Library: the `ccp` part of compiler.kz.
Joined via `~part ccp` in compiler.kz; merged into the compiler module at load.
CCP Observability Injection Pass
Injects universal observability taps into the user's AST
This makes every compiled program self-observing by adding emit_json and * -> * tap
process-ccp-commands
koru_std/compiler.ccp.kz:25// CCP Command Processing Pass
// Reads and processes incoming AI commands from stdin when --ccp is enabled
~pub tor process-ccp-commands { ctx: CompilerContext } -> CompilerContext