This adds a monomorphic type, ArrayMeta, to hold size and capacity information about Array(T) objects. This lets us take and pass pointers to ArrayMeta objects regardless of the type parameter T of the Array(T) of which they are a part. Step 1/N for removing strict-aliasing violations from lib/src/array.h |
||
|---|---|---|
| .. | ||
| 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