tree-sitter/cli/generate
ObserverOfTime 6919d8406d fix(lib): handle compiler warnings
(cherry picked from commit 881c54e462)
2024-12-04 11:15:19 -05:00
..
src fix(lib): handle compiler warnings 2024-12-04 11:15:19 -05:00
Cargo.toml build: configure clippy lints at the workspace level 2024-12-04 10:50:24 -05: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.