pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

Float constants that start with a '.' are translated incorrectly

Open snoopyjc opened this issue 3 years ago • 2 comments

Float constants starting with a '.' are translated to ' + ' in the python output. Also float constants that contain both a '.' and an 'e' are not translated properly.

snoopyjc avatar Nov 10 '21 03:11 snoopyjc

Also float constants that have an 'E' instead of an 'e' are not handled.

snoopyjc avatar Dec 29 '21 17:12 snoopyjc

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

snoopyjc avatar Feb 07 '22 16:02 snoopyjc