tree-sitter.tree-sitter/crates/language
2026-02-18 00:59:34 -05:00
..
src Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
wasm fix(wasm): when reallocating the last allocated region, properly grow 2026-01-31 18:24:31 -05:00
build.rs feat: support compiling to wasm32-unknown-unknown 2025-09-17 04:57:49 -04:00
Cargo.toml treewide: add taplo config and reformat toml files 2026-02-18 00:59:34 -05:00
LICENSE chore: copy license to all packages 2025-09-11 03:12:35 -04:00
README.md Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00

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.