tree-sitter/lib
2023-09-03 07:38:27 +03:00
..
binding_rust chore(ffi): remove enum name prefixes from all C enum values 2023-09-03 07:38:27 +03: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 chore(lib): fix fields naming in QueryPattern to singular 2023-09-02 21:08:54 +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