tree-sitter/lib
2024-10-14 17:53:22 -04:00
..
binding_rust feat(rust): add Language::node_kind_is_supertype 2024-10-14 17:53:22 -04:00
binding_web feat!: properly handle UTF-16 endianness encoding 2024-10-05 21:12:48 -04:00
include/tree_sitter feat!: properly handle UTF-16 endianness encoding 2024-10-05 21:12:48 -04:00
language build: configure clippy lints at the workspace level 2024-10-08 21:07:41 -04:00
src fix(lib): add parameter names in declarations in subtree.h 2024-10-13 23:05:40 -04:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml build(deps): bump wasmtime to v25.0.2 2024-10-09 19:33:38 +02:00
CMakeLists.txt build: tune compiler warnings 2024-10-11 18:33:07 -04:00
README.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00
tree-sitter.pc.in build(lib): build using cmake 2024-09-07 18:38:05 -04: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