mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 15:36:29 -04:00
7 lines
295 B
Markdown
7 lines
295 B
Markdown
# Tree-sitter Loader
|
|
|
|
The `tree-sitter` command-line program will dynamically find and build grammars
|
|
at runtime, if you have cloned the grammars' repositories to your local
|
|
filesystem. This helper crate implements that logic, so that you can use it in
|
|
your own program analysis tools, as well.
|