tree-sitter/cli/generate
Owen Shepherd e87181ec9c
fix(cli): remove unnecessary referencing/dereferencing in build_parse_table
These were probably optimized away, and in any case are only run once,
per CLI run, but may as well remove them.
2024-10-17 15:25:44 -04:00
..
src fix(cli): remove unnecessary referencing/dereferencing in build_parse_table 2024-10-17 15:25:44 -04: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.