tree-sitter/cli/generate
dundargoc a3de650024 fix: make sha generation work with submodules
More specifically, change `is_dir` to `exists` as `.git` is a file when
in a submodule.
2024-10-28 12:16:48 +01:00
..
src feat: add build sha to parser.c header comment 2024-10-28 12:16:48 +01:00
build.rs fix: make sha generation work with submodules 2024-10-28 12:16:48 +01:00
Cargo.toml build: configure clippy lints at the workspace level 2024-10-08 21:07:41 -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.