KAI is an execution environment built around explicit process flow. Code, continuations, objects, and execution context are all first-class runtime values.
-
Updated
Sep 10, 2026 - C++
KAI is an execution environment built around explicit process flow. Code, continuations, objects, and execution context are all first-class runtime values.
Walk an AST from SWC and visit each node type.
A parser for the OScript language written in JavaScript. With an AST walker, a syntax checker (lint) and a code-executing interpreter.
`zai` is yet another programming language implementation. It is written 100% in Python and its primary purposes are for both education and fun.
Axiom is an extremely slow, type-unsafe, bare-bone programming language implemented in python.
An instrumentation layer over a JS-in-JS interpreter to monitor, intercept, and mutate a function's execution at the AST level
To associate your repository with the ast-walker topic, visit your repo's landing page and select "manage topics."