Michael2109 / cobalt

The Cobalt programming language
GNU Lesser General Public License v3.0
37 stars 10 forks source link

Floats aren't parsed if they have no `.` #505

Closed Michael2109 closed 6 years ago

Michael2109 commented 6 years ago

10.0f parses but 10f doesn't.

Michael2109 commented 6 years ago

This should possibly use L.scientific instead.