tree-sitter/lib
Amaan Qureshi 6fdba6bbd6 feat(rust): add *_with_options to the parser and query cursor, deprecate old functions
The normal `with` functions are now deprecated in favor of the
`with_options` ones.
2024-10-31 21:58:35 -04:00
..
binding_rust feat(rust): add *_with_options to the parser and query cursor, deprecate old functions 2024-10-31 21:58:35 -04:00
binding_web refactor(web): use fs/promises 2024-10-15 16:10:23 +00:00
include/tree_sitter feat(lib): add ts_query_cursor_exec_with_options 2024-10-31 21:58:35 -04:00
language build: configure clippy lints at the workspace level 2024-10-08 21:07:41 -04:00
src feat(lib): add ts_query_cursor_exec_with_options 2024-10-31 21:58:35 -04: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 v26.0.0 2024-10-24 17:09:06 +00:00
CMakeLists.txt build: treat incompatible pointer warning as error 2024-10-19 02:57:08 +00: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