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

tree-sitter-language

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

6 releases

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

#57 in FFI

Download history 16108/week @ 2024-11-03 15675/week @ 2024-11-10 16018/week @ 2024-11-17 14056/week @ 2024-11-24 15734/week @ 2024-12-01 24336/week @ 2024-12-08 32653/week @ 2024-12-15 11893/week @ 2024-12-22 15711/week @ 2024-12-29 36156/week @ 2025-01-05 61489/week @ 2025-01-12 36643/week @ 2025-01-19 40910/week @ 2025-01-26 48190/week @ 2025-02-02 51805/week @ 2025-02-09 7546/week @ 2025-02-16

150,214 downloads per month
Used in 314 crates (110 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