tree-sitter/lib
Andrew Hlynskyi b324d0802a fix(cli): Panic on queries containing alternation with predicates
`QuearyMatch::satisfies_text_predicates()` was changed to pass
captures that don't relate to a checked predicate. This allows
predicates in inner alternations for queries.

Refs #1392
2021-09-21 19:51:30 +03:00
..
binding_rust fix(cli): Panic on queries containing alternation with predicates 2021-09-21 19:51:30 +03:00
binding_web Include memmove symbol in wasm build 2021-09-10 15:21:55 -07:00
include/tree_sitter Fix typo in API documentation 2021-09-10 12:28:23 -07:00
src Assign ids to query matches only when the matches are returned 2021-09-13 12:39:48 -07:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml libs: 0.20.0 2021-06-29 17:18:22 -07:00
README.md lib: remove utf8proc dependency (#436) 2019-10-14 11:18:39 -07: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