mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
Solaris does not provide <endian.h> or <sys/endian.h>, but it does expose byte-order definitions and conversion helpers via <sys/isa_defs.h> and <sys/byteorder.h>. Add a __sun branch so the portable header defines __BYTE_ORDER and the htobe*/le*toh conversions on Solaris. Co-authored-by: Amaan Qureshi <git@amaanq.com> |
||
|---|---|---|
| .. | ||
| binding_rust | ||
| binding_web | ||
| include/tree_sitter | ||
| lldb_pretty_printers | ||
| src | ||
| .ccls | ||
| Cargo.toml | ||
| LICENSE | ||
| package.nix | ||
| 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