normalize-languages 0.3.2

Tree-sitter language support and dynamic grammar loading
Documentation
1
2
3
4
5
6
# fixtures/rust

Rust fixture files for `.scm` query tests and extraction fixtures.

- `sample.rs` — defines a `Counter` struct with `impl` block, a `classify` function with branching, and a `sum_evens` function with a loop; uses `std::collections::HashMap` and `std::fmt`.
- `basic-function/` — extraction fixture: three simple functions (`add`, `greet`, `main`) with `input.rs` + `expected.json`; verifies symbol extraction and call detection.