tree-sitter/lib
2023-08-31 18:26:22 -04:00
..
binding_rust feat!: properly handle predicates used on quantified captures 2023-08-31 16:01:36 -04:00
binding_web test(node): update bash test 2023-08-31 18:26:22 -04:00
include/tree_sitter doc: Add internal links for api.h funcs 2023-08-28 23:09:37 +03:00
src fix: do not increment current_included_range_index past included_range_count in __do_advance 2023-08-27 14:16:18 +03:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml feat: generate Rust bindings during build process 2023-08-21 02:56:14 +03:00
compile_flags.txt Add files needed for using clangd 2022-02-22 09:44:50 -08: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