normalize-languages 0.3.2

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

Lua fixture file for `.scm` query tests.

- `sample.lua` — requires `json` and `utils.string`, defines a `Stack` table with `new`/`push`/`pop`/`is_empty` methods, and global functions `classify`/`sum_evens`/`count_occurrences`.