cmounce 84f35c8b44 Overhaul label sanitization logic
Besides code cleanup, this commit changes the sanitization logic to
avoid numeric digits altogether. Previously, they had been allowed at
the end of a label name, but this is susceptible to a ZZT parser bug:
`#foo` matches `:foo2` because ZZT allows a prefix match if the next
character is a digit.
2025-07-20 01:39:24 -07:00
2025-07-13 02:30:40 -07:00
2025-07-20 01:39:24 -07:00
2025-07-13 02:30:40 -07:00
2025-07-13 02:30:40 -07:00
S
Description
No description provided
188 KiB
Languages
Rust 100%