pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

perl simple constant definition sub doesn't generate proper code

Open snoopyjc opened this issue 3 years ago • 1 comments

perl simple constant definition sub doesn't generate proper code. For example:

sub false { 0; }

generates:

def false(perl_arg_array):

snoopyjc avatar Nov 16 '21 15:11 snoopyjc

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

snoopyjc avatar Feb 07 '22 16:02 snoopyjc