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

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

#65 in FFI

Download history 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 37820/week @ 2025-02-27 44717/week @ 2025-03-06 50331/week @ 2025-03-13 44011/week @ 2025-03-20 42167/week @ 2025-03-27 46796/week @ 2025-04-03

192,374 downloads per month
Used in 355 crates (124 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