pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

LHS substr generates bad code

Open snoopyjc opened this issue 3 years ago • 1 comments

LHS substr generates bad code. For example:

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

generates:

replacement79.=
string=string[:0 3=

snoopyjc avatar Nov 25 '21 14:11 snoopyjc

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

snoopyjc avatar Feb 07 '22 16:02 snoopyjc