tree-sitter/lib
2024-02-11 03:39:38 -05:00
..
binding_rust feat: support dot graph output on windows 2024-02-08 15:21:47 -05:00
binding_web docs(web): provide deno usage information 2024-02-11 03:39:38 -05:00
include/tree_sitter docs: various fixes 2024-02-08 00:08:59 +01:00
src fix(wasm): remove C++ mangled symbols 2024-02-09 06:58:56 -05:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml chore: move dependencies into the workspace and inherit from there 2024-02-08 15:24:09 -05:00
compile_flags.txt Restucture wasm module, return a normal TSLanguage from load_language 2022-11-15 17:14:33 -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