#tree-sitter #incremental #parser #programming-language #api-bindings

tree-sitter-language

The tree-sitter Language type, used by the library and by language implementations

5 releases

0.1.4 Feb 1, 2025
0.1.3 Dec 11, 2024
0.1.2 Oct 4, 2024
0.1.1 Oct 1, 2024
0.1.0 Aug 26, 2024

#58 in FFI

Download history 14881/week @ 2024-10-26 15733/week @ 2024-11-02 15915/week @ 2024-11-09 15979/week @ 2024-11-16 14311/week @ 2024-11-23 15313/week @ 2024-11-30 23685/week @ 2024-12-07 32588/week @ 2024-12-14 12704/week @ 2024-12-21 15154/week @ 2024-12-28 36008/week @ 2025-01-04 61489/week @ 2025-01-11 36808/week @ 2025-01-18 39980/week @ 2025-01-25 47909/week @ 2025-02-01 51970/week @ 2025-02-08

183,271 downloads per month
Used in 303 crates (104 directly)

MIT license

4KB

Tree-sitter Language

This crate provides a LanguageFn type for grammars to create Language instances from a parser, without having to worry about the tree-sitter crate version not matching.

No runtime deps