mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-14 09:26:23 -04:00
Problem: The committed Nix flake is not used by the standard tooling in this repo and therefore bitrots freely, which increases maintenance burden on the (non-Nix-using) maintainers. We also don't maintain packaging for other distros in-repo. Solution: Drop the Nix files from the repo and (as follow-up) move the Nix packaging to an out-of-core project. |
||
|---|---|---|
| .. | ||
| binding_rust | ||
| binding_web | ||
| include/tree_sitter | ||
| lldb_pretty_printers | ||
| src | ||
| .ccls | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| tree-sitter.pc.in | ||
Subdirectories
src- C source code for the Tree-sitter libraryinclude- C headers for the Tree-sitter librarybinding_rust- Rust bindings to the Tree-sitter librarybinding_web- JavaScript bindings to the Tree-sitter library, using WebAssembly