tree-sitter/cli/generate
Will Lillis d7529c3265 perf: reserve Vec capacities where appropriate
(cherry picked from commit 1e7d77c517)
2025-07-09 22:33:57 -04:00
..
src perf: reserve Vec capacities where appropriate 2025-07-09 22:33:57 -04:00
Cargo.toml fix(generate): re-enable default url features 2025-06-04 10:56:00 +02:00
README.md feat: move generate logic to its own crate 2024-09-27 17:04:21 -04:00

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.