tree-sitter/cli/generate
Yuri Astrakhan b749c02eb5 Mark all format-like macros for Clippy
See https://doc.rust-lang.org/nightly/clippy/attribs.html#clippyformat_args

Ensure that usage of the macros with `format!`-like parameters will be validated by Clippy
2025-03-03 02:16:23 -05:00
..
src Mark all format-like macros for Clippy 2025-03-03 02:16:23 -05:00
build.rs fix: clippy lint 2024-11-15 23:54:18 -05:00
Cargo.toml feat: remove lazy_static in favor of LazyLock 2025-01-21 00:21:35 -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.