tree-sitter/lib
2024-08-16 14:02:56 +02:00
..
binding_rust docs: document rust library features 2024-07-28 11:34:26 +03:00
binding_web build(wasm): don't minify JS (#3380) 2024-07-29 10:00:02 +03:00
include/tree_sitter docs: fix tree cursor documentation (#3324) 2024-07-28 10:36:06 +03:00
language feat(lib): support no_std 2024-07-28 11:34:26 +03:00
src Reset language when resetting wasm store (#3495) 2024-07-31 10:30:58 -07: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 v23.0.2 2024-08-16 14:02:56 +02: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