- Modified symbol_ids HashMap to store tuples of (String, u16) instead of just String - Updated symbol ID generation to assign numeric IDs sequentially (0 for end symbol, then 1, 2, 3...) - Changed all symbol_ids access patterns throughout codebase to use tuple destructuring (.0 for string, .1 for numeric) - Updated node_types.json to use numeric u16 symbol_id instead of String |
||
|---|---|---|
| .. | ||
| 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.