tree-sitter/lib
2024-03-20 15:49:47 -07:00
..
binding_rust Merge pull request #3181 from tree-sitter/handle-wasm-oom 2024-03-18 13:15:06 -07:00
binding_web 0.22.2 2024-03-17 07:31:58 -04:00
include/tree_sitter fix(lib): allow hiding symbols 2024-03-17 07:21:06 -04:00
src Add strncmp to wasm stdlib 2024-03-20 15:49:47 -07:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml Lower the lib's MSRV 2024-03-12 09:36:54 -04: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