tree-sitter/lib
2024-10-09 19:33:38 +02:00
..
binding_rust chore: misc clippy lints 2024-10-06 17:55:00 -04:00
binding_web feat!: properly handle UTF-16 endianness encoding 2024-10-05 21:12:48 -04:00
include/tree_sitter feat!: properly handle UTF-16 endianness encoding 2024-10-05 21:12:48 -04:00
language build: configure clippy lints at the workspace level 2024-10-08 21:07:41 -04:00
src fix(lib): correct unexpected side effect in get_column when the lexer is at EOF 2024-10-08 23:27:42 -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 wasmtime to v25.0.2 2024-10-09 19:33:38 +02:00
CMakeLists.txt build: fix incorrect variable checks 2024-10-06 15:56:05 +02: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