tree-sitter/lib
Amaan Qureshi efc51a596c fix(lib): don't consider unfinished captures definite when the following step is immediate
When collecting captures, we were treating unfinished ones as definite
even if they had pending immediate steps that weren't yet satisfied. Now
we only mark a capture as definite if the pattern is guaranteed and
there are no pending immediate steps to check.
2025-01-04 02:03:41 -05:00
..
binding_rust style: rephrase extends beyond to contains or starts after 2024-12-28 18:53:08 -05:00
binding_web style: rephrase extends beyond to contains or starts after 2024-12-28 18:53:08 -05:00
include/tree_sitter style: rephrase extends beyond to contains or starts after 2024-12-28 18:53:08 -05:00
language Fix typo in doc comment (#4022) 2024-12-19 22:49:54 -08:00
src fix(lib): don't consider unfinished captures definite when the following step is immediate 2025-01-04 02:03:41 -05:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml build: bump deps 2024-12-16 01:22:58 -05: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