This library is in flux. APIs may change without notice. Generated from source with koruc 0.1.7 on 8/19/2026.

Runtime

~import std/runtime

Runtime Registry Standard Library

runtime.kz · 12 tors · ~[comptime]· ~[runtime]

Runtime Registry Standard Library Enables scoped runtime evaluation of parsed Koru code DESIGN: - std/runtime:register(scope: "name") { events } declares a scope (norun) - std/runtime:collect-scopes walks AST and generates dispatch tables - std/runtime:get-scope(name: "...") looks up a scope at runtime

register

comptimetransform koru_std/runtime.kz:21

get-scope

retain koru_std/runtime.kz:1758

scope-vocabulary

retain koru_std/runtime.kz:1813

scope-manifest

retain koru_std/runtime.kz:1869

scope-grammar

retain koru_std/runtime.kz:1904

explain-runtime

comptimeexplainer koru_std/runtime.kz:1940

parse.wire

retain koru_std/runtime.kz:2385

collect-scopes

comptime koru_std/runtime.kz:2693