softpano / pythonizer

Translator (or more correctly transcriber) from Perl to Python
http://www.softpanorama.org/Scripting/Pythonorama/Python_for_perl_programmers/Pythonizer/index.shtml
Other
39 stars 17 forks source link

Assignment generates bad code if there are any ":=" operators in the LHS #105

Open snoopyjc opened 2 years ago

snoopyjc commented 2 years ago

Assignment generates bad code if there are any ":=" operators in the LHS. It thinks that's the '=' operator.

snoopyjc commented 2 years ago

Fixed in 0.928: https://github.com/snoopyjc/pythonizer