tree-sitter/crates/language
Trim21 313c022c8a fix(wasm) add common definitions to stdlib (#5199)
Also expose `strlen` through `string.h` instead of `stdio.h`.

(cherry picked from commit f4ca3d95ca)
2026-01-06 11:01:50 +00: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) add common definitions to stdlib (#5199) 2026-01-06 11:01:50 +00:00
build.rs feat: support compiling to wasm32-unknown-unknown 2025-09-17 04:57:49 -04:00
Cargo.toml 0.26.x 2025-12-09 17:19:25 -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.