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

LHS substr generates bad code #70

Open snoopyjc opened 2 years ago

snoopyjc commented 2 years ago

LHS substr generates bad code. For example:

sub THE {"THE"}
substr($string,0,3) = THE;

generates:

replacement79.=
string=string[:0 3=
snoopyjc commented 2 years ago

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