Expand description
Per-language parser implementations.
Each parser is feature-gated behind its corresponding lang-* feature.
The generic parser (feature-gated behind lang-pack) provides baseline
support for 248+ languages via tree-sitter-language-pack.
Modulesยง
- generic_
parser - Generic parser for any language supported by
tree-sitter-language-pack. - rust_
parser - Rust parser using tree-sitter.