pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

Bad code generated if last statement in block before else or elsif doesn't end in ;

Open snoopyjc opened this issue 3 years ago • 1 comments

Bad code generated if last statement in block before else or elsif doesn't end in ;, e.g.

if(...) {
    next
} else {
    ...
}

will spit out a line with continue ] else on it.

snoopyjc avatar Dec 13 '21 01:12 snoopyjc

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

snoopyjc avatar Feb 07 '22 15:02 snoopyjc