tree-sitter/lib
ObserverOfTime 8d466ead30 build: tune compiler warnings
(cherry picked from commit 7715001692)
2024-12-04 10:59:24 -05:00
..
binding_rust fix: return LanguageRef in Parser::language 2024-11-10 04:47:41 +01:00
binding_web 0.24.4 2024-11-09 23:07:55 -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 build: configure clippy lints at the workspace level 2024-12-04 10:50:24 -05:00
src build: tune compiler warnings 2024-12-04 10:59:24 -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 build: tune compiler warnings 2024-12-04 10:59:24 -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