Joe Cool

Results 179 comments of Joe Cool

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

Fixed in my v0.956 https://github.com/snoopyjc/pythonizer/

Fix in sub control of pythonizer: gen_chunk($ValPy[$begin]); # gen initial keyword if( $ValPerl[$begin] eq 'unless' ) { gen_chunk('('); } # issue 20 $k=expression($start,$limit,0); # last bracket was erased. return -255...

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

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

For proper code generation, generate `pass`

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

Fix in Perlscan.pm: # issue 17 }elsif( $s eq '/' && ( $tno==0 || $ValClass[$tno-1] =~/[~\(,k]/ || $ValPerl[$tno-1] eq 'split') ){ }elsif( $s eq '/' && ( $tno==0 || $ValClass[$tno-1]...