tree-sitter.tree-sitter/lib/language
Amaan Qureshi cc2caecf7a
Some checks failed
CI / checks (push) Waiting to run
CI / sanitize (push) Failing after 12s
CI / build (push) Failing after 12s
build: tweak Cargo.tomls
2024-10-06 01:48:43 -04:00
..
Cargo.toml build: tweak Cargo.tomls 2024-10-06 01:48:43 -04:00
language.rs chore: clippy lints 2024-09-07 20:31:20 -04:00
README.md build: tweak Cargo.tomls 2024-10-06 01:48:43 -04: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.