3 releases
0.1.2 | Oct 4, 2024 |
---|---|
0.1.1 | Oct 1, 2024 |
0.1.0 | Aug 26, 2024 |
#149 in Programming languages
60,815 downloads per month
Used in 206 crates
(60 directly)
3KB
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.