mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
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>
430 B
430 B
Subdirectories
src- C source code for the Tree-sitter libraryinclude- C headers for the Tree-sitter librarybinding_rust- Rust bindings to the Tree-sitter librarybinding_web- JavaScript bindings to the Tree-sitter library, using WebAssemblybinding_kotoba- Kotoba host-facing node/tree/cursor API (Wasm fixture; no C FFI)