tree-sitter/lib
2023-08-25 17:36:03 +03:00
..
binding_rust chore: simplify script/generate-bindings 2023-08-21 02:56:14 +03:00
binding_web chore: fix a wasm bash test 2023-08-25 17:36:03 +03:00
include/tree_sitter GCC pragma causes warning on non-GNU compilers 2023-08-21 11:54:09 -07:00
src fix(query): debug print uses wrong variable 2023-08-22 19:22:31 -04: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