tree-sitter/lib
Andrew Hlynskyi 4278e03b11 feat: generate Rust bindings during build process
It can be used as:
  > cargo build -p tree-sitter -F bindgen
2023-08-21 02:56:14 +03:00
..
binding_rust feat: generate Rust bindings during build process 2023-08-21 02:56:14 +03:00
binding_web Merge pull request #2466 from tom95/add-field-name-for-child 2023-08-18 12:20:39 -04:00
include/tree_sitter fix(lib): expose only symbols defined in api.h 2023-08-17 15:01:47 +03:00
src Fix error recovery regression due to stack node_count change 2023-08-17 17:21:31 -07: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