#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 15490/week @ 2024-10-22 15513/week @ 2024-10-29 16117/week @ 2024-11-05 15322/week @ 2024-11-12 15584/week @ 2024-11-19 14624/week @ 2024-11-26 17094/week @ 2024-12-03 28176/week @ 2024-12-10 27910/week @ 2024-12-17 11256/week @ 2024-12-24 18387/week @ 2024-12-31 47134/week @ 2025-01-07 52259/week @ 2025-01-14 36984/week @ 2025-01-21 42593/week @ 2025-01-28 40740/week @ 2025-02-04

188,143 downloads per month
Used in 302 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