#tree-sitter #parser #incremental #grammar #programming #programming-language

tree-sitter-language

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

3 releases

new 0.1.2 Oct 4, 2024
0.1.1 Oct 1, 2024
0.1.0 Aug 26, 2024

#149 in Programming languages

Download history 993/week @ 2024-08-22 4660/week @ 2024-08-29 6368/week @ 2024-09-05 9178/week @ 2024-09-12 9752/week @ 2024-09-19 10495/week @ 2024-09-26 10456/week @ 2024-10-03

41,317 downloads per month
Used in 180 crates (51 directly)

MIT license

3KB

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