#incremental-parser #parser #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

#333 in FFI

Download history 28176/week @ 2024-12-10 27910/week @ 2024-12-17 11256/week @ 2024-12-24 18387/week @ 2024-12-31 47134/week @ 2025-01-07 52259/week @ 2025-01-14 36984/week @ 2025-01-21 42566/week @ 2025-01-28 46628/week @ 2025-02-04 43843/week @ 2025-02-11 35093/week @ 2025-02-18 36710/week @ 2025-02-25 42138/week @ 2025-03-04 49853/week @ 2025-03-11 45406/week @ 2025-03-18 37003/week @ 2025-03-25

180,669 downloads per month
Used in 347 crates (122 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