tree-sitter/lib
2024-09-27 16:10:07 -04:00
..
binding_rust feat!: move generation of grammar files to an init command 2024-09-27 16:06:57 -04:00
binding_web fix(binding_web): remove nonexistent function definition 2024-09-08 16:57:20 -04:00
include/tree_sitter feat: add field_name_for_named_child 2024-09-09 11:05:29 -04:00
language chore: clippy lints 2024-09-07 20:31:20 -04:00
src fix(lib): set the error cost of children that are terminal error nodes, as they have not been set yet 2024-09-27 16:10:07 -04:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml build(deps): bump the cargo group across 1 directory with 11 updates 2024-09-17 04:13:53 +02:00
CMakeLists.txt build(lib): build using cmake 2024-09-07 18:38:05 -04:00
README.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00
tree-sitter.pc.in build(lib): build using cmake 2024-09-07 18:38:05 -04: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