tree-sitter/cli/generate
Antonin Delpeuch 9184a32b4b Add test demonstrating failure to populate 'extra'
The test is currently failing, will be fixed by the next commit.

(cherry picked from commit 59bcffe83b)
2025-07-07 21:58:47 -04:00
..
src Add test demonstrating failure to populate 'extra' 2025-07-07 21:58:47 -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.