mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
Allow literal minus in char classes to be in trailing position, e.g. [a-c-]. (Previously, minus was allowed only at the start.) This increases ARM Thumb2 code size by 8 bytes.