tree-sitter/cli/generate
James McCoy a6e530b33d 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>
2025-06-06 10:35:02 +02:00
..
src fix(test): remove period in test_flatten_grammar_with_recursive_inline_variable 2025-06-06 10:35:02 +02:00
Cargo.toml fix(generate): re-enable default url features 2025-06-04 10:29:59 +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.