Skip to main content

Module lang

Module lang 

Source
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.