- Added symbol_id as optional field in NodeTypeJSON struct for tracking grammar symbols - Threaded symbol_ids HashMap through generate_node_types_json function to populate symbol IDs - Updated all test assertions to include symbol_id: None for backward compatibility |
||
|---|---|---|
| .. | ||
| 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.