#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

#56 in FFI

Download history 14784/week @ 2024-11-21 14878/week @ 2024-11-28 18888/week @ 2024-12-05 32551/week @ 2024-12-12 19733/week @ 2024-12-19 11180/week @ 2024-12-26 28368/week @ 2025-01-02 58192/week @ 2025-01-09 41104/week @ 2025-01-16 38117/week @ 2025-01-23 45654/week @ 2025-01-30 48775/week @ 2025-02-06 37308/week @ 2025-02-13 36187/week @ 2025-02-20 38027/week @ 2025-02-27 37132/week @ 2025-03-06

158,416 downloads per month
Used in 334 crates (113 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