File: README.md

package info (click to toggle)
rust-tree-sitter-loader 0.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 132 kB
  • sloc: makefile: 4
file content (6 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# `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.