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

tree-sitter-language

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

4 releases

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

#64 in FFI

Download history 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 15300/week @ 2024-10-25 15222/week @ 2024-11-01 16301/week @ 2024-11-08 15844/week @ 2024-11-15 14487/week @ 2024-11-22 15088/week @ 2024-11-29 20685/week @ 2024-12-06 33637/week @ 2024-12-13 15836/week @ 2024-12-20 13081/week @ 2024-12-27 24962/week @ 2025-01-03

91,949 downloads per month
Used in 265 crates (88 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