tree-sitter.tree-sitter/cli/generate/README.md
Amaan Qureshi 31f24395b4
Some checks failed
CI / checks (push) Waiting to run
CI / sanitize (push) Failing after 13s
CI / build (push) Failing after 14s
feat: move generate logic to its own crate
2024-09-27 17:04:21 -04:00

5 lines
179 B
Markdown

# Tree-sitter Generate
This helper crate implements the logic for the `tree-sitter generate` command,
and can be used by external tools to generate a parser from a grammar file.