tree-sitter/lib
Paolo Tranquilli d35e40185a
fix(rust): fetch CARGO_MANIFEST_DIR at runtime in build script
The `CARGO_MANIFEST_DIR` environment variable should be accessed by
`build.rs` at run time rather than compile time. This was for example
causing issues when importing `tree-sitter` via
[`rules_rust`](https://github.com/bazelbuild/rules_rust) in bazel,
where compilation and running happen in separate environments.
2024-05-13 10:09:58 -04:00
..
binding_rust fix(rust): fetch CARGO_MANIFEST_DIR at runtime in build script 2024-05-13 10:09:58 -04:00
binding_web 0.22.6 2024-05-05 16:47:18 -04:00
include/tree_sitter feat: reverse iteration through node parents (#3214) 2024-04-23 15:19:57 +01:00
src fix(lib): advance the lookahead end byte by 4 when there's an invalid code point 2024-04-30 20:55:43 -04:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml Upgrade wasmtime 2024-03-20 18:23:44 -07:00
compile_flags.txt build: use c11 everywhere 2024-02-27 15:54:38 -05: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