Joe Cool

Results 179 comments of Joe Cool

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

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

Generated code should be something like `f"{' '.join(array)}"`, though ideally the `' '` should be the `$"` value. For the hash case: `f"{' '.join(functools.reduce(lambda x,y:x+y, hash.items()))}"`

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

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

sub finish in Perlscan.pm calls Pythonizer::getline() to get the next line, but that returns $line because @BufferValClass is not empty. My solution is to create a @tmpBuffer to save @BufferValClass,...

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

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

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