tree-sitter/lib
Quentin LE DILAVREC 9610a84600
fix(lib): restrict pattern_map optimization when a wildcard step has an immediate first child
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
2024-07-05 03:35:24 -04:00
..
binding_rust perf: hoist out common subexpressions in satisfies_text_predicates 2024-06-03 14:25:30 +02:00
binding_web fix(wasm): update test 2024-06-03 12:42:25 +02:00
include/tree_sitter feat: reverse iteration through node parents (#3214) 2024-04-23 15:19:57 +01:00
language feat!: introduce tree-sitter-language crate for grammar crates to depend on 2024-05-24 21:54:07 -04:00
src fix(lib): restrict pattern_map optimization when a wildcard step has an immediate first child 2024-07-05 03:35:24 -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 v21 2024-05-29 18:57:26 -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