- 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 |
||
|---|---|---|
| .. | ||
| cli | ||
| config | ||
| generate | ||
| highlight | ||
| language | ||
| loader | ||
| tags | ||
| xtask | ||