tree-sitter/lib
tree-sitter-ci-bot[bot] 6183b59f51
Reset result_symbol field of lexer in wasm memory in between invocations (#4218) (#4219)
(cherry picked from commit 2bd400dcee)

Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2025-02-17 18:53:06 -08:00
..
binding_rust fix: return LanguageRef in Parser::language 2024-11-10 04:47:41 +01:00
binding_web 0.24.7 2025-01-12 13:11:54 -05:00
include/tree_sitter feat(api): expose function to check if symbol represents a supertype 2024-09-30 14:44:13 -04:00
language 0.24.5 2024-12-11 01:37:19 -05:00
src Reset result_symbol field of lexer in wasm memory in between invocations (#4218) (#4219) 2025-02-17 18:53:06 -08:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml build: configure clippy lints at the workspace level 2024-12-04 10:50:24 -05:00
CMakeLists.txt 0.24.7 2025-01-12 13:11:54 -05: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