tree-sitter/lib
Amaan Qureshi 1c38d34dea
0.22.1
2024-03-10 17:59:12 -04:00
..
binding_rust 0.22.0 2024-03-10 17:15:08 -04:00
binding_web 0.22.1 2024-03-10 17:59:12 -04:00
include/tree_sitter refactor: name anonymous types in api.h 2024-02-17 13:55:11 +01:00
src fix: don't use __declspec(dllexport) on windows 2024-03-04 13:23:06 -05:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml build: unify crate versions via workspace 2024-02-24 18:30:04 -05:00
compile_flags.txt build: use c11 everywhere 2024-02-27 15:54:38 -05: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