- Moved symbol ID generation logic out of renderer initialization into standalone function - Extracted sanitize_identifier and metadata_for_symbol as reusable helper functions - Symbol IDs now computed before rendering and passed to renderer constructor |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
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.