tree-sitter/crates/language
2026-01-16 01:06:59 +08:00
..
src Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
wasm Merge remote-tracking branch 'upstream/master' into fix/wasm32-malloc 2026-01-16 01:06:59 +08:00
build.rs feat: support compiling to wasm32-unknown-unknown 2025-09-17 04:57:49 -04:00
Cargo.toml feat: start working on v0.27 2025-12-13 14:14:33 +01: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.