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

tree-sitter-language

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

3 releases

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

#149 in Programming languages

Download history 1382/week @ 2024-08-23 5123/week @ 2024-08-30 6732/week @ 2024-09-06 8955/week @ 2024-09-13 10346/week @ 2024-09-20 11085/week @ 2024-09-27 13425/week @ 2024-10-04 13031/week @ 2024-10-11 14260/week @ 2024-10-18 15312/week @ 2024-10-25 15258/week @ 2024-11-01

60,815 downloads per month
Used in 206 crates (60 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