tree-sitter/lib
Amaan Qureshi 1a983b7e2c
0.24.5
2024-12-11 01:37:19 -05:00
..
binding_rust fix: return LanguageRef in Parser::language 2024-11-10 04:47:41 +01:00
binding_web 0.24.5 2024-12-11 01:37:19 -05: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.5 2024-12-11 01:37:19 -05:00
src fix(lib): handle compiler warnings 2024-12-04 11:15:19 -05:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml build: configure clippy lints at the workspace level 2024-12-04 10:50:24 -05:00
CMakeLists.txt 0.24.5 2024-12-11 01:37:19 -05: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