tree-sitter/cli/generate
James McCoy 415a657d08 fix(test): remove period in test_flatten_grammar_with_recursive_inline_variable
The period was dropped in the `thiserror` refactor
(79444e07f9), which caused the
`test_flatten_grammar_with_recursive_inline_variable` test to fail.

Signed-off-by: James McCoy <jamessan@jamessan.com>
(cherry picked from commit a6e530b33d)
2025-06-06 16:39:45 +02:00
..
src fix(test): remove period in test_flatten_grammar_with_recursive_inline_variable 2025-06-06 16:39:45 +02: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.