diff options
| author | t <t@tjp.lol> | 2026-07-07 11:29:23 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-07 12:15:28 -0600 |
| commit | 621d7fee0ace729f8d44126032d2c6e13f72ee7f (patch) | |
| tree | a2938b0a9e5c0930e8644721abbe94875df9ff08 /src/lua_runtime.zig | |
| parent | 0fa6d4209ff9b4a95e7d1955887aa4c73ee3423c (diff) | |
Remove the in-repo libpanto sources and binding projects from pantograph.
Consume libpantograph through the Zig package URL at
code.tjp.lol/libpantograph.git, including the Lua module artifact used by
CLI extensions.
Diffstat (limited to 'src/lua_runtime.zig')
| -rw-r--r-- | src/lua_runtime.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua_runtime.zig b/src/lua_runtime.zig index 7363281..7c63ebf 100644 --- a/src/lua_runtime.zig +++ b/src/lua_runtime.zig @@ -12,7 +12,7 @@ //! //! libpanto delivers all tool calls targeting Lua-defined tools in one //! `invoke_batch` per turn, on a single thread (see -//! `libpanto/src/tool_source.zig`). This runtime then runs each call as +//! `code.tjp.lol/libpantograph.git/src/tool_source.zig`). This runtime then runs each call as //! a Lua *coroutine*. When (later) we wire in libuv via `luv`, a yield //! inside a coroutine returns control to the runtime, which drives //! `uv.run()` until any coroutine is resumable. |
