tree-sitter.tree-sitter/lib/README.md
Cursor Agent 3fad8cb4e0
Add Kotoba binding for node types and fixture tree walk
Kotoba cannot FFI libtree-sitter. This adds lib/binding_kotoba as a
host-facing node/tree/cursor API plus EDN node-types and a vendored CST
fixture that compiles to Wasm with kotoba v0.7.2.

Co-authored-by: Jun Kawasaki <04.feasts_minded@icloud.com>
2026-08-28 09:35:17 +00:00

430 B

Subdirectories

  • src - C source code for the Tree-sitter library
  • include - C headers for the Tree-sitter library
  • binding_rust - Rust bindings to the Tree-sitter library
  • binding_web - JavaScript bindings to the Tree-sitter library, using WebAssembly
  • binding_kotoba - Kotoba host-facing node/tree/cursor API (Wasm fixture; no C FFI)