This library is in flux. APIs may change without notice. Generated from source with koruc 0.1.7 on 8/19/2026.
Inter
~import std/interKoru Interactive Compiler Mode
inter.kz · 1 tors · ~[comptime]
Koru Interactive Compiler Mode
Usage:
koruc myapp.kz --inter
Launches an interactive TUI during compilation. Commands 1-9 print item
counts (events, procs, flows, imports, ...) for each captured pipeline
stage; h for help, q to quit.
This is a COMPTIME-ONLY feature - it runs during backend compilation,
not in the final binary.
// The interactive mode entry point
// Called from the compiler pipeline with contexts from each stage
~[comptime] pub tor start { contexts: std/compiler:[]const CompilerContext }
| launched
| skipped