mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
Constant expression like "2 ** 3" will now be folded, and the special form "X = const(2 ** 3)" will now compile because the argument to the const is now a constant. Fixes issue #5865.
557 B
557 B