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

Runtime

~import std/runtime

Runtime Registry Standard Library

runtime.kz · 7 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:20

get-scope

retain koru_std/runtime.kz:1764

scope-vocabulary

retain koru_std/runtime.kz:1818

scope-manifest

retain koru_std/runtime.kz:1873

scope-grammar

retain koru_std/runtime.kz:1907

explain-runtime

comptimeexplainer koru_std/runtime.kz:1942