tree-sitter/lib
2024-02-02 11:30:24 -05:00
..
binding_rust Merge pull request #2840 from tree-sitter/language-reference-count 2024-01-30 10:24:37 -08:00
binding_web fix(node): update tests 2024-02-02 11:30:24 -05:00
include/tree_sitter Release stale instances from wasm store when languages are dropped 2024-01-29 10:17:49 -08:00
src Release stale instances from wasm store when languages are dropped 2024-01-29 10:17:49 -08:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml Bump wasmtime to v16 release 2023-12-31 11:33:28 -08:00
compile_flags.txt Restucture wasm module, return a normal TSLanguage from load_language 2022-11-15 17:14:33 -08:00
README.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00

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