2023-08-28 21:16:02 +03:00
|
|
|
# Tree-sitter Loader
|
2021-06-09 12:51:28 -04:00
|
|
|
|
|
|
|
|
The `tree-sitter` command-line program will dynamically find and build grammars
|
|
|
|
|
at runtime, if you have cloned the grammars' repositories to your local
|
2023-08-28 21:16:02 +03:00
|
|
|
filesystem. This helper crate implements that logic, so that you can use it in
|
2021-06-09 12:51:28 -04:00
|
|
|
your own program analysis tools, as well.
|