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

Koru

~import std/koru

Parser Wrapper - Koru Events for Parser Zig Library

koru.kz · 2 tors

Parser Wrapper - Koru Events for Parser Zig Library Makes the Zig parser available as Koru events at RUNTIME. Usage: import std/koru std/koru:parse.source(source: code, file-name: "test.kz", allocator: allocator) | parsed p |> use(p.ast) | parse-error e |> handle(e.message) This enables: - REPLs that parse and execute Koru at runtime - Wire protocols that accept Koru as input - Dynamic code loading and evaluation - AI agents that can parse and understand Koru