tree-sitter/lib
2024-11-10 04:35:58 +01:00
..
binding_rust fix(lib): correctly fetch the node name in query errors 2024-11-10 04:35:58 +01:00
binding_web 0.24.3 2024-10-09 17:23:15 -04:00
include/tree_sitter feat(api): expose function to check if symbol represents a supertype 2024-09-30 14:44:13 -04:00
language 0.24.0 2024-10-04 00:16:20 -04:00
src fix(lib): simplify edge cases with zero-width tokens 2024-10-28 17:24:53 +01: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:49:48 +02:00
CMakeLists.txt 0.24.3 2024-10-09 17:23:15 -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