skulpt / skulpt_parser

Experiments with python 3.9 pegen parser for skulpt
Other
6 stars 4 forks source link

port over fix to number as float #119

Open s-cork opened 1 year ago

s-cork commented 1 year ago

basically we fail for numbers that have a partial match to the float test e.g.

0x1234e455

will get converted to a float but should be an int