tree-sitter/cli/loader
2021-06-30 18:53:07 +03:00
..
src feat(cli/loader): Add TREE_SITTER_INTERNAL_BUILD C/C++ compiler definition 2021-06-30 18:53:07 +03:00
build.rs rust: Extract runtime language detection into separate crate 2021-06-09 17:42:30 -04:00
Cargo.toml cli: Extract CLI configuration into separate crate 2021-06-10 10:21:22 -04:00
README.md rust: Extract runtime language detection into separate crate 2021-06-09 17:42:30 -04:00

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.