pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

Bad code generated for pattern match with complex LHS

Open snoopyjc opened this issue 3 years ago • 1 comments

Bad code generated for pattern match with complex LHS. For example:

while (not (($line = shift @lines) =~ /^!/))

snoopyjc avatar Dec 15 '21 05:12 snoopyjc

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

snoopyjc avatar Feb 07 '22 15:02 snoopyjc