dflook / python-minifier

Transform Python source code into its most compact representation
MIT License
553 stars 40 forks source link

FIx power operator #85

Closed dflook closed 1 year ago

dflook commented 1 year ago

The power operator ** binds less tightly than an arithmetic or bitwise unary operator on its right,