pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

Bare Words are not handled properly

Open snoopyjc opened this issue 4 years ago • 1 comments

Bare words in array initializations, hash initializations, and hash references are not translated properly into python strings.

Examples:

@regions=(AP,EMEA,LA,Canada);
%hash1=(This=>"this", That=>"that", Two=>2);
$options{OPTION}=1;

snoopyjc avatar Nov 07 '21 16:11 snoopyjc

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

snoopyjc avatar Feb 07 '22 16:02 snoopyjc