tree-sitter/lib
Max Brunsfeld 5e2456c2f2 Avoid using recursion for ts_subtree_compare
This can lead to stack overflow crashes.
2023-11-27 11:35:33 -08:00
..
binding_rust Merge pull request #2607 from ahlinc/fix-zero-deallocs 2023-09-03 09:45:52 +03:00
binding_web Add towlower to wasm exports 2023-09-20 10:41:54 +10:00
include/tree_sitter doc: Add internal links for api.h funcs 2023-08-28 23:09:37 +03:00
src Avoid using recursion for ts_subtree_compare 2023-11-27 11:35:33 -08: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