Open snoopyjc opened 2 years ago
LHS substr generates bad code. For example:
sub THE {"THE"} substr($string,0,3) = THE;
generates:
replacement79.= string=string[:0 3=
Fixed in https://github.com/snoopyjc/pythonizer
LHS substr generates bad code. For example:
generates: