tree-sitter/cli/generate
Amaan Qureshi 0258a41e15 fix(cli): use contains over is in warning
(cherry picked from commit 7baefa8609)
2024-11-10 04:51:26 +01:00
..
src fix(cli): use contains over is in warning 2024-11-10 04:51:26 +01:00
Cargo.toml feat: move tree-sitter configuration to dedicated file (#3700) 2024-09-30 11:11:23 -04: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.