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

tree-sitter-language

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

4 releases

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

#66 in FFI

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 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 15094/week @ 2024-11-29 16494/week @ 2024-12-06

64,440 downloads per month
Used in 234 crates (75 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